summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-08-18 20:20:45 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-08-18 21:11:37 +0300
commit9b40004705545a318419463683e698a03c43e738 (patch)
tree122641b377961407f294c9ed6e36c506f76741a4 /dev-python/hatch-fancy-pypi-readme
parentdev-python/python-openstackclient: add 6.0.0 (diff)
downloadgentoo-9b40004705545a318419463683e698a03c43e738.tar.gz
gentoo-9b40004705545a318419463683e698a03c43e738.tar.bz2
gentoo-9b40004705545a318419463683e698a03c43e738.zip
dev-python/hatch-fancy-pypi-readme: new package, add 22.3.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/hatch-fancy-pypi-readme')
-rw-r--r--dev-python/hatch-fancy-pypi-readme/Manifest1
-rw-r--r--dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.3.0.ebuild36
-rw-r--r--dev-python/hatch-fancy-pypi-readme/metadata.xml13
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-python/hatch-fancy-pypi-readme/Manifest b/dev-python/hatch-fancy-pypi-readme/Manifest
new file mode 100644
index 000000000000..172765ae3b7b
--- /dev/null
+++ b/dev-python/hatch-fancy-pypi-readme/Manifest
@@ -0,0 +1 @@
+DIST hatch-fancy-pypi-readme-22.3.0.gh.tar.gz 22107 BLAKE2B 7358a35ed9176d5107d406c1f99cfcf17ce409224dcad55ac845087e2fd6cc9ab88e5ea929e3b1304bbff6464cbbbd0b0d9716bcfe199dcd887c809cd6a9356a SHA512 93fe293ddce6dde450bc427d8fa492cf2b1f7d4a0e2d754873f765f588a962ca2c7c48b515ba613503bed6100b302ed91bbedb4d6a9f8d7bc10ab4b1418164e8
diff --git a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.3.0.ebuild b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.3.0.ebuild
new file mode 100644
index 000000000000..8d7f5fedb883
--- /dev/null
+++ b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.3.0.ebuild
@@ -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
+)
diff --git a/dev-python/hatch-fancy-pypi-readme/metadata.xml b/dev-python/hatch-fancy-pypi-readme/metadata.xml
new file mode 100644
index 000000000000..3942e83b36ec
--- /dev/null
+++ b/dev-python/hatch-fancy-pypi-readme/metadata.xml
@@ -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>