aboutsummaryrefslogtreecommitdiff
path: root/misc/py-sigopt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-sigopt/Makefile')
-rw-r--r--misc/py-sigopt/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/misc/py-sigopt/Makefile b/misc/py-sigopt/Makefile
index aa67bead5934..15b42a096259 100644
--- a/misc/py-sigopt/Makefile
+++ b/misc/py-sigopt/Makefile
@@ -1,7 +1,7 @@
PORTNAME= sigopt
-DISTVERSION= 8.8.2 # should be 8.8.2-20240313, but this fails due to *-${DISTVERSION}*.whl, while *-8.8.2.whl is built
+DISTVERSION= 8.8.3
CATEGORIES= misc python # machine-learning
-#MASTER_SITES= PYPI # tarball is broken, see https://github.com/sigopt/sigopt-python/issues/439
+MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
@@ -20,15 +20,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backoff>=1.10.0:devel/py-backoff@${PY_FLAVOR
${PYTHON_PKGNAMEPREFIX}png>0:graphics/py-png@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.25.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.26.5:net/py-urllib3@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}yaml>=5:devel/py-yaml@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist # pytest - missing dependencies, like hyperopt
-USE_GITHUB= yes
-GH_PROJECT= sigopt-python
-GH_TAGNAME= a52302f
-
NO_ARCH= yes
.include <bsd.port.mk>