summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-09-28 17:24:22 +0200
committerKarel Kočí <cynerd@email.cz>2018-09-28 17:24:22 +0200
commitca65443b8e6ab56a4aa18ca88a8125001006cd0c (patch)
treef33941aa141f19f5fff8b5646192d61c9e5e1bad /dev-python
parent9253efd988a7c9922cee69e4a0148f0c5618a506 (diff)
downloadgentoo-personal-overlay-ca65443b8e6ab56a4aa18ca88a8125001006cd0c.tar.gz
gentoo-personal-overlay-ca65443b8e6ab56a4aa18ca88a8125001006cd0c.tar.bz2
gentoo-personal-overlay-ca65443b8e6ab56a4aa18ca88a8125001006cd0c.zip
dev-python/python-prctl: update to 1.7
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-prctl/Manifest2
-rw-r--r--dev-python/python-prctl/python-prctl-1.7.ebuild (renamed from dev-python/python-prctl/python-prctl-1.6.1.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-prctl/Manifest b/dev-python/python-prctl/Manifest
index 9b18783..8e54dfa 100644
--- a/dev-python/python-prctl/Manifest
+++ b/dev-python/python-prctl/Manifest
@@ -1 +1 @@
-DIST python-prctl-1.6.1.tar.gz 25788 BLAKE2B 48cf4b8f9bd50c0619218fca889f1d83c001a07d914bfd6cd61596957a467165cc8738abeaa0671ba32e90c46d8a96b56aca8443837e45e8bba6815a11463e72 SHA512 9d379f2082523421b69f237042826fb4360d1da6e96dfc3f7e5133cb7041da4e3ea9954b14a063967c6dca2a766d39fbfe7eda71df13ae38ce046ec102949f3a
+DIST python-prctl-1.7.tar.gz 25935 BLAKE2B af139509977e35927cccb90b03538a3c765b79923db5281c2efe2dc8f6eb0fe3af8c097c75af3debdeec58b19ae2b2cf8866a7806aaaef8d4e97ca3fba99159c SHA512 a10c960eb7cef260c9463226047c2ac57f147938d8d193c16747cbc758075728b1d2dfb8c6f8b2ebd04819c2b966f810ebfa726567ee1a45e0643392d13f7d34
diff --git a/dev-python/python-prctl/python-prctl-1.6.1.ebuild b/dev-python/python-prctl/python-prctl-1.7.ebuild
index a3fdde1..4eaf5ec 100644
--- a/dev-python/python-prctl/python-prctl-1.6.1.ebuild
+++ b/dev-python/python-prctl/python-prctl-1.7.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1