Date: Mon, 9 Dec 2024 07:24:55 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 09f7d1d7ccd0 - main - math/py-docplex: update 2.23.222 =?utf-8?Q?=E2=86=92?= 2.28.240 Message-ID: <202412090724.4B97Otqu029528@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=09f7d1d7ccd0a49efda3c4922911e815f035e583 commit 09f7d1d7ccd0a49efda3c4922911e815f035e583 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-09 02:06:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-09 07:24:51 +0000 math/py-docplex: update 2.23.222 → 2.28.240 --- math/py-docplex/Makefile | 6 ++++-- math/py-docplex/distinfo | 6 +++--- math/py-docplex/files/patch-pyproject.toml | 7 +++++++ 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/math/py-docplex/Makefile b/math/py-docplex/Makefile index 61e7687619d8..fe1d198af704 100644 --- a/math/py-docplex/Makefile +++ b/math/py-docplex/Makefile @@ -1,5 +1,5 @@ PORTNAME= docplex -DISTVERSION= 2.23.222 +DISTVERSION= 2.28.240 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ WWW= https://www.ibm.com/cloud/decision-optimization-for-watson-studio LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= pep517 autoplist NO_ARCH= yes diff --git a/math/py-docplex/distinfo b/math/py-docplex/distinfo index 967a770d84b5..f109b03d7f70 100644 --- a/math/py-docplex/distinfo +++ b/math/py-docplex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659990447 -SHA256 (docplex-2.23.222.tar.gz) = 7395e97c41939288e0ce4f804c7092cf3874e33784549104281a7e94f7d2fb1e -SIZE (docplex-2.23.222.tar.gz) = 610785 +TIMESTAMP = 1733708005 +SHA256 (docplex-2.28.240.tar.gz) = c0de407e33f8709bb4cd91b6efeb96fd88bfecbdce2caec51afb79253bde6ff5 +SIZE (docplex-2.28.240.tar.gz) = 643369 diff --git a/math/py-docplex/files/patch-pyproject.toml b/math/py-docplex/files/patch-pyproject.toml new file mode 100644 index 000000000000..eddbfdfc534f --- /dev/null +++ b/math/py-docplex/files/patch-pyproject.toml @@ -0,0 +1,7 @@ +--- pyproject.toml.orig 2024-12-09 01:56:45 UTC ++++ pyproject.toml +@@ -1,3 +1,3 @@ + [build-system] +-requires = ["setuptools~=68.2.2"] ++requires = ["setuptools"] + build-backend = "setuptools.build_meta"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412090724.4B97Otqu029528>