summaryrefslogtreecommitdiff
path: root/dev-python/potr
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/potr
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/potr')
-rw-r--r--dev-python/potr/Manifest2
-rw-r--r--dev-python/potr/potr-1.0.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/potr/Manifest b/dev-python/potr/Manifest
index 08047ad96a5f..d7c7f300bf0a 100644
--- a/dev-python/potr/Manifest
+++ b/dev-python/potr/Manifest
@@ -1,3 +1,3 @@
DIST python-potr-1.0.1.zip 30200 BLAKE2B 9dddad5cc902bcbdc5c674487e9f75d50dc711d9e2dcb24bc96abf6638628f22cd50ea2674efc2079e904668eef5cc92accce707811f922beb1453c1aa636a0c SHA512 d38f2fc68ce9f72ccee18923183f8640ee51f079da1e79e1f2f22e37383c99da7a6336a8538e28bd90b483fe8e227956ebc052e9c03aa6d7b49e9fc4e8df5281
-EBUILD potr-1.0.1.ebuild 595 BLAKE2B 93343c679dbb73c526a256f87a6d14136e5d524b7e16b122d1d1b38b18cf110cfafa9857f437d2bd93332574c04d2d63c835ee4bc80bbd74b0d3b613ff4cb3a8 SHA512 a56b160a43a6b72b93431acb9e80b642eaa88eaea1218da7d65e238e58df1f7b7abffe71ccf2ef013638ebb8f5a0533737501e721f22a08f9eb77fc53401122e
+EBUILD potr-1.0.1.ebuild 591 BLAKE2B 278181ba7bcd2b7d8156a471dff2feb11499ced4c125e71591d616555fe471bb73e878c225a9d1679ae80df2ceaaa5714abfc8cdac2117a0d383cbb66b02ef13 SHA512 32a44d0966a355334ad8fde07642a251f93cb3bdfd6ab62c510339aa0d5810f10841eaf4a3a8814cf9f428ff34bdf71cc6b634c61b38a80e7a27f564a8cab336
MISC metadata.xml 515 BLAKE2B 4d576b7dca605ae1433a370cc03c569ebc3d27991e59ed75395100f75f787c3d5a69bb6d47f4b4fef68aa4f4b1a5a8b3fda4cbde678c1de5b5504df2f51c620a SHA512 3cbc182032fa1e1d868fc1348271840feab79629611316eb3433f11500552c57e1a04cee0b333f9cb6edfb93f9091c3aba25750b64a18ec62f59c5d4fc07da38
diff --git a/dev-python/potr/potr-1.0.1.ebuild b/dev-python/potr/potr-1.0.1.ebuild
index 476ade70fed2..119fea031ee7 100644
--- a/dev-python/potr/potr-1.0.1.ebuild
+++ b/dev-python/potr/potr-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
MY_PN="python-${PN}"
MY_P="${MY_PN}-${PV}"
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_6} )
inherit distutils-r1