summaryrefslogtreecommitdiff
path: root/dev-python/posix_ipc
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/posix_ipc')
-rw-r--r--dev-python/posix_ipc/Manifest3
-rw-r--r--dev-python/posix_ipc/metadata.xml18
-rw-r--r--dev-python/posix_ipc/posix_ipc-0.9.8.ebuild22
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/posix_ipc/Manifest b/dev-python/posix_ipc/Manifest
deleted file mode 100644
index f778daa372d9..000000000000
--- a/dev-python/posix_ipc/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST posix_ipc-0.9.8.tar.gz 66589 BLAKE2B 3a88a9f6c1e545cff3dab07d516be052128966d7f9b5e9d2282817e4fe34cf0b5d0fc3ea4a9f7f8987ce8a6ac108df8b86094ba50609c54e0ead833ec9d8293b SHA512 d0618c302e6d0f9113b9515627095d6baf383dcf4ac603b3a4596ee814873a0baa473e8505918859bda37cb539f98e76fd601e29f6772dbc14f74d6059fd4200
-EBUILD posix_ipc-0.9.8.ebuild 510 BLAKE2B e44b11bdc8cdf429b20a1b427fe947c5a5d580a28a9dc595cf4c0c32926865536562bdc8730dacc03c97c9e89b8d5bfd3983d9c41a18bf1948106f79bea36475 SHA512 b85ec0e372309b12425db4343ab92a61def0326841448559e63f9e6798c1a67e214db63830fa2efad90f5c770cf58aad3fa56a279b5c91584f194c767f6552b5
-MISC metadata.xml 563 BLAKE2B 972d775004d13b76a8f7da5efcca6fd74bf4c89643797fdc553fe96bf53d8612fd536738b245985776e89e179e39e88f0f7532405d22da0bb3bb076c13a44782 SHA512 53e0a911f621bdd0c409aef92100284da83ec41bb0c8834e73263254076bc53da8a2c3f0a8aeb43a9f78003e654381a135818e4b75d3c1d60eaad5c63f6c8ff6
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=""