diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:46:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:51:24 +0100 |
commit | 5fc9ee74b9e888fc4ef1ecbc631b322f5a479eed (patch) | |
tree | d654ce176ef94dd82cd436194c8d021de3f2e222 /dev-python/leechcorepyc | |
parent | dev-python/latexcodec: Use pypi.eclass (diff) | |
download | gentoo-5fc9ee74b9e888fc4ef1ecbc631b322f5a479eed.tar.gz gentoo-5fc9ee74b9e888fc4ef1ecbc631b322f5a479eed.tar.bz2 gentoo-5fc9ee74b9e888fc4ef1ecbc631b322f5a479eed.zip |
dev-python/leechcorepyc: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/leechcorepyc')
-rw-r--r-- | dev-python/leechcorepyc/leechcorepyc-2.14.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/leechcorepyc/leechcorepyc-2.14.0.ebuild b/dev-python/leechcorepyc/leechcorepyc-2.14.0.ebuild index bf736abb4c7b..8425d591ca7d 100644 --- a/dev-python/leechcorepyc/leechcorepyc-2.14.0.ebuild +++ b/dev-python/leechcorepyc/leechcorepyc-2.14.0.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 toolchain-funcs +inherit distutils-r1 toolchain-funcs pypi DESCRIPTION="Python binding for LeechCore Physical Memory Acquisition Library" HOMEPAGE="https://github.com/ufrisk/LeechCore" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |