Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filelock/
Date: Thu, 27 Jan 2022 12:34:54
Message-Id: 1643286881.0d7cc9ce2c8befa94fa7bbc43d9d89e0b5575597.mgorny@gentoo
1 commit: 0d7cc9ce2c8befa94fa7bbc43d9d89e0b5575597
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 27 11:26:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 27 12:34:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7cc9ce
7
8 dev-python/filelock: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/filelock/Manifest | 1 -
13 dev-python/filelock/filelock-3.4.0.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/filelock/Manifest b/dev-python/filelock/Manifest
17 index 18c3efdce760..6003c3b2205b 100644
18 --- a/dev-python/filelock/Manifest
19 +++ b/dev-python/filelock/Manifest
20 @@ -1,2 +1 @@
21 -DIST py-filelock-3.4.0.tar.gz 203303 BLAKE2B 615f623c584c39917f280815695dcc58ce6dd5ca26846f88b954526e0866b7e1d020589eecee774dbd8b10ff818d707826c663643ad300465bb85ba751fddddd SHA512 0dc85f083a8c60605dfbd0b6fe55a96b5872e5b8ce3fd746925444571d02e243459bed6cd2d8aa9d7eda7d197bdc31b289cfcf1f0aef295779ca900d24abcbd8
22 DIST py-filelock-3.4.2.tar.gz 203805 BLAKE2B be1cb206c4571b86987ea406af4b8efed503f53584fe9f5af5cbc6493728dbeafa3d0154a66ea30404d51700155be877aa74e6c08b1dbf7cefbee1ca3274f1e1 SHA512 361586f976a4b4011af4446e34932cb9e42565e87d828852b0bb7bed48f59c19b3c95895836c9c63c1978d9d113432df19c52e59523a0f00797b3b94f36a4d73
23
24 diff --git a/dev-python/filelock/filelock-3.4.0.ebuild b/dev-python/filelock/filelock-3.4.0.ebuild
25 deleted file mode 100644
26 index 340eb3c41faf..000000000000
27 --- a/dev-python/filelock/filelock-3.4.0.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 2018-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 -inherit distutils-r1
37 -
38 -MY_P=py-filelock-${PV}
39 -DESCRIPTION="A platform independent file lock for Python"
40 -HOMEPAGE="
41 - https://github.com/tox-dev/py-filelock/
42 - https://pypi.org/project/filelock/"
43 -SRC_URI="
44 - https://github.com/tox-dev/py-filelock/archive/${PV}.tar.gz
45 - -> ${MY_P}.tar.gz"
46 -S=${WORKDIR}/${MY_P}
47 -
48 -LICENSE="Unlicense"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
51 -
52 -BDEPEND="
53 - test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )"
54 -
55 -distutils_enable_tests pytest
56 -
57 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}