diff options
Diffstat (limited to 'dev-python/pid')
| -rw-r--r-- | dev-python/pid/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pid/metadata.xml | 15 | ||||
| -rw-r--r-- | dev-python/pid/pid-3.0.4-r1.ebuild | 21 |
3 files changed, 37 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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 /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> 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 |
