commit:     b6fc4886492512583a226878f12cb9a1c3b1f0df
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 04:36:35 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 04:36:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fc4886

dev-python/flufl-lock: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/flufl-lock/Manifest                 |  2 --
 dev-python/flufl-lock/flufl-lock-7.0-r1.ebuild | 31 -----------------------
 dev-python/flufl-lock/flufl-lock-7.1.ebuild    | 34 --------------------------
 3 files changed, 67 deletions(-)

diff --git a/dev-python/flufl-lock/Manifest b/dev-python/flufl-lock/Manifest
index c73811602c2f..575b8a19c771 100644
--- a/dev-python/flufl-lock/Manifest
+++ b/dev-python/flufl-lock/Manifest
@@ -1,3 +1 @@
-DIST flufl.lock-7.0.tar.gz 33169 BLAKE2B 
72c763e50e0a28f02fe6d9a8d88b1c64626a60310b203f9bbcc82e950f8ac494640748dece4c63542d4b89512a1f98bb1d92bda145028ebd18a8f254c2e2c1eb
 SHA512 
b1c5151d30aa3e9afc12fe0dbd9be05ad1f9133b32f5e3bacf98532fefb08fbf354bf4b9a4b9fc90e448861941eba358e8f67218daf9797eb031b487cc717181
 DIST flufl.lock-7.1.1.tar.gz 33017 BLAKE2B 
813b4b77fe2b7c9d7125e9d4a5530a77aa4205e1eb0a90852419f29669db97c683fe1d73d221bc7490a7a827da24e23bfac38002c1e6a179289b56b59e2d4dfa
 SHA512 
eb9d8a80013ca07cc3eaab30ced596c0362cfc59d5a1f7cf17aacbf4068d9989b443df7e2d5f5e09d6f60e0ebc784ab1897ca7379fde7eeb57246cb6b5dfef3f
-DIST flufl.lock-7.1.tar.gz 33315 BLAKE2B 
e6a93c4bba8edf65cad505b52d8f57731410b4b3d8e293407123468820d9eba585f09c1683f191c035f5b97d59b8e45a921218107a32e3c49a1acaf20890b997
 SHA512 
6f073ffd7ec825b9483b70e68b86e6f8842056334126bd54778e8182489df5f659afcdfdec103fdc516d7a4a3cf8ba918d337f01816b6b688ef8706d52627314

diff --git a/dev-python/flufl-lock/flufl-lock-7.0-r1.ebuild 
b/dev-python/flufl-lock/flufl-lock-7.0-r1.ebuild
deleted file mode 100644
index ae6e1884411e..000000000000
--- a/dev-python/flufl-lock/flufl-lock-7.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="NFS-safe file locking with timeouts for POSIX systems"
-HOMEPAGE="https://gitlab.com/warsaw/flufl.lock";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-python/atpublic[${PYTHON_USEDEP}]
-       >=dev-python/psutil-5.9.0[${PYTHON_USEDEP}]"
-BDEPEND="
-       test? ( dev-python/sybil[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -i -e '/addopts/d' pyproject.toml || die
-       distutils-r1_src_prepare
-}

diff --git a/dev-python/flufl-lock/flufl-lock-7.1.ebuild 
b/dev-python/flufl-lock/flufl-lock-7.1.ebuild
deleted file mode 100644
index 1c3d999df72d..000000000000
--- a/dev-python/flufl-lock/flufl-lock-7.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="NFS-safe file locking with timeouts for POSIX systems"
-HOMEPAGE="https://gitlab.com/warsaw/flufl.lock";
-SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-python/atpublic[${PYTHON_USEDEP}]
-       >=dev-python/psutil-5.9.0[${PYTHON_USEDEP}]"
-BDEPEND="
-       test? (
-               dev-python/sybil[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -e '/addopts/d' -i pyproject.toml || die
-       distutils-r1_src_prepare
-}

Reply via email to