summaryrefslogtreecommitdiff
path: root/dev-python/bpython
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/bpython
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/bpython')
-rw-r--r--dev-python/bpython/Manifest4
-rw-r--r--dev-python/bpython/bpython-0.17.1.ebuild4
-rw-r--r--dev-python/bpython/bpython-0.18.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest
index 3c40ca8a74af..c82c3a8c4ce4 100644
--- a/dev-python/bpython/Manifest
+++ b/dev-python/bpython/Manifest
@@ -1,5 +1,5 @@
DIST bpython-0.17.1.tar.gz 213638 BLAKE2B 42530a38f8cf714a0415957a46374b83ad14dfab89a76317507763c2f83b3dbc8f71c7cc967ec353fabd38b6631130d34df99c0d53f3728fa2390d4a6f64b25d SHA512 5b5e861646df90510db75520dff9533b71501d35b7af1d152adf2c929b171fa6a2b1c0a6b7eda0311f9315703db161c6a78698a6cd434e5321464d6d1c033e4e
DIST bpython-0.18.tar.gz 213321 BLAKE2B 476c18fbec1d4ef3c5e206e7586b0e982656160474b64ceaecf5b49f560115af0e51d964553aad25bc765f7b431bc4f062581f9f30c0cb2e8da51cdbf2bca5ca SHA512 760143c286e686d4b8d706e38f3b2d2e7c865f960fa8d828ec08a7d0dd198bfa09686ab3c4b27ea365400d60c45b69a3c03ee726879a8825cc91af2a75d28dab
-EBUILD bpython-0.17.1.ebuild 1503 BLAKE2B 910c678492c31e38c989f555125c995fa5ff78bef1160cb06732207bb59433d272f799b09022627c408663695ebe87564d149531cfd3740267ea85535acdaf46 SHA512 05802a10cc238c0e93f179958ad0ba9c8f7c70f849e9a1e5db3cd8075eb7cae38e92b92234c86329d08eeaa5f80befbd6d7be12ff4c4cebc329d2b6a1e68b91b
-EBUILD bpython-0.18.ebuild 1505 BLAKE2B a6e188c38e28a8ab878798f151724e4def66f1a66019a0e045cc9a6c731076a744aa80c2284e724584a8e526d510c895183e6b0ff43f668ebca3fa7e96b4e15d SHA512 0ba71d663e2b099f44503ae26016baf1631834beb36f8db87641ae0271d2d280afdfa9cc1561b83ca0191fc8c36c198a11dc78ef0a2c47a7473a6010264a0ff8
+EBUILD bpython-0.17.1.ebuild 1489 BLAKE2B 8b30f8c8c24461828206e3cd422750add7dc671417a097d631c5db53349d20a9ee58ab80bc53f801f8ff9943c0cbd938d3519be920202980e223c407961a509e SHA512 63685278cddfcd1f11dbc1c2c264dd74b9647ff4ee158bdc8a6db83bbe0633a46d9b7350ecdfefb4b44302551aade4873d057d74944924298569a9b2392c557e
+EBUILD bpython-0.18.ebuild 1491 BLAKE2B f1153aabfd96e9c6d1281fe9954cf5a2d2e5777d723f1428e31950edf3c51a49bff3eae7496964ccc4bb1f971a693d2c6a3e4e71ca65eb1337740f7290ca86a8 SHA512 00249d3feb37c2a0ea07c862a5393e4a3816a58bd25cd87086ddaf8e9c69673724bb2004cdb8328dbba0b53a8bb4603768f66b815fbfe98a9f483d721cd00486
MISC metadata.xml 636 BLAKE2B 8a0306ee698c4f53a67ea4662791444115ba8e0cd14294614b7ff1dc6ddc28023897e3e3c4d4f0e8f8920c8fe6298ef8b866ead41df4871d2461f9c999e6c498 SHA512 84dc3ce1791ba626a1920d6ee3e5501ad6eb49528b7ba055811e1eda46a354d8e704a31b5c4ca7be5b4512f641098311ebb1c6651d889cedb6071a97a0aff9ba
diff --git a/dev-python/bpython/bpython-0.17.1.ebuild b/dev-python/bpython/bpython-0.17.1.ebuild
index 557cbb3e4b5f..c124d8fe9617 100644
--- a/dev-python/bpython/bpython-0.17.1.ebuild
+++ b/dev-python/bpython/bpython-0.17.1.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=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/bpython/bpython-0.18.ebuild b/dev-python/bpython/bpython-0.18.ebuild
index 75a9f0d8ad9a..a937218bdfa5 100644
--- a/dev-python/bpython/bpython-0.18.ebuild
+++ b/dev-python/bpython/bpython-0.18.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=( python3_6 )
inherit distutils-r1