From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/astroml-addons/Manifest | 3 --- .../astroml-addons/astroml-addons-0.2.2.ebuild | 28 ---------------------- dev-python/astroml-addons/metadata.xml | 23 ------------------ 3 files changed, 54 deletions(-) delete mode 100644 dev-python/astroml-addons/Manifest delete mode 100644 dev-python/astroml-addons/astroml-addons-0.2.2.ebuild delete mode 100644 dev-python/astroml-addons/metadata.xml (limited to 'dev-python/astroml-addons') diff --git a/dev-python/astroml-addons/Manifest b/dev-python/astroml-addons/Manifest deleted file mode 100644 index 4d4526fd73f7..000000000000 --- a/dev-python/astroml-addons/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST astroML_addons-0.2.2.tar.gz 51052 BLAKE2B 82b1933d335096f85d311fff8e252a4c36ce56922084c8ffdc01535cee3529c705627ff986d1bfdb60a8b9679db5042a1511a17adf93860509a47aad2660efe9 SHA512 97c61c731d3dd8cadbfcb36defd1a678f776a2012fda1159621d3e364e25ca74cd0d284980f52095a2df31973cefba09f9b3efe72ba95b4f65ca13e4aaec5e20 -EBUILD astroml-addons-0.2.2.ebuild 644 BLAKE2B 086712f80448e79b24524d345816683a917e93519aba5b2d7cef65eb8a7e8c729677addd4f018c283c9c3d46b1c5ccb47934d4891277413647d5836c4dae2c20 SHA512 bd2b3cb1437b21e7a6f2005f51be62438259984ddbaef614b38b8f51934444723820414f890f7dc640e93c6122fcf0de881147ce22908052b32610bc5a65a0e9 -MISC metadata.xml 1161 BLAKE2B 4d6ea9a526f2a8a9283557dbd1c9fb350480dea5df19f16cc8f0494faecf077a749046bebef738ee6c5d579ece0b1aabc4c869d0711fdd0fa64711ea8fc6689f SHA512 3010f13652915ec0a1daca8a0bf090e7e9e7522485080492b3fd932b2154752d56c95a586ec693bca1f6c6062e8c49e35336daf987b9119c5c97c1a8350f64e4 diff --git a/dev-python/astroml-addons/astroml-addons-0.2.2.ebuild b/dev-python/astroml-addons/astroml-addons-0.2.2.ebuild deleted file mode 100644 index ad62cb49a4a2..000000000000 --- a/dev-python/astroml-addons/astroml-addons-0.2.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -MYPN=astroML_addons -MYP=${MYPN}-${PV} - -DESCRIPTION="Performance add-ons for the astroML package" -HOMEPAGE="https://github.com/astroML/astroML_addons" -SRC_URI="mirror://pypi/${PN:0:1}/${MYPN}/${MYP}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-python/astroml[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MYP}" - -DOCS=( README.rst ) diff --git a/dev-python/astroml-addons/metadata.xml b/dev-python/astroml-addons/metadata.xml deleted file mode 100644 index c9e92bac1f13..000000000000 --- a/dev-python/astroml-addons/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - - astroML is split into two components. The core astroML library is written - in python only, and is designed to be very easy to install for any users, - even those who don't have a working C or fortran compiler. A companion library, - astroML_addons, can be optionally installed for increased performance on - certain algorithms. Every algorithm in astroML_addons has a pure python - counterpart in the core astroML implementation, but the astroML_addons library - contains faster and more efficient implementations in compiled code. - Furthermore, if astroML_addons is installed on your system, the core astroML - library will import and use the faster routines by default. - - - astroML_addons - astroML/astroML_addons - - -- cgit v1.2.3