diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-03-24 01:01:06 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-03-24 01:01:06 +0000 |
commit | f52562a45d967e193210737b55de5f0ff9018b76 (patch) | |
tree | 909caa133f3a538fde8ed9dfd9efa42a2c7a0507 /dev-python/txAMQP | |
parent | 36fc50e36ed1a4686bb7202aeaff3170b2206124 (diff) |
gentoo auto-resync : 24:03:2024 - 01:01:06
Diffstat (limited to 'dev-python/txAMQP')
-rw-r--r-- | dev-python/txAMQP/Manifest | 4 | ||||
-rw-r--r-- | dev-python/txAMQP/txAMQP-0.8.2-r1.ebuild | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/txAMQP/Manifest b/dev-python/txAMQP/Manifest index 1699008319c5..28cbb4e36086 100644 --- a/dev-python/txAMQP/Manifest +++ b/dev-python/txAMQP/Manifest @@ -1,3 +1,3 @@ -DIST txamqp-0.8.2.tar.gz 118560 BLAKE2B 6e60cc0785462b92d046a620cc09eda8b7783bd09186a60299eba11c8f6f5780fc38b094ea974e4f1e443d3d30ee1428f30ad25fdb43554d25db17f36d323527 SHA512 4a5e468482433e684dc690abddeba3e0a6c77630055afe44487de72feecad9c750d179c43dee4e781d09c9c21259cecd615dc9f6eaa7d9ff7ca0796248ad5a02 -EBUILD txAMQP-0.8.2-r1.ebuild 1754 BLAKE2B a9db0a02b97103e207ea940ec2c7f123101609c2f948c1b4b84ed90787ffb49d994f52e07c01e32f372cb31025b74b899d8689f5da9ebf1b86a2c0d6f368fc86 SHA512 77e5902eaa3f473a449836b0b2435614b3995509ee79f594c5365b68e3fb620fceabc513260794dff5b2f2190acd17aad27ec80f0aa08b478a4449554e4d03f5 +DIST txamqp-0.8.2.gh.tar.gz 118560 BLAKE2B 6e60cc0785462b92d046a620cc09eda8b7783bd09186a60299eba11c8f6f5780fc38b094ea974e4f1e443d3d30ee1428f30ad25fdb43554d25db17f36d323527 SHA512 4a5e468482433e684dc690abddeba3e0a6c77630055afe44487de72feecad9c750d179c43dee4e781d09c9c21259cecd615dc9f6eaa7d9ff7ca0796248ad5a02 +EBUILD txAMQP-0.8.2-r1.ebuild 1763 BLAKE2B bd6c5edfdc50ae6fcfc26ebeaa20e1b9570342052d2ac9ce3d7b332994823febac0311b21e15c88b77c0c7c02a1ce9461494b5a16efab48c8cc86913be591c9e SHA512 60aed8bfb87c28a6208ee35b4c8442677a0b3a92bb7a3c2db600c6c6feab8d5ea086be751b60ad46e222a70aa1d9769e7307e2c24ba4ae7be805867cab500a67 MISC metadata.xml 349 BLAKE2B 6384cbbfd96d59a37c42da7e3f36c03e154033ebc4c2f666ebf517157889059474e0597b4a75315d61be2faf0781bed46c47eadb123aa6376f01ae353ecfb4a6 SHA512 7f2976c5db1eb88248ab361b3a8c15b62fad0551d94d01fd9bbf53531d72bf467e0fe52c097a704c11917b803a38cabadca400f1b01a107384314af1636da3e5 diff --git a/dev-python/txAMQP/txAMQP-0.8.2-r1.ebuild b/dev-python/txAMQP/txAMQP-0.8.2-r1.ebuild index aac73d66fd56..2f98f787eaed 100644 --- a/dev-python/txAMQP/txAMQP-0.8.2-r1.ebuild +++ b/dev-python/txAMQP/txAMQP-0.8.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 @@ -15,7 +15,10 @@ DESCRIPTION="Python library for communicating with AMQP peers using Twisted" HOMEPAGE="https://github.com/txamqp/txamqp" # pypi tarball misses doc files # https://github.com/txamqp/txamqp/pull/10 -SRC_URI="https://github.com/txamqp/txamqp/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" +SRC_URI=" + https://github.com/txamqp/txamqp/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0" |