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/astroml-addons/
Date: Sat, 28 Dec 2019 17:21:52
Message-Id: 1577553701.7093e3217e7bfbd40a5541c901462e209cd06fbe.zlogene@gentoo
1 commit: 7093e3217e7bfbd40a5541c901462e209cd06fbe
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 17:21:41 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 17:21:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7093e321
7
8 dev-python/astroml-addons: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/astroml-addons/Manifest | 1 -
13 .../astroml-addons/astroml-addons-0.2.2.ebuild | 28 ----------------------
14 dev-python/astroml-addons/metadata.xml | 23 ------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/dev-python/astroml-addons/Manifest b/dev-python/astroml-addons/Manifest
18 deleted file mode 100644
19 index e22d3b0f8a8..00000000000
20 --- a/dev-python/astroml-addons/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST astroML_addons-0.2.2.tar.gz 51052 BLAKE2B 82b1933d335096f85d311fff8e252a4c36ce56922084c8ffdc01535cee3529c705627ff986d1bfdb60a8b9679db5042a1511a17adf93860509a47aad2660efe9 SHA512 97c61c731d3dd8cadbfcb36defd1a678f776a2012fda1159621d3e364e25ca74cd0d284980f52095a2df31973cefba09f9b3efe72ba95b4f65ca13e4aaec5e20
24
25 diff --git a/dev-python/astroml-addons/astroml-addons-0.2.2.ebuild b/dev-python/astroml-addons/astroml-addons-0.2.2.ebuild
26 deleted file mode 100644
27 index b050b922856..00000000000
28 --- a/dev-python/astroml-addons/astroml-addons-0.2.2.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python3_{5,6} )
36 -
37 -inherit distutils-r1
38 -
39 -MYPN=astroML_addons
40 -MYP=${MYPN}-${PV}
41 -
42 -DESCRIPTION="Performance add-ons for the astroML package"
43 -HOMEPAGE="https://github.com/astroML/astroML_addons"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${MYPN}/${MYP}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
49 -IUSE=""
50 -
51 -RDEPEND="dev-python/astroml[${PYTHON_USEDEP}]"
52 -DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - dev-python/numpy[${PYTHON_USEDEP}]"
55 -
56 -S="${WORKDIR}/${MYP}"
57 -
58 -DOCS=( README.rst )
59
60 diff --git a/dev-python/astroml-addons/metadata.xml b/dev-python/astroml-addons/metadata.xml
61 deleted file mode 100644
62 index c9e92bac1f1..00000000000
63 --- a/dev-python/astroml-addons/metadata.xml
64 +++ /dev/null
65 @@ -1,23 +0,0 @@
66 -<?xml version='1.0' encoding='UTF-8'?>
67 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 -<pkgmetadata>
69 - <maintainer type="project">
70 - <email>sci-astronomy@g.o</email>
71 - <name>Gentoo Astronomy Project</name>
72 - </maintainer>
73 - <longdescription lang="en">
74 - astroML is split into two components. The core astroML library is written
75 - in python only, and is designed to be very easy to install for any users,
76 - even those who don't have a working C or fortran compiler. A companion library,
77 - astroML_addons, can be optionally installed for increased performance on
78 - certain algorithms. Every algorithm in astroML_addons has a pure python
79 - counterpart in the core astroML implementation, but the astroML_addons library
80 - contains faster and more efficient implementations in compiled code.
81 - Furthermore, if astroML_addons is installed on your system, the core astroML
82 - library will import and use the faster routines by default.
83 - </longdescription>
84 - <upstream>
85 - <remote-id type="pypi">astroML_addons</remote-id>
86 - <remote-id type="github">astroML/astroML_addons</remote-id>
87 - </upstream>
88 -</pkgmetadata>