diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-28 07:11:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-28 07:11:58 +0000 |
| commit | ebcfdde700572edcef684fefa2245f7955c655ae (patch) | |
| tree | 6c397f76adb9324789fa1e83af8b23c934ce0786 /dev-python/flufl-lock | |
| parent | 758ba3a26cf3d19ddbff9cc837673acde1d4be43 (diff) | |
| download | baldeagleos-repo-ebcfdde700572edcef684fefa2245f7955c655ae.tar.gz baldeagleos-repo-ebcfdde700572edcef684fefa2245f7955c655ae.tar.xz baldeagleos-repo-ebcfdde700572edcef684fefa2245f7955c655ae.zip | |
Adding metadata
Diffstat (limited to 'dev-python/flufl-lock')
| -rw-r--r-- | dev-python/flufl-lock/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/flufl-lock/flufl-lock-9.1.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/flufl-lock/Manifest b/dev-python/flufl-lock/Manifest index 8835deb1f715..d8136f161080 100644 --- a/dev-python/flufl-lock/Manifest +++ b/dev-python/flufl-lock/Manifest @@ -1 +1,2 @@ DIST flufl_lock-9.0.0.tar.gz 34151 BLAKE2B 3b75f8d9d173739bcf11391440953e96e5490732556aea16d56274a6f77d1ebb9715ac5ecaf69c37a954c7c7a0e9739dfde9a6904b54794e0f413068a09e0347 SHA512 4177c45988527114344d8d6e5f439f4f7446ef805578491a808091b20d5289b1203728f7b83bf1ab44e77a5d6c9a6e145a27f18a79f6c28fc4f98ab02e6999bc +DIST flufl_lock-9.1.0.tar.gz 33999 BLAKE2B 4008040448a8b6c7f63dd9f9021cac9b8a01a16f747864db29e33fd29463f115266617f0513bf742c89e724b352e0e2de1992fd45e6815494d04c0995fd270f8 SHA512 fb07b5f1898f7ae997663f42d14fc5cd6600f5576abcfb82a194748b559b8782bd62d40f26d7a6cc0b52fa82d6e527e5effae40407fe345cb23b1be2b5d0a5f8 diff --git a/dev-python/flufl-lock/flufl-lock-9.1.0.ebuild b/dev-python/flufl-lock/flufl-lock-9.1.0.ebuild new file mode 100644 index 000000000000..029882ac2a4a --- /dev/null +++ b/dev-python/flufl-lock/flufl-lock-9.1.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="NFS-safe file locking with timeouts for POSIX systems" +HOMEPAGE=" + https://gitlab.com/flufl/flufl.lock/ + https://pypi.org/project/flufl.lock/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/atpublic[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/sybil[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
