summaryrefslogtreecommitdiff
path: root/dev-python/testfixtures
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/testfixtures
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/testfixtures')
-rw-r--r--dev-python/testfixtures/Manifest2
-rw-r--r--dev-python/testfixtures/testfixtures-4.9.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/testfixtures/Manifest b/dev-python/testfixtures/Manifest
index b7b99f4c131c..84fcba2d8a90 100644
--- a/dev-python/testfixtures/Manifest
+++ b/dev-python/testfixtures/Manifest
@@ -1,3 +1,3 @@
DIST testfixtures-4.9.1.tar.gz 90117 BLAKE2B 6560d4072f8b0108b7d7708c980f40df1a05af88df86dd01926bdf0eab107744fc89d75bdedaced7300c24a52a9d1c0685f5dd3f5f732121ff97af6d0859055a SHA512 20053d22297b7852382a4f2bf6d76bde6489f788a9073aaae407f68bb6b3d7bdc4a045868cf7c99fd294936768745ee7d652c86a4a96c33fb0e95fa0d96d2a59
-EBUILD testfixtures-4.9.1.ebuild 1605 BLAKE2B 12f31e72255a2526b345f3b214820dba784ad3b439e0a2c620332f45458ae684c7a1d8ffe2667573368ac22a4906074d131b04440f0a152d6ab7476e7ecdb310 SHA512 7b25c1077259c12c58b79837bc93b0a0c58d6a4469f8f3f22f7a701cf0bb8ba9c31c7dc6eb851f8f2a23866419e30a6e88f9b86876a2e6ec6f843505080fd79e
+EBUILD testfixtures-4.9.1.ebuild 1600 BLAKE2B 6d83ba2f3f7d67f65c7ba3bbc1d79a3e2dfdfa8ab1a3f4c883a4915dc403dc5fa41cf0834748abe368ad36480886b3c255cd7d937749d255d80df132b45854aa SHA512 a32b2f7f83745d2767d89ff3a33c11316612cfa416966f8abda19218c8a32fbb4c1bad9a6fe4234f7858141f1ee6a5ac6799cd8fc3afd4abb11c6279fea4c4f8
MISC metadata.xml 390 BLAKE2B 7211b89e4130b65db09254857e522420bae09bce05ff1065c6fa53802cddabe3536c8631e2ae79ab63d63f4d2550113e49a5d0834d7ed782524678a38b5c1144 SHA512 b5acb87f7a097840d861cf348e917f652b81712f9c4b408bd4a3b0f5a7b051bd1731735b2b3f63aa56144a032e6ea54fe3691c5858cb678666b6c4d701088776
diff --git a/dev-python/testfixtures/testfixtures-4.9.1.ebuild b/dev-python/testfixtures/testfixtures-4.9.1.ebuild
index 249371ad9d35..7d585ee2f5c8 100644
--- a/dev-python/testfixtures/testfixtures-4.9.1.ebuild
+++ b/dev-python/testfixtures/testfixtures-4.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
inherit distutils-r1