commit:     a057cebe63fc9a539ad4fc00664def64d9d9ef8c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 12:13:01 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 12:13:01 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a057cebe

dev-python/specutils: add 1.9.1, drop 1.1.1

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/specutils/metadata.xml                                | 1 +
 .../specutils/{specutils-1.1.1.ebuild => specutils-1.9.1.ebuild} | 9 ++++-----
 profiles/package.mask                                            | 1 -
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-python/specutils/metadata.xml 
b/dev-python/specutils/metadata.xml
index d8e354751..1055c50cb 100644
--- a/dev-python/specutils/metadata.xml
+++ b/dev-python/specutils/metadata.xml
@@ -12,5 +12,6 @@ into a class with special handling of 1D spectra.
 </longdescription>
        <upstream>
                <remote-id type="github">astropy/specutils</remote-id>
+               <remote-id type="pypi">specutils</remote-id>
        </upstream>
 </pkgmetadata>

diff --git a/dev-python/specutils/specutils-1.1.1.ebuild 
b/dev-python/specutils/specutils-1.9.1.ebuild
similarity index 84%
rename from dev-python/specutils/specutils-1.1.1.ebuild
rename to dev-python/specutils/specutils-1.9.1.ebuild
index 24f1d3118..c77a1078d 100644
--- a/dev-python/specutils/specutils-1.1.1.ebuild
+++ b/dev-python/specutils/specutils-1.9.1.ebuild
@@ -1,16 +1,15 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Package for spectroscopic astronomical data"
 HOMEPAGE="https://github.com/astropy/specutils";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/profiles/package.mask b/profiles/package.mask
index f2d821d2b..57a0e78af 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -35,7 +35,6 @@
 sci-biology/gffutils
 sci-biology/chiron
 dev-python/snakemake
-dev-python/specutils
 dev-python/kmapper
 # Reverse deps of above
 dev-python/ripser

Reply via email to