From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemex/
Date: Sun, 18 Sep 2022 15:06:43 +0000 (UTC) [thread overview]
Message-ID: <1663513600.7bec1238b70d17e71a5425726aee7e44b91db125.mgorny@gentoo> (raw)
commit: 7bec1238b70d17e71a5425726aee7e44b91db125
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 15:05:30 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 15:06:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bec1238
sci-chemistry/chemex: Use PEP517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...mex-2021.4.0_p6.ebuild => chemex-2021.4.0_p6-r1.ebuild} | 14 ++++----------
.../{chemex-2022.0.1.ebuild => chemex-2022.0.1-r1.ebuild} | 12 +++---------
2 files changed, 7 insertions(+), 19 deletions(-)
diff --git a/sci-chemistry/chemex/chemex-2021.4.0_p6.ebuild b/sci-chemistry/chemex/chemex-2021.4.0_p6-r1.ebuild
similarity index 83%
rename from sci-chemistry/chemex/chemex-2021.4.0_p6.ebuild
rename to sci-chemistry/chemex/chemex-2021.4.0_p6-r1.ebuild
index 62c958f646d3..3b5a05f349d5 100644
--- a/sci-chemistry/chemex/chemex-2021.4.0_p6.ebuild
+++ b/sci-chemistry/chemex/chemex-2021.4.0_p6-r1.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
DISTUTILS_SINGLE_IMPL="yes"
+DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
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/${PV/_p/-dev}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/ChemEx-${PV/_p/-dev}"
SLOT="0"
LICENSE="BSD"
@@ -28,7 +30,6 @@ RDEPEND="
>=dev-python/lmfit-1.0.3[${PYTHON_USEDEP}]
>=dev-python/matplotlib-3.4.3[${PYTHON_USEDEP}]
>=dev-python/numpy-1.21.2[${PYTHON_USEDEP}]
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
>=dev-python/scipy-1.7.0[${PYTHON_USEDEP}]
>=dev-python/tomlkit-0.7.2[${PYTHON_USEDEP}]
>=dev-python/tqdm-4.61.1[${PYTHON_USEDEP}]
@@ -37,10 +38,3 @@ RDEPEND="
DEPEND="${RDEPEND}"
distutils_enable_tests pytest
-
-S="${WORKDIR}/ChemEx-${PV/_p/-dev}"
-
-src_prepare() {
- export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
- distutils-r1_src_prepare
-}
diff --git a/sci-chemistry/chemex/chemex-2022.0.1.ebuild b/sci-chemistry/chemex/chemex-2022.0.1-r1.ebuild
similarity index 87%
rename from sci-chemistry/chemex/chemex-2022.0.1.ebuild
rename to sci-chemistry/chemex/chemex-2022.0.1-r1.ebuild
index 073cdcbe2dac..9abd2a6493fb 100644
--- a/sci-chemistry/chemex/chemex-2022.0.1.ebuild
+++ b/sci-chemistry/chemex/chemex-2022.0.1-r1.ebuild
@@ -2,15 +2,17 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
DISTUTILS_SINGLE_IMPL="yes"
+DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
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}"
SLOT="0"
LICENSE="BSD"
@@ -31,7 +33,6 @@ RDEPEND="
>=dev-python/pydantic-1.10.2[${PYTHON_USEDEP}]
>=dev-python/rapidfuzz-2.8.0[${PYTHON_USEDEP}]
>=dev-python/rich-12.5.1[${PYTHON_USEDEP}]
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
>=dev-python/scipy-1.9.1[${PYTHON_USEDEP}]
>=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
')
@@ -39,10 +40,3 @@ RDEPEND="
DEPEND="${RDEPEND}"
distutils_enable_tests pytest
-
-S="${WORKDIR}/ChemEx-${PV/_p/-dev}"
-
-src_prepare() {
- export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
- distutils-r1_src_prepare
-}
next reply other threads:[~2022-09-18 15:06 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-18 15:06 Michał Górny [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-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 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=1663513600.7bec1238b70d17e71a5425726aee7e44b91db125.mgorny@gentoo \
--to=mgorny@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