diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:46:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:58:38 +0100 |
commit | eff00af75c720cd6d0f5e6c4b20d76759326c0f0 (patch) | |
tree | c699f4c7aba7f2ba5478cf722b6ba462f6649e3e /dev-python/manuel | |
parent | dev-python/lz4: Use pypi.eclass (diff) | |
download | gentoo-eff00af75c720cd6d0f5e6c4b20d76759326c0f0.tar.gz gentoo-eff00af75c720cd6d0f5e6c4b20d76759326c0f0.tar.bz2 gentoo-eff00af75c720cd6d0f5e6c4b20d76759326c0f0.zip |
dev-python/manuel: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/manuel')
-rw-r--r-- | dev-python/manuel/manuel-1.12.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/manuel/manuel-1.12.4.ebuild b/dev-python/manuel/manuel-1.12.4.ebuild index 7acbc0d60264..837461e90efb 100644 --- a/dev-python/manuel/manuel-1.12.4.ebuild +++ b/dev-python/manuel/manuel-1.12.4.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Lets you mix and match traditional doctests with custom test syntax" HOMEPAGE=" https://github.com/benji-york/manuel/ https://pypi.org/project/manuel/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |