Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/
Date: Mon, 21 Sep 2015 13:01:15
Message-Id: 1442840432.5a1659dadf14776dbf122a86eb9e5618e2e87a8e.jlec@gentoo
1 commit: 5a1659dadf14776dbf122a86eb9e5618e2e87a8e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 13:00:32 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 13:00:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1659da
7
8 dev-python/astroid: Drop old
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/astroid/Manifest | 3 ---
14 dev-python/astroid/astroid-1.3.4.ebuild | 44 -------------------------------
15 dev-python/astroid/astroid-1.3.6.ebuild | 44 -------------------------------
16 dev-python/astroid/astroid-1.3.7.ebuild | 46 ---------------------------------
17 4 files changed, 137 deletions(-)
18
19 diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
20 index 370c1dd..3c1bd18 100644
21 --- a/dev-python/astroid/Manifest
22 +++ b/dev-python/astroid/Manifest
23 @@ -1,4 +1 @@
24 -DIST astroid-1.3.4.tar.gz 146809 SHA256 0b453eaa4f48aaa25a007ede7165aa424d83d4a14fd3bd636dc9c77f83e8e9bb SHA512 cdb75480402e46e4a18557fcacf320ee79a2b5f37f02a6a0d878ca9406fa598cd9a3eea4b3be16c9d9ff0ac279cf7138b2ebaf71fb256ac52006f09117c3ad30 WHIRLPOOL 909ecefb8ed8fd1ac7b6f543f801d78ea490f15fe2434c58ea6d9b943dd511cc9fc381b72263b81f7e19bfaffad100cfe8014f63fe93f2cff69a51531464269a
25 -DIST astroid-1.3.6.tar.gz 153863 SHA256 1241ef961448c57b4616beb8dcc959724641dca1e22914663f79d67fec26f854 SHA512 a44a17a59834915798b6c672243dccba57a432f646a2bd377e2b067d79d8057b1db0c22107285abcff19b9719d128a5354f9d5a82f65f628ae8beb15cedcbe35 WHIRLPOOL 3c58c450e54f3756a55075b40973174b0b2f8ba4910aa66bb42f0e85c7d9197d0d5154a2776caeed65a47da2276731d970db73fade3cef74ba583a2a7cffe016
26 -DIST astroid-1.3.7.tar.gz 154919 SHA256 91018b668d94275b9e55b79804a2a248dac1262c581c51fa880fdf57b5004ec8 SHA512 f2557c10c5a3dc6d52a836db8ab6ac1d945d529d5d6501b093ac87887bb445df0f37a54d72b00cd826ce09378abe7cf283b69892852b7fb2ad5d61dee0996162 WHIRLPOOL 53dca23ca45bd81fbd6957c0588f787c8cb18847a963488bc8c9780ca0c05f21d6605a438ae11b79d34a0cb9790dc7f29db1dfa8009b4ef86b21ac032184c040
27 DIST astroid-1.3.8.tar.gz 155302 SHA256 3971c35c675dc7acfceb636eb1758b7df9fc3ad75b5f81ca89f57ccf51719442 SHA512 316d3a6a12d95b3bebe7ffe47de840cbff96f357c7c324f6684bb713bca191cfaf87fe226c3c1145049611a2035890bdf11845bf923f7d0087a0d1e565d5d5c5 WHIRLPOOL 456ebef20c278047ae0e85fb1386f63eb7c13dda295ddace9704df5255b5004887f6f5201097b2337cc678a9891f33aa5628cbf7acc01c4eb9ff3dc3c091408a
28
29 diff --git a/dev-python/astroid/astroid-1.3.4.ebuild b/dev-python/astroid/astroid-1.3.4.ebuild
30 deleted file mode 100644
31 index af42615..0000000
32 --- a/dev-python/astroid/astroid-1.3.4.ebuild
33 +++ /dev/null
34 @@ -1,44 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -
41 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
42 -RESTRICT="test" # False is not True ;)
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
47 -HOMEPAGE="https://bitbucket.org/logilab/astroid https://pypi.python.org/pypi/astroid"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="LGPL-2.1"
51 -SLOT="0"
52 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos"
53 -IUSE="test"
54 -
55 -# Version specified in __pkginfo__.py.
56 -RDEPEND=">=dev-python/logilab-common-0.60.0[${PYTHON_USEDEP}]
57 - dev-python/six[${PYTHON_USEDEP}]"
58 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
59 - app-arch/unzip
60 - test? ( ${RDEPEND}
61 - >=dev-python/pylint-1.4.0[${PYTHON_USEDEP}]
62 - $(python_gen_cond_dep 'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7) )"
63 -# Required for tests
64 -DISTUTILS_IN_SOURCE_BUILD=1
65 -
66 -# Restrict to test phase, required because suite fails horribly without it
67 -src_test() {
68 - local DISTUTILS_NO_PARALLEL_BUILD=1
69 - distutils-r1_src_test
70 -}
71 -
72 -python_test() {
73 - "${PYTHON}" setup.py build
74 -
75 - pushd build/lib > /dev/null
76 - PYTHONPATH=. pytest || die "Tests fail with ${EPYTHON}"
77 - popd > /dev/null
78 -}
79
80 diff --git a/dev-python/astroid/astroid-1.3.6.ebuild b/dev-python/astroid/astroid-1.3.6.ebuild
81 deleted file mode 100644
82 index 404c1ef..0000000
83 --- a/dev-python/astroid/astroid-1.3.6.ebuild
84 +++ /dev/null
85 @@ -1,44 +0,0 @@
86 -# Copyright 1999-2015 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -# $Id$
89 -
90 -EAPI=5
91 -
92 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
93 -RESTRICT="test" # False is not True ;)
94 -
95 -inherit distutils-r1
96 -
97 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
98 -HOMEPAGE="https://bitbucket.org/logilab/astroid https://pypi.python.org/pypi/astroid"
99 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
100 -
101 -LICENSE="LGPL-2.1"
102 -SLOT="0"
103 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
104 -IUSE="test"
105 -
106 -# Version specified in __pkginfo__.py.
107 -RDEPEND=">=dev-python/logilab-common-0.60.0[${PYTHON_USEDEP}]
108 - dev-python/six[${PYTHON_USEDEP}]"
109 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
110 - app-arch/unzip
111 - test? ( ${RDEPEND}
112 - >=dev-python/pylint-1.4.0[${PYTHON_USEDEP}]
113 - $(python_gen_cond_dep 'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7) )"
114 -# Required for tests
115 -DISTUTILS_IN_SOURCE_BUILD=1
116 -
117 -# Restrict to test phase, required because suite fails horribly without it
118 -src_test() {
119 - local DISTUTILS_NO_PARALLEL_BUILD=1
120 - distutils-r1_src_test
121 -}
122 -
123 -python_test() {
124 - "${PYTHON}" setup.py build
125 -
126 - pushd build/lib > /dev/null
127 - PYTHONPATH=. pytest || die "Tests fail with ${EPYTHON}"
128 - popd > /dev/null
129 -}
130
131 diff --git a/dev-python/astroid/astroid-1.3.7.ebuild b/dev-python/astroid/astroid-1.3.7.ebuild
132 deleted file mode 100644
133 index 45443d0..0000000
134 --- a/dev-python/astroid/astroid-1.3.7.ebuild
135 +++ /dev/null
136 @@ -1,46 +0,0 @@
137 -# Copyright 1999-2015 Gentoo Foundation
138 -# Distributed under the terms of the GNU General Public License v2
139 -# $Id$
140 -
141 -EAPI=5
142 -
143 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
144 -
145 -inherit distutils-r1
146 -
147 -DESCRIPTION="Abstract Syntax Tree for logilab packages"
148 -HOMEPAGE="https://bitbucket.org/logilab/astroid https://pypi.python.org/pypi/astroid"
149 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
150 -
151 -LICENSE="LGPL-2.1"
152 -SLOT="0"
153 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
154 -IUSE="test"
155 -
156 -# Version specified in __pkginfo__.py.
157 -RDEPEND="
158 - <=dev-python/logilab-common-0.63.0[${PYTHON_USEDEP}]
159 - dev-python/six[${PYTHON_USEDEP}]"
160 -DEPEND="
161 - app-arch/unzip
162 - dev-python/setuptools[${PYTHON_USEDEP}]
163 - test? ( ${RDEPEND}
164 - >=dev-python/pylint-1.4.0[${PYTHON_USEDEP}]
165 - $(python_gen_cond_dep 'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7)
166 - )"
167 -# Required for tests
168 -DISTUTILS_IN_SOURCE_BUILD=1
169 -
170 -RESTRICT="test" # False is not True ;)
171 -
172 -# Restrict to test phase, required because suite fails horribly without it
173 -src_test() {
174 - local DISTUTILS_NO_PARALLEL_BUILD=1
175 - distutils-r1_src_test
176 -}
177 -
178 -python_test() {
179 - pushd build/lib > /dev/null || die
180 - PYTHONPATH=. pytest || die "Tests fail with ${EPYTHON}"
181 - popd > /dev/null || die
182 -}