diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-08-20 23:06:16 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-08-21 02:16:37 +0100 |
commit | 2640ccdccafa1efd6d4089c0508ca1f4f812fa78 (patch) | |
tree | bfb5ad530d8ec90a50e4dcb3654733ead5b93f80 /dev-python/pytest-markdown | |
parent | dev-libs/level-zero: drop 1.8.1 (diff) | |
download | gentoo-2640ccdccafa1efd6d4089c0508ca1f4f812fa78.tar.gz gentoo-2640ccdccafa1efd6d4089c0508ca1f4f812fa78.tar.bz2 gentoo-2640ccdccafa1efd6d4089c0508ca1f4f812fa78.zip |
dev-python/pytest-markdown: PEP-517, py3.11, fix description
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/pytest-markdown')
-rw-r--r-- | dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild (renamed from dev-python/pytest-markdown/pytest-markdown-1.0.2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-markdown/pytest-markdown-1.0.2.ebuild b/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild index 47c5476a6d1a..6fe08a1956af 100644 --- a/dev-python/pytest-markdown/pytest-markdown-1.0.2.ebuild +++ b/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild @@ -3,15 +3,15 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS="pyproject.toml" +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517="poetry" inherit distutils-r1 MY_PN="${PN/-/_}" MY_P="${MY_PN}-${PV}" -DESCRIPTION="Write unit tests in Python to test actual state of your servers" +DESCRIPTION="Run tests in your markdown" HOMEPAGE="https://github.com/Jc2k/pytest-markdown" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" |