1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Unbreak bulk -a

This commit is contained in:
Antoine Brodin 2019-12-17 13:33:40 +00:00
parent b1e90fd5c1
commit cb1bf26737
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520330
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18.0:science/py-scikit-learn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.14.0:science/py-scipy@${PY_FLAVOR}
USES= python
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}webrtcvad>0:audio/py-webrtcvad@${PY_FLAVOR}
USES= python
USES= python:3.5+
USE_GITHUB= yes
GH_ACCOUNT= smacke # tympanix account has another version of the same project requiring tensorflow
GH_TAGNAME= d9798a5

View File

@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
USES= python
USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes

View File

@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python
USES= python:3.5+
USE_GITHUB= yes
USE_PYTHON= distutils concurrent autoplist