diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-09-08 11:47:26 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-09-08 11:47:26 +0000 |
| commit | fe0074903c357914aaaadfa88589436e559ea326 (patch) | |
| tree | 9b40e2b9205fb34fd066fddeec1b9b86f172bd9e /dev-python/filelock | |
| parent | 54f79a2305b1e0fb2e2b798272701d8aa178067f (diff) | |
| download | baldeagleos-repo-fe0074903c357914aaaadfa88589436e559ea326.tar.gz baldeagleos-repo-fe0074903c357914aaaadfa88589436e559ea326.tar.xz baldeagleos-repo-fe0074903c357914aaaadfa88589436e559ea326.zip | |
Adding metadata
Diffstat (limited to 'dev-python/filelock')
| -rw-r--r-- | dev-python/filelock/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/filelock/filelock-3.16.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/filelock/Manifest b/dev-python/filelock/Manifest index a51ef64148ba..869364d90493 100644 --- a/dev-python/filelock/Manifest +++ b/dev-python/filelock/Manifest @@ -1 +1,2 @@ DIST filelock-3.15.4.tar.gz 18007 BLAKE2B bf64d43b189453c8c1fcf258edefb2df340d20578d942d147197423c433cd6629d5e73615201d7ef84857450d7a4cf1375d0dfc69a422c4319a76f2dc157442f SHA512 d809df84f321ab9d99f46609cc664af2d9b73161906308e1a9f949c745694577901def228c40a860c606d652f9ecefe9014159eeea92266f94e981eecc4fe103 +DIST filelock-3.16.0.tar.gz 18008 BLAKE2B 076880fb7c3db622b8391a89dd9bf85acaeec39abe7f189c65dfc72d6a6742727c9fd3cac727f397097e9688d9fc1c21a0e28334689db92091b66454c312464a SHA512 bda22692d3a6b034a825fff6917b0c12614ef2615ff52fd78072b1c76c1d1e6019d9d503faa0edf54efc39566279a941b19f34e9e87ccabb7fc8fadb1b3aa825 diff --git a/dev-python/filelock/filelock-3.16.0.ebuild b/dev-python/filelock/filelock-3.16.0.ebuild new file mode 100644 index 000000000000..7b9616073426 --- /dev/null +++ b/dev-python/filelock/filelock-3.16.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2018-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="A platform independent file lock for Python" +HOMEPAGE=" + https://github.com/tox-dev/filelock/ + https://pypi.org/project/filelock/ +" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-python/pytest-timeout[${PYTHON_USEDEP}] + dev-python/virtualenv[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
