summaryrefslogtreecommitdiff
path: root/dev-python/pystache
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/pystache
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pystache')
-rw-r--r--dev-python/pystache/Manifest2
-rw-r--r--dev-python/pystache/pystache-0.5.4.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pystache/Manifest b/dev-python/pystache/Manifest
index 954342e4fe60..cc39db3268b6 100644
--- a/dev-python/pystache/Manifest
+++ b/dev-python/pystache/Manifest
@@ -1,3 +1,3 @@
DIST pystache-0.5.4.tar.gz 75131 BLAKE2B 3f0b9feb9664b8fc0a78f230bd4cfabbf6ca05be254ff01cbff0c3f94ed54feb066c455bdf69c2e4a940c36d46442c446975b9f4bffa769a6b8bae0a72874e1e SHA512 4ac325e1431f58f740218c9ec309821db82d89989ef4ca7fc3536dea0ef1c90e8e85ebaa7df27f33129ca02252b84bcbd7429a1ed999b496f62f174dd66502cb
-EBUILD pystache-0.5.4.ebuild 619 BLAKE2B 2be9a42f7c998a9f5e352ef93fe4e7c31d470e2c54ac1c4292082e249dd5831f2e33a0ed518b3d038d635a906112e7911b8acea1cd91fbe10628c82d88bf90f5 SHA512 ec983d770050c9ac5b67593bfc52a00b6aa1393a0cb53fcdae32383399f28feb986d26891e2623b751c83f40d2af5066d0156de0ccc5fbc8f845ed4181a8431c
+EBUILD pystache-0.5.4.ebuild 610 BLAKE2B eb3f4eda041f0fb6e75f4acd341a6a098fe04a422c31c6cc885178903f134b6ec0480d62203f849cc78eb26f778ba7e09f7c288ba1e700dda6b66796ad78e91f SHA512 082faf36b2ab38f2eb96c776098becde9aec68b1ec3f875aaac2f19e2946bb950f4d7eb9bfd9f8845e4b030389ae6efb8dbbe0015d7fd3978cd7992bb18b2ec0
MISC metadata.xml 587 BLAKE2B b33d4b1a78e2a44eed11cf366ccc97b720599c3985c1a074c69bbd3ba1e9a2a9905a71f2013b62db3cfe519e28e2068ac7172dbb3a8fa4f84acd613d22a7edea SHA512 3d044de102f4c06604e6a53930b5232f97721fcd79f1ea3f14de5e4cee6497d6c4603cc3bcc45de5ac8f6358dc2a728002653b30d79af58a17ce627c22e58120
diff --git a/dev-python/pystache/pystache-0.5.4.ebuild b/dev-python/pystache/pystache-0.5.4.ebuild
index e99fa0b8ea97..9094d0d25e48 100644
--- a/dev-python/pystache/pystache-0.5.4.ebuild
+++ b/dev-python/pystache/pystache-0.5.4.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 )
+PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1