sci-chemistry/chemex: drop 2025.4.0

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2026-02-08 12:57:32 +01:00
parent c1d4a3e621
commit 0df72992a6
2 changed files with 0 additions and 41 deletions

View File

@@ -1,3 +1,2 @@
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

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_SINGLE_IMPL="yes"
DISTUTILS_USE_PEP517=hatchling
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