diff options
Diffstat (limited to 'math/py-ecos/Makefile')
-rw-r--r-- | math/py-ecos/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/py-ecos/Makefile b/math/py-ecos/Makefile index 798020418392..83675c443e39 100644 --- a/math/py-ecos/Makefile +++ b/math/py-ecos/Makefile @@ -1,7 +1,7 @@ PORTNAME= ecos -DISTVERSION= 2.0.8 +DISTVERSION= 2.0.10 CATEGORIES= math python -#MASTER_SITES= CHEESESHOP # outdated on PyPI, use GitHub instead +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org @@ -17,11 +17,6 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= python:3.6+ USE_PYTHON= distutils autoplist -USE_GITHUB= yes -GH_ACCOUNT= embotech -GH_PROJECT= ecos-python -GH_TUPLE= embotech:ecos:v${DISTVERSION}:ecos/ecos - pre-configure: @${ECHO} "__version__=\"$(DISTVERSION)\"" > ${WRKSRC}/src/ecos/version.py |