diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-19 00:01:59 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-19 00:01:59 +0100 |
commit | 9d4810f84de876ec9d0ae03d0d44224500b41188 (patch) | |
tree | 1ca0866afdc949e405d20635d3d7f2115abb9ace /dev-python/python-constraint | |
parent | 075fd1f8cabc5879c6eb42127fb84c3058677fde (diff) |
gentoo auto-resync : 19:05:2024 - 00:01:59
Diffstat (limited to 'dev-python/python-constraint')
-rw-r--r-- | dev-python/python-constraint/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-constraint/python-constraint-1.4.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-constraint/Manifest b/dev-python/python-constraint/Manifest index d074572b666d..9c3be5127254 100644 --- a/dev-python/python-constraint/Manifest +++ b/dev-python/python-constraint/Manifest @@ -1,4 +1,4 @@ AUX python-constraint-1.4.0-exclude-examples.patch 649 BLAKE2B c5a5e1d425dfebfd377b36409115e947ac7154acdda557b0a494a029425e1f411b8cd59e004fc40575a1f1e377efa1a17470842626dcf7c636eddb86df57d700 SHA512 7e66113cbaf20ec5094bda0416123d9d26e2185951ce864d8d5b054af1ec9a2515ac458165d773535f97daaa2a76d32a336444055fcb7cbe62547e03dbcff2d5 DIST python-constraint-1.4.0.gh.tar.gz 24966 BLAKE2B 5ada7926f226536a1384bf9a082da41824e46d683ee71a278c50e1e5ca0a21eb3acbde4c0b47d6b48c53864ab4ea47d602fc9acb976423035aee74b0c6f3ed85 SHA512 fbc65ba5854e227e62469290e2d8362ed3247931592e2ac7eb5bcd5d3f9f720bbab8a984a8f7cf9dce989663f13965c5401286a1bdc673c2c076c8b22e19f0cd -EBUILD python-constraint-1.4.0.ebuild 594 BLAKE2B 46e51f2083ca16d1d4aa8eef79cf6a8c1356f9b99c387fb4c81556b68e6085f04b66291029d6ab7c319030240c58dc6e991af580af8d9cc6eb7fbc971c6faa4e SHA512 5a1910ffa60d1d0cee22157a38ce63778fe757b1b9204c7f6bb0ed092bcc7c95341297ff9b39fe1026d9566f2346047f9f05f7b159d22ca896f10b5b8b24c94f +EBUILD python-constraint-1.4.0.ebuild 594 BLAKE2B 75fcf7b4da1fc1649043e6dc6ec521df827889ea000eb1c21bbeb6f3c94e2208511ccf1995242461744bc8d55f9fbd0649eb444065e0d9794c8063963b5ac587 SHA512 0b836256a5078fb44f6be71905d11fed73c4f434d68e31830cfb6e6a1cadaff12a251eb999d0bd4d9107a280493256d86e3abda4c4d0b00df449e88251f34617 MISC metadata.xml 1037 BLAKE2B 09c8b8c46a78ee6c38e78189ffc02e7cf0dcb06df4040682548fe307676b543b435d3ca37ccf52b60a0b52d8fb846290a8718155375d455f51531907d86fb102 SHA512 fcffc1f3c10c6057a46978b3b7bcb1222d40f72dd02bc0b8d17d5b378df1554a64c4cef164d662b1ffecae47f01b5572b618be9a939a4259aa4686949259127c diff --git a/dev-python/python-constraint/python-constraint-1.4.0.ebuild b/dev-python/python-constraint/python-constraint-1.4.0.ebuild index 744c3aeda685..800d214a9c43 100644 --- a/dev-python/python-constraint/python-constraint-1.4.0.ebuild +++ b/dev-python/python-constraint/python-constraint-1.4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |