commit:     969ba769b7c38e88cc9beca7812599f2c16e70f8
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
AuthorDate: Sat Oct 19 11:11:49 2024 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
CommitDate: Tue Oct 22 08:32:18 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=969ba769

sci-physics/particle: add 0.25.2

Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>

 .../particle/{particle-9999.ebuild => particle-0.25.2.ebuild}  | 10 +++++++---
 sci-physics/particle/particle-9999.ebuild                      | 10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/sci-physics/particle/particle-9999.ebuild 
b/sci-physics/particle/particle-0.25.2.ebuild
similarity index 82%
copy from sci-physics/particle/particle-9999.ebuild
copy to sci-physics/particle/particle-0.25.2.ebuild
index 43f1e67ca..e5e49ea91 100644
--- a/sci-physics/particle/particle-9999.ebuild
+++ b/sci-physics/particle/particle-0.25.2.ebuild
@@ -1,6 +1,6 @@
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 DISTUTILS_USE_PEP517=hatchling
 inherit distutils-r1
 
@@ -22,12 +22,16 @@ RDEPEND="
        >=dev-python/attrs-19.2[${PYTHON_USEDEP}]
        >=sci-physics/hepunits-2.0.0[${PYTHON_USEDEP}]
        dev-python/deprecated[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+       ' python3_{11..12})
+
 "
-DEPEND="${RDEPEND}"
 BDEPEND="
+       dev-python/hatch-vcs[${PYTHON_USEDEP}]
        test? (
-               >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]
                dev-python/pandas[${PYTHON_USEDEP}]
+               >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]
                dev-python/tabulate[${PYTHON_USEDEP}]
        )
 "

diff --git a/sci-physics/particle/particle-9999.ebuild 
b/sci-physics/particle/particle-9999.ebuild
index 43f1e67ca..e5e49ea91 100644
--- a/sci-physics/particle/particle-9999.ebuild
+++ b/sci-physics/particle/particle-9999.ebuild
@@ -1,6 +1,6 @@
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 DISTUTILS_USE_PEP517=hatchling
 inherit distutils-r1
 
@@ -22,12 +22,16 @@ RDEPEND="
        >=dev-python/attrs-19.2[${PYTHON_USEDEP}]
        >=sci-physics/hepunits-2.0.0[${PYTHON_USEDEP}]
        dev-python/deprecated[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+       ' python3_{11..12})
+
 "
-DEPEND="${RDEPEND}"
 BDEPEND="
+       dev-python/hatch-vcs[${PYTHON_USEDEP}]
        test? (
-               >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]
                dev-python/pandas[${PYTHON_USEDEP}]
+               >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]
                dev-python/tabulate[${PYTHON_USEDEP}]
        )
 "

Reply via email to