dev-python/aiokafka: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
bb765f3ddf
commit
3d374a82f0
@ -1,5 +1,5 @@
|
||||
DIST aiokafka-0.6.0.tar.gz 359608 BLAKE2B acb7c7d7e1407573f1694980a4192376b91d16546133eeb3a7cb5dfe6b11930306310bad734139a318698cc24be55163cb2e319c980078f9c065b515f60554c9 SHA512 cb3ee368d2c153a80615df0f2ed2b04534135b73eabdb190c3b03c35df97be7c0d2a63f0e6b15b0c1a0d5442c23040448f084a495acf4421d2bd5802b871c98f
|
||||
DIST aiokafka-0.7.2.tar.gz 366633 BLAKE2B 81f5b399ddad15b50d0bfd8864fe9c6686ba145044b624bab2aade8352b042c21b5efedc8bdef5e690fc55f73fdcf8022cedabf950edc2a74f6be2ffd8646a5c SHA512 81f7da0cc4187f3353bbb5c42d1466206914b14a1879c55186eeab49f1eb01f8b60dcf5a10150b4f3505c4c5d2a7d1ec0d680609d09969501c6067db93b9c6fe
|
||||
EBUILD aiokafka-0.6.0.ebuild 628 BLAKE2B db8c0e68db9a7a5b88f383a175bb05d913b07ff44c40b21886d70e94d5ad6d469a9cedf2d1036994f40280c783843a8d531183bf68628a3c0a054ee9d485cf16 SHA512 f82e3cf1e98291c483b3e82a04ec80a3e760b5b7e89b836da229b108bd3017a16a717e9346c87fa2934898af3e104c51178316d8b58e1f6346449ccec3f691cd
|
||||
EBUILD aiokafka-0.7.2.ebuild 763 BLAKE2B 6a04bf242bd6e07bf1bf2241bd1fe52119ca3b14e7ca9b7faa79258742611cbd6f52f9e1c82e7c1a33ec5778c98a6a53b57f9093ca66055811caee467e0a4527 SHA512 2b4c34843ccfb3a8ad0ff002e556f0b4607c726565330050a9dd55804aa66ee0dba52bbe15818889f7bbbe08d951bc7307f1162d04baf02cf1d47aca2e2d845c
|
||||
EBUILD aiokafka-0.6.0.ebuild 613 BLAKE2B 428d573589b099e3fcd8258745290f32fa7d7784f470c6f0cafdd49c323bb066a1b667186e045211203406006c92db5f99bedd70379bd1ee19c38484a65ac096 SHA512 8a617bac8fcdbd5c22b295d4c23fb22e0ea919e597250d12cdddc6dd7f0659ef1d7c690451552fb9cd94d6f70be0885c4ea9bb554c89b7eb8caf6191d3dc0016
|
||||
EBUILD aiokafka-0.7.2.ebuild 748 BLAKE2B a3b0675df297f18bf0338dc04a29e20aa7d46d0cb882176df216e8342079464a6a812880dc606331893b1073e82a9491898b46d214dc1edd52da03320e3096d6 SHA512 5a4f38be687cee2ef98e5ebd76864acd89228ce99b91ad85c4b76b753d6d42b17a97a89e92c0334c44a14c09a3752e70add5d624e38e3fd01b3c54d0ae7a4294
|
||||
MISC metadata.xml 518 BLAKE2B d5b41bfd9d31d744563da936342d1b5c48884a4265dfaac41c77abcd4d04b7f22f5a1e068cf81420c18fc7e455f8f8ea2c1f5e7aa41ce61f281b4a58f118217d SHA512 7b0006e60ac4bcf463056ddf9dbdf6b40a347b7694142fc04b1a6e13bf262211a875d4dbdb768d41153755c94115e1bf6e4b253e61aa3eb52b9c71b0d0bfd9e4
|
||||
|
||||
@ -1,15 +1,13 @@
|
||||
# Copyright 1999-2021 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
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Kafka integration with asyncio."
|
||||
HOMEPAGE="https://github.com/aio-libs/aiokafka https://aiokafka.readthedocs.org https://pypi.org/project/aiokafka/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
@ -1,15 +1,13 @@
|
||||
# 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
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Kafka integration with asyncio."
|
||||
HOMEPAGE="https://github.com/aio-libs/aiokafka https://aiokafka.readthedocs.org https://pypi.org/project/aiokafka/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user