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/backports-functools-lru-cache/
Date: Mon, 04 May 2020 10:28:56
Message-Id: 1588587819.8aeac30d96a5ddbe29643c9ea5b99242b51385bd.mgorny@gentoo
1 commit: 8aeac30d96a5ddbe29643c9ea5b99242b51385bd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 10:21:45 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 10:23:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aeac30d
7
8 dev-python/backports-functools-lru-cache: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/backports-functools-lru-cache/Manifest | 3 --
13 .../backports-functools-lru-cache-1.3.ebuild | 48 -------------------
14 .../backports-functools-lru-cache-1.4-r1.ebuild | 54 ----------------------
15 .../backports-functools-lru-cache-1.5.ebuild | 54 ----------------------
16 4 files changed, 159 deletions(-)
17
18 diff --git a/dev-python/backports-functools-lru-cache/Manifest b/dev-python/backports-functools-lru-cache/Manifest
19 index 45e4eb6183c..46a85ff90f0 100644
20 --- a/dev-python/backports-functools-lru-cache/Manifest
21 +++ b/dev-python/backports-functools-lru-cache/Manifest
22 @@ -1,4 +1 @@
23 -DIST backports.functools_lru_cache-1.3.tar.gz 6685 BLAKE2B 7007b08fc536ba2a31d215999a73399004b2db0f5c9e00706cb03df35882cfd987026fffa7e1deee2fde6142bbe0c5b7707ba06567e702e0781136572c0b17a0 SHA512 946156266d4b1bccb3eb444d1cceff6568b8c2a62e09bc9197281bdafe912069efa4c857089a7e6ea0247ab9407256a7a7c92485599692e0c0159c428137a342
24 -DIST backports.functools_lru_cache-1.4.tar.gz 6927 BLAKE2B a0ef9f56abcfde51b9d7f03cb9170c3d500652e43c9498fb7dc4c404276ceea15dcd6ffb2fc7efd723cb12790f99e6fe249136ae0d4c949f06ea06cc41318793 SHA512 78dcd12f392bc110d1556f567a9f8fe977fa4ddc98a2121ceaf43606687171866832b8d32220dfb4ca335f53e89acecabda9e48ad48571f1741b21ab2d3b8a21
25 -DIST backports.functools_lru_cache-1.5.tar.gz 7891 BLAKE2B 5de046672e25f95e8b224d79deb4ce7eb40aef72ea80e0788ef54076fc98ea3a993daf5a607a6670925707f357b4be14affc626b45bae100c6feba9a41e4c606 SHA512 083a69beb050a6de0f838231ceae05cd1825f42310b2cd4f0e53f7ca043af4c699ad7042c32831ee365bb6b374d33189136e45689c77815b99773d145f0ef4f1
26 DIST backports.functools_lru_cache-1.6.1.tar.gz 12426 BLAKE2B 361cc71e0a18e6d578ac007d4990c2f7ae86a5753c25da378a7a3cfbece63b088278fc998adfea3eccaa51146659d658cdd7ce4e4e19d6d2fd7639f8df0a7262 SHA512 5764cc6ed83dc4abc2a7e5f8b5bb30c7b7554aafcbb6dfcececdb3646fe9298a8c1791a02112238ec94a0e383855bdec43bf9094f40b57124d0a0c9aa7c67f88
27
28 diff --git a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
29 deleted file mode 100644
30 index e04f64b8b5e..00000000000
31 --- a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
32 +++ /dev/null
33 @@ -1,48 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit distutils-r1
42 -
43 -MY_PN="${PN/-/.}"
44 -MY_PN="${MY_PN//-/_}"
45 -DESCRIPTION="Backport of functools.lru_cache from Python 3.3"
46 -HOMEPAGE="https://github.com/jaraco/backports.functools_lru_cache"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86"
52 -IUSE="doc test"
53 -RESTRICT="!test? ( test )"
54 -
55 -DEPEND="
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
58 - doc? (
59 - dev-python/sphinx[${PYTHON_USEDEP}]
60 - dev-python/rst-linker[${PYTHON_USEDEP}]
61 - )
62 - test? (
63 - >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
64 - dev-python/pytest-runner[${PYTHON_USEDEP}]
65 - )
66 -"
67 -
68 -S="${WORKDIR}/${MY_PN}-${PV}"
69 -
70 -python_compile_all() {
71 - use doc && esetup.py build_sphinx
72 -}
73 -
74 -python_test() {
75 - PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
76 -}
77 -
78 -python_install_all() {
79 - use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
80 - distutils-r1_python_install_all
81 -}
82
83 diff --git a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild
84 deleted file mode 100644
85 index 467adf76091..00000000000
86 --- a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild
87 +++ /dev/null
88 @@ -1,54 +0,0 @@
89 -# Copyright 1999-2020 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=6
93 -
94 -PYTHON_COMPAT=( python2_7 )
95 -
96 -inherit distutils-r1
97 -
98 -MY_PN="${PN/-/.}"
99 -MY_PN="${MY_PN//-/_}"
100 -DESCRIPTION="Backport of functools.lru_cache from Python 3.3"
101 -HOMEPAGE="https://github.com/jaraco/backports.functools_lru_cache"
102 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
103 -
104 -LICENSE="MIT"
105 -SLOT="0"
106 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
107 -IUSE="doc test"
108 -RESTRICT="!test? ( test )"
109 -
110 -RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"
111 -DEPEND="
112 - dev-python/setuptools[${PYTHON_USEDEP}]
113 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
114 - doc? (
115 - >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
116 - dev-python/rst-linker[${PYTHON_USEDEP}]
117 - dev-python/sphinx[${PYTHON_USEDEP}]
118 - )
119 - test? (
120 - >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
121 - )
122 -"
123 -
124 -S="${WORKDIR}/${MY_PN}-${PV}"
125 -
126 -python_compile_all() {
127 - if use doc; then
128 - cd docs || die
129 - sphinx-build . _build/html || die
130 - HTML_DOCS=( docs/_build/html/. )
131 - fi
132 -}
133 -
134 -python_test() {
135 - PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
136 -}
137 -
138 -python_install() {
139 - # avoid a collision with dev-python/backports
140 - rm "${BUILD_DIR}"/lib/backports/__init__.py || die
141 - distutils-r1_python_install --skip-build
142 -}
143
144 diff --git a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.5.ebuild b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.5.ebuild
145 deleted file mode 100644
146 index 873ce2136cd..00000000000
147 --- a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.5.ebuild
148 +++ /dev/null
149 @@ -1,54 +0,0 @@
150 -# Copyright 1999-2020 Gentoo Authors
151 -# Distributed under the terms of the GNU General Public License v2
152 -
153 -EAPI=6
154 -
155 -PYTHON_COMPAT=( python2_7 )
156 -
157 -inherit distutils-r1
158 -
159 -MY_PN="${PN/-/.}"
160 -MY_PN="${MY_PN//-/_}"
161 -DESCRIPTION="Backport of functools.lru_cache from Python 3.3"
162 -HOMEPAGE="https://github.com/jaraco/backports.functools_lru_cache"
163 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
164 -
165 -LICENSE="MIT"
166 -SLOT="0"
167 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
168 -IUSE="doc test"
169 -RESTRICT="!test? ( test )"
170 -
171 -RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"
172 -DEPEND="
173 - dev-python/setuptools[${PYTHON_USEDEP}]
174 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
175 - doc? (
176 - >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
177 - dev-python/rst-linker[${PYTHON_USEDEP}]
178 - dev-python/sphinx[${PYTHON_USEDEP}]
179 - )
180 - test? (
181 - >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
182 - )
183 -"
184 -
185 -S="${WORKDIR}/${MY_PN}-${PV}"
186 -
187 -python_compile_all() {
188 - if use doc; then
189 - cd docs || die
190 - sphinx-build . _build/html || die
191 - HTML_DOCS=( docs/_build/html/. )
192 - fi
193 -}
194 -
195 -python_test() {
196 - PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
197 -}
198 -
199 -python_install() {
200 - # avoid a collision with dev-python/backports
201 - rm "${BUILD_DIR}"/lib/backports/__init__.py || die
202 - distutils-r1_python_install --skip-build
203 -}