diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-27 12:26:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-27 13:34:41 +0100 |
commit | 0d7cc9ce2c8befa94fa7bbc43d9d89e0b5575597 (patch) | |
tree | 1c7b6823a327010aa113db14e76952f4ca66d479 /dev-python/filelock | |
parent | sys-kernel/gentoo-sources: Linux version bumps (diff) | |
download | gentoo-0d7cc9ce2c8befa94fa7bbc43d9d89e0b5575597.tar.gz gentoo-0d7cc9ce2c8befa94fa7bbc43d9d89e0b5575597.tar.bz2 gentoo-0d7cc9ce2c8befa94fa7bbc43d9d89e0b5575597.zip |
dev-python/filelock: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/filelock')
-rw-r--r-- | dev-python/filelock/Manifest | 1 | ||||
-rw-r--r-- | dev-python/filelock/filelock-3.4.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/filelock/Manifest b/dev-python/filelock/Manifest index 18c3efdce760..6003c3b2205b 100644 --- a/dev-python/filelock/Manifest +++ b/dev-python/filelock/Manifest @@ -1,2 +1 @@ -DIST py-filelock-3.4.0.tar.gz 203303 BLAKE2B 615f623c584c39917f280815695dcc58ce6dd5ca26846f88b954526e0866b7e1d020589eecee774dbd8b10ff818d707826c663643ad300465bb85ba751fddddd SHA512 0dc85f083a8c60605dfbd0b6fe55a96b5872e5b8ce3fd746925444571d02e243459bed6cd2d8aa9d7eda7d197bdc31b289cfcf1f0aef295779ca900d24abcbd8 DIST py-filelock-3.4.2.tar.gz 203805 BLAKE2B be1cb206c4571b86987ea406af4b8efed503f53584fe9f5af5cbc6493728dbeafa3d0154a66ea30404d51700155be877aa74e6c08b1dbf7cefbee1ca3274f1e1 SHA512 361586f976a4b4011af4446e34932cb9e42565e87d828852b0bb7bed48f59c19b3c95895836c9c63c1978d9d113432df19c52e59523a0f00797b3b94f36a4d73 diff --git a/dev-python/filelock/filelock-3.4.0.ebuild b/dev-python/filelock/filelock-3.4.0.ebuild deleted file mode 100644 index 340eb3c41faf..000000000000 --- a/dev-python/filelock/filelock-3.4.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2018-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -MY_P=py-filelock-${PV} -DESCRIPTION="A platform independent file lock for Python" -HOMEPAGE=" - https://github.com/tox-dev/py-filelock/ - https://pypi.org/project/filelock/" -SRC_URI=" - https://github.com/tox-dev/py-filelock/archive/${PV}.tar.gz - -> ${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="Unlicense" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" - -BDEPEND=" - test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} |