commit:     da58601e6e018fbd2bc0cb5c7d266d5424df539d
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May  2 22:34:49 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May  2 22:34:49 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=da58601e

dev-python/numcodecs: update SRC_URI

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/numcodecs/numcodecs-0.10.0.ebuild | 7 +++----
 dev-python/numcodecs/numcodecs-0.9.1.ebuild  | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-python/numcodecs/numcodecs-0.10.0.ebuild 
b/dev-python/numcodecs/numcodecs-0.10.0.ebuild
index b2030d332..a47b6ec77 100644
--- a/dev-python/numcodecs/numcodecs-0.10.0.ebuild
+++ b/dev-python/numcodecs/numcodecs-0.10.0.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1 pypi
 
 DESCRIPTION="Data storage buffer compression and transformation codecs"
 HOMEPAGE="https://github.com/zarr-developers/numcodecs";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-python/numcodecs/numcodecs-0.9.1.ebuild 
b/dev-python/numcodecs/numcodecs-0.9.1.ebuild
index b2030d332..a47b6ec77 100644
--- a/dev-python/numcodecs/numcodecs-0.9.1.ebuild
+++ b/dev-python/numcodecs/numcodecs-0.9.1.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1 pypi
 
 DESCRIPTION="Data storage buffer compression and transformation codecs"
 HOMEPAGE="https://github.com/zarr-developers/numcodecs";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to