From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/pid/Manifest | 1 + dev-python/pid/metadata.xml | 15 +++++++++++++++ dev-python/pid/pid-3.0.4-r1.ebuild | 21 +++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 dev-python/pid/Manifest create mode 100644 dev-python/pid/metadata.xml create mode 100644 dev-python/pid/pid-3.0.4-r1.ebuild (limited to 'dev-python/pid') diff --git a/dev-python/pid/Manifest b/dev-python/pid/Manifest new file mode 100644 index 000000000000..f699585d517d --- /dev/null +++ b/dev-python/pid/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..c8b204bddce5 --- /dev/null +++ b/dev-python/pid/metadata.xml @@ -0,0 +1,15 @@ + + + + + aballier@gentoo.org + Alexis Ballier + Python team can take the package if they wish. + + + python@gentoo.org + Python + + + baldeagleos-repo + diff --git a/dev-python/pid/pid-3.0.4-r1.ebuild b/dev-python/pid/pid-3.0.4-r1.ebuild new file mode 100644 index 000000000000..e9a48ed5ad73 --- /dev/null +++ b/dev-python/pid/pid-3.0.4-r1.ebuild @@ -0,0 +1,21 @@ +# 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 -- cgit v1.3.1