commit: 9a8c18c25a6f8deda4090eecf214471d9d721e73
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May 2 21:53:13 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May 2 21:53:13 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9a8c18c2
dev-python/neo: update SRC_URI
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/neo/neo-0.11.0.ebuild | 5 ++---
dev-python/neo/neo-0.11.1.ebuild | 4 +---
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/dev-python/neo/neo-0.11.0.ebuild b/dev-python/neo/neo-0.11.0.ebuild
index c66b2b951..dedbcea6e 100644
--- a/dev-python/neo/neo-0.11.0.ebuild
+++ b/dev-python/neo/neo-0.11.0.ebuild
@@ -3,15 +3,14 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..10} )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
MY_PN="python-neo"
DESCRIPTION="Read and represent a wide range of neurophysiology file formats
in Python"
HOMEPAGE="https://github.com/NeuralEnsemble/python-neo"
-SRC_URI="https://github.com/NeuralEnsemble/python-neo/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
diff --git a/dev-python/neo/neo-0.11.1.ebuild b/dev-python/neo/neo-0.11.1.ebuild
index c7a36d0e3..14e4e98c9 100644
--- a/dev-python/neo/neo-0.11.1.ebuild
+++ b/dev-python/neo/neo-0.11.1.ebuild
@@ -5,12 +5,10 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..10} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Read and represent a wide range of neurophysiology file formats
in Python"
HOMEPAGE="https://github.com/NeuralEnsemble/python-neo"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-#SRC_URI="https://github.com/NeuralEnsemble/python-neo/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"