commit: 97616adddf2bff48f858e44de0b6161f432f7a25 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Dec 16 03:18:23 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 16 03:52:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97616add
dev-python/filelock: Bump to 3.20.1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/filelock/Manifest | 2 ++ dev-python/filelock/filelock-3.20.1.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-python/filelock/Manifest b/dev-python/filelock/Manifest index 04666025e6c8..b429646c1adf 100644 --- a/dev-python/filelock/Manifest +++ b/dev-python/filelock/Manifest @@ -1 +1,3 @@ DIST filelock-3.20.0.tar.gz 18922 BLAKE2B 8cb8855b52bcec7480091228c39dcfe43a302cfd90c5267371cbd6436b8e9648979da86b821e3c3b2acfc9514927dc9e54e0df7e1aefbcf7e7091ce7d76b8b3c SHA512 586f8f42100df5dfe2d136fc4b162044c2e6985d450c09035ede4ee4274c3a3ee24110fcabad528d2031d2e9a25ed6057bff2f35f75c1cafa6eeffdd61aa460c +DIST filelock-3.20.1.tar.gz 19476 BLAKE2B 04bcd38fa642c3981c0245bc7860ed5516edee243c758b89de659907dfd2ad5fb6cbd23d02239f59bc02cdb4e11cae4ac8bb085f076c24b0ae395f744abfbc47 SHA512 2bc782b8f01da72e43986d713c4f55775c0cf6f28e616203c1905f2498d2146ba4656a42e9ceb74c83dc36eaeae418d1027ea60180fe00eccb6f9246fb1074c7 +DIST filelock-3.20.1.tar.gz.provenance 9550 BLAKE2B fdd26bdeb5a1557d0e2c23a56538394c0bfc741fcd6ea5aae411985b7860162481f41886cf21e86491b4de31045fb6d928932c10e85419d86748bd8e3bb77213 SHA512 1c79360cb6b188411f9f854ee092a22f63dcb3fa2904a90c80b96e6db99622622723a212523ae7ad0a805545b52e2d13f962ef0fcb03dbcb3aff2edeb57c378e diff --git a/dev-python/filelock/filelock-3.20.1.ebuild b/dev-python/filelock/filelock-3.20.1.ebuild new file mode 100644 index 000000000000..e366a7f08e5d --- /dev/null +++ b/dev-python/filelock/filelock-3.20.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2018-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYPI_VERIFY_REPO=https://github.com/tox-dev/filelock +PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) + +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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] + test? ( + dev-python/virtualenv[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=( pytest-{asyncio,mock,timeout} ) +distutils_enable_tests pytest
