diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 23:21:42 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 23:21:42 +0800 |
commit | ce21aaf0c776f42de7ea84946b34f479d45d4f25 (patch) | |
tree | f256bf5fb007cf7a379e7f34d6e3ddc82b2882ad /science | |
parent | 080dceb26b356bc7e58ad0ed3afe980381571915 (diff) | |
download | freebsd-ports-ce21aaf0c776f42de7ea84946b34f479d45d4f25.zip |
science/py-jupyter_jsmol: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python
Diffstat (limited to 'science')
-rw-r--r-- | science/py-jupyter_jsmol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-jupyter_jsmol/Makefile b/science/py-jupyter_jsmol/Makefile index fe5f2f792d1d..5a720c164701 100644 --- a/science/py-jupyter_jsmol/Makefile +++ b/science/py-jupyter_jsmol/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}ipywidgets>0:devel/py-ipywidgets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} -USES= python pytest -USE_PYTHON= distutils +USES= python +USE_PYTHON= distutils pytest PYDISTUTILS_CONFIGUREARGS= --skip-npm PYDISTUTILS_BUILDARGS= --skip-npm |