diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-12-25 23:06:25 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-12-25 23:06:25 +0000 |
commit | 441d1370330332b7d78f238d2f5e13f7aed5e4e0 (patch) | |
tree | 6a5171dd615dfeee62a45044144c66e864738fb0 /dev-python/python-prctl | |
parent | ab3da91fb6c91a9df52fff8f991570f456fd3c7a (diff) |
gentoo christmass resync : 25.12.2020
Diffstat (limited to 'dev-python/python-prctl')
-rw-r--r-- | dev-python/python-prctl/Manifest | 3 | ||||
-rw-r--r-- | dev-python/python-prctl/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/python-prctl/python-prctl-1.7.ebuild | 20 |
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/python-prctl/Manifest b/dev-python/python-prctl/Manifest deleted file mode 100644 index bcfed8c925e9..000000000000 --- a/dev-python/python-prctl/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST python-prctl-1.7.tar.gz 25922 BLAKE2B 2d0ccc2174c62a74fcffec1115f3d157b6579c8f7dc138aacecc2d7ee479d71954b04cf1f7d881c1212d1f63c22aad800db07756e2803de2deac7eeb5d0d2742 SHA512 f2a18fc8e9ef469722c6618d5dd6b7b558d4060783e6fb3a8dc868d9ed3fa21ade371f94a4538a24dca92a71f623a96638c96882d9cf0d3d499a9f12dae8538a -EBUILD python-prctl-1.7.ebuild 476 BLAKE2B a7b65185af8c15ec58441e435aadd79a2536e06219ba9686d7e122d0ebe8e9cec3f7cf6756d776d0de844b5a129b29bc7f4f90a293ffdcec6013e26c04e75124 SHA512 ed38f7787428f4229193610094aa13dbc146a3e3761044216a3d4f2a93d05746d3bb9b2f83458b3b493eaca73cb35781d3119cd34f7e66227632188250372082 -MISC metadata.xml 374 BLAKE2B c2b40fe3996511c19cfb91fe8b2342e5789523f3e176ad9e12ee193eaca7ff104d8af7351962070c3e30bf666dcc233e84a234a17bd5fd5c8f97f57355936346 SHA512 aa9b0cc5973e65b3c00405a71e3f53ec879c1cdc7e3c9c667cd2330eca97f76d189194fa74e3083f413e9b18e74440f586b7ef8bc95972a24d348f268fd36364 diff --git a/dev-python/python-prctl/metadata.xml b/dev-python/python-prctl/metadata.xml deleted file mode 100644 index a533d5208975..000000000000 --- a/dev-python/python-prctl/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">seveas/python-prctl</remote-id> - <remote-id type="pypi">python-prctl</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-prctl/python-prctl-1.7.ebuild b/dev-python/python-prctl/python-prctl-1.7.ebuild deleted file mode 100644 index c9e28fe39342..000000000000 --- a/dev-python/python-prctl/python-prctl-1.7.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Control process attributes through prctl" -HOMEPAGE="https://github.com/seveas/python-prctl" -SRC_URI="https://github.com/seveas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="sys-libs/libcap" -DEPEND="${RDEPEND}" |