summaryrefslogtreecommitdiff
path: root/dev-python/pytest-cython
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/pytest-cython
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pytest-cython')
-rw-r--r--dev-python/pytest-cython/Manifest2
-rw-r--r--dev-python/pytest-cython/pytest-cython-0.1.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-cython/Manifest b/dev-python/pytest-cython/Manifest
index 033c897ebb6b..9f6a542699b3 100644
--- a/dev-python/pytest-cython/Manifest
+++ b/dev-python/pytest-cython/Manifest
@@ -1,3 +1,3 @@
DIST pytest-cython-0.1.0.tar.gz 19109 BLAKE2B 75895992402f36010385e0851cce4532825d374cc9d5af1b45d4dc938070da1f9e8c9901601ac10e3fa9a76fd4f0affd3f0dac6d8857eea88c73cbc1686ce613 SHA512 65d8d25f95f2419ae76902cad8f0f4c9b810dbbba80621d301f53d2128dfeb11c4d74e2ac4f1e39f63aadfc1404e9000c0668efbab4793d307f0b90345023771
-EBUILD pytest-cython-0.1.0.ebuild 527 BLAKE2B 44e2e2d5f9ccfea6d34bc3832254487522d5dc43c4a79d4e4c7cb0ffe0845b9decfcd2a76f061f5a8b6942520bd341e31789d52f66df72700eb4de2bc0ee6f99 SHA512 65ca1552612a40ff3c45f2ea1c5530d7d8fa49f69f5f1b7916d22894a0872d5a43118ebc43aa8107a636f596818f80fce343a2c86f3e27b670897f4550d17a50
+EBUILD pytest-cython-0.1.0.ebuild 523 BLAKE2B 3711e49ab937d33c45a16f6aa6eac83381dfdee2edfce19ca8d1a7cce6a27bb24a0bbe170a6f7e5ad72235e1e7b0dc3cce92cf28ac0cc600a69481438099fbdf SHA512 6cf8ba81552f3dd441d1876730a9b4eab5c23908b2a51ffb95f820afc1657afa01ffd5ca0975ed8d641f542fcafc4f9e4703f5730967b76117d9e0a40cbebcb9
MISC metadata.xml 388 BLAKE2B d63e4b52d4d5ce203c3850984e6b09accf61f67d8c5de98782de50de276c8a6a6747850128fd5849f026a852a148a53a971ba371f5ab5a9d2ba9e549242352c5 SHA512 9a0cead855da37845b25a91c72b9211d9a273db49da4fc925c593f7f083f5d7aec6376dfd7db1dea88ee4ca0b51a3ad58e000af37960aa2afc8416ed78b3ff64
diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
index 525e5c612ff4..c08edace5cf1 100644
--- a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
+++ b/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1