dev-python/pygsl
Python interface for the GNU scientific library (gsl)
ChangeLog
commit bb0aae8ad3292e932111cb0c52be559a6740b4b8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500
*/*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit cb0f74e2e59a341677ac29e6e440153461290489
Author: Julien Roy <julien@jroy.ca>
Date: Tue May 14 18:44:27 2024 -0400
dev-python/pygsl: drop 2.3.3
Closes: https://bugs.gentoo.org/921896
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 0f6c4b3ad254f94146800510f7f641816db37e2b
Author: Julien Roy <julien@jroy.ca>
Date: Tue May 14 18:42:22 2024 -0400
dev-python/pygsl: add 2.3.4
Closes: https://bugs.gentoo.org/931408
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Sun Apr 28 00:03:51 2024 +0200
dev-python/*: fix variable order
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500
*/*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit efdaee13ce8265aa9f4e12a2f15463c3753e3cc8
Author: Florian Schmaus <flow@gentoo.org>
Date: Tue Feb 14 12:59:55 2023 +0100
*/*: sphinx_rtd_theme → sphinx-rtd-theme
Signed-off-by: Florian Schmaus <flow@gentoo.org>
commit aa6ca171e05090f027afc8dc8b449eb738095a25
Author: Julien Roy <julien@jroy.ca>
Date: Fri Feb 3 00:00:36 2023 -0500
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@jroy.ca>
commit df3730b869edcc2d7a8bd560a7f11345b46b5959
Author: Julien Roy <julien@jroy.ca>
Date: Thu Feb 2 23:58:01 2023 -0500
dev-python/pygsl: add 2.3.3
Closes: https://bugs.gentoo.org/848273
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6
Author: James Beddek <telans@posteo.de>
Date: Sat Oct 9 22:01:27 2021 +1300
*/*: drop dead python impls
Signed-off-by: James Beddek <telans@posteo.de>
commit 1fe9607301e9aabd2a1166a7aa26a7063dfbe7eb
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Mon May 24 11:40:53 2021 +0200
dev-python/pygsl: <!-- maintainer-needed -->
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
commit b4bf92563dffc1969e9d193db1a489ff4ffb7500
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Wed May 19 22:32:14 2021 +0200
*/*: update my email address
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
commit c530b81a138d15a0008f49e834ae9395f1639d0e
Author: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Date: Sun Nov 8 14:42:02 2020 +0100
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@riseup.net>
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500
*/*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit cb0f74e2e59a341677ac29e6e440153461290489
Author: Julien Roy <julien@jroy.ca>
Date: Tue May 14 18:44:27 2024 -0400
dev-python/pygsl: drop 2.3.3
Closes: https://bugs.gentoo.org/921896
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 0f6c4b3ad254f94146800510f7f641816db37e2b
Author: Julien Roy <julien@jroy.ca>
Date: Tue May 14 18:42:22 2024 -0400
dev-python/pygsl: add 2.3.4
Closes: https://bugs.gentoo.org/931408
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Sun Apr 28 00:03:51 2024 +0200
dev-python/*: fix variable order
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500
*/*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit efdaee13ce8265aa9f4e12a2f15463c3753e3cc8
Author: Florian Schmaus <flow@gentoo.org>
Date: Tue Feb 14 12:59:55 2023 +0100
*/*: sphinx_rtd_theme → sphinx-rtd-theme
Signed-off-by: Florian Schmaus <flow@gentoo.org>
commit aa6ca171e05090f027afc8dc8b449eb738095a25
Author: Julien Roy <julien@jroy.ca>
Date: Fri Feb 3 00:00:36 2023 -0500
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@jroy.ca>
commit df3730b869edcc2d7a8bd560a7f11345b46b5959
Author: Julien Roy <julien@jroy.ca>
Date: Thu Feb 2 23:58:01 2023 -0500
dev-python/pygsl: add 2.3.3
Closes: https://bugs.gentoo.org/848273
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6
Author: James Beddek <telans@posteo.de>
Date: Sat Oct 9 22:01:27 2021 +1300
*/*: drop dead python impls
Signed-off-by: James Beddek <telans@posteo.de>
commit 1fe9607301e9aabd2a1166a7aa26a7063dfbe7eb
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Mon May 24 11:40:53 2021 +0200
dev-python/pygsl: <!-- maintainer-needed -->
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
commit b4bf92563dffc1969e9d193db1a489ff4ffb7500
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Wed May 19 22:32:14 2021 +0200
*/*: update my email address
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
commit c530b81a138d15a0008f49e834ae9395f1639d0e
Author: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Date: Sun Nov 8 14:42:02 2020 +0100
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@riseup.net>