diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-14 17:52:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-14 17:52:12 +0000 |
commit | a90c84e720803f3d26c0ade8f1f1e405ca97502a (patch) | |
tree | f788ea0972d51c66823825021dd83427e1d466c4 /dev-python/suds-community | |
parent | 07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff) |
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/suds-community')
-rw-r--r-- | dev-python/suds-community/Manifest | 2 | ||||
-rw-r--r-- | dev-python/suds-community/suds-community-1.1.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/suds-community/Manifest b/dev-python/suds-community/Manifest index 519f49bf6570..444499fd60b1 100644 --- a/dev-python/suds-community/Manifest +++ b/dev-python/suds-community/Manifest @@ -1,3 +1,3 @@ DIST suds-community-1.1.2.tar.gz 285409 BLAKE2B 6cf047bb6fa6aed147fa519fee4300f52195c94a409aaa769feffaaf4d43552a566efb0162e440092c3dcb8ec21cf441325db449e5417b81a5f859133a078b83 SHA512 9f26ebbf36fcbd915281f3c3afd4ea776ca409ede4ba9e487b746ef4e527171ee2fdb44075100d52b5bba0658fafec817eea2cbf64b8d2851bdc974aee430d57 -EBUILD suds-community-1.1.2.ebuild 610 BLAKE2B b7bb3d00fd0d5606a8475ae87019ac8184db1dc7919df567beef6cedafddeda4424ece6cc6b277561d5cf5e4bc4b8278d850a382d6a7032e2831fd748b38db3a SHA512 75ad0f38c164e917b181921a76e6b3d9f15b57db6caeeb758089afc9f826dcf4bff62cbe8de6b6d302e69e6b93c7d8f2d931b778592b9730c605265c726375be +EBUILD suds-community-1.1.2.ebuild 610 BLAKE2B 5b736a4b647f7ee025aeb11651113f3f335a0302c03f2cfd36de4d5b6a2959269b452fd2c08eef18d4885b751c168ce864806dd302d2230b2e52e82fef00f776 SHA512 f4243adabed4250a7685c11b3d061ef18152741d1c8b8686933c3c27c97b3bf2f182639557ec68511c65a6818d22f6181e2f21722a7171b2edd41e58e4013bb6 MISC metadata.xml 557 BLAKE2B 1ae35931a85cfdaf853e47471764926aaf69ecac0e4d0fb208278dbe2324bfb141d1f3a870eccb94fa10c4450c2c7a141a4c007cd24d65f51a52536f7b9839e4 SHA512 232676d84079a770034e67f6d23592375998b5940a46efb7f1a654de6a78df8296a3fef694e65a7767add3dcf3ccf0b0d947d0733c85a68f5c4ff802e09b0bec diff --git a/dev-python/suds-community/suds-community-1.1.2.ebuild b/dev-python/suds-community/suds-community-1.1.2.ebuild index e6cba6dd1497..6c798a39a1ce 100644 --- a/dev-python/suds-community/suds-community-1.1.2.ebuild +++ b/dev-python/suds-community/suds-community-1.1.2.ebuild @@ -1,11 +1,11 @@ -# 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_REQ_USE="xml(+)" -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 |