diff options
Diffstat (limited to 'dev-python/posix_ipc')
-rw-r--r-- | dev-python/posix_ipc/Manifest | 1 | ||||
-rw-r--r-- | dev-python/posix_ipc/metadata.xml | 18 | ||||
-rw-r--r-- | dev-python/posix_ipc/posix_ipc-0.9.8.ebuild | 22 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/posix_ipc/Manifest b/dev-python/posix_ipc/Manifest deleted file mode 100644 index 051cdb4419bc..000000000000 --- a/dev-python/posix_ipc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST posix_ipc-0.9.8.tar.gz 66589 BLAKE2B 3a88a9f6c1e545cff3dab07d516be052128966d7f9b5e9d2282817e4fe34cf0b5d0fc3ea4a9f7f8987ce8a6ac108df8b86094ba50609c54e0ead833ec9d8293b SHA512 d0618c302e6d0f9113b9515627095d6baf383dcf4ac603b3a4596ee814873a0baa473e8505918859bda37cb539f98e76fd601e29f6772dbc14f74d6059fd4200 diff --git a/dev-python/posix_ipc/metadata.xml b/dev-python/posix_ipc/metadata.xml deleted file mode 100644 index 78f4a137abdb..000000000000 --- a/dev-python/posix_ipc/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <maintainer type="project"> - <email>openstack@gentoo.org</email> - <name>Openstack</name> - </maintainer> - <longdescription lang="en"> - POSIX IPC primitives (semaphores, shared memory and message queues) for Python - </longdescription> - <upstream> - <remote-id type="pypi">posix_ipc</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild b/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild deleted file mode 100644 index b0a808e852cc..000000000000 --- a/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) -DISTUTILS_IN_SOURCE_BUILD=1 - -inherit distutils-r1 - -DESCRIPTION="POSIX IPC primitives (semaphores, shared memory and message queues) for Python" -HOMEPAGE="http://semanchuk.com/philip/posix_ipc/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" -RDEPEND="" |