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: Sun, 31 Oct 2021 20:26:45
Message-Id: 1635711938.fcb7ca7eb371d33cb5459505b72081f246499747.mgorny@gentoo
1 commit: fcb7ca7eb371d33cb5459505b72081f246499747
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 20:25:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 20:25:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb7ca7e
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 | 4 ----
13 dev-python/filelock/filelock-3.0.12-r1.ebuild | 21 ---------------------
14 dev-python/filelock/filelock-3.1.0.ebuild | 22 ----------------------
15 dev-python/filelock/filelock-3.2.0.ebuild | 25 -------------------------
16 dev-python/filelock/filelock-3.3.0.ebuild | 25 -------------------------
17 5 files changed, 97 deletions(-)
18
19 diff --git a/dev-python/filelock/Manifest b/dev-python/filelock/Manifest
20 index 2068df7c681..54deafc9a61 100644
21 --- a/dev-python/filelock/Manifest
22 +++ b/dev-python/filelock/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST py-filelock-3.0.12.tar.gz 587613 BLAKE2B 3eb765e4cb251ace50fcaf3b7cf52939e697d5a710b87eb2f0ea0cf66f554b90bda2e95754b82e1544e45d0abd8dea861f52cdf9c7de0f1e91a8f5c8e0f9759c SHA512 0f30b54b9de2540f023855effcc582b18fedcee6681f21e1733f1b60dbd39eb148e3830bc798a44c5e8c22e7ea8ca26b6d4547fae79dacc78c62b819a3d84683
25 -DIST py-filelock-3.1.0.tar.gz 584958 BLAKE2B 29ce6c14ece7a45104ceda46bbb261730f7bf3e7df9d20be783a8e8324ca350e8b02a099f4273aff953281e10d305772c3572a72377f1039d0763c3d87173289 SHA512 cffca48f9e7b39a750bcecdbd4a1c8fd2a57c0eddd41fb735930ecb954550620ab89994cc159b6f0ada2cc0961a097e5e2c2ac380de424b59b111a3290682b86
26 -DIST py-filelock-3.2.0.tar.gz 584871 BLAKE2B 67c5d85dd030007c12f549e772eac8d028c9f0ee9abac4b5106bbcae91e5447e7c6394938877b718630c22323c53ebc28a8bff8b2e323401f027807f7447017b SHA512 8c2f3980090b798ca0103158731a816443bf461a40d79f337e1c102aee50b3885d2b30113d509a8457df20a2cef196e70b2313fbe3f5b44557b817e5a6154d80
27 -DIST py-filelock-3.3.0.tar.gz 200781 BLAKE2B b511e6f2780639cddaa0753b1812c44a32720d84af63ad503ea7843ee59f81555569ed828296ba89f0e42b88de3f62c9af9abea970848acb59f2ce59eafb9c64 SHA512 e0a1603f8056788223edb4e0a2b3a83d7dceba385ff14ed04966b47a29c659ef58f782383a3864b6ffa8edeb5be6e85ad3cc70abf3926514eccac5bc747c81ad
28 DIST py-filelock-3.3.1.tar.gz 202803 BLAKE2B d8a97d6e5beb8fe8883aa29bb55135f10f40f899232a84a53d66c4f4f50317f0e66a52141eb4285dd23fada276d23f10f43be166c481dc422a606d02eb350146 SHA512 0e8ff074a65f0f8f65fb4f05d94fcaccd37f2f1c489e5ed888e36f722a046cd143596ed1142d0638f2eaabdbfb27e48011bbce9b09e776e11c16b1c13d1467a8
29 DIST py-filelock-3.3.2.tar.gz 203026 BLAKE2B fce1a0d3c6ee1867d0af76d8ad73d3109568b30dcc823923573d9094298139151dc94c41216bb6b9634137949f1d5165a1b162845392f5478e0f240aebf36c04 SHA512 ec077249d2ab2586e33a5ff55246627ad089cfd37979258e5325ea7c6aa80bd08dcb1bd4055fcc6ca326b81f07c65d0db7e7a276da61dfc2dff5500792be83d6
30
31 diff --git a/dev-python/filelock/filelock-3.0.12-r1.ebuild b/dev-python/filelock/filelock-3.0.12-r1.ebuild
32 deleted file mode 100644
33 index c32a5318e23..00000000000
34 --- a/dev-python/filelock/filelock-3.0.12-r1.ebuild
35 +++ /dev/null
36 @@ -1,21 +0,0 @@
37 -# Copyright 2018-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
43 -inherit distutils-r1
44 -
45 -MY_P=py-filelock-${PV}
46 -DESCRIPTION="A platform independent file lock for Python"
47 -HOMEPAGE="https://github.com/benediktschmitt/py-filelock
48 - https://pypi.org/project/filelock/"
49 -SRC_URI="https://github.com/benediktschmitt/py-filelock/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
50 -S=${WORKDIR}/${MY_P}
51 -
52 -LICENSE="Unlicense"
53 -SLOT="0"
54 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
55 -IUSE=""
56 -
57 -distutils_enable_tests unittest
58
59 diff --git a/dev-python/filelock/filelock-3.1.0.ebuild b/dev-python/filelock/filelock-3.1.0.ebuild
60 deleted file mode 100644
61 index ec08c0f21c4..00000000000
62 --- a/dev-python/filelock/filelock-3.1.0.ebuild
63 +++ /dev/null
64 @@ -1,22 +0,0 @@
65 -# Copyright 2018-2021 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=8
69 -
70 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
71 -inherit distutils-r1
72 -
73 -MY_P=py-filelock-${PV}
74 -DESCRIPTION="A platform independent file lock for Python"
75 -HOMEPAGE="https://github.com/benediktschmitt/py-filelock
76 - https://pypi.org/project/filelock/"
77 -SRC_URI="https://github.com/benediktschmitt/py-filelock/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
78 -S=${WORKDIR}/${MY_P}
79 -
80 -LICENSE="Unlicense"
81 -SLOT="0"
82 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
83 -
84 -distutils_enable_tests pytest
85 -
86 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
87
88 diff --git a/dev-python/filelock/filelock-3.2.0.ebuild b/dev-python/filelock/filelock-3.2.0.ebuild
89 deleted file mode 100644
90 index 5e3fcb6a794..00000000000
91 --- a/dev-python/filelock/filelock-3.2.0.ebuild
92 +++ /dev/null
93 @@ -1,25 +0,0 @@
94 -# Copyright 2018-2021 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=8
98 -
99 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
100 -inherit distutils-r1
101 -
102 -MY_P=py-filelock-${PV}
103 -DESCRIPTION="A platform independent file lock for Python"
104 -HOMEPAGE="https://github.com/benediktschmitt/py-filelock
105 - https://pypi.org/project/filelock/"
106 -SRC_URI="https://github.com/benediktschmitt/py-filelock/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
107 -S=${WORKDIR}/${MY_P}
108 -
109 -LICENSE="Unlicense"
110 -SLOT="0"
111 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
112 -
113 -BDEPEND="
114 - test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )"
115 -
116 -distutils_enable_tests pytest
117 -
118 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
119
120 diff --git a/dev-python/filelock/filelock-3.3.0.ebuild b/dev-python/filelock/filelock-3.3.0.ebuild
121 deleted file mode 100644
122 index 5e3fcb6a794..00000000000
123 --- a/dev-python/filelock/filelock-3.3.0.ebuild
124 +++ /dev/null
125 @@ -1,25 +0,0 @@
126 -# Copyright 2018-2021 Gentoo Authors
127 -# Distributed under the terms of the GNU General Public License v2
128 -
129 -EAPI=8
130 -
131 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
132 -inherit distutils-r1
133 -
134 -MY_P=py-filelock-${PV}
135 -DESCRIPTION="A platform independent file lock for Python"
136 -HOMEPAGE="https://github.com/benediktschmitt/py-filelock
137 - https://pypi.org/project/filelock/"
138 -SRC_URI="https://github.com/benediktschmitt/py-filelock/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
139 -S=${WORKDIR}/${MY_P}
140 -
141 -LICENSE="Unlicense"
142 -SLOT="0"
143 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
144 -
145 -BDEPEND="
146 - test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )"
147 -
148 -distutils_enable_tests pytest
149 -
150 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}