diff options
-rw-r--r-- | Mk/Uses/python.mk | 1 | ||||
-rw-r--r-- | cad/k40-whisperer/Makefile | 2 | ||||
-rw-r--r-- | games/fretsonfire/Makefile | 2 | ||||
-rw-r--r-- | games/pysolfc/Makefile | 2 | ||||
-rw-r--r-- | lang/mono/Makefile | 2 | ||||
-rw-r--r-- | lang/mono5.10/Makefile | 2 | ||||
-rw-r--r-- | misc/cs/Makefile | 2 | ||||
-rw-r--r-- | misc/mmdnn/Makefile | 2 | ||||
-rw-r--r-- | print/hplip/Makefile | 2 | ||||
-rw-r--r-- | science/rdkit/Makefile | 2 |
10 files changed, 9 insertions, 10 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index 66dd4325d51f..e2eb49cba3b0 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -644,7 +644,6 @@ PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.20,1:math/py-numpy@${PY_FLAVOR} # Common Python modules that can be needed but only for some versions of Python. .if ${PYTHON_REL} < 3500 -PY_PILLOW= ${PYTHON_PKGNAMEPREFIX}pillow6>=6.0.0:graphics/py-pillow6@${PY_FLAVOR} PY_PYGMENTS= ${PYTHON_PKGNAMEPREFIX}pygments-25>=2.5.1<3:textproc/py-pygments-25@${PY_FLAVOR} PY_SPHINX= ${PYTHON_PKGNAMEPREFIX}sphinx18>=0,1:textproc/py-sphinx18@${PY_FLAVOR} PY_TYPING= ${PYTHON_PKGNAMEPREFIX}typing>=3.7.4.1:devel/py-typing@${PY_FLAVOR} diff --git a/cad/k40-whisperer/Makefile b/cad/k40-whisperer/Makefile index 5be8c60745ec..d0a660132589 100644 --- a/cad/k40-whisperer/Makefile +++ b/cad/k40-whisperer/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyusb>0:devel/py-pyusb@${PY_FLAVOR} \ ${PY_PILLOW} -USES= python:run,-3.7 shebangfix zip +USES= python:run,3.6-3.7 shebangfix zip SHEBANG_FILES= *.py DESKTOP_ENTRIES= "K40 Whisperer" \ diff --git a/games/fretsonfire/Makefile b/games/fretsonfire/Makefile index 69f3f9054c60..22065cc14415 100644 --- a/games/fretsonfire/Makefile +++ b/games/fretsonfire/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ ${LOCALBASE}/share/${PORTNAME}/default.ttf:games/fretsonfire-data -USES= dos2unix python +USES= dos2unix python:3.6+ DOS2UNIX_FILES= *.txt NO_BUILD= yes NO_ARCH= yes diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index cb4b06758b78..b0feb97a85aa 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -57,7 +57,7 @@ LICENSE_DISTFILES_ULG= ${CARDSETDIST} LICENSE_FILE_GPLv2+ = ${WRKDIR}/${CARDSETDIR}/cardset-1567/COPYRIGHT LICENSE_DISTFILES_GPLv2+ = ${CARDSETDIST} -USES= python shebangfix tar:xz +USES= python:3.6+ shebangfix tar:xz USE_PYTHON= distutils noflavors autoplist SHEBANG_FILES= data/themes/clearlooks/convert_imgs.sh NO_ARCH= yes diff --git a/lang/mono/Makefile b/lang/mono/Makefile index a67eb4e35841..413448370ca5 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -40,7 +40,7 @@ NLS_USES= gettext X11_USES= display:test USES= autoreconf bison compiler:c11 cpe gmake iconv libtool \ - pathfix perl5 python shebangfix tar:bzip2 + pathfix perl5 python:3.6+ shebangfix tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/lang/mono5.10/Makefile b/lang/mono5.10/Makefile index a599317c4589..4e1671e0fc65 100644 --- a/lang/mono5.10/Makefile +++ b/lang/mono5.10/Makefile @@ -41,7 +41,7 @@ NLS_USES= gettext X11_USES= display:test USES= autoreconf bison compiler:c11 cpe gmake iconv libtool \ - pathfix perl5 python shebangfix tar:bzip2 + pathfix perl5 python:3.6+ shebangfix tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/misc/cs/Makefile b/misc/cs/Makefile index 0f81a0c752eb..9ec57434725a 100644 --- a/misc/cs/Makefile +++ b/misc/cs/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PY_PILLOW} NO_BUILD= yes -USES= python:run shebangfix tar:tgz +USES= python:run,3.6+ shebangfix tar:tgz SHEBANG_FILES= xs.py PLIST_FILES= bin/xs diff --git a/misc/mmdnn/Makefile b/misc/mmdnn/Makefile index 0f750524ec05..084feeea9400 100644 --- a/misc/mmdnn/Makefile +++ b/misc/mmdnn/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= microsoft GH_PROJECT= MMdnn diff --git a/print/hplip/Makefile b/print/hplip/Makefile index bc183739d488..aecd20ac3cb0 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= cups-filters>=0:print/cups-filters \ CONFLICTS_INSTALL= hpijs-[0-9]* INSTALL_TARGET= install-strip -USES= dos2unix jpeg libtool pkgconfig python shebangfix +USES= dos2unix jpeg libtool pkgconfig python:3.6+ shebangfix USE_LDCONFIG= yes SHEBANG_GLOB= *.py hpps pstotiff DOS2UNIX_FILES= scan/sane/orblite.c diff --git a/science/rdkit/Makefile b/science/rdkit/Makefile index 06272989db7c..d60350eb4615 100644 --- a/science/rdkit/Makefile +++ b/science/rdkit/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ libmaeparser.so:science/maeparser -USES= bison:build cmake compiler:c++11-lang eigen:3 python +USES= bison:build cmake compiler:c++11-lang eigen:3 python:3.6+ USE_GITHUB= yes GH_TUPLE= rareylab:RingDecomposerLib:v1.1.3_rdkit:RingDecomposerLib/External/RingFamilies/RingDecomposerLib USE_LDCONFIG= yes |