diff options
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" |