Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-collections/
Date: Tue, 31 Dec 2019 14:14:49
Message-Id: 1577801677.22948966da2f4534065b32c6a076d889bd164e56.sbraz@gentoo
1 commit: 22948966da2f4534065b32c6a076d889bd164e56
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 13:11:43 2019 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 14:14:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22948966
7
8 dev-python/jaraco-collections: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/jaraco-collections/Manifest | 2 -
14 .../jaraco-collections-1.6.0-r1.ebuild | 60 ---------------------
15 .../jaraco-collections-2.0.ebuild | 61 ----------------------
16 3 files changed, 123 deletions(-)
17
18 diff --git a/dev-python/jaraco-collections/Manifest b/dev-python/jaraco-collections/Manifest
19 index 9d25b41303d..93979aac7f1 100644
20 --- a/dev-python/jaraco-collections/Manifest
21 +++ b/dev-python/jaraco-collections/Manifest
22 @@ -1,5 +1,3 @@
23 DIST jaraco.collections-1.5.3.tar.gz 11669 BLAKE2B 2dbcac99edf28f4544e354724f8d95c0cbcdd793b33bcf892b403e72410f3b5b72b6eae62a49f0e56991cfb19b4ad5da0e95a3327f11fe5ae885e9a0029a92be SHA512 6e1fa88b468b9d971a7a302ebfdf8b9762404c2fdc1b003eee6653704b9f385f0f2e0c84ac075bdc81f8693195781cc5532c4adb31bcabd87974624a14e287ed
24 -DIST jaraco.collections-1.6.0.tar.gz 11991 BLAKE2B 8f8b3da18641d6348a28ef3792afabd504771f31f1de17ebb621aff493cbb7357e11d49d8b3f4ab4fc7b9a662986d10a90d20734cd802c6d34be1d169390aa96 SHA512 9bd472b51668129f12fabb90b86ed929e135a17217bc850d67d945a786d1952cf1f11b0cd8f5d4ae16b3b19ac35cf87e0584df622877185362e93ba3915dbe6b
25 -DIST jaraco.collections-2.0.tar.gz 15102 BLAKE2B 61fa35070b2342f95b3e6e571417ab2cd62be439250d8f2077b379316488a4af62d943248bad80d0a72d9aab3010c6982fb4a51fa4ddc574ab72943e37ddeb6b SHA512 1cc3482bddf6647b7fd183f091db7fe89e9ad1ac416716a918626134835837c2ed29d533bc00052a514d64c94343a070b9b501984b3dcc5caac87066d9c335cf
26 DIST jaraco.collections-2.1.tar.gz 16026 BLAKE2B b79b57b6bac1e18b6be44ea0e5ad65e46228c7fb4f47be90471cb7a2f85e4c5b10cabe47f1fc6287383b1184db85e5d286d219def3a5f5bfca10e354510d85bb SHA512 64fd3f4155dfc64152dcfb7970c26c7e3e098b0a8282556d17be2aeb80dcac6092b6dca11bf42cda268e0ddda67f2117704c81218c4b6511236e57b1f602da47
27 DIST jaraco.collections-3.0.0.tar.gz 16439 BLAKE2B ff3690d85d91da8d88945e9ab8d16d13c7d0f67a9334f706701f9b392d8cffdd9450b2d6051a92799564cfc81310e45f50368ab729a0b68c08a9c8b0ccd9627d SHA512 c6c5d28fe4b3940c81c68bf877249805db3f508d83a0071947c7a5596d3636631df91cc6e87802b0fa6cd5c8bdd1ef2f39b924471666b44d2147cb64ad1533ad
28
29 diff --git a/dev-python/jaraco-collections/jaraco-collections-1.6.0-r1.ebuild b/dev-python/jaraco-collections/jaraco-collections-1.6.0-r1.ebuild
30 deleted file mode 100644
31 index 142dc8be9e5..00000000000
32 --- a/dev-python/jaraco-collections/jaraco-collections-1.6.0-r1.ebuild
33 +++ /dev/null
34 @@ -1,60 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
41 -
42 -inherit distutils-r1
43 -
44 -MY_PN="${PN/-/.}"
45 -DESCRIPTION="Models and classes to supplement the stdlib collections module"
46 -HOMEPAGE="https://github.com/jaraco/jaraco.collections"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="doc test"
53 -RESTRICT="!test? ( test )"
54 -
55 -PDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}]"
56 -RDEPEND="
57 - <dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
58 - dev-python/jaraco-classes[${PYTHON_USEDEP}]
59 - >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
60 -"
61 -DEPEND="
62 - dev-python/setuptools[${PYTHON_USEDEP}]
63 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
64 - doc? (
65 - >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
66 - >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
67 - dev-python/sphinx[${PYTHON_USEDEP}]
68 - )
69 - test? (
70 - ${PDEPEND}
71 - ${RDEPEND}
72 - >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
73 - )
74 -"
75 -
76 -S="${WORKDIR}/${MY_PN}-${PV}"
77 -
78 -python_compile_all() {
79 - if use doc; then
80 - sphinx-build docs docs/_build/html || die
81 - HTML_DOCS=( docs/_build/html/. )
82 - fi
83 -}
84 -
85 -python_test() {
86 - # Override pytest options to skip flake8
87 - PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
88 - || die "tests failed with ${EPYTHON}"
89 -}
90 -
91 -python_install_all() {
92 - distutils-r1_python_install_all
93 - find "${ED}" -name '*.pth' -delete || die
94 -}
95
96 diff --git a/dev-python/jaraco-collections/jaraco-collections-2.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-2.0.ebuild
97 deleted file mode 100644
98 index 70b22bd7bcc..00000000000
99 --- a/dev-python/jaraco-collections/jaraco-collections-2.0.ebuild
100 +++ /dev/null
101 @@ -1,61 +0,0 @@
102 -# Copyright 1999-2019 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=7
106 -
107 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
108 -
109 -inherit distutils-r1
110 -
111 -MY_PN="${PN/-/.}"
112 -DESCRIPTION="Models and classes to supplement the stdlib collections module"
113 -HOMEPAGE="https://github.com/jaraco/jaraco.collections"
114 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
115 -
116 -LICENSE="MIT"
117 -SLOT="0"
118 -KEYWORDS="~amd64 ~x86"
119 -IUSE="doc test"
120 -RESTRICT="!test? ( test )"
121 -
122 -RDEPEND="
123 - >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}]
124 - dev-python/jaraco-classes[${PYTHON_USEDEP}]
125 - dev-python/jaraco-text[${PYTHON_USEDEP}]
126 - >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
127 -"
128 -DEPEND="
129 - dev-python/setuptools[${PYTHON_USEDEP}]
130 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
131 - doc? (
132 - >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
133 - >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
134 - dev-python/sphinx[${PYTHON_USEDEP}]
135 - )
136 - test? (
137 - ${RDEPEND}
138 - >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
139 - )
140 -"
141 -
142 -S="${WORKDIR}/${MY_PN}-${PV}"
143 -
144 -python_compile_all() {
145 - if use doc; then
146 - sphinx-build docs docs/_build/html || die
147 - HTML_DOCS=( docs/_build/html/. )
148 - fi
149 -}
150 -
151 -python_test() {
152 - # Override pytest options to skip flake8
153 - PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
154 - || die "tests failed with ${EPYTHON}"
155 -}
156 -
157 -# https://wiki.gentoo.org/wiki/Project:Python/Namespace_packages#File_collisions_between_pkgutil-style_packages
158 -python_install() {
159 - rm "${BUILD_DIR}"/lib/jaraco/__init__.py || die
160 - # note: eclass may default to --skip-build in the future
161 - distutils-r1_python_install --skip-build
162 -}