summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-02-22 23:18:22 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-02-22 23:18:22 +0000
commit28ccee4f33c2381fa1139cb7107739a38dfc12a3 (patch)
tree11b2d5718b7453cad00371ad653ce79f7833f400 /dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild
parentdev-libs/starpu: in main tree (diff)
downloadbicatali-28ccee4f33c2381fa1139cb7107739a38dfc12a3.tar.gz
bicatali-28ccee4f33c2381fa1139cb7107739a38dfc12a3.tar.bz2
bicatali-28ccee4f33c2381fa1139cb7107739a38dfc12a3.zip
bunch of packages move to main treeHEADmaster
Diffstat (limited to 'dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild')
-rw-r--r--dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild
deleted file mode 100644
index fd68055..0000000
--- a/dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Helpers for Astropy and Affiliated packages"
-HOMEPAGE="https://github.com/astropy/astropy-helpers"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86 ~x86-linux"
-
-python_prepare_all() {
- sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
- distutils-r1_python_prepare_all
-}