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/healpy/
Date: Sat, 28 Dec 2019 16:55:53
Message-Id: 1577552142.3a69e81a8df6ce67467ca66c921d2bf0e3d2a1c4.zlogene@gentoo
1 commit: 3a69e81a8df6ce67467ca66c921d2bf0e3d2a1c4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:55:42 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 16:55:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a69e81a
7
8 dev-python/healpy: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/healpy/Manifest | 2 --
13 dev-python/healpy/healpy-1.10.3.ebuild | 39 ------------------------------
14 dev-python/healpy/healpy-1.11.0.ebuild | 44 ----------------------------------
15 dev-python/healpy/metadata.xml | 17 -------------
16 4 files changed, 102 deletions(-)
17
18 diff --git a/dev-python/healpy/Manifest b/dev-python/healpy/Manifest
19 deleted file mode 100644
20 index 28b7a9b095a..00000000000
21 --- a/dev-python/healpy/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST healpy-1.10.3.tar.gz 4018897 BLAKE2B c736e4cd445d51af55b76533dc2090e7926907ba9ccefc04d60576047c72e39e93c532980e24af10d548954c4bd5d580a16a3601a675eb0d7d965e3a8d1df4ba SHA512 c5862fceb597ffbc5c53204479fa9dba19287e3c08744e25edef3eaecfa726e61e8558d50d73e2bf4d19b7d0adc0ac928a38c4808fc92fe855f5eae101e18baa
25 -DIST healpy-1.11.0.tar.gz 4033412 BLAKE2B 3b0631eca53ab9798cf03b9f66ea9bcf1f2df16f3639fca353a14204e566027e37419e27f07a579f3cd7b05c4eea84160f4aefc5f9706e1ffbc553db68d8cf90 SHA512 35926c769f2fd4ebc3cd61357d742e9e1747325187e465bd3be62b4281506bd02cf3d8b982583819219e994dfa3936d6bc61914218325bb6b4ddfcffc50c802f
26
27 diff --git a/dev-python/healpy/healpy-1.10.3.ebuild b/dev-python/healpy/healpy-1.10.3.ebuild
28 deleted file mode 100644
29 index 80c87493bd0..00000000000
30 --- a/dev-python/healpy/healpy-1.10.3.ebuild
31 +++ /dev/null
32 @@ -1,39 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python wrapper for healpix"
43 -HOMEPAGE="https://github.com/healpy"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -RDEPEND="
53 - dev-python/astropy[${PYTHON_USEDEP}]
54 - dev-python/matplotlib[${PYTHON_USEDEP}]
55 - dev-python/numpy[${PYTHON_USEDEP}]
56 - sci-astronomy/healpix:=[cxx]
57 - sci-libs/cfitsio:="
58 -DEPEND="${RDEPEND}
59 - dev-python/astropy-helpers[${PYTHON_USEDEP}]
60 - dev-python/cython[${PYTHON_USEDEP}]
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - virtual/pkgconfig
63 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
64 -
65 -DOCS=( README.rst CHANGELOG.rst CITATION )
66 -
67 -python_test() {
68 - echo "backend: Agg" > matplotlibrc || die
69 - MPLCONFIGDIR=. esetup.py test || die
70 - rm matplotlibrc || die
71 -}
72
73 diff --git a/dev-python/healpy/healpy-1.11.0.ebuild b/dev-python/healpy/healpy-1.11.0.ebuild
74 deleted file mode 100644
75 index 048844f7e33..00000000000
76 --- a/dev-python/healpy/healpy-1.11.0.ebuild
77 +++ /dev/null
78 @@ -1,44 +0,0 @@
79 -# Copyright 1999-2019 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -
84 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="Python wrapper for healpix"
89 -HOMEPAGE="https://github.com/healpy"
90 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
95 -IUSE="test"
96 -RESTRICT="!test? ( test )"
97 -
98 -RDEPEND="
99 - dev-python/astropy[${PYTHON_USEDEP}]
100 - dev-python/matplotlib[${PYTHON_USEDEP}]
101 - dev-python/numpy[${PYTHON_USEDEP}]
102 - sci-astronomy/healpix:=[cxx]
103 - sci-libs/cfitsio:="
104 -DEPEND="${RDEPEND}
105 - dev-python/astropy-helpers[${PYTHON_USEDEP}]
106 - dev-python/cython[${PYTHON_USEDEP}]
107 - dev-python/pytest-runner[${PYTHON_USEDEP}]
108 - dev-python/setuptools[${PYTHON_USEDEP}]
109 - virtual/pkgconfig
110 - test? (
111 - dev-python/pytest[${PYTHON_USEDEP}]
112 - dev-python/pytest-cython[${PYTHON_USEDEP}]
113 - )
114 -"
115 -
116 -DOCS=( README.rst CHANGELOG.rst CITATION )
117 -
118 -python_test() {
119 - echo "backend: Agg" > matplotlibrc || die
120 - MPLCONFIGDIR=. esetup.py test || die
121 - rm matplotlibrc || die
122 -}
123
124 diff --git a/dev-python/healpy/metadata.xml b/dev-python/healpy/metadata.xml
125 deleted file mode 100644
126 index 39b8f235161..00000000000
127 --- a/dev-python/healpy/metadata.xml
128 +++ /dev/null
129 @@ -1,17 +0,0 @@
130 -<?xml version="1.0" encoding="UTF-8"?>
131 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
132 -<pkgmetadata>
133 - <maintainer type="project">
134 - <email>sci-astronomy@g.o</email>
135 - <name>Gentoo Astronomy Project</name>
136 - </maintainer>
137 - <longdescription lang="en">
138 - Healpy provides a python package to manipulate healpix maps. It is
139 - based on the standard numeric and visualisation tools for Python,
140 - Numpy and matplotlib.
141 -</longdescription>
142 - <upstream>
143 - <remote-id type="pypi">healpy</remote-id>
144 - <remote-id type="github">healpy/healpy</remote-id>
145 - </upstream>
146 -</pkgmetadata>