dev-python/posix-ipc: treeclean

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-05-02 09:26:11 +03:00
parent a4a2e50fa1
commit 61f8912f9c
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
3 changed files with 0 additions and 43 deletions

View File

@ -1 +0,0 @@
DIST posix-ipc-1.0.5.tar.gz 96859 BLAKE2B de4fe580fddefcfaea7562c9e40833f06a945029c0df0a9cec3e4b5851b5e74f507db56515ca71853ada234e2333a4bcd56e210d17d852e8527932ae4d4ffa0e SHA512 ea44314c34291ad0ef5d98ccf7b13ce216964dd084f681613b91c573be472297145cd46e990bab4746f09cb0cf0788a6d5f6423a15255e198f8e5772eec14717

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<upstream>
<remote-id type="github">osvenskan/posix_ipc</remote-id>
<remote-id type="pypi">posix-ipc</remote-id>
</upstream>
<longdescription>
POSIX IPC primitives (semaphores, shared memory and message queues)
for Python
posix_ipc is a Python module (written in C) that permits creation
and manipulation of POSIX inter-process semaphores,
shared memory and message queues on platforms supporting
the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993
</longdescription>
</pkgmetadata>

View File

@ -1,22 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_PN="${PN/-/_}"
MY_P="${MY_PN}-${PV}"
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="POSIX IPC primitives for Python"
HOMEPAGE="http://semanchuk.com/philip/posix_ipc/"
SRC_URI="http://semanchuk.com/philip/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror test"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/${MY_P}"