Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-python/hatch-fancy-pypi-readme/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST hatch_fancy_pypi_readme-24.1.0.tar.gz 28683 BLAKE2B 9baa6dd61c02f7bbc610b815db8476c10ace7623ac7cdfebbf2317d1f4f5713e898624fde1c915f9f8b5f92fea22dbff41963a0685ccf6f112180a8cf9cca59b SHA512 c263fe2d73a92ab29da215852d76a1a0c465b821e437fe96aea3f0fe30cee40e3013db01ff50b9dea138c5d766716d217af6bbe89c6a8d6ff41e59ba34f90976
DIST hatch_fancy_pypi_readme-25.1.0.tar.gz 29701 BLAKE2B e464bbee47609d594b5c0f73a547e7a340b9d1c0f90b5780c07bd05caa790522f21ca8394db71a97d27e5fc3fe5426657f735e92e6a7d60c6768cba46d0d43ce SHA512 04b930498dc707cd66009354c30185c121f2eb056534eacf290eabfe6aabf21d9f766e0d453ec6be6648380e37a7e18c632a7198375209e76995db162a698fe4
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3+ )
DISTUTILS_USE_PEP517="hatchling"
inherit distutils-r1

DESCRIPTION="Fancy PyPI READMEs with Hatch"
HOMEPAGE="None https://pypi.org/project/hatch-fancy-pypi-readme/"
SRC_URI="https://files.pythonhosted.org/packages/f3/0f/aed57c301f339936eb91cb4d8c1e5088a101081854bd3ec18a889df32365/hatch_fancy_pypi_readme-25.1.0.tar.gz -> hatch_fancy_pypi_readme-25.1.0.tar.gz"

DEPEND=""
RDEPEND="
dev-python/tomli[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_7)"
IUSE=""
SLOT="0"
LICENSE=""
KEYWORDS="*"
S="${WORKDIR}/hatch_fancy_pypi_readme-25.1.0"
Loading