summaryrefslogtreecommitdiff
path: root/dev-python/python-prctl
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-prctl')
-rw-r--r--dev-python/python-prctl/Manifest4
-rw-r--r--dev-python/python-prctl/python-prctl-1.6.1.ebuild24
-rw-r--r--dev-python/python-prctl/python-prctl-1.7.ebuild2
3 files changed, 2 insertions, 28 deletions
diff --git a/dev-python/python-prctl/Manifest b/dev-python/python-prctl/Manifest
index 3792c9f110b8..d9b9b98701bb 100644
--- a/dev-python/python-prctl/Manifest
+++ b/dev-python/python-prctl/Manifest
@@ -1,5 +1,3 @@
-DIST python-prctl-1.6.1.tar.gz 25788 BLAKE2B 48cf4b8f9bd50c0619218fca889f1d83c001a07d914bfd6cd61596957a467165cc8738abeaa0671ba32e90c46d8a96b56aca8443837e45e8bba6815a11463e72 SHA512 9d379f2082523421b69f237042826fb4360d1da6e96dfc3f7e5133cb7041da4e3ea9954b14a063967c6dca2a766d39fbfe7eda71df13ae38ce046ec102949f3a
DIST python-prctl-1.7.tar.gz 25922 BLAKE2B 2d0ccc2174c62a74fcffec1115f3d157b6579c8f7dc138aacecc2d7ee479d71954b04cf1f7d881c1212d1f63c22aad800db07756e2803de2deac7eeb5d0d2742 SHA512 f2a18fc8e9ef469722c6618d5dd6b7b558d4060783e6fb3a8dc868d9ed3fa21ade371f94a4538a24dca92a71f623a96638c96882d9cf0d3d499a9f12dae8538a
-EBUILD python-prctl-1.6.1.ebuild 499 BLAKE2B 67e28211d06f8192e21b642afb4e05cd953b1dc16faaac657985c36c662daa2aa0119d9cd924129fc152ec44afd4682e68ec7c918bb21b146531ec768e00e14a SHA512 8053f8a206b0b475de487c834c130970d5215068e29239063d16bc29dacee2048322ea554c162f15028b4abf971baa591b669690faf69c64b639745d5175bf74
-EBUILD python-prctl-1.7.ebuild 501 BLAKE2B cf57091e4c967d2b2d0ed02f404830a450add5247e967853ef7c19f9175940aed8824dcf8c27540b73488c2869dc545396401322ee3f8d23285c617ba89e058a SHA512 59f2d13383df3edb78e1c0f25d40c009b8552d86a9e44baee8d954388f0e5d61e9db7feea6585187a5fad66a2f4324c35f577899322fd1b7d5b2dd3c1e7d5f9e
+EBUILD python-prctl-1.7.ebuild 491 BLAKE2B fef3ec84636e5a0fbb50ab55d27fe98249c2d4e09976f72b457cb05b41e320b7f989e5ef6804cbf250aeb68326e1f13ab03b9e5af6c3ab6f6adac7ea01c4312f SHA512 6143d23a41af66311b3e49f861d50cd6dbbb38b2ff70512bcc4b6e45b9859c6597bb3e566d001fe37561ebb25dfee727d0df8f6b5dd9aa1a0a4b50c3911cd312
MISC metadata.xml 334 BLAKE2B 1fc3c650f15c0c5663110d323f0a4acf970fa31ef8711ea894b6440bd7b04d37d2465db26168833e45bc728f6732f15352f1125d30d85ff16b9d2275931e0818 SHA512 42e6bed26bbf277f03865d151148646a4077baf61256e67616f04f004b807bc5bcb5122bded7a20d05f1eb57a2850cf0f31e469f3482c0dd214fd408b6494cdb
diff --git a/dev-python/python-prctl/python-prctl-1.6.1.ebuild b/dev-python/python-prctl/python-prctl-1.6.1.ebuild
deleted file mode 100644
index 14554209c2c9..000000000000
--- a/dev-python/python-prctl/python-prctl-1.6.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Control process attributes through prctl"
-HOMEPAGE="https://github.com/seveas/python-prctl"
-SRC_URI="https://github.com/seveas/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/libcap"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
diff --git a/dev-python/python-prctl/python-prctl-1.7.ebuild b/dev-python/python-prctl/python-prctl-1.7.ebuild
index 3e4b4ada4b57..853ab34592b5 100644
--- a/dev-python/python-prctl/python-prctl-1.7.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=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1