From 2640ccdccafa1efd6d4089c0508ca1f4f812fa78 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Sat, 20 Aug 2022 23:06:16 +0100 Subject: [PATCH] dev-python/pytest-markdown: PEP-517, py3.11, fix description Signed-off-by: Marek Szuba --- ...arkdown-1.0.2.ebuild => pytest-markdown-1.0.2-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-python/pytest-markdown/{pytest-markdown-1.0.2.ebuild => pytest-markdown-1.0.2-r1.ebuild} (76%) 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 similarity index 76% rename from dev-python/pytest-markdown/pytest-markdown-1.0.2.ebuild rename to dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild index 47c5476a6d1ae..6fe08a1956afe 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"