dev-python/PyOTA: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
1e1aafffa8
commit
6d3526adbb
@ -1,3 +1,3 @@
|
||||
DIST PyOTA-2.0.5.tar.gz 5511961 BLAKE2B 612764f6f343718cfe3cec6e4c8880d99c4a57ca76c52bb5aedd297b8bc3c308a4e11e9368f68a6522efd29f61b2d6b5510c804cdad88121b66f6a9b58bcf32f SHA512 d4c36bc3099e9089dacfbc87637ba06122490025d5babf35ec9e4dcef6357fdc6aa34cdb112372c47e4a2341cf99a4e523bd3adc795a6bd440063788e5a490e3
|
||||
EBUILD PyOTA-2.0.5.ebuild 782 BLAKE2B d7142dd5a1f5ac9553ac1d132323ee8210e8fb9df8252cd3919d392398873af62d9ddaba921642603c3e5c222587d7a3cf15800345164b411b29920f79050733 SHA512 ca5700c149c360506a465759c2a8e58af1256f336e0ca22bf0e1ac7ac4cc95eeb14d19c0a9679d1f0c46a1528e33b91132baac95f7f2d956370bc58438323187
|
||||
EBUILD PyOTA-2.0.5.ebuild 787 BLAKE2B 783b077eb9d604c44dc3e348fc04aeff5b159e42855952e1b8398ac5942de47f12956e28d40a098b3e3b453033944f5aba42d440d416862bb590b774f85e0011 SHA512 261dfbb00f51d31fb8066084e78c043b34f50d7ba60f5111e82c738408e417199d273a9a5a3b74a04075e688f77d9fe724ab8a833b650a91a8acff9faec114b1
|
||||
MISC metadata.xml 498 BLAKE2B d8ed36045ee6ca490056e8bb685a673a034a8232927064753e420fc523974276cdb5e29bac7cbe1f96e24cc391b39106b824d39c2948e2b4a4428355e7e49126 SHA512 a7ff623becb0eb20932087b6579f978c995128a75859b400621ec19bf12bda560daf733b30d8ea2f8b6cb7de74b08752609bca1f6764c6e93aeaf27b887e1d2b
|
||||
|
@ -1,15 +1,14 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="IOTA API library for Python"
|
||||
HOMEPAGE="https://github.com/iotaledger/iota.py https://pypi.org/project/PyOTA/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user