public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygsl/
  2020-11-08 13:42 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pygsl/ Andrew Ammerlaan
@ 2020-11-08 13:42 ` Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2020-11-08 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c530b81a138d15a0008f49e834ae9395f1639d0e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Nov  8 13:42:02 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Nov  8 13:42:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c530b81a

dev-python/pygsl: Python interface for the GNU scientific library

Bug: https://bugs.gentoo.org/592982
Bug: https://bugs.gentoo.org/719414
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/pygsl/Manifest           |  1 +
 dev-python/pygsl/metadata.xml       | 12 ++++++++++++
 dev-python/pygsl/pygsl-2.3.0.ebuild | 38 +++++++++++++++++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/pygsl/Manifest b/dev-python/pygsl/Manifest
new file mode 100644
index 00000000..e479405d
--- /dev/null
+++ b/dev-python/pygsl/Manifest
@@ -0,0 +1 @@
+DIST pygsl-2.3.0.tar.gz 1096186 BLAKE2B 9058d7f674ce8d8071e51c80ae7ff2a32909cb495df7f78223f9d98f2a2b6afb32e180ce13a1b413924c7c1a8a1c840d2c1122edbe00a80cb66e27dc752ffaed SHA512 66e466c37d402605e05f0b5b2d7c52c406593d31c2a886934419b45e0b4390259c57e70bce32a46146b7f2ad0b28266f517cdb10fddd73dec7975103bb445d08

diff --git a/dev-python/pygsl/metadata.xml b/dev-python/pygsl/metadata.xml
new file mode 100644
index 00000000..10f7fabc
--- /dev/null
+++ b/dev-python/pygsl/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+	<maintainer type="person">
+		<email>andrewammerlaan@riseup.net</email>
+		<name>Andrew Ammerlaan</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">pygsl</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pygsl/pygsl-2.3.0.ebuild b/dev-python/pygsl/pygsl-2.3.0.ebuild
new file mode 100644
index 00000000..9c9c2bc4
--- /dev/null
+++ b/dev-python/pygsl/pygsl-2.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface for the GNU scientific library (gsl)"
+HOMEPAGE="http://pygsl.sourceforge.net/ https://pypi.org/project/pygsl/"
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+# This is a mess
+RESTRICT="test"
+IUSE="examples"
+
+DEPEND="
+	sci-libs/gsl
+	dev-python/numpy[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
+distutils_enable_tests nose
+
+python_configure() {
+	esetup.py config
+	default
+}
+
+python_install_all() {
+	use examples && dodoc -r examples
+	default
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pygsl/
@ 2020-11-08 13:42 Andrew Ammerlaan
  2020-11-08 13:42 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Ammerlaan @ 2020-11-08 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c530b81a138d15a0008f49e834ae9395f1639d0e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Nov  8 13:42:02 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Nov  8 13:42:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c530b81a

dev-python/pygsl: Python interface for the GNU scientific library

Bug: https://bugs.gentoo.org/592982
Bug: https://bugs.gentoo.org/719414
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/pygsl/Manifest           |  1 +
 dev-python/pygsl/metadata.xml       | 12 ++++++++++++
 dev-python/pygsl/pygsl-2.3.0.ebuild | 38 +++++++++++++++++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/pygsl/Manifest b/dev-python/pygsl/Manifest
new file mode 100644
index 00000000..e479405d
--- /dev/null
+++ b/dev-python/pygsl/Manifest
@@ -0,0 +1 @@
+DIST pygsl-2.3.0.tar.gz 1096186 BLAKE2B 9058d7f674ce8d8071e51c80ae7ff2a32909cb495df7f78223f9d98f2a2b6afb32e180ce13a1b413924c7c1a8a1c840d2c1122edbe00a80cb66e27dc752ffaed SHA512 66e466c37d402605e05f0b5b2d7c52c406593d31c2a886934419b45e0b4390259c57e70bce32a46146b7f2ad0b28266f517cdb10fddd73dec7975103bb445d08

diff --git a/dev-python/pygsl/metadata.xml b/dev-python/pygsl/metadata.xml
new file mode 100644
index 00000000..10f7fabc
--- /dev/null
+++ b/dev-python/pygsl/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+	<maintainer type="person">
+		<email>andrewammerlaan@riseup.net</email>
+		<name>Andrew Ammerlaan</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">pygsl</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pygsl/pygsl-2.3.0.ebuild b/dev-python/pygsl/pygsl-2.3.0.ebuild
new file mode 100644
index 00000000..9c9c2bc4
--- /dev/null
+++ b/dev-python/pygsl/pygsl-2.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface for the GNU scientific library (gsl)"
+HOMEPAGE="http://pygsl.sourceforge.net/ https://pypi.org/project/pygsl/"
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+# This is a mess
+RESTRICT="test"
+IUSE="examples"
+
+DEPEND="
+	sci-libs/gsl
+	dev-python/numpy[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
+distutils_enable_tests nose
+
+python_configure() {
+	esetup.py config
+	default
+}
+
+python_install_all() {
+	use examples && dodoc -r examples
+	default
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygsl/
@ 2021-05-24 10:01 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-05-24 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1fe9607301e9aabd2a1166a7aa26a7063dfbe7eb
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 09:40:53 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 24 09:59:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1fe96073

dev-python/pygsl: <!-- maintainer-needed -->

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

 dev-python/pygsl/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/pygsl/metadata.xml b/dev-python/pygsl/metadata.xml
index 07ec539e1..dd07b6e90 100644
--- a/dev-python/pygsl/metadata.xml
+++ b/dev-python/pygsl/metadata.xml
@@ -2,10 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
 <pkgmetadata>
-	<maintainer type="person">
-		<email>andrewammerlaan@gentoo.org</email>
-		<name>Andrew Ammerlaan</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="pypi">pygsl</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygsl/
@ 2023-02-03  5:03 Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2023-02-03  5:03 UTC (permalink / raw
  To: gentoo-commits

commit:     df3730b869edcc2d7a8bd560a7f11345b46b5959
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Feb  3 04:58:01 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Feb  3 05:03:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df3730b8

dev-python/pygsl: add 2.3.3

Closes: https://bugs.gentoo.org/848273
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pygsl/Manifest           |  1 +
 dev-python/pygsl/metadata.xml       | 10 +++++-----
 dev-python/pygsl/pygsl-2.3.3.ebuild | 40 +++++++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+), 5 deletions(-)

diff --git a/dev-python/pygsl/Manifest b/dev-python/pygsl/Manifest
index e479405dd..2f7cd1523 100644
--- a/dev-python/pygsl/Manifest
+++ b/dev-python/pygsl/Manifest
@@ -1 +1,2 @@
 DIST pygsl-2.3.0.tar.gz 1096186 BLAKE2B 9058d7f674ce8d8071e51c80ae7ff2a32909cb495df7f78223f9d98f2a2b6afb32e180ce13a1b413924c7c1a8a1c840d2c1122edbe00a80cb66e27dc752ffaed SHA512 66e466c37d402605e05f0b5b2d7c52c406593d31c2a886934419b45e0b4390259c57e70bce32a46146b7f2ad0b28266f517cdb10fddd73dec7975103bb445d08
+DIST pygsl-2.3.3.gh.tar.gz 1110939 BLAKE2B 9da5e35a6367a8cc03f836cab5e41d8d6e7c0c3d5bca995e01cf83e308f1922e6fce677977830920bc1184c6ac531f79da21d3941a63a72e16eb13b0faeabe0e SHA512 289713c2ac5d1adb1f5dd4379b704fbcfa56227b0bdbd19166a4c218d7eb9b41cb4927c265862996ae668486733510e56b6a6a0e0046d1040c88e8e854ce4a48

diff --git a/dev-python/pygsl/metadata.xml b/dev-python/pygsl/metadata.xml
index dd07b6e90..14b8e346c 100644
--- a/dev-python/pygsl/metadata.xml
+++ b/dev-python/pygsl/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
 <pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="pypi">pygsl</remote-id>
-	</upstream>
+    <!-- maintainer-needed -->
+    <upstream>
+        <remote-id type="pypi">pygsl</remote-id>
+        <remote-id type ="github">pygsl/pygsl</remote-id>
+    </upstream>
 </pkgmetadata>

diff --git a/dev-python/pygsl/pygsl-2.3.3.ebuild b/dev-python/pygsl/pygsl-2.3.3.ebuild
new file mode 100644
index 000000000..2f6daa950
--- /dev/null
+++ b/dev-python/pygsl/pygsl-2.3.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface for the GNU scientific library (gsl)"
+HOMEPAGE="https://github.com/pygsl/pygsl"
+SRC_URI="https://github.com/pygsl/pygsl/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+# Tests are also failing upstream
+# https://github.com/pygsl/pygsl/issues/15
+RESTRICT="test"
+IUSE="examples"
+
+DEPEND="
+	sci-libs/gsl
+	dev-python/numpy[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
+distutils_enable_tests unittest
+
+python_configure() {
+	esetup.py config
+	default
+}
+
+src_install() {
+	use examples && dodoc -r examples
+	distutils-r1_src_install
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygsl/
@ 2023-02-03  5:03 Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2023-02-03  5:03 UTC (permalink / raw
  To: gentoo-commits

commit:     aa6ca171e05090f027afc8dc8b449eb738095a25
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Feb  3 05:00:36 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Feb  3 05:03:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa6ca171

dev-python/pygsl: drop 2.3.0

Closes: https://bugs.gentoo.org/887635
Closes: https://bugs.gentoo.org/842072
Closes: https://bugs.gentoo.org/785790
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pygsl/Manifest           |  1 -
 dev-python/pygsl/pygsl-2.3.0.ebuild | 38 -------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-python/pygsl/Manifest b/dev-python/pygsl/Manifest
index 2f7cd1523..b941fbd47 100644
--- a/dev-python/pygsl/Manifest
+++ b/dev-python/pygsl/Manifest
@@ -1,2 +1 @@
-DIST pygsl-2.3.0.tar.gz 1096186 BLAKE2B 9058d7f674ce8d8071e51c80ae7ff2a32909cb495df7f78223f9d98f2a2b6afb32e180ce13a1b413924c7c1a8a1c840d2c1122edbe00a80cb66e27dc752ffaed SHA512 66e466c37d402605e05f0b5b2d7c52c406593d31c2a886934419b45e0b4390259c57e70bce32a46146b7f2ad0b28266f517cdb10fddd73dec7975103bb445d08
 DIST pygsl-2.3.3.gh.tar.gz 1110939 BLAKE2B 9da5e35a6367a8cc03f836cab5e41d8d6e7c0c3d5bca995e01cf83e308f1922e6fce677977830920bc1184c6ac531f79da21d3941a63a72e16eb13b0faeabe0e SHA512 289713c2ac5d1adb1f5dd4379b704fbcfa56227b0bdbd19166a4c218d7eb9b41cb4927c265862996ae668486733510e56b6a6a0e0046d1040c88e8e854ce4a48

diff --git a/dev-python/pygsl/pygsl-2.3.0.ebuild b/dev-python/pygsl/pygsl-2.3.0.ebuild
deleted file mode 100644
index 27b8c9984..000000000
--- a/dev-python/pygsl/pygsl-2.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface for the GNU scientific library (gsl)"
-HOMEPAGE="http://pygsl.sourceforge.net/ https://pypi.org/project/pygsl/"
-SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-
-# This is a mess
-RESTRICT="test"
-IUSE="examples"
-
-DEPEND="
-	sci-libs/gsl
-	dev-python/numpy[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
-distutils_enable_tests nose
-
-python_configure() {
-	esetup.py config
-	default
-}
-
-python_install_all() {
-	use examples && dodoc -r examples
-	default
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygsl/
@ 2024-05-14 22:45 Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2024-05-14 22:45 UTC (permalink / raw
  To: gentoo-commits

commit:     cb0f74e2e59a341677ac29e6e440153461290489
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 22:44:27 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 22:44:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb0f74e2

dev-python/pygsl: drop 2.3.3

Closes: https://bugs.gentoo.org/921896
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pygsl/Manifest           |  1 -
 dev-python/pygsl/pygsl-2.3.3.ebuild | 40 -------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-python/pygsl/Manifest b/dev-python/pygsl/Manifest
index be7ef21bf4..22476ec8b5 100644
--- a/dev-python/pygsl/Manifest
+++ b/dev-python/pygsl/Manifest
@@ -1,2 +1 @@
-DIST pygsl-2.3.3.gh.tar.gz 1110939 BLAKE2B 9da5e35a6367a8cc03f836cab5e41d8d6e7c0c3d5bca995e01cf83e308f1922e6fce677977830920bc1184c6ac531f79da21d3941a63a72e16eb13b0faeabe0e SHA512 289713c2ac5d1adb1f5dd4379b704fbcfa56227b0bdbd19166a4c218d7eb9b41cb4927c265862996ae668486733510e56b6a6a0e0046d1040c88e8e854ce4a48
 DIST pygsl-2.3.4.gh.tar.gz 1100233 BLAKE2B 0d59062ae7a6193225ac731a9a12a7c32df9c309a90e358fd77f7c957f8d27269e97634022036aa7b1d99e2c3703a7c45387c97557c4e28762310009626cb465 SHA512 4b510426bafc06c79742f0ef0ad07e31a7aa74c14bab88bd2f0a2acb125569ecf38aeab0eaf01590bd052474a4aa7f8b39a66f853e4bc4a392e126dcf4bfb359

diff --git a/dev-python/pygsl/pygsl-2.3.3.ebuild b/dev-python/pygsl/pygsl-2.3.3.ebuild
deleted file mode 100644
index 7ab4af3503..0000000000
--- a/dev-python/pygsl/pygsl-2.3.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface for the GNU scientific library (gsl)"
-HOMEPAGE="https://github.com/pygsl/pygsl"
-SRC_URI="https://github.com/pygsl/pygsl/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="examples"
-# Tests are also failing upstream
-# https://github.com/pygsl/pygsl/issues/15
-RESTRICT="test"
-
-DEPEND="
-	sci-libs/gsl
-	dev-python/numpy[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx doc dev-python/sphinx-rtd-theme
-distutils_enable_tests unittest
-
-python_configure() {
-	esetup.py config
-	default
-}
-
-src_install() {
-	use examples && dodoc -r examples
-	distutils-r1_src_install
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygsl/
  2024-05-14 22:50 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-05-14 22:45 ` Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2024-05-14 22:45 UTC (permalink / raw
  To: gentoo-commits

commit:     0f6c4b3ad254f94146800510f7f641816db37e2b
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 22:42:22 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 22:42:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f6c4b3a

dev-python/pygsl: add 2.3.4

Closes: https://bugs.gentoo.org/931408
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pygsl/Manifest           |  1 +
 dev-python/pygsl/pygsl-2.3.4.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/pygsl/Manifest b/dev-python/pygsl/Manifest
index b941fbd47b..be7ef21bf4 100644
--- a/dev-python/pygsl/Manifest
+++ b/dev-python/pygsl/Manifest
@@ -1 +1,2 @@
 DIST pygsl-2.3.3.gh.tar.gz 1110939 BLAKE2B 9da5e35a6367a8cc03f836cab5e41d8d6e7c0c3d5bca995e01cf83e308f1922e6fce677977830920bc1184c6ac531f79da21d3941a63a72e16eb13b0faeabe0e SHA512 289713c2ac5d1adb1f5dd4379b704fbcfa56227b0bdbd19166a4c218d7eb9b41cb4927c265862996ae668486733510e56b6a6a0e0046d1040c88e8e854ce4a48
+DIST pygsl-2.3.4.gh.tar.gz 1100233 BLAKE2B 0d59062ae7a6193225ac731a9a12a7c32df9c309a90e358fd77f7c957f8d27269e97634022036aa7b1d99e2c3703a7c45387c97557c4e28762310009626cb465 SHA512 4b510426bafc06c79742f0ef0ad07e31a7aa74c14bab88bd2f0a2acb125569ecf38aeab0eaf01590bd052474a4aa7f8b39a66f853e4bc4a392e126dcf4bfb359

diff --git a/dev-python/pygsl/pygsl-2.3.4.ebuild b/dev-python/pygsl/pygsl-2.3.4.ebuild
new file mode 100644
index 0000000000..0674001ef2
--- /dev/null
+++ b/dev-python/pygsl/pygsl-2.3.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface for the GNU scientific library (gsl)"
+HOMEPAGE="https://github.com/pygsl/pygsl"
+SRC_URI="https://github.com/pygsl/pygsl/archive/v.${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-v.${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="examples"
+# Tests are also failing upstream
+# https://github.com/pygsl/pygsl/issues/15
+RESTRICT="test"
+
+DEPEND="
+	sci-libs/gsl
+	dev-python/numpy[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx doc dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+src_install() {
+	use examples && dodoc -r examples
+	distutils-r1_src_install
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-14 22:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-08 13:42 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pygsl/ Andrew Ammerlaan
2020-11-08 13:42 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-05-24 10:01 Andrew Ammerlaan
2023-02-03  5:03 Julien Roy
2023-02-03  5:03 Julien Roy
2024-05-14 22:45 Julien Roy
2024-05-14 22:50 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 22:45 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox