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/astroid/
Date: Tue, 02 Jan 2018 22:14:13
Message-Id: 1514931238.95cc023c01ee31e05882499125df98f3bb209f4c.mgorny@gentoo
1 commit: 95cc023c01ee31e05882499125df98f3bb209f4c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 16:44:12 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 22:13:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95cc023c
7
8 dev-python/astroid: Clean old up
9
10 dev-python/astroid/Manifest | 3 --
11 dev-python/astroid/astroid-1.3.8.ebuild | 39 -----------------------
12 dev-python/astroid/astroid-1.4.9.ebuild | 40 -----------------------
13 dev-python/astroid/astroid-1.5.2-r1.ebuild | 51 ------------------------------
14 4 files changed, 133 deletions(-)
15
16 diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
17 index d28803eb9db..18b8f795522 100644
18 --- a/dev-python/astroid/Manifest
19 +++ b/dev-python/astroid/Manifest
20 @@ -1,5 +1,2 @@
21 -DIST astroid-1.3.8.tar.gz 155302 BLAKE2B 2fd85e9b34c1d6ba06b1028690be0b598d5fa6d83782a397e6b6f2895c37bc7f35ca080612bc0533f312bae2e9e6d211cc6329c74df4ff59b903bc4e8775118d SHA512 316d3a6a12d95b3bebe7ffe47de840cbff96f357c7c324f6684bb713bca191cfaf87fe226c3c1145049611a2035890bdf11845bf923f7d0087a0d1e565d5d5c5
22 DIST astroid-1.4.8.tar.gz 184091 BLAKE2B 7180b98c757c8681dd0abaed1e79d2c58ce676aff07b539af8776d589ff23770335d0ba4ce5c9b3940b0428dd10174e7c6eff66aeb500e6ac561734e27975be0 SHA512 54bb20edf5518b417470a2d63210802b267fe727f9d30e1ac5000db00a7894739b1c4249468fb55df81b55d382f3a5bbe019876141f7ee4d94040fd699dc0c2c
23 -DIST astroid-1.4.9.tar.gz 189315 BLAKE2B 418c34ec0eaefa94b562288f9a4da07f020abca8244d1ebf1cfb16286e941fec805c4140cf993b3744b6039bbdda5546e861be5153a8c6be30597cf85edfb7db SHA512 9091afbeffeae3f10a5f4b0dfb476ed5515661744508dde159bb3faa4af032c6359f4544cc3766a6613974f7725e6f8e28bad45bc68e3282764def019a233303
24 -DIST astroid-1.5.2.tar.gz 240007 BLAKE2B 3e4b40a9da4ca3b63fc83e9419d31bb924446f22acbf4ce60bc191f3c6554536b6188ec928de9f6264c0a481334c20ecaf690ee411ae0bc924f5a4bbbf2a4905 SHA512 e8e4facc34f7a5ca1128961c3134d3adb0e59437aa38ef567bfe777b94215fedc32ae524135c6d376a3bc648c851d59315f4caadac684d7576e582e5d9e3b2fe
25 DIST astroid-1.5.3.tar.gz 240617 BLAKE2B 06b040fa83327a38ea23e4b09c4ae978b5953ac99a7fec4b7fabb8982e8bb8da3e2f4781654159aec9989b4c99a119e1116622fa75bd4cac63d6a5c8b34bbf31 SHA512 2a224d9bf8e41059a1316d80738cdc0f1e4c4e0f987baf3969710bae7192466b708c7942cd7e4eeccea55582ce70bb687c96b9e7dece3229ae4cffc558aa2319
26
27 diff --git a/dev-python/astroid/astroid-1.3.8.ebuild b/dev-python/astroid/astroid-1.3.8.ebuild
28 deleted file mode 100644
29 index e8fc068acbd..00000000000
30 --- a/dev-python/astroid/astroid-1.3.8.ebuild
31 +++ /dev/null
32 @@ -1,39 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 python3_4 pypy )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
43 -HOMEPAGE="https://bitbucket.org/logilab/astroid https://pypi.python.org/pypi/astroid"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0"
48 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos"
49 -IUSE="test"
50 -
51 -# Version specified in __pkginfo__.py.
52 -RDEPEND="
53 - >=dev-python/logilab-common-0.63.0[${PYTHON_USEDEP}]
54 - dev-python/six[${PYTHON_USEDEP}]"
55 -DEPEND="
56 - app-arch/unzip
57 - dev-python/setuptools[${PYTHON_USEDEP}]
58 - test? (
59 - ${RDEPEND}
60 - >=dev-python/pylint-1.4.0[${PYTHON_USEDEP}]
61 - dev-python/pytest[${PYTHON_USEDEP}]
62 - $(python_gen_cond_dep 'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7)
63 - )"
64 -# Required for tests
65 -DISTUTILS_IN_SOURCE_BUILD=1
66 -
67 -python_test() {
68 - pushd build/lib > /dev/null || die
69 - PYTHONPATH=. pytest || die "Tests fail with ${EPYTHON}"
70 - popd > /dev/null || die
71 -}
72
73 diff --git a/dev-python/astroid/astroid-1.4.9.ebuild b/dev-python/astroid/astroid-1.4.9.ebuild
74 deleted file mode 100644
75 index d79526270f5..00000000000
76 --- a/dev-python/astroid/astroid-1.4.9.ebuild
77 +++ /dev/null
78 @@ -1,40 +0,0 @@
79 -# Copyright 1999-2017 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -
84 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
89 -HOMEPAGE="https://bitbucket.org/logilab/astroid https://pypi.python.org/pypi/astroid"
90 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
91 -
92 -LICENSE="LGPL-2.1"
93 -SLOT="0"
94 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
95 -IUSE="test"
96 -
97 -# Version specified in __pkginfo__.py.
98 -RDEPEND="
99 - dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
100 - dev-python/six[${PYTHON_USEDEP}]
101 - dev-python/wrapt[${PYTHON_USEDEP}]"
102 -DEPEND="
103 - dev-python/setuptools[${PYTHON_USEDEP}]
104 - test? (
105 - ${RDEPEND}
106 - >=dev-python/pylint-1.5.0[${PYTHON_USEDEP}]
107 - dev-python/pytest[${PYTHON_USEDEP}]
108 - dev-python/python-dateutil[${PYTHON_USEDEP}]
109 - virtual/python-singledispatch[${PYTHON_USEDEP}]
110 - $(python_gen_cond_dep 'dev-python/functools32[${PYTHON_USEDEP}]' python2_7 )
111 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 )
112 - )"
113 -# Required for tests
114 -DISTUTILS_IN_SOURCE_BUILD=1
115 -
116 -python_test() {
117 - ${EPYTHON} -m unittest discover -p "unittest*.py" --verbose || die
118 -}
119
120 diff --git a/dev-python/astroid/astroid-1.5.2-r1.ebuild b/dev-python/astroid/astroid-1.5.2-r1.ebuild
121 deleted file mode 100644
122 index 971e558cca3..00000000000
123 --- a/dev-python/astroid/astroid-1.5.2-r1.ebuild
124 +++ /dev/null
125 @@ -1,51 +0,0 @@
126 -# Copyright 1999-2017 Gentoo Foundation
127 -# Distributed under the terms of the GNU General Public License v2
128 -
129 -EAPI=6
130 -
131 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
132 -
133 -inherit distutils-r1
134 -
135 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
136 -HOMEPAGE="https://bitbucket.org/logilab/astroid https://pypi.python.org/pypi/astroid"
137 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
138 -
139 -LICENSE="LGPL-2.1"
140 -SLOT="0"
141 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x64-macos ~x86-macos"
142 -IUSE="test"
143 -
144 -# Version specified in __pkginfo__.py.
145 -RDEPEND="
146 - dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
147 - dev-python/six[${PYTHON_USEDEP}]
148 - dev-python/wrapt[${PYTHON_USEDEP}]
149 - virtual/python-enum34[${PYTHON_USEDEP}]
150 - virtual/python-singledispatch[${PYTHON_USEDEP}]
151 - $(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2)"
152 -DEPEND="
153 - dev-python/setuptools[${PYTHON_USEDEP}]
154 - test? (
155 - ${RDEPEND}
156 - dev-python/nose[${PYTHON_USEDEP}]
157 - $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' 'python*')
158 - >=dev-python/pylint-1.6.0[${PYTHON_USEDEP}]
159 - dev-python/pytest[${PYTHON_USEDEP}]
160 - dev-python/python-dateutil[${PYTHON_USEDEP}]
161 - )"
162 -
163 -python_prepare_all() {
164 - # Disable failing tests
165 - # TODO: investigate if it's our fault and how can we fix it
166 - sed -i -e "s/test_namespace_package_pth_support/_&/" \
167 - astroid/tests/unittest_manager.py || die
168 - # we hack xml module, so it does not match what they expect...
169 - sed -i -e "s/test_module_model/_&/" \
170 - astroid/tests/unittest_object_model.py || die
171 - distutils-r1_python_prepare_all
172 -}
173 -
174 -python_test() {
175 - ${EPYTHON} -m unittest discover -p "unittest*.py" --verbose || die
176 -}