summaryrefslogtreecommitdiff
path: root/dev-python/pytest-cache
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-cache
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pytest-cache')
-rw-r--r--dev-python/pytest-cache/Manifest4
-rw-r--r--dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild4
-rw-r--r--dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/pytest-cache/Manifest b/dev-python/pytest-cache/Manifest
index 39a687ea72df..4197fda80d32 100644
--- a/dev-python/pytest-cache/Manifest
+++ b/dev-python/pytest-cache/Manifest
@@ -1,4 +1,4 @@
DIST pytest-cache-1.0.tar.gz 16242 BLAKE2B 90ebe56fab442c67513025bf3921d9d3ef4220de49fed5ae14cd31e5b8966e2fce4551faafb14bbaf1c3ddb45a8bc2d0ef4e3e9ab6fdece053d173b37e4753b7 SHA512 55eb66718a45fb0ad8931780d96fa4715cf0d9f2568be2a1b08b3399d391b818a7ae8b2afeb74b50aaf8ec8f7f0d8da8e7a7483845a50e884822ca6ddbca03ea
-EBUILD pytest-cache-1.0-r1.ebuild 869 BLAKE2B dce2914a1bced0a3303e2626300d6614889f80da597ba3abccfe2115e78b8cac479aff34b4cf2441e790a3d38c39767d2df436d8f88cd4c41c39ce0ff9627d41 SHA512 c5a250c8c993372b4065f5094aba05ccf8f856491b82c1ed901ccc322218edbd8bce3906e3cb5ee862dc24dfeb770766c5cab356d85a8306957985d24d8620b6
-EBUILD pytest-cache-1.0-r2.ebuild 876 BLAKE2B 9d068efa2371ddb51090eb90c4870be2a4d3303dcb3cde9e942456a740531b3db6dff5cfdde73e4c8c3901b62546a3ebd596560009b91d37eb6fea1c2c536961 SHA512 9bc7badbe095262032367c723129117478bbb0bb83eff10f10e8823a8d4581ce697de2eecc9d44f268f9f2e581646d461585181026059b00e6c3ff4f3c6a7f70
+EBUILD pytest-cache-1.0-r1.ebuild 860 BLAKE2B 5dac9257e19da55734e851ef1f688427686f4aa97effb0926c7c1115b8a5f73c29c83838950627d7f7ba5daa4b67ee0afe6469e2bcec387e7116bd6ead2fd363 SHA512 5400c4bf36edd724bcf9e754b7b7591ef447a86362400ed1526a5e618b7201e8de3b6e71f32d5725a20f921f206b80c7cfe05db0aaff87f7241101a28ef3df55
+EBUILD pytest-cache-1.0-r2.ebuild 869 BLAKE2B a73c10160d8459b98ac3e8d460a593c7d5c8b15ad716fe29b28d4ed2c1e2495471a3ba1f76d9cb83265b26d8d5f243a52838cfd6a4330c5462cdaab0e0479aa7 SHA512 481d77772fecd2fde86813628f5ffbba3383f934c7a7bae9299a77a8f7a630ddf294b2945e2ccc5a74aa68921502caddb021ce3a6c71c24d9ac3e87afb73723d
MISC metadata.xml 424 BLAKE2B 9699f4ea942fab1f467f13318ec34b3827aafd5946f863fe73ed8411c8967c3aadd75d210d59a194f44cdd40a60f7911231b9b9f1b0da91b88be636b007cd205 SHA512 d5cacf7c2874eec32bd10036f6fa03f0d357569e99b229b397df2ca1978f3961b9f3e7cd892cba677e4f6c4e39a5d69ef496166285adf089e08e7406446c9a35
diff --git a/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild
index c7a507c5f927..768a7a704df0 100644
--- a/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild
+++ b/dev-python/pytest-cache/pytest-cache-1.0-r1.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=5
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
inherit distutils-r1
diff --git a/dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild b/dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild
index 5deffb10a163..13ac45f4839f 100644
--- a/dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild
+++ b/dev-python/pytest-cache/pytest-cache-1.0-r2.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=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
inherit distutils-r1