diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-28 07:59:59 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-28 07:59:59 +0100 |
commit | b8325835c82367d22428eb41afa0f2d375338d3c (patch) | |
tree | c416b8853bd14fc346da5d0129843cc4a68a30a0 /dev-python/deprecation | |
parent | d2ed973482fdd800013658e83a61709b29e0a80f (diff) |
gentoo auto-resync : 28:06:2024 - 07:59:59
Diffstat (limited to 'dev-python/deprecation')
-rw-r--r-- | dev-python/deprecation/Manifest | 2 | ||||
-rw-r--r-- | dev-python/deprecation/deprecation-2.1.0-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest index ca15fef69d11..a68334db2ae5 100644 --- a/dev-python/deprecation/Manifest +++ b/dev-python/deprecation/Manifest @@ -1,3 +1,3 @@ DIST deprecation-2.1.0.tar.gz 173788 BLAKE2B 444c7ff688d6eab7dfcf58ad24580b5a6df39a5749341b28d6d5b9b516fd6aa7a462d7f644e6cba596bbf289be0224968f579837c6c71dbe7b36b65588da6eea SHA512 c184665d210c6eeb3f055b23e75c3714f3b18050e03bfe1384baf6c2504f1370116ae0e8c53ff818ccc54c0d633bbb3ba5791fe20b8029f3be0207b019a00275 -EBUILD deprecation-2.1.0-r1.ebuild 745 BLAKE2B 39a4c15f74062097ce6053aa15d41ef14a4e36627b4eb42e95adce392b378518ba068d12fe1c471bc1948b082ee52ec9e849a0c619d01ff336220079ea8a185e SHA512 cd8e2cff40560708746fc49dc2752b255a80ea5603d73eaa056e155e7802f5ced1d88632d030ba0fe36d212f3802ca1a4a26ed3d8b648a0b0eaab5853477a7d5 +EBUILD deprecation-2.1.0-r1.ebuild 745 BLAKE2B 747081f2d728f3c8589889a7ee2071b00599ce194a4155c589bd8b256908c0aa64b5b6762e9f0bd286ad7e2d5fa592357627307ea9e28e1b0f76a75b86973b70 SHA512 e86a5bc3e91c2bc3a6d07e0e07abe5b926d183a253ddb114a23b5e330c415757704947c80e5879ce8adc5b7f0036846cba4589ad8e4fd305476f94a469a4c30d MISC metadata.xml 566 BLAKE2B 5fab2937b6a3086ed28187e08d54df149979ad9fd6c89d4f633f041c03d1d728a58a1e384427b430e34eb497c099e164048217340d445958ea9901f7dc79c23d SHA512 b20327bd7416f7476959ae3fbb2d6ba6cc210ef0c702735322bb540bde7776d777fa4e84b2ec468d649d4ad424ee1a5f9c4b6ec2a8c798d8582ca60715e85dcb diff --git a/dev-python/deprecation/deprecation-2.1.0-r1.ebuild b/dev-python/deprecation/deprecation-2.1.0-r1.ebuild index 6334a81745ca..9f324a04fc38 100644 --- a/dev-python/deprecation/deprecation-2.1.0-r1.ebuild +++ b/dev-python/deprecation/deprecation-2.1.0-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=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="A library to handle automated deprecations" |