From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemex/
Date: Sun, 16 Jun 2024 09:18:30 +0000 (UTC) [thread overview]
Message-ID: <1718529459.ecb7bb7173837f42d4483ebadad5ded5a7d3f8b4.pacho@gentoo> (raw)
commit: ecb7bb7173837f42d4483ebadad5ded5a7d3f8b4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 08:37:50 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 09:17:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecb7bb71
sci-chemistry/chemex: drop 2022.3.6, 2024.02.16
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-chemistry/chemex/Manifest | 2 --
sci-chemistry/chemex/chemex-2022.3.6.ebuild | 43 -------------------------
sci-chemistry/chemex/chemex-2024.02.16.ebuild | 45 ---------------------------
3 files changed, 90 deletions(-)
diff --git a/sci-chemistry/chemex/Manifest b/sci-chemistry/chemex/Manifest
index 55e75bcc6fa8..a78be349b4e6 100644
--- a/sci-chemistry/chemex/Manifest
+++ b/sci-chemistry/chemex/Manifest
@@ -1,4 +1,2 @@
-DIST chemex-2022.3.6.tar.gz 2843118 BLAKE2B e51b385dbf9e3c42f54f95f9929125e3263e12afa62beab8e5b8eb13e78a4fe9a0fb445f4f6c3cd4aa8e71748732ec58124682daa86be079eed036b78492ca71 SHA512 5c734e1b3ea39e9729bada93dfe5bc55f877b69ba6edd9612f95aab0d31949489582957a14f175646c7e6652644a5a55c26bcd74affc7fecc1e7b9cfdd4ceb63
-DIST chemex-2024.02.16.tar.gz 2756466 BLAKE2B 715499fc3c68079dd66b26a0c4c495029c506be6f009529196fd30a1ec8ff4c0ecbcc4580c9beafd4f3c7df82d6fee525d85c09b031a6dc31d511c1183d30f8d SHA512 7975157b86493c580ce00ef23549597743ff4aa03cebed7d0e0af1d644eed359b5dfa57c51e11f223acebe335d12cb43bd7694a46eeb2ccba70ac6147ba40eda
DIST chemex-2024.05.2.tar.gz 2757082 BLAKE2B e231f2b4da566b633cdd10c54f413b319847e86ab909b81ca78e0cf5c368f4cd039fc26d4214f464de1ca618ea5bbd8579e9bfeaa4a97e01ef3ddecb1d8c8227 SHA512 29e137a1d275f5c6b078081350b8d9a6f9172858adb744afdbbdbbe94dc9953f1fb37ad49e10f2d39db89e90c2c8d5b17a53ec9be337772bb531052ae4ab86f1
DIST chemex-2024.05.3.tar.gz 2757407 BLAKE2B 8f98cda5158224bf06b4e81271157b7d6dd6c28526a6fd0362090d51d2fb2402a5dffc422862f129ffe7db22ec87ee49a12a1bd1a812e88014d4b1956e626ff7 SHA512 f2a29c03d9375b440206e1cd08d0f656ec6f9c627b15645663ee0d249731adb9619fa2ad5792e55e7219e11165d20a7d25b00ee9766daf580490cb4c8ea77ebf
diff --git a/sci-chemistry/chemex/chemex-2022.3.6.ebuild b/sci-chemistry/chemex/chemex-2022.3.6.ebuild
deleted file mode 100644
index 81b3e45f7856..000000000000
--- a/sci-chemistry/chemex/chemex-2022.3.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SINGLE_IMPL="yes"
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Program to fit chemical exchange induced shift and relaxation data"
-HOMEPAGE="https://github.com/gbouvignies/chemex"
-SRC_URI="https://github.com/gbouvignies/ChemEx/archive/refs/tags/${PV/_p/-dev}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/ChemEx-${PV/_p/-dev}"
-
-SLOT="0"
-LICENSE="BSD"
-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/cachetools-5.3.1[${PYTHON_USEDEP}]
- >=dev-python/lmfit-1.2.1[${PYTHON_USEDEP}]
- >=dev-python/matplotlib-3.7.1[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.25.0[${PYTHON_USEDEP}]
- >=dev-python/pydantic-2.0.1[${PYTHON_USEDEP}]
- >=dev-python/rapidfuzz-3.1.1[${PYTHON_USEDEP}]
- >=dev-python/rich-13.4.2[${PYTHON_USEDEP}]
- >=dev-python/scipy-1.9.3[${PYTHON_USEDEP}]
- >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
- ')
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
diff --git a/sci-chemistry/chemex/chemex-2024.02.16.ebuild b/sci-chemistry/chemex/chemex-2024.02.16.ebuild
deleted file mode 100644
index 403e48aa069d..000000000000
--- a/sci-chemistry/chemex/chemex-2024.02.16.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SINGLE_IMPL="yes"
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Program to fit chemical exchange induced shift and relaxation data"
-HOMEPAGE="https://github.com/gbouvignies/chemex"
-SRC_URI="https://github.com/gbouvignies/ChemEx/archive/refs/tags/v${PV/_p/-dev}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/ChemEx-${PV/_p/-dev}"
-
-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.6.0[${PYTHON_USEDEP}]
- >=dev-python/cachetools-5.3.2[${PYTHON_USEDEP}]
- >=dev-python/emcee-3.1.4[${PYTHON_USEDEP}]
- >=dev-python/lmfit-1.2.2[${PYTHON_USEDEP}]
- >=dev-python/matplotlib-3.8.0[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.26.1[${PYTHON_USEDEP}]
- >=dev-python/pydantic-2.4.2[${PYTHON_USEDEP}]
- >=dev-python/rapidfuzz-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/rich-13.6.0[${PYTHON_USEDEP}]
- >=dev-python/scipy-1.11.3[${PYTHON_USEDEP}]
- >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
- ')
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
next reply other threads:[~2024-06-16 9:18 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-16 9:18 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 19:45 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemex/ Pacho Ramos
2024-11-08 19:45 Pacho Ramos
2024-06-27 2:58 Sam James
2024-06-16 9:18 Pacho Ramos
2024-06-01 10:29 Pacho Ramos
2024-05-18 9:26 Pacho Ramos
2024-05-18 9:26 Pacho Ramos
2024-05-18 9:26 Pacho Ramos
2023-09-17 16:43 Pacho Ramos
2023-09-17 16:43 Pacho Ramos
2023-04-28 14:00 Pacho Ramos
2023-04-28 14:00 Pacho Ramos
2023-04-20 13:27 Pacho Ramos
2023-04-19 12:48 Pacho Ramos
2023-04-17 14:52 Pacho Ramos
2023-04-17 14:52 Pacho Ramos
2023-02-26 15:51 Pacho Ramos
2023-02-26 15:51 Pacho Ramos
2023-01-24 17:26 Pacho Ramos
2023-01-24 17:26 Pacho Ramos
2022-10-25 12:44 Pacho Ramos
2022-10-25 12:44 Pacho Ramos
2022-09-18 15:06 Michał Górny
2022-09-18 13:46 Michał Górny
2022-09-18 12:55 Michał Górny
2022-09-18 8:33 Pacho Ramos
2021-11-12 11:36 Pacho Ramos
2021-11-11 17:57 Pacho Ramos
2021-11-11 17:57 Pacho Ramos
2021-10-19 20:33 Pacho Ramos
2021-10-19 20:33 Pacho Ramos
2021-09-26 17:20 Pacho Ramos
2021-03-08 16:03 Pacho Ramos
2020-06-13 15:45 Pacho Ramos
2020-02-09 16:47 Michał Górny
2020-01-28 21:30 Michał Górny
2020-01-28 20:40 Michał Górny
2020-01-22 21:50 Michał Górny
2020-01-16 6:39 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1718529459.ecb7bb7173837f42d4483ebadad5ded5a7d3f8b4.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox