commit:     c1d4a3e621c1615d5a2fefb39c7a85239bc06e45
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  8 11:55:57 2026 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb  8 12:34:11 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d4a3e6

sci-chemistry/chemex: add 2026.1.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sci-chemistry/chemex/Manifest               |  1 +
 sci-chemistry/chemex/chemex-2026.1.0.ebuild | 40 +++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/sci-chemistry/chemex/Manifest b/sci-chemistry/chemex/Manifest
index 76d63ec32737..104cf7760b8a 100644
--- a/sci-chemistry/chemex/Manifest
+++ b/sci-chemistry/chemex/Manifest
@@ -1,2 +1,3 @@
 DIST chemex-2025.10.0.tar.gz 110113 BLAKE2B 
7dbc970db0e869ed23c495724166576772ebdf71211bb07c986acd5c2022fe1e99923405236daf8727b9ec98feeb77deb920953b48201c97d7d19710d6a6633c
 SHA512 
54fae8d8f07341f62139f8160f22f255d9c78743a2cb7dd8e5204919436937acb8d1b88535740ab7d0e99406f49bfda80ded81264f4588b4790c8667fc6a9bfc
 DIST chemex-2025.4.0.tar.gz 2687378 BLAKE2B 
0cc590335e95425cb147839042ba685fa8da21f89d6b30cb9d907c69b792027cb77572a16de5b20bf1112a4453ffd88e3c79c5bfcc87fc5df598ac974b799bdb
 SHA512 
99b33c688d79dbbdd7ecb879c847ec498738f7a51b940d9a5fbcf3da176003e638d82a3e8764f9aa7580b4b7e42a36a581e2ee2957847e8c37aff2350d91f591
+DIST chemex-2026.1.0.tar.gz 128905 BLAKE2B 
f57dfeb5abb56382910a501ad5e8e71a6fa4e684ca41d0a055a1ec961c1e3b7c1d80efe2af21077baff1844771f5aac6a0ce04ca99bee72071f6d248eee28056
 SHA512 
e435ee1c47f0771d03a428a66a94473e7086eee842a39e980af5112c0f715b2e405a14fcd6202ec7bba8236f0626b0255d49eb76ed02c46b7c8c48c92b589e72

diff --git a/sci-chemistry/chemex/chemex-2026.1.0.ebuild 
b/sci-chemistry/chemex/chemex-2026.1.0.ebuild
new file mode 100644
index 000000000000..e07c85bf5948
--- /dev/null
+++ b/sci-chemistry/chemex/chemex-2026.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL="yes"
+DISTUTILS_USE_PEP517=uv-build
+PYTHON_COMPAT=( python3_{12..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Program to fit chemical exchange induced shift and relaxation 
data"
+HOMEPAGE="https://github.com/gbouvignies/chemex 
https://pypi.org/project/chemex/";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+#RESTRICT="!test? ( test )"
+# FIXME: Restrict until tests are readded 
https://github.com/gbouvignies/ChemEx/issues/51
+RESTRICT="test"
+
+RDEPEND="
+       $(python_gen_cond_dep '
+               >=dev-python/annotated-types-0.7.0[${PYTHON_USEDEP}]
+               >=dev-python/cachetools-5.5.1[${PYTHON_USEDEP}]
+               >=dev-python/emcee-3.1.6[${PYTHON_USEDEP}]
+               >=dev-python/lmfit-1.3.2[${PYTHON_USEDEP}]
+               >=dev-python/matplotlib-3.10.0[${PYTHON_USEDEP}]
+               >=dev-python/numpy-2.2.3[${PYTHON_USEDEP}]
+               >=dev-python/pydantic-2.10.6[${PYTHON_USEDEP}]
+               >=dev-python/rapidfuzz-3.12.1[${PYTHON_USEDEP}]
+               >=dev-python/rich-13.9.4[${PYTHON_USEDEP}]
+               >=dev-python/scipy-1.15.2[${PYTHON_USEDEP}]
+       ')
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest

Reply via email to