dev-python/hatch-fancy-pypi-readme: new package, add 22.3.0

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2022-08-18 20:20:45 +03:00
parent 65bd3c61f0
commit 9b40004705
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST hatch-fancy-pypi-readme-22.3.0.gh.tar.gz 22107 BLAKE2B 7358a35ed9176d5107d406c1f99cfcf17ce409224dcad55ac845087e2fd6cc9ab88e5ea929e3b1304bbff6464cbbbd0b0d9716bcfe199dcd887c809cd6a9356a SHA512 93fe293ddce6dde450bc427d8fa492cf2b1f7d4a0e2d754873f765f588a962ca2c7c48b515ba613503bed6100b302ed91bbedb4d6a9f8d7bc10ab4b1418164e8

View File

@ -0,0 +1,36 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Fancy PyPI READMEs with Hatch"
HOMEPAGE="
https://pypi.org/project/hatch-fancy-pypi-readme/
https://github.com/hynek/hatch-fancy-pypi-readme
"
SRC_URI="
https://github.com/hynek/hatch-fancy-pypi-readme/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/hatchling[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/tomli[${PYTHON_USEDEP}]
' 3.8 3.9 3.10)
"
distutils_enable_tests pytest
EPYTEST_DESELECT=(
# tests for self build a wheel? No need for that and fails.
tests/test_end_to_end.py
)

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">hynek/hatch-fancy-pypi-readme</remote-id>
<remote-id type="pypi">hatch-fancy-pypi-readme</remote-id>
</upstream>
</pkgmetadata>