commit:     aca55ae3cb9ca31c9d778bed66d64933c543c979
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 11:16:20 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 11:16:20 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=aca55ae3

dev-python/astropy-healpix: bump to version 0.6

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 .../{astropy-healpix-0.5.ebuild => astropy-healpix-0.6.ebuild}     | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/astropy-healpix/astropy-healpix-0.5.ebuild 
b/dev-python/astropy-healpix/astropy-healpix-0.6.ebuild
similarity index 86%
rename from dev-python/astropy-healpix/astropy-healpix-0.5.ebuild
rename to dev-python/astropy-healpix/astropy-healpix-0.6.ebuild
index 06462034d..ce6ec0cd3 100644
--- a/dev-python/astropy-healpix/astropy-healpix-0.5.ebuild
+++ b/dev-python/astropy-healpix/astropy-healpix-0.6.ebuild
@@ -1,15 +1,16 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
 DESCRIPTION="HEALPix for Astropy"
 HOMEPAGE="https://github.com/astropy/astropy-healpix";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz"
+S="${WORKDIR}/${P/-/_}"
 
 LICENSE="BSD"
 SLOT="0"

Reply via email to