summaryrefslogtreecommitdiff
path: root/dev-python/pid
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pid')
-rw-r--r--dev-python/pid/Manifest1
-rw-r--r--dev-python/pid/metadata.xml18
-rw-r--r--dev-python/pid/pid-3.0.4-r1.ebuild21
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/pid/Manifest b/dev-python/pid/Manifest
deleted file mode 100644
index f699585d517d..000000000000
--- a/dev-python/pid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pid-3.0.4.tar.gz 16228 BLAKE2B 386565071646ff5b5152c52a8a0881f54369540abaf34a82be399d5e579c763df81553393a6d9a9659beeec5f6b531c74eef7cd13f6dc6f56ee76783863c52e9 SHA512 71656511a12a27fe0c7106cd82459484071fd7a0d34f187bfd2f59dc484b6a86f2ae840eb04609c5ffb2c1f18dafd831b02c0fee5015cf840e6a1f26f95ec495
diff --git a/dev-python/pid/metadata.xml b/dev-python/pid/metadata.xml
deleted file mode 100644
index 64bd22a3154b..000000000000
--- a/dev-python/pid/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>aballier@gentoo.org</email>
- <name>Alexis Ballier</name>
- <description>Python team can take the package if they wish.</description>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">pid</remote-id>
- <remote-id type="github">trbs/pid</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pid/pid-3.0.4-r1.ebuild b/dev-python/pid/pid-3.0.4-r1.ebuild
deleted file mode 100644
index e9a48ed5ad73..000000000000
--- a/dev-python/pid/pid-3.0.4-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pidfile featuring stale detection and file-locking"
-HOMEPAGE="
- https://github.com/trbs/pid/
- https://pypi.org/project/pid/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
-
-distutils_enable_tests pytest