diff options
Diffstat (limited to 'dev-python/bitstring')
-rw-r--r-- | dev-python/bitstring/Manifest | 2 | ||||
-rw-r--r-- | dev-python/bitstring/bitstring-3.1.9.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/bitstring/Manifest b/dev-python/bitstring/Manifest index 7623b67d860f..b50b1c7ea7e4 100644 --- a/dev-python/bitstring/Manifest +++ b/dev-python/bitstring/Manifest @@ -1,3 +1,3 @@ DIST bitstring-3.1.9.tar.gz 408443 BLAKE2B 747ce06fc33681cbe63d706c2dace5ebce314aea1ba45f8a5a9d65f849bcf253fa9354e39fd80731af4845993e418f27232ede47c940367b8cb425867ffee8c9 SHA512 6dc9c8d683e4415dfd685153b350bd5462117c49c7d8fcd9b2a066f927d82bb2bfae1cc5df543dd38c5e65b93d453ad13d2937f9523b77b007b1234b24ba7be1 -EBUILD bitstring-3.1.9.ebuild 612 BLAKE2B 13ba84c205fdfccfc3aba19acf572d9e538ad9fde400132e6697d69fa688bb24d26656147dcf5d1b1a340a048d6573a591f0de6a40db3c5805ee6139ab14cd19 SHA512 3746d51c23eef4bd2115575f866c17e7d195bf10fc4a9ae37bc43aee6beb9c4abd4734fb33da6afde0199a9857139e511543520af96ad4fa8d569ab6906282fc +EBUILD bitstring-3.1.9.ebuild 612 BLAKE2B b0ee0487b0703f83d0cc10bea4070273a73c3ec9f1fe0c48d21587937140430cba7554ac31e76bf8c34f2c05cb4a7e81c203aa21447c6a8a20036114e10ac218 SHA512 97b3b30bfdfe566b54094c672077f8cd872b71ad3bd903c5feb971db0bca4401c87773dcdcfdab7ff11b24b028fbd3565ece5e5b7b6e3af553ed57d9e950fdfb MISC metadata.xml 733 BLAKE2B 5d978fb3a90e33422df3c35986386d83e38b7760a2cac0708894c8c58c41002b8c7e1fe16bc1e9c707d8009afd0613d4afccf459770d40ec7c9223ede6a34e05 SHA512 ba4a8fb544c13bce8b31eb1dc3c4c5f5beff5f883f922479ccf809d81532719353ef322a26cdf16a0ef499dcdfb300b4a3fd0812edcb62651f8b617f0e391930 diff --git a/dev-python/bitstring/bitstring-3.1.9.ebuild b/dev-python/bitstring/bitstring-3.1.9.ebuild index 67df75980669..ec6f82467f7f 100644 --- a/dev-python/bitstring/bitstring-3.1.9.ebuild +++ b/dev-python/bitstring/bitstring-3.1.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="A pure Python module for creation and analysis of binary data" |