summaryrefslogtreecommitdiff
path: root/dev-python/python-constraint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/python-constraint
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/python-constraint')
-rw-r--r--dev-python/python-constraint/Manifest2
-rw-r--r--dev-python/python-constraint/python-constraint-1.4.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-constraint/Manifest b/dev-python/python-constraint/Manifest
index 8e7bd2f4cf61..154b38e890cf 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 588 BLAKE2B c821389d00dae29630dcd56f8dbd3eff6180b835f399928547526f0ce3d24105f2157a612dcd6bf49e8d6b2e2ed92a552e279eff83c021d907c5dfb90880be35 SHA512 0179829fec754cc738075cbc3bd8c2d10a4fa00b577b49e699e40b9e20712cef680af25cf9bc88b72760f81c623a7bc6a45864ab2639f989d4919eeb2c1a5c0d
+EBUILD python-constraint-1.4.0.ebuild 593 BLAKE2B a8f6b1a0701f5d74dfc176c195dd65516d79b7f0d5c62578665fbef2901dc4581b98b968564757de0cf033036ca21487a82197857d3d16b678a98886a5374caf SHA512 75c5e44fe04dbcd85da4b4d0ebcb1a2d71f9232166050a0d774a31365778b920480d9bb84a438c9d1a7f1fb8c626dc382ccfc0b61ad5f8040f0b5838ac127b33
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 e7a17dd7f275..077f1229e890 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 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1