dev-python/astropy-helpers: version bump
authorSébastien Fabbro <bicatali@gentoo.org>
Thu, 18 Feb 2016 18:25:10 +0000 (18:25 +0000)
committerSébastien Fabbro <bicatali@gentoo.org>
Thu, 18 Feb 2016 18:25:10 +0000 (18:25 +0000)
Package-Manager: portage-2.2.27

dev-python/astropy-helpers/Manifest
dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild [new file with mode: 0644]

index 64deed5b2c06679939642d3b7253489f2af3e2da..388867c4abf229d14f923459a3b5d7e4c4d4f6b2 100644 (file)
@@ -1 +1,2 @@
 DIST astropy-helpers-1.0.6.tar.gz 126274 SHA256 3651a854fafd0184252639775aab9776331f8ae1bbadd920169d6dc1914095e3 SHA512 c3fa2e329094c5e319b493d2c8889b1158dfdcb8845dc978274a4333167b5069228d9c9ac585e0759b1002776d4597b2a23cf5d276d9c971122919afddb8f277 WHIRLPOOL 83467c958a762fb3b045b6e8e168572012ef308b6aaac7f92c5992e5207cd26efb6cbb5ce617e5701ab2c8d23f169af939052dc2bd50195b9163f3a8db5d6b3f
+DIST astropy-helpers-1.1.1.tar.gz 132083 SHA256 2da74e8e6b08f3c378fc5f863460bc5c45f4f08e47ed2887cff0a26692aadd4b SHA512 432580de37583b6195b6827dae46516553ceba71bfc038bb609bd59f158f3eb082925dc03f7d9b8ef10d9da68e0d40ee0fa0dc915d72ee0391d58d851a7114bf WHIRLPOOL a64b950acb452307e2f43206c2ff6d102856c0c60a7d4058a59ab8c82338692fee4e432d7dea78b865dea2401536a101713615079c3a1eafbfb4b8c034f57047
diff --git a/dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild
new file mode 100644 (file)
index 0000000..fd68055
--- /dev/null
@@ -0,0 +1,23 @@
+# 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
+}