commit: 276f4f1ea69816d71f86c83a52f310a7ff44c874
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 16:18:54 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 16:18:54 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=276f4f1e
astlib in main tree
dev-python/astlib/astlib-0.7.0.ebuild | 36 -----------------------------------
dev-python/astlib/metadata.xml | 21 --------------------
2 files changed, 57 deletions(-)
diff --git a/dev-python/astlib/astlib-0.7.0.ebuild
b/dev-python/astlib/astlib-0.7.0.ebuild
deleted file mode 100644
index 8640714..0000000
--- a/dev-python/astlib/astlib-0.7.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-MYPN=astLib
-MYP=${MYPN}-${PV}
-
-DESCRIPTION="Python astronomy modules for image and coordinate manipulation"
-HOMEPAGE="http://astlib.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD"
-
-IUSE="doc examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/matplotlib[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]
- dev-python/astropy[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MYP}"
-
-python_install_all() {
- use doc && HTML_DOCS=( docs/${MYPN}/. )
- use examples && EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/astlib/metadata.xml b/dev-python/astlib/metadata.xml
deleted file mode 100644
index acde5ae..0000000
--- a/dev-python/astlib/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>[email protected]</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <longdescription lang="en">
- astLib is a set of Python modules that provides some tools for
- research astronomers. It can be used for simple plots, statistics,
- common calculations, coordinate conversions, and manipulating FITS
- images with World Coordinate System (WCS) information through
- PyWCSTools - a simple wrapping of WCSTools by Doug Mink. PyWCSTools
- is distributed (and developed) as part of astLib.
- In Gentoo, PyWCSTools is using the stock library instead of the
- bundled one.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">astlib</remote-id>
- </upstream>
-</pkgmetadata>