summaryrefslogtreecommitdiff
path: root/dev-python/suds
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/suds
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/suds')
-rw-r--r--dev-python/suds/Manifest2
-rw-r--r--dev-python/suds/suds-0.6-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/suds/Manifest b/dev-python/suds/Manifest
index ec3d87c5c933..352892dda7ad 100644
--- a/dev-python/suds/Manifest
+++ b/dev-python/suds/Manifest
@@ -1,3 +1,3 @@
DIST suds-0.6.tar.bz2 143985 BLAKE2B 3d97d51b4e719102ab40a6a95a35eaaccda15a47e20bedb0297203576949883eea253ac6f382c8849a522e1720393ec517ec1ff3514329b504c83a928a260881 SHA512 ec078b159bd83c5799e293d9607138ee1da90fdc64da203999555a4324ce7be0235156d3c7ad28e46f84180a6e51e2f3f82228e5e77ae41c61ee20f3db2c916b
-EBUILD suds-0.6-r1.ebuild 1641 BLAKE2B a491fce5be1b9715976cf0acc3bdf6bea40e6376b1a3921421a9c827eeccb2bcdbc08bee5cbc253d2a02821e1367211c2c67e522b595133a873b09d4c658290b SHA512 b2ee21c0e5140441677dfcdf2d5838cba39bbe417f69f0f084624a05fd479b4fa4b2f38a57c6f92ecba5f59775fd804f9b3b96bb9d53c66c9f3d0c957ae0d5d6
+EBUILD suds-0.6-r1.ebuild 1639 BLAKE2B 259197421ae183242f64180ffd1b0bebd432e335ed52cb0f3b29e7fb3144ed4db462422ae73e5b22d68359450e2425ea337a49d7ab6ed512799004bdfd890b1d SHA512 7bb80df58c77c08a67224f0ddb68e13040ad6a9fd73c994c7e220be0d023454970c13d1135a3f53d845fbfd0aa85a9eb321386955e4e2b53688967f46df099d0
MISC metadata.xml 467 BLAKE2B 0da3f0b6af9a58a5468a019a9dcd1502765097c221a9b90545320c7209260f7d1ce5b2ab8cf495a48dd3867c63a70f68feef01352976feae2cfbaf7d7805fc22 SHA512 b2db05a4b1e5cdebd8132837510bee73355ef88cf2f22ec8ce8c439be5eb6a7d3a3f14639dc7dc9a5a3d99d45ac96a4322b9fcdd97719161b5699602d7b880d2
diff --git a/dev-python/suds/suds-0.6-r1.ebuild b/dev-python/suds/suds-0.6-r1.ebuild
index 01d1f425961d..e243f32a0a7e 100644
--- a/dev-python/suds/suds-0.6-r1.ebuild
+++ b/dev-python/suds/suds-0.6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
DISTUTILS_IN_SOURCE_BUILD=1
inherit distutils-r1