diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-22 01:59:14 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-22 01:59:14 +0800 |
commit | 62851afa29255fa3cf64dfaab40cd1ad62290b10 (patch) | |
tree | 06f2d040ca9c4ef7b567b7a0a0cd3c2eb6e7db44 /science/py-chempy | |
parent | 828d2146d545237e499ed45dcdb6fab48a7a1625 (diff) | |
download | freebsd-ports-gnome-62851afa29255fa3cf64dfaab40cd1ad62290b10.tar.gz freebsd-ports-gnome-62851afa29255fa3cf64dfaab40cd1ad62290b10.tar.zst freebsd-ports-gnome-62851afa29255fa3cf64dfaab40cd1ad62290b10.zip |
science/py-chempy: python2 is deprecated for this version of chempy.
Diffstat (limited to 'science/py-chempy')
-rw-r--r-- | science/py-chempy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/py-chempy/Makefile b/science/py-chempy/Makefile index f6a780b78fae..4375d459cf23 100644 --- a/science/py-chempy/Makefile +++ b/science/py-chempy/Makefile @@ -25,8 +25,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bokeh>=0.11.1:www/py-bokeh@${PY_FLAVOR} \ ${NUMPY} RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes |