diff options
author | 2023-03-17 18:51:04 +0100 | |
---|---|---|
committer | 2023-03-17 18:54:56 +0100 | |
commit | 60d5822f4bad1f592acb83a16e7446ddd0ddc093 (patch) | |
tree | e288d3a8f6d5e8b60c4a90580539b15e2d0df2a6 /dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild | |
parent | dev-python/precis-i18n: Use pypi.eclass (diff) | |
download | gentoo-60d5822f4bad1f592acb83a16e7446ddd0ddc093.tar.gz gentoo-60d5822f4bad1f592acb83a16e7446ddd0ddc093.tar.bz2 gentoo-60d5822f4bad1f592acb83a16e7446ddd0ddc093.zip |
dev-python/pytest-markdown: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild')
-rw-r--r-- | dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild b/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild index b85b86ac4657..beb81872926f 100644 --- a/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild +++ b/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild @@ -6,14 +6,13 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517="poetry" -inherit distutils-r1 - -MY_PN="${PN/-/_}" -MY_P="${MY_PN}-${PV}" +inherit distutils-r1 pypi 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" +HOMEPAGE=" + https://github.com/Jc2k/pytest-markdown/ + https://pypi.org/project/pytest-markdown/ +" LICENSE="Apache-2.0" SLOT="0" @@ -21,5 +20,3 @@ KEYWORDS="amd64 ~riscv" RDEPEND=">=dev-python/commonmark-0.9.1[${PYTHON_USEDEP}] >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]" - -S="${WORKDIR}"/${MY_P} |