mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/py-docplex: update 2.23.222 → 2.28.240
This commit is contained in:
parent
2be06b7c35
commit
09f7d1d7cc
3 changed files with 14 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
7
math/py-docplex/files/patch-pyproject.toml
Normal file
7
math/py-docplex/files/patch-pyproject.toml
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue