mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
textproc/py-wordcloud: re-add setuptools
Since I’m here, switch to setuptools-scm 8. Reported by: pkg-fallout
This commit is contained in:
parent
c2c8708906
commit
7e5c5c0835
1 changed files with 3 additions and 2 deletions
|
@ -14,10 +14,11 @@ BUILD_DEPENDS= ${PYNUMPY} \
|
||||||
${PY_PILLOW} \
|
${PY_PILLOW} \
|
||||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}setuptools_scm7>0:devel/py-setuptools_scm7@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYNUMPY} \
|
RUN_DEPENDS= ${PYNUMPY} \
|
||||||
${PY_PILLOW} \
|
${PY_PILLOW} \
|
||||||
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= cython pep517
|
USE_PYTHON= cython pep517
|
||||||
|
|
Loading…
Add table
Reference in a new issue