summaryrefslogtreecommitdiff
path: root/dev-python/brython
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/brython
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/brython')
-rw-r--r--dev-python/brython/Manifest2
-rw-r--r--dev-python/brython/brython-3.7.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
index 46877fe92753..03874387928b 100644
--- a/dev-python/brython/Manifest
+++ b/dev-python/brython/Manifest
@@ -1,3 +1,3 @@
DIST brython-3.7.2.tar.gz 10403203 BLAKE2B 1fb7778a961c68a873033321fdf7a5b24f422d52195ff1f0606384c76007ab87a1949ead2ffcd7b660b544a9833acf90b254a542ea8856510579bacd0be8477d SHA512 76bdbc005832b4980e38ff4bf2fd705291eb06ee6b9f0c4b25a90df9ab4e6da6638990abb37ebf526d064f54823a9b4ff387edd919db69b1eb3bfc8ed27d6290
-EBUILD brython-3.7.2.ebuild 763 BLAKE2B 66644fd554fa874e2418ed7abf84a65ad0910ee6b5a1a8a6e992e30a5889a05d4af1feeae9faea69b5b8f100e5e33022884215e617fe3ee7abeb2686517dc01b SHA512 bd6d15c121077acdfbb37138cea0d5f685994d9dc7227061d6cd55126d3a4acc41d9aba8f03799d7121d5a6ef08038c1298cf1e164757e9fc035f343bfd38163
+EBUILD brython-3.7.2.ebuild 753 BLAKE2B e58754d488cdcb191080848ae9848da3ea8bd57e9ae9e3b4e373ec4388645d9d40216ad3328089b7eccec4c27f74c4d5ba94348dd805c83b5094a42496abe30c SHA512 7849162fff9f817cbf48ed061737ecc01c260990971b79648aa52327428cec33a4e5adb8098e9b77be61d35dd7cd2069b80681655f55fe634ffbac54edbef205
MISC metadata.xml 345 BLAKE2B ab7c78390c35a156fed3a3507ab979347fef95259f4083a28ba2c925356907158a0e7249cc4e6e46cc9117e418a07a3f91a67ba34163aa5be657ca37bf11b318 SHA512 ff1357bc421a8f96fe10ddc253035271616da444fb6cca11d3b263629c12abfbfc17324d06e744c95c319fe525763ff752db69aa3439edaa3fdc3e7e56c5bb05
diff --git a/dev-python/brython/brython-3.7.2.ebuild b/dev-python/brython/brython-3.7.2.ebuild
index 29277fb2ae96..8c1259305c3f 100644
--- a/dev-python/brython/brython-3.7.2.ebuild
+++ b/dev-python/brython/brython-3.7.2.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=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit webapp python-single-r1