summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-12-16 04:17:43 +0100
committerMichał Górny <mgorny@gentoo.org>2025-12-16 04:52:42 +0100
commit77569da835d5cd0c42b3bddd0b30e3229729e141 (patch)
treeac6b6c7105212e6597d37468fd4819825da9c56e /dev-python
parent31f209699e64548b213301037254d94bd195d055 (diff)
downloadgentoo-77569da835d5cd0c42b3bddd0b30e3229729e141.tar.gz
gentoo-77569da835d5cd0c42b3bddd0b30e3229729e141.tar.bz2
gentoo-77569da835d5cd0c42b3bddd0b30e3229729e141.zip
dev-python/filelock: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/filelock/Manifest1
-rw-r--r--dev-python/filelock/filelock-3.19.1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/filelock/Manifest b/dev-python/filelock/Manifest
index d0305efd84cd..04666025e6c8 100644
--- a/dev-python/filelock/Manifest
+++ b/dev-python/filelock/Manifest
@@ -1,2 +1 @@
-DIST filelock-3.19.1.tar.gz 17687 BLAKE2B 1023b3058e3c495e4cc296ddcba923fa64c706c28442300a7f29f905f22f060a901aedb19923f9884591505a16f959c714502415797b721f4a2fb7b839cebe57 SHA512 9091a051c60c82c236fa02d817525024dd88a169c98b3261be78fc36a92bb10bffd1eddd1a037de717342d42b2b14360ec2241fcce682d9d3e7c0d8632b26563
DIST filelock-3.20.0.tar.gz 18922 BLAKE2B 8cb8855b52bcec7480091228c39dcfe43a302cfd90c5267371cbd6436b8e9648979da86b821e3c3b2acfc9514927dc9e54e0df7e1aefbcf7e7091ce7d76b8b3c SHA512 586f8f42100df5dfe2d136fc4b162044c2e6985d450c09035ede4ee4274c3a3ee24110fcabad528d2031d2e9a25ed6057bff2f35f75c1cafa6eeffdd61aa460c
diff --git a/dev-python/filelock/filelock-3.19.1.ebuild b/dev-python/filelock/filelock-3.19.1.ebuild
deleted file mode 100644
index bdcf5da2ece8..000000000000
--- a/dev-python/filelock/filelock-3.19.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2018-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-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