diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-17 17:48:01 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-17 17:58:34 +0500 |
commit | 099b85b6bff8c8ebb28241cfc2226b3c52c91542 (patch) | |
tree | 4e07a62a4358ed3fb7b8fff38e5686870f1cc95a /dev-python/base58 | |
parent | dev-python/babelfont: Use pypi.eclass (diff) | |
download | guru-099b85b6bff8c8ebb28241cfc2226b3c52c91542.tar.gz guru-099b85b6bff8c8ebb28241cfc2226b3c52c91542.tar.bz2 guru-099b85b6bff8c8ebb28241cfc2226b3c52c91542.zip |
dev-python/base58: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python/base58')
-rw-r--r-- | dev-python/base58/base58-2.1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/base58/base58-2.1.1.ebuild b/dev-python/base58/base58-2.1.1.ebuild index d26811cbb..492305f25 100644 --- a/dev-python/base58/base58-2.1.1.ebuild +++ b/dev-python/base58/base58-2.1.1.ebuild @@ -4,11 +4,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Base58 and Base58Check implementation" HOMEPAGE="https://github.com/keis/base58" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |