Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astropy-helpers/
Date: Sat, 28 Dec 2019 17:18:59
Message-Id: 1577553534.9e37ab08502fe3788dbbb606db1d4d7cd55d4827.zlogene@gentoo
1 commit: 9e37ab08502fe3788dbbb606db1d4d7cd55d4827
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 17:18:47 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 17:18:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e37ab08
7
8 dev-python/astropy-helpers: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/astropy-helpers/Manifest | 3 ---
13 .../astropy-helpers/astropy-helpers-1.2.ebuild | 23 ------------------
14 .../astropy-helpers/astropy-helpers-1.3.1.ebuild | 23 ------------------
15 .../astropy-helpers/astropy-helpers-2.0.1.ebuild | 27 ----------------------
16 dev-python/astropy-helpers/metadata.xml | 16 -------------
17 5 files changed, 92 deletions(-)
18
19 diff --git a/dev-python/astropy-helpers/Manifest b/dev-python/astropy-helpers/Manifest
20 deleted file mode 100644
21 index d60d39f71bd..00000000000
22 --- a/dev-python/astropy-helpers/Manifest
23 +++ /dev/null
24 @@ -1,3 +0,0 @@
25 -DIST astropy-helpers-1.2.tar.gz 134346 BLAKE2B bbd341a164bfbbc7e6a7eed98f4880e9505d458a6ae3e94d0b4f6a3be074bc01833cbc62015f60b77bb0f11e96a394bb3e6002e9cfce59dc467e5259d06fb0e0 SHA512 c343b2d8a2f37f8baa94a4920c458b23fe28e5afa812937559cd10c1f6750bacc21aec38b8f52367ec68e2ea3ffeea85125290c320288888b3076abebb8f2e7e
26 -DIST astropy-helpers-1.3.1.tar.gz 136460 BLAKE2B 123b9de9dcf7dfa6206a4ec452b5c5fa782cad5600a3b8b8a63974ff0d15b64a2e1c77659d98bf14cfcd4e2ba5b5ea87700bea01ff5454c64b8f239d14580568 SHA512 796e9827a6c29e148474180c9c8f934a51a8ed455991d84a096025ed5d8aecf764a8152a8b24aa1aec6c254b39ca3f13ebfc764717bd0109022b86c384ebaa99
27 -DIST astropy-helpers-2.0.1.tar.gz 122118 BLAKE2B 366d3c2af2c53082d23b1a5951b0a6c2e990fc1ba38af98bc2e0647b421c17943fbbab8727370eb15c16339fc6265c6a42c7ce85c0fd8c3ff616b44777489213 SHA512 ce0fb8bccc11b4e26ae9455f156274a4fbdf82bb1b6bf6c8322b0cb218502bcf291c175149e71ebd31cbd0434455a3c974cccd38c38f9263ae624cf2edffd475
28
29 diff --git a/dev-python/astropy-helpers/astropy-helpers-1.2.ebuild b/dev-python/astropy-helpers/astropy-helpers-1.2.ebuild
30 deleted file mode 100644
31 index 56f01cfba51..00000000000
32 --- a/dev-python/astropy-helpers/astropy-helpers-1.2.ebuild
33 +++ /dev/null
34 @@ -1,23 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -PYTHON_COMPAT=( python2_7 python3_5 )
41 -
42 -inherit distutils-r1 xdg-utils
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 ~amd64-linux ~x86-linux"
52 -
53 -python_prepare_all() {
54 - sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
55 - xdg_environment_reset
56 - distutils-r1_python_prepare_all
57 -}
58
59 diff --git a/dev-python/astropy-helpers/astropy-helpers-1.3.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-1.3.1.ebuild
60 deleted file mode 100644
61 index ee8b427fcfa..00000000000
62 --- a/dev-python/astropy-helpers/astropy-helpers-1.3.1.ebuild
63 +++ /dev/null
64 @@ -1,23 +0,0 @@
65 -# Copyright 1999-2019 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -
70 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
71 -
72 -inherit distutils-r1 xdg-utils
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 ~amd64-linux ~x86-linux"
82 -
83 -python_prepare_all() {
84 - sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
85 - xdg_environment_reset
86 - distutils-r1_python_prepare_all
87 -}
88
89 diff --git a/dev-python/astropy-helpers/astropy-helpers-2.0.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-2.0.1.ebuild
90 deleted file mode 100644
91 index 10745247c92..00000000000
92 --- a/dev-python/astropy-helpers/astropy-helpers-2.0.1.ebuild
93 +++ /dev/null
94 @@ -1,27 +0,0 @@
95 -# Copyright 1999-2019 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=6
99 -
100 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
101 -
102 -inherit distutils-r1 xdg-utils
103 -
104 -MYPV=${PV/_/}
105 -S=${WORKDIR}/${PN}-${MYPV}
106 -
107 -DESCRIPTION="Helpers for Astropy and Affiliated packages"
108 -HOMEPAGE="https://github.com/astropy/astropy-helpers"
109 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MYPV}.tar.gz"
110 -
111 -LICENSE="BSD"
112 -SLOT="0"
113 -IUSE=""
114 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
115 -
116 -python_prepare_all() {
117 - sed -e '/import ah_bootstrap/d' \
118 - -i setup.py || die "Removing ah_bootstrap failed"
119 - xdg_environment_reset
120 - distutils-r1_python_prepare_all
121 -}
122
123 diff --git a/dev-python/astropy-helpers/metadata.xml b/dev-python/astropy-helpers/metadata.xml
124 deleted file mode 100644
125 index 845f41eee17..00000000000
126 --- a/dev-python/astropy-helpers/metadata.xml
127 +++ /dev/null
128 @@ -1,16 +0,0 @@
129 -<?xml version="1.0" encoding="UTF-8"?>
130 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
131 -<pkgmetadata>
132 - <maintainer type="project">
133 - <email>sci-astronomy@g.o</email>
134 - <name>Gentoo Astronomy Project</name>
135 - </maintainer>
136 - <longdescription lang="en">
137 - astropy-helpers is a collection of build tools used by astropy
138 - that may be used by other projects.
139 - </longdescription>
140 - <upstream>
141 - <remote-id type="pypi">astropy-helpers</remote-id>
142 - <remote-id type="github">astropy/astropy-helpers</remote-id>
143 - </upstream>
144 -</pkgmetadata>