Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astropy-helpers/
Date: Thu, 18 Feb 2016 17:29:04
Message-Id: 1455819842.e9341fa9f636e76465055a038e7c3d4eeb3a3c55.bicatali@gentoo
1 commit: e9341fa9f636e76465055a038e7c3d4eeb3a3c55
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 18 18:24:02 2016 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 18:24:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9341fa9
7
8 dev-python/astropy-helpers: removed old
9
10 Package-Manager: portage-2.2.27
11
12 dev-python/astropy-helpers/Manifest | 3 ---
13 .../astropy-helpers/astropy-helpers-0.4.1.ebuild | 23 ----------------------
14 .../astropy-helpers/astropy-helpers-1.0.3.ebuild | 23 ----------------------
15 .../astropy-helpers/astropy-helpers-1.0.5.ebuild | 23 ----------------------
16 4 files changed, 72 deletions(-)
17
18 diff --git a/dev-python/astropy-helpers/Manifest b/dev-python/astropy-helpers/Manifest
19 index 2274164..64deed5 100644
20 --- a/dev-python/astropy-helpers/Manifest
21 +++ b/dev-python/astropy-helpers/Manifest
22 @@ -1,4 +1 @@
23 -DIST astropy-helpers-0.4.1.tar.gz 98477 SHA256 0b4e47e535e7226d8795efb9e9453cac9343759058970a20734e66f443074577 SHA512 85975268372624bec4024dfbe560ef820bda308db898919c4d29643f10df11636f4996a8ff3f2fb7deece44f88963ddb0c8ca231e030713cf17db7503ceae42e WHIRLPOOL b37fa02ebe3e750052a9681e1e8a3a0aa9eede1909e69c70e2004ba738139707e1a0c21797681454ee782a6543bc8808b8de574d60aba601d228966c8659bb9f
24 -DIST astropy-helpers-1.0.3.tar.gz 127177 SHA256 0733f3081db46ec02faa08595dad9a72d79d0ed73e54fe3404620703d737594d SHA512 74d4f191290914cf51f91b9cc1a9ed168799a47f586c33505a4ebdef554b7e4cdc90625fbd9b8c9e29b44fc2a988fdf0f50446ce9461017a9755c7ec2a2b1ed4 WHIRLPOOL 43a00a990b3caabeeecefac90bbb91e2b42a7f184c66887855ea188b123f0b74125fb9b694e7d503e78dbed720769329b95aaddd17c16d65807113ec7253b448
25 -DIST astropy-helpers-1.0.5.tar.gz 127951 SHA256 b872547580861564023f31a201dcb63d5e9f134f47f4224eb3904a6341b42507 SHA512 31e0c858f126d1e02167faaed2395529ade4e484d0c9c53f809d15de2fda68a4ce9dcd36951546c071d3556feb6f64ca4b0ed5678405af57cb80f3e0cf8de13d WHIRLPOOL 1481eff853e04c94dd95f689c148a68f83cc18d7026f766d2af7d6c4ffc5c0f9eca107c3403b9295f245aed3dea562377ba59cf2bbb303d4653fb4712f6a037c
26 DIST astropy-helpers-1.0.6.tar.gz 126274 SHA256 3651a854fafd0184252639775aab9776331f8ae1bbadd920169d6dc1914095e3 SHA512 c3fa2e329094c5e319b493d2c8889b1158dfdcb8845dc978274a4333167b5069228d9c9ac585e0759b1002776d4597b2a23cf5d276d9c971122919afddb8f277 WHIRLPOOL 83467c958a762fb3b045b6e8e168572012ef308b6aaac7f92c5992e5207cd26efb6cbb5ce617e5701ab2c8d23f169af939052dc2bd50195b9163f3a8db5d6b3f
27
28 diff --git a/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild
29 deleted file mode 100644
30 index 509beac..0000000
31 --- a/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Helpers for Astropy and Affiliated packages"
45 -HOMEPAGE="https://github.com/astropy/astropy-helpers"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -IUSE=""
51 -KEYWORDS="~amd64 ~x86 ~x86-linux"
52 -
53 -python_prepare_all() {
54 - sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
55 - distutils-r1_python_prepare_all
56 -}
57
58 diff --git a/dev-python/astropy-helpers/astropy-helpers-1.0.3.ebuild b/dev-python/astropy-helpers/astropy-helpers-1.0.3.ebuild
59 deleted file mode 100644
60 index 509beac..0000000
61 --- a/dev-python/astropy-helpers/astropy-helpers-1.0.3.ebuild
62 +++ /dev/null
63 @@ -1,23 +0,0 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -# $Id$
67 -
68 -EAPI=5
69 -
70 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
71 -
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="Helpers for Astropy and Affiliated packages"
75 -HOMEPAGE="https://github.com/astropy/astropy-helpers"
76 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
77 -
78 -LICENSE="BSD"
79 -SLOT="0"
80 -IUSE=""
81 -KEYWORDS="~amd64 ~x86 ~x86-linux"
82 -
83 -python_prepare_all() {
84 - sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
85 - distutils-r1_python_prepare_all
86 -}
87
88 diff --git a/dev-python/astropy-helpers/astropy-helpers-1.0.5.ebuild b/dev-python/astropy-helpers/astropy-helpers-1.0.5.ebuild
89 deleted file mode 100644
90 index ef25606..0000000
91 --- a/dev-python/astropy-helpers/astropy-helpers-1.0.5.ebuild
92 +++ /dev/null
93 @@ -1,23 +0,0 @@
94 -# Copyright 1999-2015 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -# $Id$
97 -
98 -EAPI=5
99 -
100 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
101 -
102 -inherit distutils-r1
103 -
104 -DESCRIPTION="Helpers for Astropy and Affiliated packages"
105 -HOMEPAGE="https://github.com/astropy/astropy-helpers"
106 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
107 -
108 -LICENSE="BSD"
109 -SLOT="0"
110 -IUSE=""
111 -KEYWORDS="~amd64 ~x86 ~x86-linux"
112 -
113 -python_prepare_all() {
114 - sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
115 - distutils-r1_python_prepare_all
116 -}