From ca65443b8e6ab56a4aa18ca88a8125001006cd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 28 Sep 2018 17:24:22 +0200 Subject: dev-python/python-prctl: update to 1.7 --- dev-python/python-prctl/Manifest | 2 +- dev-python/python-prctl/python-prctl-1.6.1.ebuild | 24 ----------------------- dev-python/python-prctl/python-prctl-1.7.ebuild | 24 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 dev-python/python-prctl/python-prctl-1.6.1.ebuild create mode 100644 dev-python/python-prctl/python-prctl-1.7.ebuild (limited to 'dev-python') 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.6.1.ebuild deleted file mode 100644 index a3fdde1..0000000 --- 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=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Control process attributes through prctl" -HOMEPAGE="https://github.com/seveas/python-prctl" -SRC_URI="https://github.com/seveas/python-prctl/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 new file mode 100644 index 0000000..4eaf5ec --- /dev/null +++ b/dev-python/python-prctl/python-prctl-1.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Control process attributes through prctl" +HOMEPAGE="https://github.com/seveas/python-prctl" +SRC_URI="https://github.com/seveas/python-prctl/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}" +} -- cgit v1.2.3