Index: Mk/Uses/python.mk =================================================================== --- Mk/Uses/python.mk +++ Mk/Uses/python.mk @@ -17,19 +17,19 @@ # Examples: # # USES=python:2.7 # Supports Python 2.7 Only -# USES=python:3.7+ # Supports Python 3.7 or later -# USES=python:3.7-3.9 # Supports Python 3.7 to 3.9 +# USES=python:3.8+ # Supports Python 3.8 or later +# USES=python:3.8-3.10 # Supports Python 3.8 to 3.10 # USES=python:-3.8 # Supports Python up to 3.8 -# USES=python # Supports 3.7+ +# USES=python # Supports 3.8+ # # NOTE: should be as specific as possible, matching the versions # upstream declares support for, without being incorrect. In particular, -# USES=python *without* a means 3.7+, +# USES=python *without* a means 3.8+, # including unreleased versions, which is probably incorrect. # # Not specifying a should only be used when a more specific # cannot be specified due to syntax limitations, for -# example: 2.7,3.7-3.8, but even in this case, X.Y+ (2.7+), or -X.Y (-3.7) +# example: 2.7,3.8-3.9, but even in this case, X.Y+ (2.7+), or -X.Y (-3.8) # is preferred and likely more correct. # # patch Python is needed at patch time. Adds dependency to PATCH_DEPENDS. @@ -50,7 +50,7 @@ # Exported variables: # # PYTHON_VERSION - The chosen Python interpreter including the version, -# e.g. python2.7, python3.7, etc. +# e.g. python2.7, python3.8, etc. # # Variables, which can be set by the port: # @@ -142,11 +142,9 @@ # # PEP517_BUILD_CMD - Command sequence for a PEP-517 build frontend that builds a wheel. # default: ${PYTHON_CMD} -m build --no-isolation --wheel ${PEP517_BUILD_CONFIG_SETTING} -# Python 3.7: gpep517-${PYTHON_VER} build-wheel --output-fd 1 --wheel-dir ${BUILD_WRKSRC}/dist # # PEP517_BUILD_DEPEND - Port needed to execute ${PEP517_BUILD_CMD}. # default: ${PYTHON_PKGNAMEPREFIX}build>=0:devel/py-build@${PY_FLAVOR} -# Python 3.7: ${PYTHON_PKGNAMEPREFIX}gpep517>=0:devel/py-gpep517@${PY_FLAVOR} # # PEP517_BUILD_CONFIG_SETTING # - Options for the build backend. Must include -C or --config-setting per option. @@ -217,7 +215,7 @@ # PYTHON_PORTSDIR - The port directory of the chosen Python interpreter # # PYTHON_REL - The release number of the chosen Python interpreter -# without dots, e.g. 20706, 30701, ... +# without dots, e.g. 20706, 30801, ... # # PYTHON_SUFFIX - The major-minor release number of the chosen Python # interpreter without dots, e.g. 27, 37, ... @@ -227,7 +225,7 @@ # interpreter, e.g. 2, 3, ... # # PYTHON_VER - The major-minor release version of the chosen Python -# interpreter, e.g. 2.7, 3.7, ... +# interpreter, e.g. 2.7, 3.8, ... # # PYTHON_ABIVER - Additional ABI flags set by the chosen Python # interpreter, e.g. md @@ -310,7 +308,7 @@ # What Python version and what Python interpreters are currently supported? # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -_PYTHON_VERSIONS= 3.9 3.8 3.7 3.10 3.11 2.7 # preferred first +_PYTHON_VERSIONS= 3.9 3.8 3.10 3.11 2.7 # preferred first _PYTHON_PORTBRANCH= 3.9 # ${_PYTHON_VERSIONS:[1]} _PYTHON_BASECMD= ${LOCALBASE}/bin/python _PYTHON_RELPORTDIR= lang/python @@ -399,13 +397,13 @@ . elif ${_PYTHON_ARGS} == 2 DEV_ERROR+= "USES=python:2 is no longer supported, use USES=python:2.7" . elif ${_PYTHON_ARGS} == 3 -DEV_ERROR+= "USES=python:3 is no longer supported, use USES=python:3.7+ or an appropriate version range" +DEV_ERROR+= "USES=python:3 is no longer supported, use USES=python:3.8+ or an appropriate version range" . endif # ${_PYTHON_ARGS} == 2.7 _PYTHON_VERSION:= ${PYTHON_DEFAULT} . if empty(_PYTHON_ARGS) -_PYTHON_ARGS= 3.7+ +_PYTHON_ARGS= 3.8+ . endif # Validate Python version whether it meets the version restriction. @@ -507,7 +505,7 @@ # To avoid having dependencies with @ and empty flavor: # _PYTHON_VERSION is either set by (first that matches): # - If using Python flavors, from the current Python flavor -# - If using a version restriction (USES=python:3.7+), from the first +# - If using a version restriction (USES=python:3.8+), from the first # acceptable default Python version. # - From PYTHON_DEFAULT PY_FLAVOR= py${_PYTHON_VERSION:S/.//} @@ -798,8 +796,7 @@ . endif # Common Python modules that can be needed but only for some versions of Python. -. if ${PYTHON_REL} < 30500 -. else +. if ${PYTHON_REL} >= 30000 PY_PILLOW= ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} . endif Index: Mk/bsd.gecko.mk =================================================================== --- Mk/bsd.gecko.mk +++ Mk/bsd.gecko.mk @@ -61,7 +61,7 @@ MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} USES+= compiler:c++17-lang cpe gl gmake gnome iconv localbase perl5 pkgconfig \ - python:3.6+,build desktop-file-utils + python:build desktop-file-utils CPE_VENDOR?=mozilla USE_GL= gl USE_GNOME= cairo gdkpixbuf2 gtk30 Index: accessibility/accerciser/Makefile =================================================================== --- accessibility/accerciser/Makefile +++ accessibility/accerciser/Makefile @@ -19,7 +19,7 @@ at-spi2-core>=2.1.5:accessibility/at-spi2-core NO_ARCH= yes -USES= gettext gmake gnome localbase:ldflags pkgconfig python:3.4+ shebangfix tar:xz +USES= gettext gmake gnome localbase:ldflags pkgconfig python shebangfix tar:xz USE_GNOME= gtk30 pygobject3 GNU_CONFIGURE= yes SHEBANG_FILES= plugins/ipython_view.py Index: accessibility/caribou/Makefile =================================================================== --- accessibility/caribou/Makefile +++ accessibility/caribou/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atspi>=2.1.91:accessibility/py-atspi@${PY_FLAVOR} USES= gettext gl gmake gnome libtool localbase pathfix \ - pkgconfig python:3.3+ shebangfix tar:xz xorg + pkgconfig python shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack introspection:build libxml2 \ libxslt:build pygobject3 USE_PYTHON= py3kplist Index: accessibility/orca/Makefile =================================================================== --- accessibility/orca/Makefile +++ accessibility/orca/Makefile @@ -28,7 +28,7 @@ NO_ARCH= yes USES= cpe gettext gmake gnome localbase pathfix pkgconfig \ - python:3.4+ tar:xz + python tar:xz USE_GNOME= gtk30 pygobject3 GNU_CONFIGURE= yes CPE_VENDOR= gnome Index: accessibility/py-atspi/Makefile =================================================================== --- accessibility/py-atspi/Makefile +++ accessibility/py-atspi/Makefile @@ -17,7 +17,7 @@ CONFLICTS= at-spi-1.[0-9]* PORTSCOUT= limitw:1,even -USES= gettext gmake gnome localbase pathfix pkgconfig python:3.6+ tar:xz +USES= gettext gmake gnome localbase pathfix pkgconfig python tar:xz USE_PYTHON= flavors py3kplist USE_GNOME= intlhack pygobject3 GNU_CONFIGURE= yes Index: accessibility/redshift/Makefile =================================================================== --- accessibility/redshift/Makefile +++ accessibility/redshift/Makefile @@ -55,7 +55,7 @@ WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland WAYLAND_CONFIGURE_ENABLE= wayland -GUI_USES= python:3.6+ +GUI_USES= python GUI_CONFIGURE_ENABLE= gui GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} Index: accessibility/speech-dispatcher/Makefile =================================================================== --- accessibility/speech-dispatcher/Makefile +++ accessibility/speech-dispatcher/Makefile @@ -103,7 +103,7 @@ PORTSCOUT= ignore:1 NO_ARCH= yes -USES+= python:3.3+ shebangfix +USES+= python shebangfix SHEBANG_FILES= src/api/python/speechd_config/spd-conf USE_PYTHON= flavors LIB_DEPENDS+= libspeechd.so:accessibility/speech-dispatcher Index: arabic/py-hijri-converter/Makefile =================================================================== --- arabic/py-hijri-converter/Makefile +++ arabic/py-hijri-converter/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: archivers/file-roller/Makefile =================================================================== --- archivers/file-roller/Makefile +++ archivers/file-roller/Makefile @@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even USES= cpe desktop-file-utils gettext gnome libarchive localbase \ - meson pkgconfig python:3.5+,build tar:xz + meson pkgconfig python:build tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 USE_LDCONFIG= yes MESON_ARGS= -Dpackagekit=false Index: archivers/liblz4/Makefile =================================================================== --- archivers/liblz4/Makefile +++ archivers/liblz4/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi -USES= cpe meson pkgconfig python:3.5+,build shebangfix +USES= cpe meson pkgconfig python:build shebangfix USE_GITHUB= yes USE_LDCONFIG= yes CPE_VENDOR= lz4_project Index: archivers/py-acefile/Makefile =================================================================== --- archivers/py-acefile/Makefile +++ archivers/py-acefile/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist .include Index: archivers/py-blosc2/Makefile =================================================================== --- archivers/py-blosc2/Makefile +++ archivers/py-blosc2/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>=0:sysutils/py-py-cpuinfo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=0:textproc/py-rich@${PY_FLAVOR} -USES= pkgconfig python:3.8+ +USES= pkgconfig python USE_PYTHON= autoplist concurrent cython pep517 MAKE_ENV= CMAKE_ARGS=-DUSE_SYSTEM_BLOSC2=ON Index: archivers/py-borgbackup/Makefile =================================================================== --- archivers/py-borgbackup/Makefile +++ archivers/py-borgbackup/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ fakeroot:security/fakeroot -USES= pkgconfig python:3.8+ ssl +USES= pkgconfig python ssl USE_PYTHON= autoplist distutils MAKE_ENV= BORG_OPENSSL_PREFIX=${OPENSSLBASE} Index: archivers/py-brotli/Makefile =================================================================== --- archivers/py-brotli/Makefile +++ archivers/py-brotli/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++0x cpe python:3.6+ shebangfix zip +USES= compiler:c++0x cpe python shebangfix zip USE_PYTHON= autoplist concurrent distutils CPE_VENDOR= google Index: archivers/py-brotlicffi/Makefile =================================================================== --- archivers/py-brotlicffi/Makefile +++ archivers/py-brotlicffi/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libbrotlienc.so:archivers/brotli RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist concurrent distutils MAKE_ENV= USE_SHARED_BROTLI=1 Index: archivers/py-brotlipy/Makefile =================================================================== --- archivers/py-brotlipy/Makefile +++ archivers/py-brotlipy/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: archivers/py-bup/Makefile =================================================================== --- archivers/py-bup/Makefile +++ archivers/py-bup/Makefile @@ -18,7 +18,7 @@ git>1.5.6:devel/git RUN_DEPENDS= bash:shells/bash -USES= gmake python:3.6+ shebangfix +USES= gmake python shebangfix USE_PYTHON= autoplist SHEBANG_FILES= test/ext/test-sparse-files lib/cmd/import-rdiff-backup-cmd.sh Index: archivers/py-bz2file/Makefile =================================================================== --- archivers/py-bz2file/Makefile +++ archivers/py-bz2file/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: archivers/py-compressed-rtf/Makefile =================================================================== --- archivers/py-compressed-rtf/Makefile +++ archivers/py-compressed-rtf/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${FILESDIR}/LICENSE -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: archivers/py-cramjam/Makefile =================================================================== --- archivers/py-cramjam/Makefile +++ archivers/py-cramjam/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13:devel/py-maturin@${PY_FLAVOR} -USES= cargo python:3.7+ +USES= cargo python USE_PYTHON= autoplist concurrent pep517 CARGO_BUILD= no Index: archivers/py-libarchive-c/Makefile =================================================================== --- archivers/py-libarchive-c/Makefile +++ archivers/py-libarchive-c/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: archivers/py-lz4/Makefile =================================================================== --- archivers/py-lz4/Makefile +++ archivers/py-lz4/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} -USES= localbase python:3.7+ +USES= localbase python USE_PYTHON= distutils pytest CONFIGURE_ENV= PYLZ4_USE_SYSTEM_LZ4=1 Index: archivers/py-lzma/Makefile =================================================================== --- archivers/py-lzma/Makefile +++ archivers/py-lzma/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= concurrent distutils autoplist DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} Index: archivers/py-lzstring/Makefile =================================================================== --- archivers/py-lzstring/Makefile +++ archivers/py-lzstring/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: archivers/py-patool/Makefile =================================================================== --- archivers/py-patool/Makefile +++ archivers/py-patool/Makefile @@ -14,7 +14,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= 4928f3fc5083248ec83bbf6b02b5d9089c309100 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: archivers/py-pyminizip/Makefile =================================================================== --- archivers/py-pyminizip/Makefile +++ archivers/py-pyminizip/Makefile @@ -11,7 +11,7 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: archivers/py-python-lhafile/Makefile =================================================================== --- archivers/py-python-lhafile/Makefile +++ archivers/py-python-lhafile/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: archivers/py-python-lzo/Makefile =================================================================== --- archivers/py-python-lzo/Makefile +++ archivers/py-python-lzo/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= liblzo2.so:archivers/lzo2 -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist distutils pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: archivers/py-python-snappy/Makefile =================================================================== --- archivers/py-python-snappy/Makefile +++ archivers/py-python-snappy/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libsnappy.so:archivers/snappy -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist CPPFLAGS+= -I${LOCALBASE}/include TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: archivers/py-pyunpack/Makefile =================================================================== --- archivers/py-pyunpack/Makefile +++ archivers/py-pyunpack/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}entrypoint2>0:devel/py-entrypoint2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: archivers/py-rarfile/Makefile =================================================================== --- archivers/py-rarfile/Makefile +++ archivers/py-rarfile/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= unrar:archivers/unrar NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: archivers/py-rcssmin/Makefile =================================================================== --- archivers/py-rcssmin/Makefile +++ archivers/py-rcssmin/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: archivers/py-rjsmin/Makefile =================================================================== --- archivers/py-rjsmin/Makefile +++ archivers/py-rjsmin/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: archivers/py-sozipfile/Makefile =================================================================== --- archivers/py-sozipfile/Makefile +++ archivers/py-sozipfile/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: archivers/py-warctools/Makefile =================================================================== --- archivers/py-warctools/Makefile +++ archivers/py-warctools/Makefile @@ -12,6 +12,6 @@ NO_ARCH= yes USE_PYTHON= autoplist distutils -USES= python:3.6+ +USES= python .include Index: archivers/py-xopen/Makefile =================================================================== --- archivers/py-xopen/Makefile +++ archivers/py-xopen/Makefile @@ -16,7 +16,7 @@ pigz>=0:archivers/pigz TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: archivers/py-zipstream-ng/Makefile =================================================================== --- archivers/py-zipstream-ng/Makefile +++ archivers/py-zipstream-ng/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils pytest .include Index: archivers/py-zopfli/Makefile =================================================================== --- archivers/py-zopfli/Makefile +++ archivers/py-zopfli/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist concurrent pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: archivers/py-zstandard/Makefile =================================================================== --- archivers/py-zstandard/Makefile +++ archivers/py-zstandard/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libzstd.so:archivers/zstd TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} -USES= localbase python:3.7+ +USES= localbase python USE_PYTHON= distutils autoplist #PYDISTUTILS_BUILDARGS= --system-zstd # breaks in runtime due to version mismatch, keep disabled until this is fixed: https://github.com/indygreg/python-zstandard/issues/132 Index: archivers/py-zstd/Makefile =================================================================== --- archivers/py-zstd/Makefile +++ archivers/py-zstd/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libzstd.so:archivers/zstd TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ localbase +USES= python localbase USE_PYTHON= distutils autoplist PYDISTUTILS_BUILDARGS= --external Index: archivers/unrpa/Makefile =================================================================== --- archivers/unrpa/Makefile +++ archivers/unrpa/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3+ -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: astro/gpsd/Makefile =================================================================== --- astro/gpsd/Makefile +++ astro/gpsd/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe pathfix pkgconfig python:3.6+ scons +USES= cpe pathfix pkgconfig python scons CPE_VENDOR= gpsd_project USE_LDCONFIG= yes USE_RC_SUBR= gpsd Index: astro/indiwebmanagerapp/Makefile =================================================================== --- astro/indiwebmanagerapp/Makefile +++ astro/indiwebmanagerapp/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= indiserver:devel/indi \ ${PYTHON_PKGNAMEPREFIX}indiweb>0:astro/py-indiweb@${PY_FLAVOR} -USES= cmake iconv gettext kde:5 ninja qt:5 pkgconfig python:3.7+ xorg +USES= cmake iconv gettext kde:5 ninja qt:5 pkgconfig python xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons doctools i18n kio itemviews jobwidgets service \ solid widgetsaddons windowsystem xmlgui Index: astro/kosmorro/Makefile =================================================================== --- astro/kosmorro/Makefile +++ astro/kosmorro/Makefile @@ -25,7 +25,7 @@ #USE_GITHUB= yes -USES= gettext-runtime:run python:3.8+ shebangfix +USES= gettext-runtime:run python shebangfix USE_PYTHON= noflavors pep517 SHEBANG_FILES= ${PORTNAME} Index: astro/py-astlib/Makefile =================================================================== --- astro/py-astlib/Makefile +++ astro/py-astlib/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils PORTSCOUT= skipv:0.15,0.17,0.17.1 # incorrect versioning upstream Index: astro/py-astral/Makefile =================================================================== --- astro/py-astral/Makefile +++ astro/py-astral/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: astro/py-astroML/Makefile =================================================================== --- astro/py-astroML/Makefile +++ astro/py-astroML/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}astropy>=3.0:astro/py-astropy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.post1 Index: astro/py-astropy-helpers/Makefile =================================================================== --- astro/py-astropy-helpers/Makefile +++ astro/py-astropy-helpers/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: astro/py-astropy/Makefile =================================================================== --- astro/py-astropy/Makefile +++ astro/py-astropy/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyerfa>=0:astro/py-pyerfa@${PY_FLAVOR} -USES= compiler:c11 python:3.8+ +USES= compiler:c11 python USE_PYTHON= autoplist cython distutils CONFLICTS_INSTALL= p5-Data-ShowTable # bin/showtable Index: astro/py-ephem/Makefile =================================================================== --- astro/py-ephem/Makefile +++ astro/py-ephem/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: astro/py-extension-helpers/Makefile =================================================================== --- astro/py-extension-helpers/Makefile +++ astro/py-extension-helpers/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: astro/py-horoscopegenerator/Makefile =================================================================== --- astro/py-horoscopegenerator/Makefile +++ astro/py-horoscopegenerator/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nltk>=0:textproc/py-nltk@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: astro/py-indiweb/Makefile =================================================================== --- astro/py-indiweb/Makefile +++ astro/py-indiweb/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}bottle>=0:www/py-bottle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils post-patch: Index: astro/py-jplephem/Makefile =================================================================== --- astro/py-jplephem/Makefile +++ astro/py-jplephem/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= brandon-rhodes GH_PROJECT= python-jplephem -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= distutils SHEBANG_FILES= test.sh bin/doctest.sh bin/parse_zzidmap.sh bin/benchmark.py NO_ARCH= yes Index: astro/py-kosmorrolib/Makefile =================================================================== --- astro/py-kosmorrolib/Makefile +++ astro/py-kosmorrolib/Makefile @@ -25,7 +25,7 @@ #GH_ACCOUNT= Kosmorro #GH_PROJECT= lib -USES= python:3.8+ +USES= python USE_PYTHON= pep517 PLIST_SUB= VE=${PORTVERSION} Index: astro/py-metar/Makefile =================================================================== --- astro/py-metar/Makefile +++ astro/py-metar/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: astro/py-metpy/Makefile =================================================================== --- astro/py-metpy/Makefile +++ astro/py-metpy/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}traitlets>=5.0.5:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xarray>=0.18.0:devel/py-xarray@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: astro/py-pyerfa/Makefile =================================================================== --- astro/py-pyerfa/Makefile +++ astro/py-pyerfa/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.17.0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: astro/py-pykep/Makefile =================================================================== --- astro/py-pykep/Makefile +++ astro/py-pykep/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pygmo2>0:science/py-pygmo2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= cmake compiler:c++11-lang python:3.7+ +USES= cmake compiler:c++11-lang python USE_PYTHON= flavors CMAKE_OFF= PYKEP_BUILD_KEP_TOOLBOX PYKEP_BUILD_TESTS Index: astro/py-pymeeus/Makefile =================================================================== --- astro/py-pymeeus/Makefile +++ astro/py-pymeeus/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: astro/py-pymetar/Makefile =================================================================== --- astro/py-pymetar/Makefile +++ astro/py-pymetar/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.5+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: astro/py-pysofa/Makefile =================================================================== --- astro/py-pysofa/Makefile +++ astro/py-pysofa/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libsofa_c.so:astro/sofa \ ${PYNUMPY} -USES= python:3.6+ +USES= python NO_ARCH= yes USE_PYTHON= distutils autoplist Index: astro/py-pywapi/Makefile =================================================================== --- astro/py-pywapi/Makefile +++ astro/py-pywapi/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} Index: astro/py-ro/Makefile =================================================================== --- astro/py-ro/Makefile +++ astro/py-ro/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: astro/py-sgp4/Makefile =================================================================== --- astro/py-sgp4/Makefile +++ astro/py-sgp4/Makefile @@ -14,7 +14,7 @@ #GH_ACCOUNT= brandon-rhodes #GH_PROJECT= python-sgp4 -USES= python:3.7+ +USES= python USE_PYTHON= distutils .if !defined(WITH_DEBUG) LDFLAGS+= -s Index: astro/py-skyfield-data/Makefile =================================================================== --- astro/py-skyfield-data/Makefile +++ astro/py-skyfield-data/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= brunobord -USES= python:3.7+ +USES= python USE_PYTHON= distutils NO_ARCH= yes Index: astro/py-skyfield/Makefile =================================================================== --- astro/py-skyfield/Makefile +++ astro/py-skyfield/Makefile @@ -35,7 +35,7 @@ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils NO_ARCH= yes Index: astro/py-spacetrack/Makefile =================================================================== --- astro/py-spacetrack/Makefile +++ astro/py-spacetrack/Makefile @@ -22,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: astro/py-spktype01/Makefile =================================================================== --- astro/py-spktype01/Makefile +++ astro/py-spktype01/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= whiskie14142 GH_TAGNAME= 964cc70 -USES= python:3.7+ +USES= python USE_PYTHON= distutils WRKSRC_SUBDIR= package/${PORTNAME} Index: astro/py-spktype21/Makefile =================================================================== --- astro/py-spktype21/Makefile +++ astro/py-spktype21/Makefile @@ -20,7 +20,7 @@ GH_ACCOUNT= whiskie14142 GH_TAGNAME= 7ed2236 -USES= python:3.7+ +USES= python USE_PYTHON= distutils WRKSRC_SUBDIR= package/${PORTNAME} Index: audio/ardour/Makefile =================================================================== --- audio/ardour/Makefile +++ audio/ardour/Makefile @@ -46,7 +46,7 @@ libwebsockets.so:net/libwebsockets USES= compiler:c++11-lang desktop-file-utils gettext gnome \ - libarchive pkgconfig python:3.7+,build readline tar:bzip2 \ + libarchive pkgconfig python:build readline tar:bzip2 \ waf xorg shared-mime-info USE_CXXSTD= c++11 USE_GNOME= atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango Index: audio/aubio/Makefile =================================================================== --- audio/aubio/Makefile +++ audio/aubio/Makefile @@ -21,7 +21,7 @@ BINARY_ALIAS= python=${PYTHON_CMD} .if !defined(SLAVEPORT) -USES+= python:build,3.6+ waf +USES+= python:build waf USE_LDCONFIG= yes OPTIONS_GROUP= DOCS Index: audio/beets/Makefile =================================================================== --- audio/beets/Makefile +++ audio/beets/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils optsuffix PLIST_FILES= man/man1/beet.1.gz man/man5/beetsconfig.5.gz Index: audio/cadence/Makefile =================================================================== --- audio/cadence/Makefile +++ audio/cadence/Makefile @@ -18,7 +18,7 @@ jack_capture:audio/jack-capture USES= compiler:c++11-lang desktop-file-utils gmake localbase pkgconfig \ - python:3.4+ pyqt:5 qt:5 shebangfix tar:bz2 + python pyqt:5 qt:5 shebangfix tar:bz2 SHEBANG_FILES= src/*.py USE_QT= core gui widgets buildtools:build USE_PYQT= pyqt5 sip Index: audio/carla/Makefile =================================================================== --- audio/carla/Makefile +++ audio/carla/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyliblo>0:audio/py-pyliblo@${PY_FLAVOR} USES= compiler:c++11-lib desktop-file-utils gl gmake gnome localbase \ - pkgconfig pyqt:5 python:3.4+ qt:5 sdl shared-mime-info shebangfix \ + pkgconfig pyqt:5 python qt:5 sdl shared-mime-info shebangfix \ tar:bz2 xorg USE_PYQT= pyqt5 sip USE_GNOME= gtk20 gtk30 Index: audio/codec2/Makefile =================================================================== --- audio/codec2/Makefile +++ audio/codec2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libspeexdsp.so:audio/speexdsp -USES= cmake pathfix pkgconfig python:3.6+ shebangfix tar:xz +USES= cmake pathfix pkgconfig python shebangfix tar:xz GH_ACCOUNT= drowe67 GH_PROJECT= codec2 Index: audio/exaile/Makefile =================================================================== --- audio/exaile/Makefile +++ audio/exaile/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}gstreamer1>0:multimedia/py-gstreamer1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} -USES= desktop-file-utils gmake gnome gstreamer python:3.6+ +USES= desktop-file-utils gmake gnome gstreamer python USE_GITHUB= yes USE_GNOME= gtk30 librsvg2 pygobject3 USE_GSTREAMER= faad good Index: audio/gnome-music/Makefile =================================================================== --- audio/gnome-music/Makefile +++ audio/gnome-music/Makefile @@ -27,7 +27,7 @@ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gnome gstreamer localbase meson pkgconfig \ - python:3.4+ shebangfix tar:xz + python shebangfix tar:xz USE_LDCONFIG= yes USE_GNOME= cairo gtk40 introspection pygobject3 USE_GSTREAMER= mpg123 ogg Index: audio/goobox/Makefile =================================================================== --- audio/goobox/Makefile +++ audio/goobox/Makefile @@ -18,7 +18,7 @@ libunique-1.0.so:x11-toolkits/unique USES= desktop-file-utils gettext gnome gstreamer meson pkgconfig \ - python:3.5+,build tar:xz xorg + python:build tar:xz xorg USE_GNOME= glib20 gtk30 intlhack USE_XORG= x11 INSTALL_TARGET= install-strip Index: audio/gradio/Makefile =================================================================== --- audio/gradio/Makefile +++ audio/gradio/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib -USES= gettext gnome gstreamer meson pkgconfig python:3.4+,env sqlite vala:build +USES= gettext gnome gstreamer meson pkgconfig python:env sqlite vala:build USE_GITHUB= yes GH_ACCOUNT= haecker-felix GH_PROJECT= Gradio Index: audio/jack/Makefile =================================================================== --- audio/jack/Makefile +++ audio/jack/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsysinfo.so:devel/libsysinfo -USES= compiler:c11 pkgconfig python:3.4+ shebangfix waf +USES= compiler:c11 pkgconfig python shebangfix waf USE_LDCONFIG= yes USE_RC_SUBR= jackd Index: audio/kid3/Makefile =================================================================== --- audio/kid3/Makefile +++ audio/kid3/Makefile @@ -82,7 +82,7 @@ ACOUSTID_CMAKE_BOOL= WITH_CHROMAPRINT WITH_FFMPEG CLI_DESC= Build and install command line utility -CLI_USES= python:3.7+,test readline +CLI_USES= python:test readline CLI_VARS= KID3_APPS+=CLI FLAC_LIB_DEPENDS= libFLAC.so:audio/flac Index: audio/lollypop/Makefile =================================================================== --- audio/lollypop/Makefile +++ audio/lollypop/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}pylast>=1.4.0:audio/py-pylast@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} -USES= python:3.6+ pkgconfig gnome gettext gstreamer meson shebangfix sqlite desktop-file-utils +USES= python pkgconfig gnome gettext gstreamer meson shebangfix sqlite desktop-file-utils USE_GITLAB= yes GL_SITE= https://gitlab.gnome.org GL_ACCOUNT= World Index: audio/moodbar/Makefile =================================================================== --- audio/moodbar/Makefile +++ audio/moodbar/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 TEST_DEPENDS= ${PYNUMPY} -USES= compiler:c++14-lang gnome gstreamer meson pkgconfig python:3.5+,test \ +USES= compiler:c++14-lang gnome gstreamer meson pkgconfig python:test \ shebangfix tar:xz USE_GNOME= glib20 USE_GSTREAMER= good ogg vorbis Index: audio/mps/Makefile =================================================================== --- audio/mps/Makefile +++ audio/mps/Makefile @@ -18,7 +18,7 @@ # This port installs the following files in shared dirs # PLIST_FILES= bin/mps -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent optsuffix MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer Index: audio/ncmpc/Makefile =================================================================== --- audio/ncmpc/Makefile +++ audio/ncmpc/Makefile @@ -39,7 +39,7 @@ MANPAGES_MAKE_ENV= PYTHON=${PYTHON_CMD} \ SPHINX=sphinx-build-${PYTHON_VER} MANPAGES_MESON_TRUE= manual -MANPAGES_USES= python:build,3.6+ +MANPAGES_USES= python:build NLS_LDFLAGS= -lintl NLS_MESON_ENABLED= nls Index: audio/ncspot/Makefile =================================================================== --- audio/ncspot/Makefile +++ audio/ncspot/Makefile @@ -30,7 +30,7 @@ CLIPBOARD_DESC= Support for accessing X11 clipboard MPRIS_DESC= D-Bus MPRIS support -CLIPBOARD_USES= python:3.6+,build xorg +CLIPBOARD_USES= python:build xorg CLIPBOARD_USE= XORG=xcb CLIPBOARD_BINARY_ALIAS= python3=${PYTHON_CMD} CLIPBOARD_VARS= CARGO_FEATURES+=share_clipboard Index: audio/picard-plugins/Makefile =================================================================== --- audio/picard-plugins/Makefile +++ audio/picard-plugins/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ GPLv3+ MIT WTFPL LICENSE_COMB= multi -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= metabrainz Index: audio/picard/Makefile =================================================================== --- audio/picard/Makefile +++ audio/picard/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}markdown>=3.2:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0:www/py-pyjwt@${PY_FLAVOR} -USES= gettext pyqt:5 python:3.7+ desktop-file-utils +USES= gettext pyqt:5 python desktop-file-utils USE_LOCALE= en_US.UTF-8 USE_PYQT= pyqt5:run sip USE_PYTHON= autoplist distutils noflavors Index: audio/pithos/Makefile =================================================================== --- audio/pithos/Makefile +++ audio/pithos/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pylast>0:audio/py-pylast@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR} -USES= pkgconfig:run python:3.6+ gnome gstreamer meson ninja gettext shebangfix +USES= pkgconfig:run python gnome gstreamer meson ninja gettext shebangfix USE_GITHUB= yes USE_GNOME= glib20 Index: audio/pulseeffects/Makefile =================================================================== --- audio/pulseeffects/Makefile +++ audio/pulseeffects/Makefile @@ -47,7 +47,7 @@ USES= compiler:c++17-lang desktop-file-utils libtool \ localbase:ldflags gettext gnome gstreamer meson ninja pathfix pkgconfig \ - python:3.6+ shebangfix + python shebangfix USE_GNOME= cairo gtkmm30 libsigc++20 pygobject3 USE_GSTREAMER= bad bs2b good ladspa lv2 pulse webrtcdsp USE_LDCONFIG= yes Index: audio/py-SoundFile/Makefile =================================================================== --- audio/py-SoundFile/Makefile +++ audio/py-SoundFile/Makefile @@ -18,7 +18,7 @@ ${PYNUMPY} \ ${PREFIX}/lib/libsndfile.so:audio/libsndfile -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest # pkg-plist has files that are missing in autoplist NO_ARCH= yes Index: audio/py-al/Makefile =================================================================== --- audio/py-al/Makefile +++ audio/py-al/Makefile @@ -13,7 +13,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/doc/copying.rst -USES= openal:al python:3.6+ +USES= openal:al python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: audio/py-apetag/Makefile =================================================================== --- audio/py-apetag/Makefile +++ audio/py-apetag/Makefile @@ -10,7 +10,7 @@ COMMENT= Library for APE Tag written in Python WWW= https://sourceforge.net/projects/pylibape/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: audio/py-aubio/Makefile =================================================================== --- audio/py-aubio/Makefile +++ audio/py-aubio/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= sox:audio/sox -USES+= python:3.7+ +USES+= python USE_PYTHON= autoplist concurrent distutils pytest MASTERDIR= ${.CURDIR}/../../audio/aubio Index: audio/py-audioread/Makefile =================================================================== --- audio/py-audioread/Makefile +++ audio/py-audioread/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: audio/py-discid/Makefile =================================================================== --- audio/py-discid/Makefile +++ audio/py-discid/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libdiscid.so:audio/libdiscid -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils unittest NO_ARCH= yes Index: audio/py-discogs-client/Makefile =================================================================== --- audio/py-discogs-client/Makefile +++ audio/py-discogs-client/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}oauthlib>=0:security/py-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: audio/py-eyed3/Makefile =================================================================== --- audio/py-eyed3/Makefile +++ audio/py-eyed3/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= travis_shirk USE_PYTHON= autoplist distutils Index: audio/py-fmoo-audiotools/Makefile =================================================================== --- audio/py-fmoo-audiotools/Makefile +++ audio/py-fmoo-audiotools/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig python:3.6+ +USES= pkgconfig python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}zita-audiotools Index: audio/py-hsaudiotag3k/Makefile =================================================================== --- audio/py-hsaudiotag3k/Makefile +++ audio/py-hsaudiotag3k/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: audio/py-librosa/Makefile =================================================================== --- audio/py-librosa/Makefile +++ audio/py-librosa/Makefile @@ -30,7 +30,7 @@ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}resampy>=0.2.2:audio/py-resampy@${PY_FLAVOR} \ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: audio/py-mpd/Makefile =================================================================== --- audio/py-mpd/Makefile +++ audio/py-mpd/Makefile @@ -11,7 +11,7 @@ COMMENT= Python MPD client library WWW= https://pypi.org/project/python-mpd/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: audio/py-music21/Makefile =================================================================== --- audio/py-music21/Makefile +++ audio/py-music21/Makefile @@ -24,7 +24,7 @@ mscore:audio/musescore \ xdg-open:devel/xdg-utils -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: audio/py-musicbrainzngs/Makefile =================================================================== --- audio/py-musicbrainzngs/Makefile +++ audio/py-musicbrainzngs/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils unittest NO_ARCH= yes Index: audio/py-mutagen/Makefile =================================================================== --- audio/py-mutagen/Makefile +++ audio/py-mutagen/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: audio/py-opuslib/Makefile =================================================================== --- audio/py-opuslib/Makefile +++ audio/py-opuslib/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.4.1:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: audio/py-pocketsphinx/Makefile =================================================================== --- audio/py-pocketsphinx/Makefile +++ audio/py-pocketsphinx/Makefile @@ -17,7 +17,7 @@ libpulse-simple.so:audio/pulseaudio \ libpulse.so:audio/pulseaudio -USES= python:3.8+ +USES= python USE_PYTHON= distutils CFLAGS+= -I${LOCALBASE}/include Index: audio/py-pulsectl/Makefile =================================================================== --- audio/py-pulsectl/Makefile +++ audio/py-pulsectl/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: audio/py-pyacoustid/Makefile =================================================================== --- audio/py-pyacoustid/Makefile +++ audio/py-pyacoustid/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}audioread>=0:audio/py-audioread@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: audio/py-pyaudio/Makefile =================================================================== --- audio/py-pyaudio/Makefile +++ audio/py-pyaudio/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libportaudio.so:audio/portaudio -USES= gmake python:3.6+ +USES= gmake python USE_PYTHON= autoplist concurrent distutils MAKE_ENV= PYTHON=${PYTHON_CMD} \ Index: audio/py-pyjacklib/Makefile =================================================================== --- audio/py-pyjacklib/Makefile +++ audio/py-pyjacklib/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libjack.so:audio/jack -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: audio/py-pylast/Makefile =================================================================== --- audio/py-pylast/Makefile +++ audio/py-pylast/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-random-order>=0:devel/py-pytest-random-order@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: audio/py-pyliblo/Makefile =================================================================== --- audio/py-pyliblo/Makefile +++ audio/py-pyliblo/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= liblo.so:audio/liblo -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist concurrent cython distutils post-install: Index: audio/py-pymad/Makefile =================================================================== --- audio/py-pymad/Makefile +++ audio/py-pymad/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libmad.so:audio/libmad -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils do-configure: Index: audio/py-pyradio/Makefile =================================================================== --- audio/py-pyradio/Makefile +++ audio/py-pyradio/Makefile @@ -27,7 +27,7 @@ ${PKGNAMEPREFIX}wheel>=0.38.4:devel/py-wheel@${PY_FLAVOR} \ bash:shells/bash -USES= desktop-file-utils python:3.7+ +USES= desktop-file-utils python USE_GITHUB= yes GH_ACCOUNT= coderholic USE_PYTHON= autoplist distutils Index: audio/py-pysndfile/Makefile =================================================================== --- audio/py-pysndfile/Makefile +++ audio/py-pysndfile/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ localbase +USES= python localbase USE_PYTHON= distutils autoplist cython .include Index: audio/py-python-mpd2/Makefile =================================================================== --- audio/py-python-mpd2/Makefile +++ audio/py-python-mpd2/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: audio/py-resampy/Makefile =================================================================== --- audio/py-resampy/Makefile +++ audio/py-resampy/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>=0.53:devel/py-numba@${PY_FLAVOR} \ ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: audio/py-simpleaudio/Makefile =================================================================== --- audio/py-simpleaudio/Makefile +++ audio/py-simpleaudio/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= localbase python:3.3+ +USES= localbase python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: audio/py-soundcloud/Makefile =================================================================== --- audio/py-soundcloud/Makefile +++ audio/py-soundcloud/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.1.2:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fudge>=1.0.3:devel/py-fudge@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils PORTDOCS= README.rst Index: audio/py-sounddevice/Makefile =================================================================== --- audio/py-sounddevice/Makefile +++ audio/py-sounddevice/Makefile @@ -17,7 +17,7 @@ ${PYNUMPY} \ portaudio>0:audio/portaudio -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: audio/py-soundscrape/Makefile =================================================================== --- audio/py-soundscrape/Makefile +++ audio/py-soundscrape/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0.24.0:devel/py-wheel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.9.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes Index: audio/py-soxr/Makefile =================================================================== --- audio/py-soxr/Makefile +++ audio/py-soxr/Makefile @@ -18,7 +18,7 @@ ${PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 cython autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: audio/py-speechrecognition/Makefile =================================================================== --- audio/py-speechrecognition/Makefile +++ audio/py-speechrecognition/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pyaudio>=0.2.11:audio/py-pyaudio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.26.0:www/py-requests@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: audio/py-tagpy/Makefile =================================================================== --- audio/py-tagpy/Makefile +++ audio/py-tagpy/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= ${PY_BOOST} \ libtag.so:audio/taglib -USES= compiler:c++11-lang python:3.6+ shebangfix +USES= compiler:c++11-lang python shebangfix HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \ Index: audio/py-wavio/Makefile =================================================================== --- audio/py-wavio/Makefile +++ audio/py-wavio/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: audio/py-webrtcvad/Makefile =================================================================== --- audio/py-webrtcvad/Makefile +++ audio/py-webrtcvad/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 python:3.6+ +USES= compiler:c11 python USE_PYTHON= distutils autoplist .include Index: audio/py-zita-audiotools/Makefile =================================================================== --- audio/py-zita-audiotools/Makefile +++ audio/py-zita-audiotools/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libzita-resampler.so:audio/zita-resampler -USES= localbase python:3.6+ tar:bz2 +USES= localbase python tar:bz2 USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}fmoo-audiotools Index: audio/py-zita-jacktools/Makefile =================================================================== --- audio/py-zita-jacktools/Makefile +++ audio/py-zita-jacktools/Makefile @@ -19,7 +19,7 @@ libzita-resampler.so:audio/zita-resampler RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zita-audiotools>0:audio/py-zita-audiotools@${PY_FLAVOR} -USES= localbase python:3.6+ tar:bz2 +USES= localbase python tar:bz2 USE_PYTHON= autoplist distutils post-install: Index: audio/solfege/Makefile =================================================================== --- audio/solfege/Makefile +++ audio/solfege/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= autoreconf gettext gmake gnome makeinfo pathfix pkgconfig \ - python:3.7+ shebangfix + python shebangfix USE_GNOME= pygobject3 SHEBANG_FILES= exercises/standard/lesson-files/bin/csound-play-harmonic-interval.sh Index: audio/sonata/Makefile =================================================================== --- audio/sonata/Makefile +++ audio/sonata/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-mpd2>=0.4.6:audio/py-python-mpd2@${PY_FLAVOR} -USES= gettext gnome pkgconfig python:3.6+ +USES= gettext gnome pkgconfig python USE_GITHUB= yes GH_ACCOUNT= multani Index: audio/spotify-tui/Makefile =================================================================== --- audio/spotify-tui/Makefile +++ audio/spotify-tui/Makefile @@ -14,7 +14,7 @@ BROKEN_SSL= openssl30 openssl31 BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later -USES= cargo localbase:ldflags python:3.6+,build ssl xorg +USES= cargo localbase:ldflags python:build ssl xorg USE_GITHUB= yes GH_ACCOUNT= Rigellute USE_XORG= xcb Index: audio/zrythm/Makefile =================================================================== --- audio/zrythm/Makefile +++ audio/zrythm/Makefile @@ -49,7 +49,7 @@ kf5-breeze-icons>0:x11-themes/kf5-breeze-icons USES= compiler:c11 desktop-file-utils gettext-tools gettext-runtime gnome libtool localbase:ldflags \ - meson pkgconfig python:3.5+,build shared-mime-info shebangfix xorg + meson pkgconfig python:build shared-mime-info shebangfix xorg USE_GITHUB= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 libxml2 pango USE_XORG= x11 Index: benchmarks/py-locust/Makefile =================================================================== --- benchmarks/py-locust/Makefile +++ benchmarks/py-locust/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: benchmarks/py-naarad/Makefile =================================================================== --- benchmarks/py-naarad/Makefile +++ benchmarks/py-naarad/Makefile @@ -18,7 +18,7 @@ bash:shells/bash \ gawk:lang/gawk -USES= shebangfix python:3.6+ +USES= shebangfix python SHEBANG_LANG= gawk SHEBANG_FILES= bin/naarad_metric_collector.sh bin/PrintGCStats Index: benchmarks/py-throughpy/Makefile =================================================================== --- benchmarks/py-throughpy/Makefile +++ benchmarks/py-throughpy/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= iperf3>=0:benchmarks/iperf3 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: benchmarks/py-zopkio/Makefile =================================================================== --- benchmarks/py-zopkio/Makefile +++ benchmarks/py-zopkio/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}paramiko>=1.10.1:security/py-paramiko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}junit-xml>0:textproc/py-junit-xml@${PY_FLAVOR} \ -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= LinkedInAttic Index: biology/checkm/Makefile =================================================================== --- biology/checkm/Makefile +++ biology/checkm/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pysam>0:biology/py-pysam@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= dos2unix python:3.7+ +USES= dos2unix python USE_GITHUB= yes GH_ACCOUNT= Ecogenomics USE_PYTHON= distutils noflavors autoplist Index: biology/groopm/Makefile =================================================================== --- biology/groopm/Makefile +++ biology/groopm/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=0.10.1:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tables>=2.3:devel/py-tables@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils noflavors autoplist NO_ARCH= yes Index: biology/haplohseq/Makefile =================================================================== --- biology/haplohseq/Makefile +++ biology/haplohseq/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs RUN_DEPENDS= R-cran-optparse>0:devel/R-cran-optparse -USES= compiler:c++11-lang gmake localbase:ldflags python:3.6+ +USES= compiler:c++11-lang gmake localbase:ldflags python USE_GITHUB= yes GH_ACCOUNT= outpaddling Index: biology/hmmer/Makefile =================================================================== --- biology/hmmer/Makefile +++ biology/hmmer/Makefile @@ -13,7 +13,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 ONLY_FOR_ARCHS_REASON= requires SSE2 or AltiVec instructions -USES= compiler:c11 gmake perl5 python:3.5+,test shebangfix +USES= compiler:c11 gmake perl5 python:test shebangfix USE_PERL5= test SHEBANG_FILES= easel/devkit/* SHEBANG_GLOB= *.pl *.py Index: biology/infernal/Makefile =================================================================== --- biology/infernal/Makefile +++ biology/infernal/Makefile @@ -13,7 +13,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le powerpcspe ONLY_FOR_ARCHS_REASON= requires SSE2 or AltiVec instructions -USES= compiler:c11 gmake perl5 python:3.5+,test shebangfix +USES= compiler:c11 gmake perl5 python:test shebangfix USE_PERL5= test SHEBANG_FILES= easel/devkit/* SHEBANG_GLOB= *.pl *.py Index: biology/libneurosim/Makefile =================================================================== --- biology/libneurosim/Makefile +++ biology/libneurosim/Makefile @@ -27,7 +27,7 @@ OPTIONS_SUB= yes PYTHON_CONFIGURE_ON= --with-python=${PYTHON_VER:R} -PYTHON_USES= python:3.6+ +PYTHON_USES= python pre-build: # ignore failure of the first run of the build command that always fails first, see https://github.com/INCF/libneurosim/issues/21 @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} || ${TRUE} Index: biology/libsbml/Makefile =================================================================== --- biology/libsbml/Makefile +++ biology/libsbml/Makefile @@ -59,7 +59,7 @@ LIBXML2_USES= gnome PYTHON_BUILD_DEPENDS= swig:devel/swig PYTHON_CMAKE_BOOL= WITH_PYTHON -PYTHON_USES= python:3.7+ +PYTHON_USES= python PYTHON_CMAKE_ON= WITH_SWIG RUBY_BUILD_DEPENDS= swig:devel/swig RUBY_CMAKE_BOOL= WITH_RUBY Index: biology/ncbi-blast+/Makefile =================================================================== --- biology/ncbi-blast+/Makefile +++ biology/ncbi-blast+/Makefile @@ -37,7 +37,7 @@ RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-JSON>=0:converters/p5-JSON -USES= compiler:c++14-lang gmake localbase:ldflags shebangfix perl5 python:3.6+ +USES= compiler:c++14-lang gmake localbase:ldflags shebangfix perl5 python USE_LDCONFIG= yes SHEBANG_FILES= src/app/blast/legacy_blast.pl \ Index: biology/p5-TrimGalore/Makefile =================================================================== --- biology/p5-TrimGalore/Makefile +++ biology/p5-TrimGalore/Makefile @@ -7,14 +7,14 @@ COMMENT= Wrapper around Cutadapt and FastQC for adapter and quality trimming WWW= https://github.com/FelixKrueger/TrimGalore -LICENSE= GPLv3 +LICENSE= GPLv8 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cutadapt>=2.5:biology/py-cutadapt@${PY_FLAVOR} \ fastqc>0:biology/fastqc # Future: Can 3.4+ be determined from cutadapt dep? -USES= perl5 python:env,3.4+ shebangfix +USES= perl5 python:env shebangfix USE_PERL5= run USE_GITHUB= yes Index: biology/peak-classifier/Makefile =================================================================== --- biology/peak-classifier/Makefile +++ biology/peak-classifier/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= bedtools:biology/bedtools \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} -USES= localbase python:3.7+ shebangfix +USES= localbase python shebangfix USE_GITHUB= yes GH_ACCOUNT= auerlab Index: biology/prodigy-lig/Makefile =================================================================== --- biology/prodigy-lig/Makefile +++ biology/prodigy-lig/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}biopython>0:biology/py-biopython@${PY_FLAVOR} -USES= gmake python:3.6+ +USES= gmake python USE_PYTHON= distutils noflavors autoplist USE_GITHUB= yes Index: biology/py-Genesis-PyAPI/Makefile =================================================================== --- biology/py-Genesis-PyAPI/Makefile +++ biology/py-Genesis-PyAPI/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}slumber>=0.7.1:www/py-slumber@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: biology/py-biom-format/Makefile =================================================================== --- biology/py-biom-format/Makefile +++ biology/py-biom-format/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}h5py>=2.2.0:science/py-h5py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent cython distutils .include Index: biology/py-biopython/Makefile =================================================================== --- biology/py-biopython/Makefile +++ biology/py-biopython/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist OPTIONS_DEFINE= REPORTLAB Index: biology/py-bx-python/Makefile =================================================================== --- biology/py-bx-python/Makefile +++ biology/py-bx-python/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= compiler python:3.6+ +USES= compiler python USE_PYTHON= autoplist cython distutils post-install: Index: biology/py-crossmap/Makefile =================================================================== --- biology/py-crossmap/Makefile +++ biology/py-crossmap/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}bx-python>0:biology/py-bx-python@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyBigWig>0:biology/py-pybigwig@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent cython distutils NO_ARCH= yes Index: biology/py-cutadapt/Makefile =================================================================== --- biology/py-cutadapt/Makefile +++ biology/py-cutadapt/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent cython distutils post-install: Index: biology/py-dnaio/Makefile =================================================================== --- biology/py-dnaio/Makefile +++ biology/py-dnaio/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: biology/py-ete3/Makefile =================================================================== --- biology/py-ete3/Makefile +++ biology/py-ete3/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.5+ pyqt:5 shebangfix +USES= python pyqt:5 shebangfix USE_PYTHON= distutils concurrent autoplist pytest # some tests fail, see https://github.com/etetoolkit/ete/issues/643 USE_PYQT= pyqt5 Index: biology/py-gffutils/Makefile =================================================================== --- biology/py-gffutils/Makefile +++ biology/py-gffutils/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist pytest # tests use nose and therefore don't work, see https://github.com/daler/gffutils/issues/211 NO_ARCH= yes Index: biology/py-goatools/Makefile =================================================================== --- biology/py-goatools/Makefile +++ biology/py-goatools/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}pygraphviz>0:graphics/py-pygraphviz@${PY_FLAVOR} \ wget>0:ftp/wget -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: biology/py-gtfparse/Makefile =================================================================== --- biology/py-gtfparse/Makefile +++ biology/py-gtfparse/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.15:math/py-pandas@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: biology/py-hits/Makefile =================================================================== --- biology/py-hits/Makefile +++ biology/py-hits/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist post-install: Index: biology/py-loompy/Makefile =================================================================== --- biology/py-loompy/Makefile +++ biology/py-loompy/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: biology/py-macs2/Makefile =================================================================== --- biology/py-macs2/Makefile +++ biology/py-macs2/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent cython distutils USE_GITHUB= yes Index: biology/py-multiqc/Makefile =================================================================== --- biology/py-multiqc/Makefile +++ biology/py-multiqc/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}colormath>0:math/py-colormath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}kiwisolver>0:math/py-kiwisolver@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: biology/py-orange3-bioinformatics/Makefile =================================================================== --- biology/py-orange3-bioinformatics/Makefile +++ biology/py-orange3-bioinformatics/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=1.5.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}serverfiles>0:misc/py-serverfiles@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: biology/py-orange3-single-cell/Makefile =================================================================== --- biology/py-orange3-single-cell/Makefile +++ biology/py-orange3-single-cell/Makefile @@ -22,7 +22,7 @@ ${PYNUMPY} # Supports 3.4+ but loompy 3.6+ only. -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= biolab USE_PYTHON= distutils autoplist Index: biology/py-pandas-charm/Makefile =================================================================== --- biology/py-pandas-charm/Makefile +++ biology/py-pandas-charm/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: biology/py-pyfaidx/Makefile =================================================================== --- biology/py-pyfaidx/Makefile +++ biology/py-pyfaidx/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: biology/py-pyrodigal/Makefile =================================================================== --- biology/py-pyrodigal/Makefile +++ biology/py-pyrodigal/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}archspec>0:devel/py-archspec@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython concurrent autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: biology/py-pysam/Makefile =================================================================== --- biology/py-pysam/Makefile +++ biology/py-pysam/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libhts.so:biology/htslib -USES= gmake python:3.6-3.9 +USES= gmake python:3.8-3.9 USE_PYTHON= distutils autoplist cython cython_run BINARY_ALIAS= make=${GMAKE} Index: biology/py-python-libsbml/Makefile =================================================================== --- biology/py-python-libsbml/Makefile +++ biology/py-python-libsbml/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core \ swig:devel/swig -USES= python:3.6-3.9 +USES= python:3.8-3.9 USE_PYTHON= autoplist distutils # autoplist produces incomplete plist, missing files are in pkg-plist. Reported to the upstream author fbergman@caltech.edu on 2021-08-17 post-install: Index: biology/py-resdk/Makefile =================================================================== --- biology/py-resdk/Makefile +++ biology/py-resdk/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}xlrd>0:textproc/py-xlrd@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mypy-boto3-s3>0:devel/py-mypy-boto3-s3@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: biology/py-scikit-bio/Makefile =================================================================== --- biology/py-scikit-bio/Makefile +++ biology/py-scikit-bio/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.19.1:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.3.0:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython autoplist pytest # tests fail to run, see https://github.com/biocore/scikit-bio/issues/1846 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: biology/py-xenaPython/Makefile =================================================================== --- biology/py-xenaPython/Makefile +++ biology/py-xenaPython/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: biology/pyfasta/Makefile =================================================================== --- biology/pyfasta/Makefile +++ biology/pyfasta/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: biology/python-nexus/Makefile =================================================================== --- biology/python-nexus/Makefile +++ biology/python-nexus/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE #LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ shebangfix +USES= python shebangfix SHEBANG_FILES= nexus/bin/*.py USE_PYTHON= autoplist distutils Index: biology/snpeff/Makefile =================================================================== --- biology/snpeff/Makefile +++ biology/snpeff/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= bash:shells/bash -USES= python:3.6+ shebangfix zip +USES= python shebangfix zip USE_JAVA= yes JAVA_VERSION= 17+ Index: biology/ucsc-userapps/Makefile =================================================================== --- biology/ucsc-userapps/Makefile +++ biology/ucsc-userapps/Makefile @@ -26,7 +26,7 @@ libpng.so:graphics/png RUN_DEPENDS= bash:shells/bash -USES= gmake localbase:ldflags shebangfix perl5 python:3.6+ ssl tar:tgz +USES= gmake localbase:ldflags shebangfix perl5 python ssl tar:tgz RESTRICTED= Redistribution is limited, see license Index: cad/astk-serveur/Makefile =================================================================== --- cad/astk-serveur/Makefile +++ cad/astk-serveur/Makefile @@ -34,7 +34,7 @@ USES= gettext .if !defined(CLIENT_SEUL) -USES+= python:3.6+ shebangfix tk:build +USES+= python shebangfix tk:build SHEBANG_FILES= unittest/run_test.py .else USES+= tk Index: cad/cura/Makefile =================================================================== --- cad/cura/Makefile +++ cad/cura/Makefile @@ -33,7 +33,7 @@ LIB_DEPENDS= libArcus.so:net/libarcus \ libSavitar.so:devel/libsavitar -USES= cmake gettext shebangfix python:3.5+ pyqt:5 \ +USES= cmake gettext shebangfix python pyqt:5 \ desktop-file-utils shared-mime-info USE_PYQT= pyqt5 CMAKE_ARGS+= -DURANIUM_SCRIPTS_DIR:STRING="${LOCALBASE}/share/uranium/scripts" \ Index: cad/freecad/Makefile =================================================================== --- cad/freecad/Makefile +++ cad/freecad/Makefile @@ -36,7 +36,7 @@ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} USES= dos2unix compiler:c++17-lang cmake cpe gl eigen:3 fortran jpeg \ - localbase:ldflags mpi:openmpi pkgconfig python:3.7+ localbase qt:5 xorg \ + localbase:ldflags mpi:openmpi pkgconfig python localbase qt:5 xorg \ desktop-file-utils shared-mime-info shebangfix USE_GITHUB= yes USE_XORG= ice sm x11 xext xt Index: cad/ifcopenshell/Makefile =================================================================== --- cad/ifcopenshell/Makefile +++ cad/ifcopenshell/Makefile @@ -29,7 +29,7 @@ OPTIONS_SUB= yes PYTHON_CMAKE_BOOL= BUILD_IFCPYTHON -PYTHON_USES= python:3.6+ +PYTHON_USES= python PYTHON_BUILD_DEPENDS= swig>=3.0.0:devel/swig CMAKE_SOURCE_PATH= ${WRKSRC}/cmake Index: cad/k40-whisperer/Makefile =================================================================== --- cad/k40-whisperer/Makefile +++ cad/k40-whisperer/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pyusb>0:devel/py-pyusb@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} -USES= python:run,3.6+ shebangfix zip +USES= python:run shebangfix zip SHEBANG_FILES= *.py DESKTOP_ENTRIES= "K40 Whisperer" \ Index: cad/kicad-devel/Makefile =================================================================== --- cad/kicad-devel/Makefile +++ cad/kicad-devel/Makefile @@ -37,7 +37,7 @@ DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} USES= cmake:noninja compiler:c++11-lib desktop-file-utils gl \ - gettext gnome pkgconfig python:3.5+ shared-mime-info shebangfix ssl \ + gettext gnome pkgconfig python shared-mime-info shebangfix ssl \ tar:bzip2 xorg USE_GITLAB= yes GL_ACCOUNT= kicad/code Index: cad/kicad/Makefile =================================================================== --- cad/kicad/Makefile +++ cad/kicad/Makefile @@ -26,7 +26,7 @@ libodbc.so:databases/unixODBC USES= cmake:noninja compiler:c++17-lang desktop-file-utils gl \ - gnome pkgconfig python:3.5+ shared-mime-info shebangfix \ + gnome pkgconfig python shared-mime-info shebangfix \ tar:bz2 xorg SHEBANG_FILES= pcbnew/python/plugins/touch_slider_wizard.py Index: cad/libredwg/Makefile =================================================================== --- cad/libredwg/Makefile +++ cad/libredwg/Makefile @@ -36,7 +36,7 @@ PSLIB_CONFIGURE_ENV_OFF= ac_cv_lib_ps_PS_open_file=no PYTHON_BUILD_DEPENDS= swig:devel/swig -PYTHON_USES= gettext-runtime python:3.6+ shebangfix +PYTHON_USES= gettext-runtime python shebangfix PYTHON_CONFIGURE_OFF= --disable-python PYTHON_PORTEXAMPLES= load_dwg.py PYTHON_VARS= SHEBANG_FILES+=examples/load_dwg.py Index: cad/magic/Makefile =================================================================== --- cad/magic/Makefile +++ cad/magic/Makefile @@ -15,7 +15,7 @@ libfreetype.so:print/freetype2 RUN_DEPENDS= bash:shells/bash -USES= gmake gnome gl localbase:ldflags python:3.6+,build shebangfix tk:tea tar:tgz xorg +USES= gmake gnome gl localbase:ldflags python:build shebangfix tk:tea tar:tgz xorg USE_GNOME= cairo USE_XORG= ice x11 xext xi xmu USE_GL= gl glu Index: cad/netgen-lvs/Makefile =================================================================== --- cad/netgen-lvs/Makefile +++ cad/netgen-lvs/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= bash:shells/bash -USES= gmake python:3.6+ shebangfix tar:tgz tcl tk xorg +USES= gmake python shebangfix tar:tgz tcl tk xorg USE_XORG= x11 USE_GITHUB= yes Index: cad/openroad/Makefile =================================================================== --- cad/openroad/Makefile +++ cad/openroad/Makefile @@ -27,7 +27,7 @@ libfmt.so:devel/libfmt \ libspdlog.so:devel/spdlog -USES= bison compiler:c++17-lang cmake eigen:3 qt:5 localbase:ldflags python:3.7+,build readline tcl:86 # the code asks for tcl-87, but build fails: https://github.com/The-OpenROAD-Project/OpenROAD/issues/508 +USES= bison compiler:c++17-lang cmake eigen:3 qt:5 localbase:ldflags python:build readline tcl:86 # the code asks for tcl-87, but build fails: https://github.com/The-OpenROAD-Project/OpenROAD/issues/508 USE_QT= core gui widgets buildtools:build qmake:build USE_GITHUB= yes Index: cad/py-cadquery/Makefile =================================================================== --- cad/py-cadquery/Makefile +++ cad/py-cadquery/Makefile @@ -18,7 +18,7 @@ ${PYTHON_SITELIBDIR}/pyparsing.py:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/typing_extensions.py:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.6+,run +USES= python:run USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: cad/py-cocotb/Makefile =================================================================== --- cad/py-cocotb/Makefile +++ cad/py-cocotb/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.10.0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= pep517 autoplist USE_GITHUB= yes Index: cad/py-cq-editor/Makefile =================================================================== --- cad/py-cq-editor/Makefile +++ cad/py-cq-editor/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cadquery>=0:cad/py-cadquery@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/spyder/__init__.py:devel/spyder -USES= pyqt:5 python:3.6+ +USES= pyqt:5 python USE_PYTHON= autoplist distutils USE_PYQT= pyqt5 Index: cad/py-edalize/Makefile =================================================================== --- cad/py-edalize/Makefile +++ cad/py-edalize/Makefile @@ -17,7 +17,7 @@ yosys:cad/yosys TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vunit-hdl>0:cad/py-vunit-hdl@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils autoplist pytest SHEBANG_FILES= tests/mock_commands/* scripts/el_docker Index: cad/py-ezdxf/Makefile =================================================================== --- cad/py-ezdxf/Makefile +++ cad/py-ezdxf/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}geomdl>0:graphics/py-geomdl@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geomdl>0:graphics/py-geomdl@${PY_FLAVOR} -USES= python:3.7+ pytest +USES= python pytest USE_PYTHON= concurrent distutils autoplist USE_GITHUB= yes Index: cad/py-gdspy/Makefile =================================================================== --- cad/py-gdspy/Makefile +++ cad/py-gdspy/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} TEST_DEPENDS= pytest:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= heitzmann Index: cad/py-gmsh/Makefile =================================================================== --- cad/py-gmsh/Makefile +++ cad/py-gmsh/Makefile @@ -24,7 +24,7 @@ libsz.so:science/libaec \ libTKV3d.so:cad/opencascade -USES= cmake gl gnome jpeg python:3.6+ tar:tgz xorg +USES= cmake gl gnome jpeg python tar:tgz xorg USE_PYTHON= flavors USE_GNOME= cairo USE_GL= gl glu Index: cad/py-lcapy/Makefile =================================================================== --- cad/py-lcapy/Makefile +++ cad/py-lcapy/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils concurrent autoplist USE_GITHUB= yes GH_ACCOUNT= mph- Index: cad/py-ocp/Makefile =================================================================== --- cad/py-ocp/Makefile +++ cad/py-ocp/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/cmake/pybind11/pybind11Config.cmake:devel/pybind11 \ ${PYTHON_SITELIBDIR}/pybind11:devel/py-pybind11@${PY_FLAVOR} -USES= cmake compiler:c++11-lang gl python:3.6+ zip +USES= cmake compiler:c++11-lang gl python zip USE_GL= gl glu glut WRKSRC= ${WRKDIR}/OCP_src_Ubuntu-16.04 Index: cad/py-phidl/Makefile =================================================================== --- cad/py-phidl/Makefile +++ cad/py-phidl/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdspy>0:cad/py-gdspy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= amccaugh Index: cad/py-pyfda/Makefile =================================================================== --- cad/py-pyfda/Makefile +++ cad/py-pyfda/Makefile @@ -18,7 +18,7 @@ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ pyqt:5 +USES= python pyqt:5 USE_PYTHON= distutils autoplist USE_PYQT= pyqt5:run NO_ARCH= yes Index: cad/py-pygmsh/Makefile =================================================================== --- cad/py-pygmsh/Makefile +++ cad/py-pygmsh/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # 1 error and many warnings in tests, see https://github.com/meshpro/pygmsh/issues/564 NO_ARCH= yes Index: cad/py-pymtl/Makefile =================================================================== --- cad/py-pymtl/Makefile +++ cad/py-pymtl/Makefile @@ -22,7 +22,7 @@ verilator:cad/verilator \ yosys:cad/yosys -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest # 94 tests fail, see https://github.com/pymtl/pymtl3/issues/247 BINARY_ALIAS= g++=${CXX} Index: cad/py-vunit-hdl/Makefile =================================================================== --- cad/py-vunit-hdl/Makefile +++ cad/py-vunit-hdl/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ghdl:cad/ghdl TEST_DEPENDS= pylint:devel/pylint@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist pytest # 42 tests fail, see https://github.com/VUnit/vunit/issues/941 USE_GITHUB= yes Index: cad/python-gdsii/Makefile =================================================================== --- cad/python-gdsii/Makefile +++ cad/python-gdsii/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: cad/uranium/Makefile =================================================================== --- cad/uranium/Makefile +++ cad/uranium/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL@${PY_FLAVOR} -USES= cmake gettext python:3.5+ pyqt:5 +USES= cmake gettext python pyqt:5 USE_PYQT= pyqt5 USE_GITHUB= yes GH_ACCOUNT= Ultimaker Index: cad/yosys/Makefile =================================================================== --- cad/yosys/Makefile +++ cad/yosys/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= bash:shells/bash \ iverilog:cad/iverilog -USES= bison compiler:c++11-lang gmake pkgconfig python:3.6+ readline \ +USES= bison compiler:c++11-lang gmake pkgconfig python readline \ shebangfix tcl SHEBANG_FILES= backends/smt2/smtbmc.py \ Index: chinese/gydict/Makefile =================================================================== --- chinese/gydict/Makefile +++ chinese/gydict/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.4+,run shebangfix +USES= python:run shebangfix SHEBANG_FILES= gydict.py USE_GITHUB= yes Index: chinese/ibus-cangjie/Makefile =================================================================== --- chinese/ibus-cangjie/Makefile +++ chinese/ibus-cangjie/Makefile @@ -15,7 +15,7 @@ ${PYTHON_SITELIBDIR}/pycanberra/pycanberra.py:devel/pycanberra@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= autoreconf gmake gnome libtool pkgconfig python:3.4+ +USES= autoreconf gmake gnome libtool pkgconfig python USE_GNOME= introspection:run pygobject3 intltool GLIB_SCHEMAS= org.cangjians.ibus.cangjie.gschema.xml \ org.cangjians.ibus.quick.gschema.xml Index: chinese/pycangjie/Makefile =================================================================== --- chinese/pycangjie/Makefile +++ chinese/pycangjie/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libcangjie.so:chinese/libcangjie -USES= autoreconf gmake libtool pkgconfig sqlite python:3.4+ +USES= autoreconf gmake libtool pkgconfig sqlite python USE_PYTHON= cython GNU_CONFIGURE= yes CONFIGURE_ENV= CYTHON=${LOCALBASE}/bin/cython-${PYTHON_VER} Index: chinese/pyzy/Makefile =================================================================== --- chinese/pyzy/Makefile +++ chinese/pyzy/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USES= autoreconf compiler:c++11-lang gettext-runtime gmake gnome \ - libtool pathfix pkgconfig python:3.7+,build shebangfix + libtool pathfix pkgconfig python:build shebangfix SHEBANG_FILES= data/db/android/create_db.py USE_GITHUB= yes GH_TAGNAME= 6d9c3cd Index: comms/apitran/Makefile =================================================================== --- comms/apitran/Makefile +++ comms/apitran/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ sox:audio/sox -USES= magick:6,run python:3.6+,run shebangfix +USES= magick:6,run python:run shebangfix USE_GITHUB= yes GH_ACCOUNT= rsj56 GH_TAGNAME= d209347 Index: comms/gnuradio/Makefile =================================================================== --- comms/gnuradio/Makefile +++ comms/gnuradio/Makefile @@ -48,7 +48,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cmake compiler:c++11-lang desktop-file-utils fortran gnome \ - iconv perl5 pkgconfig pyqt:5 python:3.5+ qt:5 shared-mime-info \ + iconv perl5 pkgconfig pyqt:5 python qt:5 shared-mime-info \ shebangfix SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \ Index: comms/gr-osmosdr/Makefile =================================================================== --- comms/gr-osmosdr/Makefile +++ comms/gr-osmosdr/Makefile @@ -24,7 +24,7 @@ libgmp.so:math/gmp \ liborc-0.4.so:devel/orc -USES= cmake compiler:c++11-lang fortran pkgconfig python:3.7+ tar:tgz +USES= cmake compiler:c++11-lang fortran pkgconfig python tar:tgz SUB_LIST= VERSION=${PORTVERSION} SUB_FILES= gnuradio-osmosdr.pc Index: comms/nanovna-saver/Makefile =================================================================== --- comms/nanovna-saver/Makefile +++ comms/nanovna-saver/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.3+ pyqt:5 +USES= python pyqt:5 USE_PYTHON= distutils autoplist noflavors USE_GITHUB= yes Index: comms/py-adafruit-ampy/Makefile =================================================================== --- comms/py-adafruit-ampy/Makefile +++ comms/py-adafruit-ampy/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dotenv>0:www/py-python-dotenv@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: comms/py-elelabs-zigbee-ezsp-utility/Makefile =================================================================== --- comms/py-elelabs-zigbee-ezsp-utility/Makefile +++ comms/py-elelabs-zigbee-ezsp-utility/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.4:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmodem>=0.4.5:comms/py-xmodem@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= Elelabs GH_TAGNAME= 7fc415497f7e2b3410e3350b359ac5c71043399e Index: comms/py-esptool/Makefile =================================================================== --- comms/py-esptool/Makefile +++ comms/py-esptool/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}reedsolo>=1.5.3,<=1.6.0:devel/py-reedsolo@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils pytest Index: comms/py-hid/Makefile =================================================================== --- comms/py-hid/Makefile +++ comms/py-hid/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= hidapi>0:comms/hidapi -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: comms/py-hidapi/Makefile =================================================================== --- comms/py-hidapi/Makefile +++ comms/py-hidapi/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libhidapi.so:comms/hidapi -USES= python:3.6+ +USES= python USE_PYTHON= autoplist cython distutils MAKE_ENV+= DISTUTILS_DEBUG=1 Index: comms/py-libimobiledevice/Makefile =================================================================== --- comms/py-libimobiledevice/Makefile +++ comms/py-libimobiledevice/Makefile @@ -12,7 +12,7 @@ PORTSCOUT= ignore:1 -USES= python:3.6+ +USES= python USE_PYTHON= flavors cython BINARY_ALIAS= cython=cython-${PYTHON_VER} CONFIGURE_ENV= PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`" Index: comms/py-pymodbus/Makefile =================================================================== --- comms/py-pymodbus/Makefile +++ comms/py-pymodbus/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils OPTIONS_DEFINE= REPL SERIAL DATASTORE_REDIS DATASTORE_SQL Index: comms/py-pyserial-asyncio/Makefile =================================================================== --- comms/py-pyserial-asyncio/Makefile +++ comms/py-pyserial-asyncio/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.1.1:comms/py-pyserial@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= pyserial Index: comms/py-pyserial/Makefile =================================================================== --- comms/py-pyserial/Makefile +++ comms/py-pyserial/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ shebangfix +USES= python shebangfix SHEBANG_FILES= examples/*.py USE_PYTHON= distutils autoplist concurrent Index: comms/py-xmodem/Makefile =================================================================== --- comms/py-xmodem/Makefile +++ comms/py-xmodem/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} \ lrz:comms/lrzsz -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils Index: comms/quisk/Makefile =================================================================== --- comms/quisk/Makefile +++ comms/quisk/Makefile @@ -16,7 +16,7 @@ libasound.so:audio/alsa-lib \ libpulse.so:audio/pulseaudio -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils noflavors USE_WX= 3.2 Index: comms/uhd/Makefile =================================================================== --- comms/uhd/Makefile +++ comms/uhd/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} USES= compiler:c++14-lang cmake ncurses pkgconfig \ - dos2unix python:3.7+ shebangfix + dos2unix python shebangfix USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= EttusResearch Index: converters/bibtexconv/Makefile =================================================================== --- converters/bibtexconv/Makefile +++ converters/bibtexconv/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl -USES= bison cmake ssl python:3.4+ shebangfix tar:xz +USES= bison cmake ssl python shebangfix tar:xz SHEBANG_FILES= src/ietf2bibtex Index: converters/fribidi/Makefile =================================================================== --- converters/fribidi/Makefile +++ converters/fribidi/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe meson python:3.8+,test shebangfix tar:xz +USES= cpe meson python:test shebangfix tar:xz CPE_VENDOR= gnu SHEBANG_FILES= test/test-runner.py USE_LDCONFIG= yes Index: converters/py-bencode.py/Makefile =================================================================== --- converters/py-bencode.py/Makefile +++ converters/py-bencode.py/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist do-test: Index: converters/py-bencoder/Makefile =================================================================== --- converters/py-bencoder/Makefile +++ converters/py-bencoder/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv1 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes Index: converters/py-better-bencode/Makefile =================================================================== --- converters/py-better-bencode/Makefile +++ converters/py-better-bencode/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: converters/py-bsdconv/Makefile =================================================================== --- converters/py-bsdconv/Makefile +++ converters/py-bsdconv/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= buganini GH_PROJECT= python-${PORTNAME} -USES= python:3.6+ +USES= python USE_PYTHON= distutils PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} Index: converters/py-rencode/Makefile =================================================================== --- converters/py-rencode/Makefile +++ converters/py-rencode/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils Index: converters/py-svglib/Makefile =================================================================== --- converters/py-svglib/Makefile +++ converters/py-svglib/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tinycss2>=0.6.0:textproc/py-tinycss2@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils pytest CPE_VENDOR= svglib_project PYTEST_IGNORED_TESTS= test_font_family Index: converters/py-text-unidecode/Makefile =================================================================== --- converters/py-text-unidecode/Makefile +++ converters/py-text-unidecode/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: converters/py-unidecode/Makefile =================================================================== --- converters/py-unidecode/Makefile +++ converters/py-unidecode/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Index: converters/py-zfec/Makefile =================================================================== --- converters/py-zfec/Makefile +++ converters/py-zfec/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE_TGGPL= ${WRKSRC}/COPYING.TGPPL.rst LICENSE_PERMS_TGGPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: databases/arrow/Makefile =================================================================== --- databases/arrow/Makefile +++ databases/arrow/Makefile @@ -142,7 +142,7 @@ PYTHON_DESC= Build python extension support PYTHON_CMAKE_BOOL= ARROW_PYTHON -PYTHON_USES= python:3.7+ +PYTHON_USES= python PYTHON_BUILD_DEPENDS= ${PYNUMPY} # see https://issues.apache.org/jira/browse/ARROW-16820 PYTHON_CMAKE_ON= -DPython3_EXECUTABLE=${PYTHON_CMD} PYTHON_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc Index: databases/buzhug/Makefile =================================================================== --- databases/buzhug/Makefile +++ databases/buzhug/Makefile @@ -8,7 +8,7 @@ COMMENT= Pure-Python database engine WWW= http://buzhug.sourceforge.net/ -USES= dos2unix python:3.6+ zip +USES= dos2unix python zip USE_PYTHON= distutils autoplist concurrent optsuffix .include Index: databases/cassandra3/Makefile =================================================================== --- databases/cassandra3/Makefile +++ databases/cassandra3/Makefile @@ -17,7 +17,7 @@ bash>0:shells/bash \ git>0:devel/git -USES= cpe python:3.6+ +USES= cpe python USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 8 Index: databases/cassandra4/Makefile =================================================================== --- databases/cassandra4/Makefile +++ databases/cassandra4/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= snappyjava>=0:archivers/snappy-java \ netty>0:java/netty -USES= cpe python:3.7+ shebangfix +USES= cpe python shebangfix USE_JAVA= yes USE_ANT= yes USE_RC_SUBR= cassandra Index: databases/evolution-data-server/Makefile =================================================================== --- databases/evolution-data-server/Makefile +++ databases/evolution-data-server/Makefile @@ -32,7 +32,7 @@ PORTSCOUT= limitw:1,even USES= bdb:5 cmake compiler:c++11-lib cpe gettext gnome gperf \ - iconv:wchar_t localbase pathfix pkgconfig python:3.6+,build\ + iconv:wchar_t localbase pathfix pkgconfig python:build\ sqlite tar:xz xorg USE_CXXSTD= gnu++11 USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build libxml2 Index: databases/gom/Makefile =================================================================== --- databases/gom/Makefile +++ databases/gom/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome meson pkgconfig python:3.4+ sqlite tar:xz +USES= gnome meson pkgconfig python sqlite tar:xz USE_GNOME= gdkpixbuf2 glib20 introspection pygobject3 USE_LDCONFIG= yes Index: databases/grass7/Makefile =================================================================== --- databases/grass7/Makefile +++ databases/grass7/Makefile @@ -39,7 +39,7 @@ ${PYTHON_SITELIBDIR}/six.py:devel/py-six@${PY_FLAVOR} USES= blaslapack compiler:c11 gl gmake gnome iconv \ - jpeg perl5 pkgconfig python:3.6+ readline shebangfix xorg + jpeg perl5 pkgconfig python readline shebangfix xorg SHEBANG_GLOB= *.py SHEBANG_LANG= nviz nviz_OLD_CMD= nviz Index: databases/grass8/Makefile =================================================================== --- databases/grass8/Makefile +++ databases/grass8/Makefile @@ -40,7 +40,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= blaslapack compiler:c11 gl gmake gnome iconv \ - jpeg perl5 pkgconfig python:3.6+ readline shebangfix sqlite xorg + jpeg perl5 pkgconfig python readline shebangfix sqlite xorg SHEBANG_GLOB= *.py SHEBANG_LANG= nviz nviz_OLD_CMD= nviz Index: databases/ldb15/Makefile =================================================================== --- databases/ldb15/Makefile +++ databases/ldb15/Makefile @@ -97,7 +97,7 @@ USES+= python:build,test CONFIGURE_ARGS+= --disable-python .else -USES+= gettext-runtime python:3.6+ +USES+= gettext-runtime python PLIST_FILES+= include/pyldb.h \ lib/libpyldb-util${PYTHON_EXT_SUFFIX}.so \ Index: databases/ldb20/Makefile =================================================================== --- databases/ldb20/Makefile +++ databases/ldb20/Makefile @@ -103,7 +103,7 @@ USES+= python:build,test CONFIGURE_ARGS+= --disable-python .else -USES+= gettext-runtime python:3.6+ +USES+= gettext-runtime python PLIST_FILES+= include/pyldb.h \ lib/libpyldb-util${PYTHON_EXT_SUFFIX}.so \ Index: databases/ldb21/Makefile =================================================================== --- databases/ldb21/Makefile +++ databases/ldb21/Makefile @@ -104,7 +104,7 @@ USES+= python:build,test CONFIGURE_ARGS+= --disable-python .else -USES+= gettext-runtime python:3.6+ +USES+= gettext-runtime python PLIST_FILES+= include/pyldb.h \ lib/libpyldb-util${PYTHON_EXT_SUFFIX}.so \ Index: databases/ldb22/Makefile =================================================================== --- databases/ldb22/Makefile +++ databases/ldb22/Makefile @@ -105,7 +105,7 @@ USES+= python:build,test CONFIGURE_ARGS+= --disable-python .else -USES+= gettext-runtime python:3.6+ +USES+= gettext-runtime python PLIST_FILES+= include/pyldb.h \ lib/libpyldb-util${PYTHON_EXT_SUFFIX}.so \ Index: databases/mongodb40/Makefile =================================================================== --- databases/mongodb40/Makefile +++ databases/mongodb40/Makefile @@ -30,7 +30,7 @@ libcurl.so:ftp/curl \ libsnappy.so:archivers/snappy -USES= compiler:c++14-lang cpe python:3.7+,build scons shebangfix +USES= compiler:c++14-lang cpe python:build scons shebangfix USE_RC_SUBR= mongod CONFLICTS_INSTALL= mongodb[0-9][0-9] # etc/mongodb.conf.sample Index: databases/mongodb42/Makefile =================================================================== --- databases/mongodb42/Makefile +++ databases/mongodb42/Makefile @@ -33,7 +33,7 @@ libcurl.so:ftp/curl \ libsnappy.so:archivers/snappy -USES= compiler:c++17-lang cpe python:3.5+,build scons shebangfix +USES= compiler:c++17-lang cpe python:build scons shebangfix USE_RC_SUBR= mongod CONFLICTS_INSTALL= mongodb[0-9][0-9] # etc/mongodb.conf.sample Index: databases/mongodb44/Makefile =================================================================== --- databases/mongodb44/Makefile +++ databases/mongodb44/Makefile @@ -27,7 +27,7 @@ libcurl.so:ftp/curl \ libsnappy.so:archivers/snappy -USES= compiler:c++17-lang cpe python:3.5+,build scons +USES= compiler:c++17-lang cpe python:build scons USE_RC_SUBR= mongod PORTSCOUT= limit:^4\.4\. Index: databases/mongodb50/Makefile =================================================================== --- databases/mongodb50/Makefile +++ databases/mongodb50/Makefile @@ -31,7 +31,7 @@ libyaml-cpp.so:devel/yaml-cpp \ libzstd.so:archivers/zstd -USES= compiler:c++17-lang cpe python:3.5+,build scons shebangfix +USES= compiler:c++17-lang cpe python:build scons shebangfix USE_RC_SUBR= mongod SHEBANG_FILES= buildscripts/scons.py Index: databases/pg_activity/Makefile =================================================================== --- databases/pg_activity/Makefile +++ databases/pg_activity/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}attrs>=20.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}humanize>=0:devel/py-humanize@${PY_FLAVOR} -USES= python:3.6+ +USES= python OPTIONS_DEFINE= DOCS Index: databases/pgbarman/Makefile =================================================================== --- databases/pgbarman/Makefile +++ databases/pgbarman/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: databases/pgsanity/Makefile =================================================================== --- databases/pgsanity/Makefile +++ databases/pgsanity/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pgsql python:3.6+ +USES= pgsql python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes Index: databases/powa-web/Makefile =================================================================== --- databases/powa-web/Makefile +++ databases/powa-web/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0:databases/py-sqlalchemy10@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=2.0:www/py-tornado@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: databases/py-Elixir/Makefile =================================================================== --- databases/py-Elixir/Makefile +++ databases/py-Elixir/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.4.0:databases/py-sqlalchemy10@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: databases/py-PyGreSQL/Makefile =================================================================== --- databases/py-PyGreSQL/Makefile +++ databases/py-PyGreSQL/Makefile @@ -12,7 +12,7 @@ LICENSE= PSFL -USES= pgsql python:3.6+ +USES= pgsql python USE_PYTHON= autoplist distutils PORTDOCS= * Index: databases/py-Pyrseas/Makefile =================================================================== --- databases/py-Pyrseas/Makefile +++ databases/py-Pyrseas/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: databases/py-agate-sql/Makefile =================================================================== --- databases/py-agate-sql/Makefile +++ databases/py-agate-sql/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.0:textproc/py-agate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14<2:databases/py-sqlalchemy14@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: databases/py-aiomcache/Makefile =================================================================== --- databases/py-aiomcache/Makefile +++ databases/py-aiomcache/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils cython Index: databases/py-aiomysql/Makefile =================================================================== --- databases/py-aiomysql/Makefile +++ databases/py-aiomysql/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymysql>=1.0:databases/py-pymysql@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: databases/py-aiopg/Makefile =================================================================== --- databases/py-aiopg/Makefile +++ databases/py-aiopg/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.0:databases/py-psycopg2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}async_timeout>=3.0.0:devel/py-async_timeout@${PY_FLAVOR} -USES= pgsql:11+ python:3.4+ +USES= pgsql:11+ python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-aioredis/Makefile =================================================================== --- databases/py-aioredis/Makefile +++ databases/py-aioredis/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist OPTIONS_DEFINE= HIREDIS Index: databases/py-aiosqlite/Makefile =================================================================== --- databases/py-aiosqlite/Makefile +++ databases/py-aiosqlite/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: databases/py-alembic/Makefile =================================================================== --- databases/py-alembic/Makefile +++ databases/py-alembic/Makefile @@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= py*-alembic* # lib/python3.8/site-packages/alembic/__init__.py' Index: databases/py-apsw/Makefile =================================================================== --- databases/py-apsw/Makefile +++ databases/py-apsw/Makefile @@ -15,7 +15,7 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -USES= localbase python:3.7+ +USES= localbase python USE_PYTHON= autoplist concurrent distutils unittest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} Index: databases/py-asyncmy/Makefile =================================================================== --- databases/py-asyncmy/Makefile +++ databases/py-asyncmy/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent cython pep517 post-patch: Index: databases/py-asyncpg/Makefile =================================================================== --- databases/py-asyncpg/Makefile +++ databases/py-asyncpg/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe pgsql:11+ python:3.6+ +USES= cpe pgsql:11+ python CPE_VENDOR= magic USE_PYTHON= autoplist concurrent cython distutils Index: databases/py-berkeleydb/Makefile =================================================================== --- databases/py-berkeleydb/Makefile +++ databases/py-berkeleydb/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= bdb python:3.7+ +USES= bdb python USE_PYTHON= distutils autoplist PYDISTUTILS_CONFIGUREARGS=--libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE} Index: databases/py-cassandra-driver/Makefile =================================================================== --- databases/py-cassandra-driver/Makefile +++ databases/py-cassandra-driver/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sure>0:devel/py-sure@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist cython distutils OPTIONS_DEFINE= LIBEV MURMUR3 Index: databases/py-caterva/Makefile =================================================================== --- databases/py-caterva/Makefile +++ databases/py-caterva/Makefile @@ -27,7 +27,7 @@ ${PYTHON_PKGNAMEPREFIX}ndindex>=0:math/py-ndindex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.20.3,1:math/py-numpy@${PY_FLAVOR} -USES= localbase:ldflags python:3.7+ +USES= localbase:ldflags python USE_PYTHON= autoplist concurrent cython pep517 post-patch: Index: databases/py-couchdb/Makefile =================================================================== --- databases/py-couchdb/Makefile +++ databases/py-couchdb/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent pythonprefix .include Index: databases/py-databases/Makefile =================================================================== --- databases/py-databases/Makefile +++ databases/py-databases/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}starlette>=0:www/py-starlette@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest USE_GITHUB= yes Index: databases/py-dbf/Makefile =================================================================== --- databases/py-dbf/Makefile +++ databases/py-dbf/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: databases/py-dbutils/Makefile =================================================================== --- databases/py-dbutils/Makefile +++ databases/py-dbutils/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-fakeredis/Makefile =================================================================== --- databases/py-fakeredis/Makefile +++ databases/py-fakeredis/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: databases/py-fastapi-users-db-ormar/Makefile =================================================================== --- databases/py-fastapi-users-db-ormar/Makefile +++ databases/py-fastapi-users-db-ormar/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastapi-users>=6.1.2:www/py-fastapi-users@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ormar>=0.10.16:databases/py-ormar@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-fastparquet/Makefile =================================================================== --- databases/py-fastparquet/Makefile +++ databases/py-fastparquet/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=1.5.0,1:math/py-pandas@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent cython pep517 post-install: Index: databases/py-fdb/Makefile =================================================================== --- databases/py-fdb/Makefile +++ databases/py-fdb/Makefile @@ -12,7 +12,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -USES= firebird python:3.6+ +USES= firebird python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: databases/py-firebirdsql/Makefile =================================================================== --- databases/py-firebirdsql/Makefile +++ databases/py-firebirdsql/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE NO_ARCH= yes -USES= python:3.6-3.9 +USES= python:3.8-3.9 USE_PYTHON= autoplist distutils .include Index: databases/py-flask-sqlalchemy/Makefile =================================================================== --- databases/py-flask-sqlalchemy/Makefile +++ databases/py-flask-sqlalchemy/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=2.2:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.4.18:databases/py-sqlalchemy14@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: databases/py-gdbm/Makefile =================================================================== --- databases/py-gdbm/Makefile +++ databases/py-gdbm/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= ignore:1 -USES= compiler:c11 python:3.6+ tar:xz +USES= compiler:c11 python tar:xz USE_PYTHON= distutils autoplist allflavors PYDISTUTILS_INSTALLARGS+= --install-lib ${PYTHONPREFIX_LIBDIR}/lib-dynload Index: databases/py-geoalchemy2/Makefile =================================================================== --- databases/py-geoalchemy2/Makefile +++ databases/py-geoalchemy2/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.4:databases/py-sqlalchemy14@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-hiredis/Makefile =================================================================== --- databases/py-hiredis/Makefile +++ databases/py-hiredis/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libhiredis.so:databases/hiredis -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-patch: Index: databases/py-influxdb/Makefile =================================================================== --- databases/py-influxdb/Makefile +++ databases/py-influxdb/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: databases/py-kyotocabinet/Makefile =================================================================== --- databases/py-kyotocabinet/Makefile +++ databases/py-kyotocabinet/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: databases/py-leveldb/Makefile =================================================================== --- databases/py-leveldb/Makefile +++ databases/py-leveldb/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libleveldb.so:databases/leveldb -USES= compiler:c11 localbase python:3.6+ +USES= compiler:c11 localbase python USE_PYTHON= autoplist concurrent distutils post-patch: Index: databases/py-litecli/Makefile =================================================================== --- databases/py-litecli/Makefile +++ databases/py-litecli/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-lmdb/Makefile =================================================================== --- databases/py-lmdb/Makefile +++ databases/py-lmdb/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= liblmdb.so:databases/lmdb TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist distutils MAKE_ENV= LMDB_FORCE_SYSTEM=1 \ Index: databases/py-marshmallow-sqlalchemy/Makefile =================================================================== --- databases/py-marshmallow-sqlalchemy/Makefile +++ databases/py-marshmallow-sqlalchemy/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.4.40<3.0:databases/py-sqlalchemy14@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-lazy-fixture>=0.6.2:devel/py-pytest-lazy-fixture@${PY_FLAVOR} \ -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: databases/py-minidb/Makefile =================================================================== --- databases/py-minidb/Makefile +++ databases/py-minidb/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.3+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: databases/py-mongoengine/Makefile =================================================================== --- databases/py-mongoengine/Makefile +++ databases/py-mongoengine/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=3.4<5.0:databases/py-pymongo@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-motor/Makefile =================================================================== --- databases/py-motor/Makefile +++ databases/py-motor/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=3.3:databases/py-pymongo@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: databases/py-mycli/Makefile =================================================================== --- databases/py-mycli/Makefile +++ databases/py-mycli/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlglot>=5.1.3:databases/py-sqlglot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.0<0.5.0:databases/py-sqlparse@${PY_FLAVOR} -USES= mysql python:3.7+ +USES= mysql python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-mysql-connector-python/Makefile =================================================================== --- databases/py-mysql-connector-python/Makefile +++ databases/py-mysql-connector-python/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.11.0:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= mysql USE_PYTHON= autoplist distutils Index: databases/py-mysqlclient/Makefile =================================================================== --- databases/py-mysqlclient/Makefile +++ databases/py-mysqlclient/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=49.2.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR} -USES= compiler:c11 iconv mysql pkgconfig python:3.7+ ssl +USES= compiler:c11 iconv mysql pkgconfig python ssl USE_PYTHON= autoplist concurrent pep517 PORTDOCS= * Index: databases/py-ormar/Makefile =================================================================== --- databases/py-ormar/Makefile +++ databases/py-ormar/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: databases/py-partd/Makefile =================================================================== --- databases/py-partd/Makefile +++ databases/py-partd/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-peewee/Makefile =================================================================== --- databases/py-peewee/Makefile +++ databases/py-peewee/Makefile @@ -14,7 +14,7 @@ OPTIONS_DEFINE= SQLITE PGSQL OPTIONS_DEFAULT= SQLITE -USES= localbase:ldflags python:3.7+ sqlite +USES= localbase:ldflags python sqlite USE_PYTHON= distutils cython autoplist concurrent SQLITE_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} Index: databases/py-peewee_migrate/Makefile =================================================================== --- databases/py-peewee_migrate/Makefile +++ databases/py-peewee_migrate/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes # tests not shipped with sdist GH_ACCOUNT= klen USE_PYTHON= autoplist concurrent pep517 pytest Index: databases/py-pg8000-112/Makefile =================================================================== --- databases/py-pg8000-112/Makefile +++ databases/py-pg8000-112/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pg8000 # lib/python3.8/site-packages/pg8000/__init__.py Index: databases/py-pg8000/Makefile =================================================================== --- databases/py-pg8000/Makefile +++ databases/py-pg8000/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scramp>=0:security/py-scramp@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pg8000-112 # lib/python3.8/site-packages/pg8000/__init__.py Index: databases/py-pgcli/Makefile =================================================================== --- databases/py-pgcli/Makefile +++ databases/py-pgcli/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sshtunnel>=0:net/py-sshtunnel@${PY_FLAVOR} -USES= pgsql python:3.7+ +USES= pgsql python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: databases/py-pgdbconn/Makefile =================================================================== --- databases/py-pgdbconn/Makefile +++ databases/py-pgdbconn/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5:databases/py-psycopg2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: databases/py-pglast/Makefile =================================================================== --- databases/py-pglast/Makefile +++ databases/py-pglast/Makefile @@ -14,7 +14,7 @@ NOT_FOR_ARCHS= aarch64 armv6 armv7 NOT_FOR_ARCHS_REASON= port/atomics/arch-.h: No such file or directory -USES= gmake python:3.4+ +USES= gmake python USE_PYTHON= autoplist distutils post-patch: Index: databases/py-pglite/Makefile =================================================================== --- databases/py-pglite/Makefile +++ databases/py-pglite/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL20+ -USES= python:3.6+ pgsql +USES= python pgsql USE_PYTHON= autoplist distutils NO_ARCH= yes WANT_PGSQL= server Index: databases/py-pgmigrate/Makefile =================================================================== --- databases/py-pgmigrate/Makefile +++ databases/py-pgmigrate/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.0:databases/py-sqlparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.2:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= yandex USE_PYTHON= autoplist concurrent distutils Index: databases/py-pgspecial/Makefile =================================================================== --- databases/py-pgspecial/Makefile +++ databases/py-pgspecial/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}psycopg>=3.0.10:databases/py-psycopg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.1.19:databases/py-sqlparse@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-pgspecial1/Makefile =================================================================== --- databases/py-pgspecial1/Makefile +++ databases/py-pgspecial1/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.4:databases/py-psycopg2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.1.19:databases/py-sqlparse@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-pickledb/Makefile =================================================================== --- databases/py-pickledb/Makefile +++ databases/py-pickledb/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-pickleshare/Makefile =================================================================== --- databases/py-pickleshare/Makefile +++ databases/py-pickleshare/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: databases/py-postgresql/Makefile =================================================================== --- databases/py-postgresql/Makefile +++ databases/py-postgresql/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE -USES= pgsql python:3.3+ +USES= pgsql python USE_PYTHON= distutils autoplist .include Index: databases/py-psycogreen/Makefile =================================================================== --- databases/py-psycogreen/Makefile +++ databases/py-psycogreen/Makefile @@ -8,7 +8,7 @@ COMMENT= Python library to enable psycopg2 to work with coroutine libraries WWW= https://bitbucket.org/dvarrazzo/psycogreen -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: databases/py-psycopg-c/Makefile =================================================================== --- databases/py-psycopg-c/Makefile +++ databases/py-psycopg-c/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}tomli>=2.0.1:textproc/py-tomli@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR} -USES= pgsql python:3.7+ +USES= pgsql python USE_PYTHON= autoplist concurrent cython pep517 post-install: Index: databases/py-psycopg-pool/Makefile =================================================================== --- databases/py-psycopg-pool/Makefile +++ databases/py-psycopg-pool/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: databases/py-psycopg/Makefile =================================================================== --- databases/py-psycopg/Makefile +++ databases/py-psycopg/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=49.2.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR} -USES= pgsql python:3.7+ +USES= pgsql python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: databases/py-psycopg2/Makefile =================================================================== --- databases/py-psycopg2/Makefile +++ databases/py-psycopg2/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/doc/COPYING.LESSER -USES= pgsql python:3.6+ +USES= pgsql python USE_PYTHON= autoplist concurrent distutils post-install: Index: databases/py-psycopg2cffi/Makefile =================================================================== --- databases/py-psycopg2cffi/Makefile +++ databases/py-psycopg2cffi/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} -USES= pgsql python:3.6+ +USES= pgsql python USE_PYTHON= autoplist concurrent distutils post-install: Index: databases/py-pum/Makefile =================================================================== --- databases/py-pum/Makefile +++ databases/py-pum/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.3:databases/py-psycopg2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-pycql/Makefile =================================================================== --- databases/py-pycql/Makefile +++ databases/py-pycql/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateparser>=0:devel/py-dateparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-pylibmc/Makefile =================================================================== --- databases/py-pylibmc/Makefile +++ databases/py-pylibmc/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libmemcached.so:databases/libmemcached TEST_DEPENDS= memcached:databases/memcached -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils nose MAKE_ENV+= LIBMEMCACHED="${LOCALBASE}" Index: databases/py-pymemcache/Makefile =================================================================== --- databases/py-pymemcache/Makefile +++ databases/py-pymemcache/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}python-memcached>0:databases/py-python-memcached@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zstd>0:archivers/py-zstd@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-pymongo/Makefile =================================================================== --- databases/py-pymongo/Makefile +++ databases/py-pymongo/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= py[0-9][0-9]-pymongo28 Index: databases/py-pymssql/Makefile =================================================================== --- databases/py-pymssql/Makefile +++ databases/py-pymssql/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>0:devel/py-setuptools-git@${PY_FLAVOR} LIB_DEPENDS= libsybdb.so:databases/freetds -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils cython post-extract: Index: databases/py-pyodbc/Makefile =================================================================== --- databases/py-pyodbc/Makefile +++ databases/py-pyodbc/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libodbc.so:databases/unixODBC BUILD_DEPENDS= unixODBC>=2.2.14:databases/unixODBC -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist distutils post-install: Index: databases/py-pypuppetdb/Makefile =================================================================== --- databases/py-pypuppetdb/Makefile +++ databases/py-pypuppetdb/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: databases/py-python-arango/Makefile =================================================================== --- databases/py-python-arango/Makefile +++ databases/py-python-arango/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: databases/py-python-binary-memcached/Makefile =================================================================== --- databases/py-python-binary-memcached/Makefile +++ databases/py-python-binary-memcached/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= memcached:databases/memcached \ ${PYTHON_PKGNAMEPREFIX}trustme>=0:security/py-trustme@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: databases/py-python-memcached/Makefile =================================================================== --- databases/py-python-memcached/Makefile +++ databases/py-python-memcached/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-python-sql/Makefile =================================================================== --- databases/py-python-sql/Makefile +++ databases/py-python-sql/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= pkgconfig python:3.6+ +USES= pkgconfig python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: databases/py-python-swiftclient/Makefile =================================================================== --- databases/py-python-swiftclient/Makefile +++ databases/py-python-swiftclient/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: databases/py-queries/Makefile =================================================================== --- databases/py-queries/Makefile +++ databases/py-queries/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1<3:databases/py-psycopg2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-rb/Makefile =================================================================== --- databases/py-rb/Makefile +++ databases/py-rb/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis2>=2.6:databases/py-redis2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-redis/Makefile =================================================================== --- databases/py-redis/Makefile +++ databases/py-redis/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ redis-server:databases/redis -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: databases/py-redis2/Makefile =================================================================== --- databases/py-redis2/Makefile +++ databases/py-redis2/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=2.5.0,1:devel/py-pytest@${PY_FLAVOR} \ redis-server:databases/redis -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Index: databases/py-redis3/Makefile =================================================================== --- databases/py-redis3/Makefile +++ databases/py-redis3/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ redis-server:databases/redis -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: databases/py-rrdtool/Makefile =================================================================== --- databases/py-rrdtool/Makefile +++ databases/py-rrdtool/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= librrd.so:databases/rrdtool -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: databases/py-sispy/Makefile =================================================================== --- databases/py-sispy/Makefile +++ databases/py-sispy/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: databases/py-south/Makefile =================================================================== --- databases/py-south/Makefile +++ databases/py-south/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: databases/py-sqlalchemy-json/Makefile =================================================================== --- databases/py-sqlalchemy-json/Makefile +++ databases/py-sqlalchemy-json/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0.7:databases/py-sqlalchemy14@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-sqlalchemy-migrate/Makefile =================================================================== --- databases/py-sqlalchemy-migrate/Makefile +++ databases/py-sqlalchemy-migrate/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:devel/py-pbr@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: databases/py-sqlalchemy-utils/Makefile =================================================================== --- databases/py-sqlalchemy-utils/Makefile +++ databases/py-sqlalchemy-utils/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.3:databases/py-sqlalchemy14@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-sqlalchemy10/Makefile =================================================================== --- databases/py-sqlalchemy10/Makefile +++ databases/py-sqlalchemy10/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= distutils autoplist PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} Index: databases/py-sqlalchemy11/Makefile =================================================================== --- databases/py-sqlalchemy11/Makefile +++ databases/py-sqlalchemy11/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=2.5.2:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy[0-9][0-9] Index: databases/py-sqlalchemy12/Makefile =================================================================== --- databases/py-sqlalchemy12/Makefile +++ databases/py-sqlalchemy12/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=2.5.2:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy[0-9][0-9] Index: databases/py-sqlalchemy13/Makefile =================================================================== --- databases/py-sqlalchemy13/Makefile +++ databases/py-sqlalchemy13/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=2.5.2:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy[0-9][0-9] Index: databases/py-sqlalchemy14/Makefile =================================================================== --- databases/py-sqlalchemy14/Makefile +++ databases/py-sqlalchemy14/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=2.5.2:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy[0-9][0-9] Index: databases/py-sqlalchemy20/Makefile =================================================================== --- databases/py-sqlalchemy20/Makefile +++ databases/py-sqlalchemy20/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=2.5.2:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent cython pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy[0-9][0-9] Index: databases/py-sqlglot/Makefile =================================================================== --- databases/py-sqlglot/Makefile +++ databases/py-sqlglot/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-sqlite-fts4/Makefile =================================================================== --- databases/py-sqlite-fts4/Makefile +++ databases/py-sqlite-fts4/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= simonw USE_PYTHON= autoplist distutils pytest Index: databases/py-sqlite-utils/Makefile =================================================================== --- databases/py-sqlite-utils/Makefile +++ databases/py-sqlite-utils/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: databases/py-sqlobject/Makefile =================================================================== --- databases/py-sqlobject/Makefile +++ databases/py-sqlobject/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist distutils # currently MaxDB(SAP), ADODB are not supported Index: databases/py-sqlparse/Makefile =================================================================== --- databases/py-sqlparse/Makefile +++ databases/py-sqlparse/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.5+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: databases/py-tableschema/Makefile =================================================================== --- databases/py-tableschema/Makefile +++ databases/py-tableschema/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}tabulator>=1.51.3:devel/py-tabulator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unicodecsv>=0.14:devel/py-unicodecsv@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-tarantool/Makefile =================================================================== --- databases/py-tarantool/Makefile +++ databases/py-tarantool/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: databases/py-tiledb/Makefile =================================================================== --- databases/py-tiledb/Makefile +++ databases/py-tiledb/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.23.2,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} -USES= compiler:c++17-lang localbase python:3.7+ +USES= compiler:c++17-lang localbase python USE_PYTHON= autoplist concurrent cython distutils MAKE_ENV= TILEDB_PATH=${LOCALBASE} Index: databases/py-txredisapi/Makefile =================================================================== --- databases/py-txredisapi/Makefile +++ databases/py-txredisapi/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=2.0:devel/py-mock@${PY_FLAVOR} \ redis-server:databases/redis -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: databases/py-unqlite/Makefile =================================================================== --- databases/py-unqlite/Makefile +++ databases/py-unqlite/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist cython post-stage: Index: databases/py-varstack/Makefile =================================================================== --- databases/py-varstack/Makefile +++ databases/py-varstack/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= conversis Index: databases/py-whisper/Makefile =================================================================== --- databases/py-whisper/Makefile +++ databases/py-whisper/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: databases/py-xapian/Makefile =================================================================== --- databases/py-xapian/Makefile +++ databases/py-xapian/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core -USES= compiler:c++11-lang libtool python:3.6+ tar:xz +USES= compiler:c++11-lang libtool python tar:xz USE_PYTHON= flavors CONFIGURE_ARGS= --datarootdir=${DATADIR} \ Index: databases/py-zodbpickle/Makefile =================================================================== --- databases/py-zodbpickle/Makefile +++ databases/py-zodbpickle/Makefile @@ -11,7 +11,7 @@ LICENSE= PSFL ZPL21 LICENSE_COMB= multi -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: databases/sequeler/Makefile =================================================================== --- databases/sequeler/Makefile +++ databases/sequeler/Makefile @@ -17,7 +17,7 @@ libssh2.so:security/libssh2 USES= desktop-file-utils gettext gnome meson pkgconfig \ - python:3.5+,build vala:build + python:build vala:build USE_GITHUB= yes GH_ACCOUNT= Alecaddd USE_GNOME= cairo glib20 gtk30 gtksourceview3 libgda5 Index: databases/tdb/Makefile =================================================================== --- databases/tdb/Makefile +++ databases/tdb/Makefile @@ -39,7 +39,7 @@ DEBUG_CONFIGURE_ON= --verbose --enable-debug DEBUG_MAKE_ARGS= --verbose -PYTHON_USES= gettext-runtime python:3.6+ +PYTHON_USES= gettext-runtime python PYTHON_USE+= python=py3kplist PYTHON_USES_OFF= python:build,test PYTHON_CONFIGURE_OFF= --disable-python Index: databases/zodb/Makefile =================================================================== --- databases/zodb/Makefile +++ databases/zodb/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zodbpickle>=1.0.1:databases/py-zodbpickle@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: deskutils/baobab/Makefile =================================================================== --- deskutils/baobab/Makefile +++ deskutils/baobab/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libhandy-1.so:x11-toolkits/libhandy USES= desktop-file-utils gettext gnome meson pkgconfig \ - python:3.5+,build tar:xz vala:build + python:build tar:xz vala:build USE_GNOME= cairo gtk40 libadwaita BINARY_ALIAS= python3=${PYTHON_CMD} Index: deskutils/bijiben/Makefile =================================================================== --- deskutils/bijiben/Makefile +++ deskutils/bijiben/Makefile @@ -26,7 +26,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lib desktop-file-utils gettext gnome \ - localbase meson pkgconfig python:build,3.4+ \ + localbase meson pkgconfig python:build \ shared-mime-info shebangfix tar:xz USE_LDCONFIG= yes USE_GNOME= cairo evolutiondataserver3 intltool Index: deskutils/calcurse/Makefile =================================================================== --- deskutils/calcurse/Makefile +++ deskutils/calcurse/Makefile @@ -25,8 +25,8 @@ CALDAV_DESC= Support Calendaring Extensions to WebDAV -CALDAV_USES= python:3.6+ -CALDAV_USES_OFF= python:3.6+,env +CALDAV_USES= python +CALDAV_USES_OFF= python:env CALDAV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauth2client>=0:security/py-oauth2client@${PY_FLAVOR} Index: deskutils/calibre/Makefile =================================================================== --- deskutils/calibre/Makefile +++ deskutils/calibre/Makefile @@ -70,7 +70,7 @@ MathJax3>0:www/mathjax3 USES= desktop-file-utils gettext-runtime gl gnome localbase:ldflags \ - pkgconfig pyqt:6 python:3.8+ qt:6 shared-mime-info shebangfix \ + pkgconfig pyqt:6 python qt:6 shared-mime-info shebangfix \ ssl tar:xz xorg USE_RC_SUBR= calibre SUB_LIST+= PYTHON_VERSION=${PYTHON_VERSION} Index: deskutils/conkyforecast/Makefile =================================================================== --- deskutils/conkyforecast/Makefile +++ deskutils/conkyforecast/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= conky:sysutils/conky \ pidof:sysutils/pidof -USES= gettext python:3.6+ fonts +USES= gettext python fonts USE_PYTHON= distutils concurrent optsuffix NO_ARCH= yes Index: deskutils/foliate/Makefile =================================================================== --- deskutils/foliate/Makefile +++ deskutils/foliate/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 RUN_DEPENDS= gjs-console:lang/gjs -USES= desktop-file-utils gnome localbase meson python:3.6+ shebangfix +USES= desktop-file-utils gnome localbase meson python shebangfix USE_GNOME= cairo gtk30 introspection GLIB_SCHEMAS= com.github.johnfactotum.Foliate.gschema.xml Index: deskutils/gcalcli/Makefile =================================================================== --- deskutils/gcalcli/Makefile +++ deskutils/gcalcli/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}oauth2client>0:security/py-oauth2client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes Index: deskutils/gnome-calendar/Makefile =================================================================== --- deskutils/gnome-calendar/Makefile +++ deskutils/gnome-calendar/Makefile @@ -26,7 +26,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome \ - localbase:ldflags meson pkgconfig python:3.4+,build tar:xz + localbase:ldflags meson pkgconfig python:build tar:xz USE_LDCONFIG= yes USE_GNOME= cairo evolutiondataserver3 gtksourceview3 libadwaita BINARY_ALIAS= python3=${PYTHON_VERSION} Index: deskutils/gnome-characters/Makefile =================================================================== --- deskutils/gnome-characters/Makefile +++ deskutils/gnome-characters/Makefile @@ -20,7 +20,7 @@ libunistring.so:devel/libunistring USES= gettext gnome iconv:wchar_t localbase:ldflags meson pkgconfig \ - python:3.6+,build tar:xz + python:build tar:xz USE_GNOME= gtk40 introspection USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} Index: deskutils/gnome-clocks/Makefile =================================================================== --- deskutils/gnome-clocks/Makefile +++ deskutils/gnome-clocks/Makefile @@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gnome localbase meson pkgconfig \ - python:3.4+,build shebangfix tar:xz vala:build + python:build shebangfix tar:xz vala:build USE_LDCONFIG= yes USE_GNOME= cairo gnomedesktop3 gsound SHEBANG_FILES= build-aux/post-install.py Index: deskutils/gnome-contacts/Makefile =================================================================== --- deskutils/gnome-contacts/Makefile +++ deskutils/gnome-contacts/Makefile @@ -37,7 +37,7 @@ intlhack introspection:build USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr USES= compiler:c11 gettext gl gnome localbase meson perl5 pkgconfig \ - python:3.4+,build sqlite tar:xz vala:build xorg + python:build sqlite tar:xz vala:build xorg GLIB_SCHEMAS= org.gnome.Contacts.gschema.xml Index: deskutils/gnome-screenshot/Makefile =================================================================== --- deskutils/gnome-screenshot/Makefile +++ deskutils/gnome-screenshot/Makefile @@ -23,7 +23,7 @@ CONFLICTS= gnome-utils-2.[0-9]* PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome meson pkgconfig python:3.4+,build \ +USES= compiler:c11 gettext gnome meson pkgconfig python:build \ shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 USE_XORG= x11 xext Index: deskutils/gnome-shell-extension-mediaplayer/Makefile =================================================================== --- deskutils/gnome-shell-extension-mediaplayer/Makefile +++ deskutils/gnome-shell-extension-mediaplayer/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= gettext gnome meson pkgconfig python:3.4+,build +USES= gettext gnome meson pkgconfig python:build USE_GNOME= glib20 intltool USE_LDCONFIG= yes Index: deskutils/gnome-sound-recorder/Makefile =================================================================== --- deskutils/gnome-sound-recorder/Makefile +++ deskutils/gnome-sound-recorder/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome gstreamer localbase meson pkgconfig python:3.4+ tar:xz +USES= gettext gnome gstreamer localbase meson pkgconfig python tar:xz USE_GNOME= gtk40 intlhack introspection USE_GSTREAMER= bad flac ogg pulse USE_LDCONFIG= yes Index: deskutils/gnome-todo/Makefile =================================================================== --- deskutils/gnome-todo/Makefile +++ deskutils/gnome-todo/Makefile @@ -24,7 +24,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gnome localbase meson pkgconfig \ - python:3.4+,build shebangfix tar:xz + python:build shebangfix tar:xz USE_GNOME= cairo evolutiondataserver3 gnomedesktop3 gtk40 introspection \ libadwaita USE_LDCONFIG= yes Index: deskutils/gnome-tweaks/Makefile =================================================================== --- deskutils/gnome-tweaks/Makefile +++ deskutils/gnome-tweaks/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= gnome-shell>=3.28:x11/gnome-shell \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas -USES= gettext gnome localbase meson pkgconfig python:3.4+ shebangfix \ +USES= gettext gnome localbase meson pkgconfig python shebangfix \ tar:xz USE_GNOME= gtk30 nautilus3 pygobject3 GLIB_SCHEMAS= org.gnome.tweaks.gschema.xml Index: deskutils/gnote/Makefile =================================================================== --- deskutils/gnote/Makefile +++ deskutils/gnote/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gtkmm30 intltool libxml2 libxslt USE_XORG= x11 USES= compiler:c++11-lib desktop-file-utils gettext gnome localbase \ - meson pathfix pkgconfig python:3.6+,build tar:xz xorg + meson pathfix pkgconfig python:build tar:xz xorg USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} Index: deskutils/griffith/Makefile =================================================================== --- deskutils/griffith/Makefile +++ deskutils/griffith/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}reportlab>=3.4:print/py-reportlab@${PY_FLAVOR} -USES= gettext-runtime gmake gnome python:3.4+ shebangfix +USES= gettext-runtime gmake gnome python shebangfix USE_GITLAB= yes GL_ACCOUNT= Strit Index: deskutils/iconbrowser/Makefile =================================================================== --- deskutils/iconbrowser/Makefile +++ deskutils/iconbrowser/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgranite-7.so:x11-toolkits/granite7 \ libhandy-1.so:x11-toolkits/libhandy -USES= gettext-tools gnome meson pkgconfig python:3.7+,build vala:build +USES= gettext-tools gnome meson pkgconfig python:build vala:build USE_GITHUB= yes GH_ACCOUNT= elementary USE_GNOME= glib20 gtk40 gtksourceview5 Index: deskutils/keep-presence/Makefile =================================================================== --- deskutils/keep-presence/Makefile +++ deskutils/keep-presence/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynput>0:x11/py-pynput@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: deskutils/meteo/Makefile =================================================================== --- deskutils/meteo/Makefile +++ deskutils/meteo/Makefile @@ -17,7 +17,7 @@ libwebkit2gtk-4.0.so:www/webkit2-gtk3 USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig \ - python:3.5+,build shebangfix vala:build + python:build shebangfix vala:build USE_GITLAB= yes GL_ACCOUNT= bitseater Index: deskutils/mozo/Makefile =================================================================== --- deskutils/mozo/Makefile +++ deskutils/mozo/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mate-desktop-item-edit:x11/mate-panel USES= gettext-tools gmake gnome localbase mate pathfix pkgconfig \ - python:3.7+ tar:xz + python tar:xz USE_GNOME= gtk30 intltool pygobject3 USE_MATE= menus GNU_CONFIGURE= yes Index: deskutils/presage/Makefile =================================================================== --- deskutils/presage/Makefile +++ deskutils/presage/Makefile @@ -17,7 +17,7 @@ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} -USES= gmake libtool:build localbase shebangfix python:3.6+ sqlite +USES= gmake libtool:build localbase shebangfix python sqlite SHEBANG_FILES= apps/dbus/presage_dbus_python_demo \ apps/dbus/presage_dbus_python_demo.in \ Index: deskutils/py-autokey/Makefile =================================================================== --- deskutils/py-autokey/Makefile +++ deskutils/py-autokey/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR} -USES= cpe python:3.6+ shebangfix +USES= cpe python shebangfix CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= distutils concurrent USE_GITHUB= yes Index: deskutils/py-bugwarrior/Makefile =================================================================== --- deskutils/py-bugwarrior/Makefile +++ deskutils/py-bugwarrior/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFAULT= BUGZILLA JIRA KEYRING PHABRICATOR TRAC @@ -49,7 +49,7 @@ .include -.if ${PYTHON_VER} <= 3.7 +.if ${PYTHON_VER} <= 3.8 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} .endif Index: deskutils/py-khal/Makefile =================================================================== --- deskutils/py-khal/Makefile +++ deskutils/py-khal/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0:deskutils/py-vdirsyncer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: deskutils/py-khard/Makefile =================================================================== --- deskutils/py-khard/Makefile +++ deskutils/py-khard/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}sphinx-autodoc-typehints>0:textproc/py-sphinx-autodoc-typehints@${PY_FLAVOR} \ ${RUN_DEPENDS} -USES= python:3.7+ gmake +USES= python gmake USE_PYTHON= autoplist distutils NO_ARCH= yes Index: deskutils/py-paperless/Makefile =================================================================== --- deskutils/py-paperless/Makefile +++ deskutils/py-paperless/Makefile @@ -36,7 +36,7 @@ tesseract:graphics/tesseract \ unpaper:graphics/unpaper -USES= python:3.5+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= the-paperless-project USE_RC_SUBR= paperless-consumer Index: deskutils/py-py3status/Makefile =================================================================== --- deskutils/py-py3status/Makefile +++ deskutils/py-py3status/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: deskutils/py-pystash/Makefile =================================================================== --- deskutils/py-pystash/Makefile +++ deskutils/py-pystash/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xerox>=0.3.1:devel/py-xerox@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: deskutils/py-send2trash/Makefile =================================================================== --- deskutils/py-send2trash/Makefile +++ deskutils/py-send2trash/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: deskutils/py-term-background/Makefile =================================================================== --- deskutils/py-term-background/Makefile +++ deskutils/py-term-background/Makefile @@ -13,7 +13,7 @@ GH_ACCOUNT= rocky GH_PROJECT= shell-term-background -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= distutils SHEBANG_FILES= term-background.* Index: deskutils/py-todoman/Makefile =================================================================== --- deskutils/py-todoman/Makefile +++ deskutils/py-todoman/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}vdirsyncer>0:deskutils/py-vdirsyncer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: deskutils/py-vdirsyncer/Makefile =================================================================== --- deskutils/py-vdirsyncer/Makefile +++ deskutils/py-vdirsyncer/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.4.0:www/py-requests-toolbelt@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: deskutils/py-vobject/Makefile =================================================================== --- deskutils/py-vobject/Makefile +++ deskutils/py-vobject/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: deskutils/recoll/Makefile =================================================================== --- deskutils/recoll/Makefile +++ deskutils/recoll/Makefile @@ -20,7 +20,7 @@ wpd2html:textproc/libwpd010 USES= bison compiler:c++11-lang gmake gnome iconv libtool localbase \ - pkgconfig python:3.5+ shebangfix + pkgconfig python shebangfix USE_GNOME= libxslt USE_LDCONFIG= yes USE_PYTHON= py3kplist Index: deskutils/semantik/Makefile =================================================================== --- deskutils/semantik/Makefile +++ deskutils/semantik/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= kde:5 pkgconfig python:3.6+ qt:5 shebangfix tar:bzip2 waf \ +USES= kde:5 pkgconfig python qt:5 shebangfix tar:bzip2 waf \ desktop-file-utils gettext shared-mime-info USE_KDE= auth config configwidgets coreaddons i18n iconthemes \ kdelibs4support kio sonnet widgetsaddons xmlgui Index: deskutils/treeline/Makefile =================================================================== --- deskutils/treeline/Makefile +++ deskutils/treeline/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE -USES= python:3.7+ pyqt:5 shebangfix +USES= python pyqt:5 shebangfix USE_PYQT= pyqt5 sip SHEBANG_FILES= source/treeline.py Index: deskutils/virt-manager/Makefile =================================================================== --- deskutils/virt-manager/Makefile +++ deskutils/virt-manager/Makefile @@ -27,7 +27,7 @@ PYDISTUTILS_INSTALLNOSINGLE= yes PYDISTUTILS_CONFIGURE_TARGET= configure PYDISTUTILS_CONFIGUREARGS= --prefix=${PREFIX} -USES= python:3.3+ gettext gnome shebangfix +USES= python gettext gnome shebangfix USE_PYTHON= noegginfo autoplist distutils noflavors NO_ARCH= yes Index: deskutils/zim/Makefile =================================================================== --- deskutils/zim/Makefile +++ deskutils/zim/Makefile @@ -17,7 +17,7 @@ xdg-open:devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= cpe desktop-file-utils gettext gnome python:3.6+ shared-mime-info +USES= cpe desktop-file-utils gettext gnome python shared-mime-info CPE_VENDOR= zim-wiki USE_GNOME= gtk30 pygobject3 USE_PYTHON= autoplist distutils noflavors Index: devel/android-tools/Makefile =================================================================== --- devel/android-tools/Makefile +++ devel/android-tools/Makefile @@ -20,7 +20,7 @@ libprotobuf.so:devel/protobuf \ libzstd.so:archivers/zstd -USES= cmake go:no_targets perl5 python:3.7+ shebangfix +USES= cmake go:no_targets perl5 python shebangfix USE_GITHUB= yes GH_ACCOUNT= neelchauhan Index: devel/apitrace/Makefile =================================================================== --- devel/apitrace/Makefile +++ devel/apitrace/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libpng.so:graphics/png -USES= cmake compiler:c++11-lang pkgconfig python:3.5+ shebangfix xorg +USES= cmake compiler:c++11-lang pkgconfig python shebangfix xorg USE_GITHUB= yes USE_XORG= x11 Index: devel/appstream/Makefile =================================================================== --- devel/appstream/Makefile +++ devel/appstream/Makefile @@ -25,7 +25,7 @@ libyaml.so:textproc/libyaml USES+= gettext gnome localbase:ldflags meson pkgconfig \ - python:3.6+,build tar:xz vala:build + python:build tar:xz vala:build USE_GNOME+= glib20 introspection:build libxml2 libxslt USE_LDCONFIG= yes Index: devel/arduino-bsd-mk/Makefile =================================================================== --- devel/arduino-bsd-mk/Makefile +++ devel/arduino-bsd-mk/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+,run shebangfix +USES= python:run shebangfix SHEBANG_FILES= arduino-boards.py Index: devel/arpc/Makefile =================================================================== --- devel/arpc/Makefile +++ devel/arpc/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR} -USES= compiler:c++17-lang cmake:insource localbase:ldflags python:3.4+ \ +USES= compiler:c++17-lang cmake:insource localbase:ldflags python \ shebangfix SHEBANG_FILES= scripts/aprotoc.py USE_LDCONFIG= yes Index: devel/b2/Makefile =================================================================== --- devel/b2/Makefile +++ devel/b2/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.5.0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent optsuffix CONFLICTS_INSTALL= boost_build Index: devel/bazel029/Makefile =================================================================== --- devel/bazel029/Makefile +++ devel/bazel029/Makefile @@ -22,7 +22,7 @@ CONFLICTS_INSTALL= bazel[0-9]* -USES= cpe python:3.3+ shebangfix zip:infozip +USES= cpe python shebangfix zip:infozip # In bazel, a release is always code-wise identical to the final release candidate. # Hence we can also download that one and so have a simple way to also test earlier release Index: devel/bpython/Makefile =================================================================== --- devel/bpython/Makefile +++ devel/bpython/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/brz/Makefile =================================================================== --- devel/brz/Makefile +++ devel/brz/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testtools>=0:devel/py-testtools@${PY_FLAVOR} -USES= gettext python:3.6+ shebangfix +USES= gettext python shebangfix USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= brz Index: devel/cgit/Makefile =================================================================== --- devel/cgit/Makefile +++ devel/cgit/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= msgfmt:devel/gettext-tools GIT_VERSION= 2.25.1 -USES= compiler:c++11-lang cpe gmake iconv perl5 python:3.2+,env \ +USES= compiler:c++11-lang cpe gmake iconv perl5 python:env \ shebangfix ssl tar:xz CPE_VENDOR= lars_hjemli USE_PERL5= test Index: devel/cmakedoc/Makefile =================================================================== --- devel/cmakedoc/Makefile +++ devel/cmakedoc/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= cmake-doc>=0:devel/cmake-doc -USES= python:3.5+ +USES= python USE_GITHUB= yes GH_ACCOUNT= agateau USE_PYTHON= autoplist distutils noflavors Index: devel/codesearch-py/Makefile =================================================================== --- devel/codesearch-py/Makefile +++ devel/codesearch-py/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes Index: devel/codeville/Makefile =================================================================== --- devel/codeville/Makefile +++ devel/codeville/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} -USES= python:3.7+ tar:txz +USES= python tar:txz USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes Index: devel/cpp2py/Makefile =================================================================== --- devel/cpp2py/Makefile +++ devel/cpp2py/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PY_DEPENDS} \ llvm${LLVM_VER}>0:devel/llvm${LLVM_VER} -USES= cmake compiler:c++14-lang gettext-runtime python:3.7+ shebangfix +USES= cmake compiler:c++14-lang gettext-runtime python shebangfix USE_LDCONFIG= yes USE_GITHUB= yes Index: devel/cpplint/Makefile =================================================================== --- devel/cpplint/Makefile +++ devel/cpplint/Makefile @@ -17,7 +17,7 @@ USE_GITHUB= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils noflavors NO_ARCH= yes Index: devel/cram/Makefile =================================================================== --- devel/cram/Makefile +++ devel/cram/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pep8>=0:devel/pep8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>=0:devel/py-pyflakes@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/cvise/Makefile =================================================================== --- devel/cvise/Makefile +++ devel/cvise/Makefile @@ -26,7 +26,7 @@ # once this is installed, all tests pass for me: # 260 passed, 1 skipped in 64.82 seconds -USES= cmake compiler llvm:min=15,build,run python:3.6+ shebangfix +USES= cmake compiler llvm:min=15,build,run python shebangfix USE_GITHUB= yes GH_ACCOUNT= marxin USE_PYTHON= pytest Index: devel/cxxtest/Makefile =================================================================== --- devel/cxxtest/Makefile +++ devel/cxxtest/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL3+ -USES= gmake python:3.6+,run +USES= gmake python:run USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes Index: devel/d-feet/Makefile =================================================================== --- devel/d-feet/Makefile +++ devel/d-feet/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= itstool:textproc/itstool -USES= gettext gnome meson pkgconfig python:3.5+ tar:xz +USES= gettext gnome meson pkgconfig python tar:xz USE_GNOME= gtk30 libwnck3 pygobject3 introspection:build GLIB_SCHEMAS= org.gnome.dfeet.gschema.xml Index: devel/dconf-editor/Makefile =================================================================== --- devel/dconf-editor/Makefile +++ devel/dconf-editor/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even USES= gettext gnome localbase meson \ - pkgconfig python:3.6+,build tar:xz vala:build + pkgconfig python:build tar:xz vala:build USE_GNOME= gtk30 USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} Index: devel/dconf/Makefile =================================================================== --- devel/dconf/Makefile +++ devel/dconf/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz vala:build +USES= gettext gnome localbase meson pkgconfig python:build tar:xz vala:build USE_CSTD= c99 USE_GNOME= glib20 libxslt:build USE_LDCONFIG= yes Index: devel/dee/Makefile =================================================================== --- devel/dee/Makefile +++ devel/dee/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libicutu.so:devel/icu USES= compiler:c11 gmake gnome libtool localbase pathfix pkgconfig \ - python:3.5+ vala:build + python vala:build USE_GNOME= glib20 introspection:build pygobject3 CONFIGURE_ARGS= --disable-gcov \ Index: devel/devhelp/Makefile =================================================================== --- devel/devhelp/Makefile +++ devel/devhelp/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lib gettext gnome localbase meson pkgconfig \ - python:3.3+,build tar:xz + python:build tar:xz USE_GNOME= cairo gtk30 introspection USE_LDCONFIG= yes Index: devel/dispy/Makefile =================================================================== --- devel/dispy/Makefile +++ devel/dispy/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycos>=4.8.0:devel/pycos@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/distcc/Makefile =================================================================== --- devel/distcc/Makefile +++ devel/distcc/Makefile @@ -55,7 +55,7 @@ GUI_USE= GNOME=gtk20 GUI_CONFIGURE_WITH= gtk IPV6_CONFIGURE_ENABLE= rfc2553 -PUMP_USES= python:3.6+ +PUMP_USES= python PUMP_CONFIGURE_ENABLE= pump-mode PUMP_PLIST_FILES= ${PYTHON_SITELIBDIR}/include_server-${PORTVERSION}-py${PYTHON_VER}.egg-info \ ${PYTHON_SITELIBDIR}/include_server/basics.py \ Index: devel/dwarves/Makefile =================================================================== --- devel/dwarves/Makefile +++ devel/dwarves/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libargp.so:devel/argp-standalone \ libdw.so:devel/elfutils -USES= cmake gettext python:3.7+,env shebangfix tar:xz +USES= cmake gettext python:env shebangfix tar:xz USE_GCC= yes USE_LDCONFIG= yes Index: devel/efl/Makefile =================================================================== --- devel/efl/Makefile +++ devel/efl/Makefile @@ -27,7 +27,7 @@ USES= compiler:c++14-lang gettext-tools gnome iconv \ jpeg libtool localbase:ldflags meson ninja ssl pathfix pkgconfig \ - python:3.5+ shared-mime-info shebangfix tar:xz xorg + python shared-mime-info shebangfix tar:xz xorg SHEBANG_FILES= src/tests/elementary/spec/generator.py \ src/bin/exactness/exactness_play.in \ src/bin/exactness/exactness_record.in Index: devel/eric6/Makefile =================================================================== --- devel/eric6/Makefile +++ devel/eric6/Makefile @@ -31,7 +31,7 @@ CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:C/^/${PORTNAME}-qt5-/} -USES+= desktop-file-utils python:3.5+ pyqt:5 shebangfix +USES+= desktop-file-utils python pyqt:5 shebangfix USE_PYTHON= flavors USE_PYQT= qscintilla2 webengine \ pyqt5 Index: devel/gdb/Makefile =================================================================== --- devel/gdb/Makefile +++ devel/gdb/Makefile @@ -74,7 +74,7 @@ PORT_ICONV_USES= iconv:wchar_t PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD} PYTHON_CONFIGURE_OFF= --without-python -PYTHON_USES= python:3.6+ +PYTHON_USES= python SOURCE_HIGHLIGHT_CONFIGURE_ENABLE= source-highlight SOURCE_HIGHLIGHT_LIB_DEPENDS= \ libsource-highlight.so:textproc/source-highlight Index: devel/gearmand/Makefile =================================================================== --- devel/gearmand/Makefile +++ devel/gearmand/Makefile @@ -20,7 +20,7 @@ USERS= gearmand GROUPS= gearmand -USES= compiler:c++11-lang pathfix gmake perl5 python:build,3.6+ libtool +USES= compiler:c++11-lang pathfix gmake perl5 python:build libtool USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/gettext-msghack/Makefile =================================================================== --- devel/gettext-msghack/Makefile +++ devel/gettext-msghack/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3+ -USES= python:3.5+ shebangfix tar:xz +USES= python shebangfix tar:xz NO_ARCH= yes NO_BUILD= yes Index: devel/git-review/Makefile =================================================================== --- devel/git-review/Makefile +++ devel/git-review/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= git:devel/git \ ${PYTHON_PKGNAMEPREFIX}requests>2.4:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils concurrent optsuffix NO_ARCH= yes Index: devel/gitg/Makefile =================================================================== --- devel/gitg/Makefile +++ devel/gitg/Makefile @@ -31,7 +31,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome localbase \ - meson pathfix pkgconfig python:3.4+,build tar:xz vala:build + meson pathfix pkgconfig python:build tar:xz vala:build USE_GNOME= cairo gtk30 gtksourceview3 intltool introspection USE_LDCONFIG= yes @@ -41,7 +41,7 @@ OPTIONS_DEFINE= PYTHON OPTIONS_SUB= yes -PYTHON_USES= python:3.2+ +PYTHON_USES= python PYTHON_MESON_TRUE= python PYTHON_USE= GNOME=pygobject3 Index: devel/gitinspector/Makefile =================================================================== --- devel/gitinspector/Makefile +++ devel/gitinspector/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= git:devel/git -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/glade/Makefile =================================================================== --- devel/glade/Makefile +++ devel/glade/Makefile @@ -36,7 +36,7 @@ GJS_LIB_DEPENDS= libgjs.so:lang/gjs PYTHON_MESON_ENABLED= python -PYTHON_USES= python:3.4+ +PYTHON_USES= python PYTHON_USE= GNOME=pygobject3 WEBKIT_DESC= Webkit glade support Index: devel/glib20/Makefile =================================================================== --- devel/glib20/Makefile +++ devel/glib20/Makefile @@ -20,7 +20,7 @@ # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) USES= compiler:c11 cpe gettext gnome iconv:wchar_t localbase:ldflags \ - meson perl5 pkgconfig python:3.7+ tar:xz trigger + meson perl5 pkgconfig python tar:xz trigger TRIGGERS= gio-modules glib-schemas USE_LDCONFIG= yes USE_PERL5= build Index: devel/glibmm/Makefile =================================================================== --- devel/glibmm/Makefile +++ devel/glibmm/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 USES= compiler:c++11-lang gettext gnome meson pathfix perl5 \ - pkgconfig python:3.7+,build shebangfix tar:xz + pkgconfig python:build shebangfix tar:xz USE_GNOME= glib20 libsigc++20 USE_LDCONFIG= yes Index: devel/glibmm26/Makefile =================================================================== --- devel/glibmm26/Makefile +++ devel/glibmm26/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 USES= compiler:c++11-lang gettext gnome meson pathfix perl5 \ - pkgconfig python:3.7+,build shebangfix tar:xz + pkgconfig python:build shebangfix tar:xz USE_GNOME= glib20 libsigc++30 USE_LDCONFIG= yes Index: devel/gnome-builder/Makefile =================================================================== --- devel/gnome-builder/Makefile +++ devel/gnome-builder/Makefile @@ -38,7 +38,7 @@ CONFLICTS_BUILD= gnome-builder-3.16.* USES= compiler:c++11-lang desktop-file-utils gettext gnome \ - localbase:lfdlags meson pkgconfig python:3.6+,build shebangfix \ + localbase:lfdlags meson pkgconfig python:build shebangfix \ tar:xz vala:lib USE_GNOME= cairo gtksourceview4 introspection libxml2 vte3 SHEBANG_FILES= ${WRKSRC}/src/plugins/gradle/gradle_plugin.py \ Index: devel/gobject-introspection/Makefile =================================================================== --- devel/gobject-introspection/Makefile +++ devel/gobject-introspection/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even -USES= bison gettext gnome localbase meson pkgconfig python:3.7+ tar:xz +USES= bison gettext gnome localbase meson pkgconfig python tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes MESON_ARGS= -Ddoctool=disabled \ Index: devel/gsettings-desktop-schemas/Makefile =================================================================== --- devel/gsettings-desktop-schemas/Makefile +++ devel/gsettings-desktop-schemas/Makefile @@ -12,7 +12,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.5+,build \ +USES= gettext gnome localbase meson pkgconfig python:build \ tar:xz USE_GNOME= glib20 introspection:build Index: devel/gvfs/Makefile =================================================================== --- devel/gvfs/Makefile +++ devel/gvfs/Makefile @@ -25,7 +25,7 @@ PORTSCOUT= limitw:1,even USES= cpe gettext gnome libarchive localbase meson \ - pkgconfig python:3.5+,build shebangfix tar:xz + pkgconfig python:build shebangfix tar:xz USE_GNOME= glib20 libxml2 libxslt:build SHEBANG_FILES= meson_post_install.py MESON_ARGS= -Dsystemduserunitdir=no \ Index: devel/hgsvn/Makefile =================================================================== --- devel/hgsvn/Makefile +++ devel/hgsvn/Makefile @@ -15,7 +15,7 @@ ${PY_MERCURIAL} \ ${PYTHON_PKGNAMEPREFIX}hglib>0:devel/py-hglib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} Index: devel/ice37/Makefile =================================================================== --- devel/ice37/Makefile +++ devel/ice37/Makefile @@ -66,10 +66,10 @@ PYSITEDIR= ${PYTHON_SITELIBDIR} .endif -.if defined(PYTHON_VER) && (${PYTHON_VER} == "2.7" || ${PYTHON_VER} == "3.4") -PLIST_SUB+= PYTHONGT34="@comment " +.if defined(PYTHON_VER) && ${PYTHON_VER} == "2.7" +PLIST_SUB+= PYTHONGT27="@comment " .else -PLIST_SUB+= PYTHONGT34="" +PLIST_SUB+= PYTHONGT27="" .endif post-patch: Index: devel/icestorm/Makefile =================================================================== --- devel/icestorm/Makefile +++ devel/icestorm/Makefile @@ -13,7 +13,7 @@ libboost_python${PYTHON_SUFFIX}.so:devel/boost-python-libs BUILD_DEPENDS= gsed:textproc/gsed -USES= compiler:c++11-lang gmake pkgconfig python:3.3+ shebangfix +USES= compiler:c++11-lang gmake pkgconfig python shebangfix SHEBANG_FILES= ${WRKSRC}/icebox/*.py \ ${WRKSRC}/icebox/Makefile Index: devel/ikos/Makefile =================================================================== --- devel/ikos/Makefile +++ devel/ikos/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} -USES= cmake ncurses python:3.6+ sqlite +USES= cmake ncurses python sqlite USE_GITHUB= yes GH_ACCOUNT= NASA-SW-VnV USE_LDCONFIG= yes Index: devel/json-glib/Makefile =================================================================== --- devel/json-glib/Makefile +++ devel/json-glib/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext gnome localbase meson python:3.7+ pkgconfig tar:xz +USES= gettext gnome localbase meson python pkgconfig tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes Index: devel/jsoncpp/Makefile =================================================================== --- devel/jsoncpp/Makefile +++ devel/jsoncpp/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang cpe meson pkgconfig python:3.6+,build,test +USES= compiler:c++11-lang cpe meson pkgconfig python:build,test USE_GITHUB= yes GH_ACCOUNT= open-source-parsers MESON_ARGS= --default-library=both Index: devel/kdev-python/Makefile =================================================================== --- devel/kdev-python/Makefile +++ devel/kdev-python/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt LIB_DEPENDS= libKDevPlatformInterfaces.so:devel/kdevelop -USES= cmake compiler:c++11-lib kde:5 python:3.7+ qt:5 tar:xz xorg +USES= cmake compiler:c++11-lib kde:5 python qt:5 tar:xz xorg USE_KDE= attica auth codecs completion config configwidgets coreaddons \ ecm i18n itemmodels jobwidgets kio newstuff parts service \ solid sonnet syntaxhighlighting texteditor textwidgets \ Index: devel/kore/Makefile =================================================================== --- devel/kore/Makefile +++ devel/kore/Makefile @@ -43,7 +43,7 @@ PGSQL_IMPLIES= HTTP PGSQL_USES= pgsql PGSQL_MAKE_ARGS= PGSQL=1 -PYTHON_USES= gettext-runtime python:3.6+ +PYTHON_USES= gettext-runtime python PYTHON_MAKE_ARGS= PYTHON=1 PYTHON_BINARY_ALIAS= python3-config=${PYTHON_CMD}-config TASKS_MAKE_ARGS= TASKS=1 Index: devel/libcdada/Makefile =================================================================== --- devel/libcdada/Makefile +++ devel/libcdada/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf libtool pkgconfig python:3.8+ shebangfix +USES= autoreconf libtool pkgconfig python shebangfix SHEBANG_FILES= tools/cdada-gen USE_GITHUB= yes GNU_CONFIGURE= yes Index: devel/libclc/Makefile =================================================================== --- devel/libclc/Makefile +++ devel/libclc/Makefile @@ -17,7 +17,7 @@ spirv-llvm-translator-llvm15>0:devel/spirv-llvm-translator@llvm15 \ libedit>=0:devel/libedit -USES= cmake compiler:c++11-lib python:3.6+,build tar:xz +USES= cmake compiler:c++11-lib python:build tar:xz USE_LDCONFIG= yes BINARY_ALIAS= python=${PYTHON_CMD} Index: devel/libevdev/Makefile =================================================================== --- devel/libevdev/Makefile +++ devel/libevdev/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT # without linux/*.h LICENSE_FILE= ${WRKSRC}/COPYING -USES= meson pkgconfig python:3.5+,build shebangfix +USES= meson pkgconfig python:build shebangfix USE_LDCONFIG= yes USE_GITLAB= yes Index: devel/libgit2-glib/Makefile =================================================================== --- devel/libgit2-glib/Makefile +++ devel/libgit2-glib/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 USES= compiler:c11 gnome localbase \ - meson pkgconfig python:3.4+,build tar:xz vala:build + meson pkgconfig python:build tar:xz vala:build USE_GNOME= glib20 introspection USE_LDCONFIG= yes MESON_ARGS= -Dpython=false Index: devel/libgraphqlparser/Makefile =================================================================== --- devel/libgraphqlparser/Makefile +++ devel/libgraphqlparser/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= bison cmake compiler:c++11-lang python:3.6+,build +USES= bison cmake compiler:c++11-lang python:build USE_GITHUB= yes GH_ACCOUNT= graphql Index: devel/libkiwix/Makefile =================================================================== --- devel/libkiwix/Makefile +++ devel/libkiwix/Makefile @@ -21,7 +21,7 @@ libcurl.so:ftp/curl \ libmicrohttpd.so:www/libmicrohttpd -USES= compiler:c++11-lang meson pkgconfig python:3.6+ shebangfix +USES= compiler:c++11-lang meson pkgconfig python shebangfix USE_GITHUB= yes GH_ACCOUNT= kiwix GH_TUPLE= kiwix:${PORTNAME}:${PORTVERSION}:DEFAULT \ Index: devel/libpeas/Makefile =================================================================== --- devel/libpeas/Makefile +++ devel/libpeas/Makefile @@ -52,7 +52,7 @@ LIB_DEPENDS+= libpeas-1.0.so:devel/libpeas PORTSCOUT= limitw:1,even -USES+= python:3.6+ +USES+= python USE_PYTHON= flavors USE_GNOME+= pygobject3 MESON_ARGS+= -Dpython3=true \ Index: devel/libpff/Makefile =================================================================== --- devel/libpff/Makefile +++ devel/libpff/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libfwnt=${LOCALBASE} CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= cpe libtool pathfix python:3.5+ +USES= cpe libtool pathfix python CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: devel/libsavitar/Makefile =================================================================== --- devel/libsavitar/Makefile +++ devel/libsavitar/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= sip:devel/py-sip4 LIB_DEPENDS= libpugixml.so:textproc/pugixml -USES= cmake compiler:c++11-lang python:3.5+ pyqt:5 gettext-runtime +USES= cmake compiler:c++11-lang python pyqt:5 gettext-runtime USE_GITHUB= yes GH_ACCOUNT= Ultimaker USE_LDCONFIG= yes Index: devel/libsearpc/Makefile =================================================================== --- devel/libsearpc/Makefile +++ devel/libsearpc/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= haiwen GH_TAGNAME= 54145b0 -USES= autoreconf gettext libtool pathfix pkgconfig python:3.6+ shebangfix +USES= autoreconf gettext libtool pathfix pkgconfig python shebangfix SHEBANG_FILES= lib/searpc-codegen.py USE_LDCONFIG= yes Index: devel/libsigrokdecode/Makefile =================================================================== --- devel/libsigrokdecode/Makefile +++ devel/libsigrokdecode/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome libtool pathfix pkgconfig python:3.4+ +USES= gnome libtool pathfix pkgconfig python USE_GNOME= glib20 GNU_CONFIGURE= yes Index: devel/libsoup/Makefile =================================================================== --- devel/libsoup/Makefile +++ devel/libsoup/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= glib-networking>=2.29.18:net/glib-networking USES= cpe gettext gnome localbase meson \ - pkgconfig python:3.6+,build sqlite ssl tar:xz + pkgconfig python:build sqlite ssl tar:xz USE_GNOME= glib20 intlhack introspection:build \ libxml2 USE_LDCONFIG= yes Index: devel/libsoup3/Makefile =================================================================== --- devel/libsoup3/Makefile +++ devel/libsoup3/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= glib-networking>0:net/glib-networking -USES= cpe gettext gnome meson pkgconfig python:3.6+,build sqlite \ +USES= cpe gettext gnome meson pkgconfig python:build sqlite \ ssl tar:xz USE_GNOME= glib20 intlhack introspection:build libxml2 USE_LDCONFIG= yes Index: devel/libvirt-glib/Makefile =================================================================== --- devel/libvirt-glib/Makefile +++ devel/libvirt-glib/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libvirt.so:devel/libvirt USES= gettext gmake gnome libtool meson pathfix pkgconfig \ - python:3.6+ tar:xz + python tar:xz OPTIONS_DEFINE= DOCS VAPI OPTIONS_DEFAULT= DOCS VAPI Index: devel/libvirt/Makefile =================================================================== --- devel/libvirt/Makefile +++ devel/libvirt/Makefile @@ -131,7 +131,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector USES= gnome charsetfix compiler:c++0x cpe gettext-runtime gmake libtool \ - meson pathfix perl5 python:3.6+,build pkgconfig shebangfix tar:xz + meson pathfix perl5 python:build pkgconfig shebangfix tar:xz USE_GNOME= glib20 USE_RC_SUBR= libvirtd virtlogd CPE_VENDOR= redhat Index: devel/libzim/Makefile =================================================================== --- devel/libzim/Makefile +++ devel/libzim/Makefile @@ -16,7 +16,7 @@ libxapian.so:databases/xapian-core \ libzstd.so:archivers/zstd -USES= compiler:c++14-lang meson pkgconfig python:3.6+ tar:xz +USES= compiler:c++14-lang meson pkgconfig python tar:xz USE_LDCONFIG= yes MESON_ARGS= -Dcpp_std=c++14 Index: devel/llvm-cheri/Makefile =================================================================== --- devel/llvm-cheri/Makefile +++ devel/llvm-cheri/Makefile @@ -130,7 +130,7 @@ .if ${PORT_OPTIONS:MLIT} MAN1SRCS+= ${LIT_MAN1SRCS} # lit requires python, but don't install it by default. Users can install. -#_USES_PYTHON= python:3.7+ +#_USES_PYTHON= python .endif .if ${PORT_OPTIONS:MLLD} @@ -142,14 +142,14 @@ LLVM_ENABLE_PROJECTS+= lldb COMMANDS+= ${LLDB_COMMANDS} MAN1SRCS+= ${LLDB_MAN1SRCS} -_USES_PYTHON= python:3.7+ +_USES_PYTHON= python .endif .if defined(LLVM_ENABLE_PROJECTS) CMAKE_ARGS+= -DLLVM_ENABLE_PROJECTS="${LLVM_ENABLE_PROJECTS:ts;}" .endif -_USES_PYTHON?= python:3.7+,build +_USES_PYTHON?= python:build USES+= ${_USES_PYTHON} .include Index: devel/llvm-devel/Makefile =================================================================== --- devel/llvm-devel/Makefile +++ devel/llvm-devel/Makefile @@ -30,7 +30,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} USES= cmake compiler:c++17-lang cpe shebangfix -_USES_PYTHON?= python:3.7+,build +_USES_PYTHON?= python:build USES+= ${_USES_PYTHON} USE_LDCONFIG= ${LLVM_PREFIX}/lib SHEBANG_FILES= \ @@ -158,7 +158,7 @@ GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils GOLD_PLIST_FILES= ${LLVM_DIR}/lib/LLVMgold.so LIT_DESC= Install lit and FileCheck test tools -LIT_VARS= _USES_PYTHON=python:3.7+ +LIT_VARS= _USES_PYTHON=python LIT_PLIST_SUB= LIT_MOD_NAME=${LIT_MOD_NAME} LLD_DESC= Install lld, the LLVM linker LLDB_BUILD_DEPENDS= swig:devel/swig @@ -167,7 +167,7 @@ LLDB_PLIST_SUB= PYTHON_ABIVER=${PYTHON_ABIVER} LLDB_USES= lua:53 libedit LLDB_USE= GNOME=libxml2 -LLDB_VARS= _USES_PYTHON=python:3.7+ +LLDB_VARS= _USES_PYTHON=python MLIR_DESC= Multi-Level Intermediate Representation OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_CMAKE_ON= -DLIBOMPTARGET_BUILD_DEVICERTL_BCLIB=OFF Index: devel/llvm10/Makefile =================================================================== --- devel/llvm10/Makefile +++ devel/llvm10/Makefile @@ -32,7 +32,7 @@ USES= cmake compiler:c++11-lib cpe libedit perl5 tar:xz \ shebangfix -_USES_PYTHON?= python:3.7+,build +_USES_PYTHON?= python:build USES+= ${_USES_PYTHON} USE_LDCONFIG= ${LLVM_PREFIX}/lib SHEBANG_FILES= utils/lit/lit.py utils/llvm-lit/llvm-lit.in \ @@ -133,7 +133,7 @@ GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils LIT_DESC= Install lit and FileCheck test tools -LIT_VARS= _USES_PYTHON=python:3.7+ +LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker LLD_DISTFILES= lld-${DISTVERSION}.src${EXTRACT_SUFX} LLDB_BINARY_ALIAS= swig=swig40 @@ -150,13 +150,13 @@ LLDB_EXTRA_PATCHES= ${PATCHDIR}/lldb LLDB_IMPLIES= CLANG LLDB_PORTDOCS= lldb -LLDB_VARS= _USES_PYTHON=python:3.7+ +LLDB_VARS= _USES_PYTHON=python OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_DISTFILES= openmp-${DISTVERSION}.src${EXTRACT_SUFX} OPENMP_EXTRA_PATCHES= ${PATCHDIR}/openmp PYCLANG_DESC= Install python bindings to libclang PYCLANG_IMPLIES= CLANG -PYCLANG_VARS= _USES_PYTHON=python:3.7+ +PYCLANG_VARS= _USES_PYTHON=python PYCLANG_CMAKE_ON= -DCLANG_PYTHON_BINDINGS_VERSIONS=${PYTHON_VER} .if defined(WITH_DEBUG) Index: devel/llvm11/Makefile =================================================================== --- devel/llvm11/Makefile +++ devel/llvm11/Makefile @@ -32,7 +32,7 @@ USES= cmake compiler:c++11-lib cpe libedit perl5 tar:xz \ shebangfix -_USES_PYTHON?= python:3.7+,build +_USES_PYTHON?= python:build USES+= ${_USES_PYTHON} USE_LDCONFIG= ${LLVM_PREFIX}/lib SHEBANG_FILES= utils/lit/lit.py utils/llvm-lit/llvm-lit.in \ @@ -130,7 +130,7 @@ GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils LIT_DESC= Install lit and FileCheck test tools -LIT_VARS= _USES_PYTHON=python:3.7+ +LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker LLD_DISTFILES= lld-${DISTVERSION}.src${EXTRACT_SUFX} LLDB_BINARY_ALIAS= swig=swig40 @@ -147,12 +147,12 @@ LLDB_EXTRA_PATCHES= ${PATCHDIR}/lldb LLDB_IMPLIES= CLANG LLDB_PORTDOCS= lldb -LLDB_VARS= _USES_PYTHON=python:3.7+ +LLDB_VARS= _USES_PYTHON=python OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_DISTFILES= openmp-${DISTVERSION}.src${EXTRACT_SUFX} PYCLANG_DESC= Install python bindings to libclang PYCLANG_IMPLIES= CLANG -PYCLANG_VARS= _USES_PYTHON=python:3.7+ +PYCLANG_VARS= _USES_PYTHON=python PYCLANG_CMAKE_ON= -DCLANG_PYTHON_BINDINGS_VERSIONS=${PYTHON_VER} .if defined(WITH_DEBUG) Index: devel/llvm12/Makefile =================================================================== --- devel/llvm12/Makefile +++ devel/llvm12/Makefile @@ -33,7 +33,7 @@ USES= cmake compiler:c++11-lib cpe perl5 tar:xz \ shebangfix -_USES_PYTHON?= python:3.7+,build +_USES_PYTHON?= python:build USES+= ${_USES_PYTHON} USE_LDCONFIG= ${LLVM_PREFIX}/lib SHEBANG_FILES= llvm/utils/lit/lit.py llvm/utils/llvm-lit/llvm-lit.in \ @@ -143,7 +143,7 @@ GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils LIT_DESC= Install lit and FileCheck test tools -LIT_VARS= _USES_PYTHON=python:3.7+ +LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker LLDB_BUILD_DEPENDS= swig:devel/swig LLDB_CMAKE_ON= -DLUA_INCLUDE_DIR=${LOCALBASE}/include/lua${LUA_VER_STR} \ @@ -156,12 +156,12 @@ LLDB_DESC= Install lldb, the LLVM debugger LLDB_IMPLIES= CLANG LLDB_USES= lua:53 libedit -LLDB_VARS= _USES_PYTHON=python:3.7+ +LLDB_VARS= _USES_PYTHON=python OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_PORTDOCS= openmp PYCLANG_DESC= Install python bindings to libclang PYCLANG_IMPLIES= CLANG -PYCLANG_VARS= _USES_PYTHON=python:3.7+ +PYCLANG_VARS= _USES_PYTHON=python PYCLANG_CMAKE_ON= -DCLANG_PYTHON_BINDINGS_VERSIONS=${PYTHON_VER} .if defined(WITH_DEBUG) Index: devel/llvm13/Makefile =================================================================== --- devel/llvm13/Makefile +++ devel/llvm13/Makefile @@ -33,7 +33,7 @@ USES= cmake compiler:c++11-lib cpe perl5 tar:xz \ shebangfix -_USES_PYTHON?= python:3.7+,build +_USES_PYTHON?= python:build USES+= ${_USES_PYTHON} USE_LDCONFIG= ${LLVM_PREFIX}/lib SHEBANG_FILES= \ @@ -162,7 +162,7 @@ GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils LIT_DESC= Install lit and FileCheck test tools -LIT_VARS= _USES_PYTHON=python:3.7+ +LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker LLDB_BUILD_DEPENDS= swig:devel/swig LLDB_CMAKE_ON= -DLUA_INCLUDE_DIR=${LOCALBASE}/include/lua${LUA_VER_STR} \ @@ -175,14 +175,14 @@ LLDB_DESC= Install lldb, the LLVM debugger LLDB_IMPLIES= CLANG LLDB_USES= lua:53 libedit -LLDB_VARS= _USES_PYTHON=python:3.7+ +LLDB_VARS= _USES_PYTHON=python MLIR_DESC= Multi-Level Intermediate Representation OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_CMAKE_ON= -DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=OFF OPENMP_PORTDOCS= openmp PYCLANG_DESC= Install python bindings to libclang PYCLANG_IMPLIES= CLANG -PYCLANG_VARS= _USES_PYTHON=python:3.7+ +PYCLANG_VARS= _USES_PYTHON=python PYCLANG_CMAKE_ON= -DCLANG_PYTHON_BINDINGS_VERSIONS=${PYTHON_VER} .if defined(WITH_DEBUG) Index: devel/llvm14/Makefile =================================================================== --- devel/llvm14/Makefile +++ devel/llvm14/Makefile @@ -33,7 +33,7 @@ USES= cmake compiler:c++11-lib cpe perl5 tar:xz \ shebangfix -_USES_PYTHON?= python:3.7+,build +_USES_PYTHON?= python:build USES+= ${_USES_PYTHON} USE_LDCONFIG= ${LLVM_PREFIX}/lib SHEBANG_FILES= \ @@ -156,7 +156,7 @@ GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils LIT_DESC= Install lit and FileCheck test tools -LIT_VARS= _USES_PYTHON=python:3.7+ +LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker LLDB_BUILD_DEPENDS= swig:devel/swig LLDB_CMAKE_ON= -DLUA_INCLUDE_DIR=${LOCALBASE}/include/lua${LUA_VER_STR} \ @@ -170,7 +170,7 @@ LLDB_IMPLIES= CLANG LLDB_PLIST_SUB= PYTHON_ABIVER=${PYTHON_ABIVER} LLDB_USES= lua:53 libedit -LLDB_VARS= _USES_PYTHON=python:3.7+ +LLDB_VARS= _USES_PYTHON=python MLIR_DESC= Multi-Level Intermediate Representation OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_CMAKE_ON= -DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=OFF \ @@ -178,7 +178,7 @@ OPENMP_PORTDOCS= openmp PYCLANG_DESC= Install python bindings to libclang PYCLANG_IMPLIES= CLANG -PYCLANG_VARS= _USES_PYTHON=python:3.7+ +PYCLANG_VARS= _USES_PYTHON=python PYCLANG_CMAKE_ON= -DCLANG_PYTHON_BINDINGS_VERSIONS=${PYTHON_VER} .if defined(WITH_DEBUG) Index: devel/llvm15/Makefile =================================================================== --- devel/llvm15/Makefile +++ devel/llvm15/Makefile @@ -39,7 +39,7 @@ USES= cmake compiler:c++11-lib cpe perl5 tar:xz \ shebangfix -_USES_PYTHON?= python:3.7+,build +_USES_PYTHON?= python:build USES+= ${_USES_PYTHON} USE_LDCONFIG= ${LLVM_PREFIX}/lib SHEBANG_FILES= \ @@ -175,7 +175,7 @@ GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils LIT_DESC= Install lit and FileCheck test tools -LIT_VARS= _USES_PYTHON=python:3.7+ +LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker LLDB_BUILD_DEPENDS= swig:devel/swig LLDB_CMAKE_ON= -DLUA_INCLUDE_DIR=${LOCALBASE}/include/lua${LUA_VER_STR} \ @@ -189,14 +189,14 @@ LLDB_IMPLIES= CLANG LLDB_PLIST_SUB= PYTHON_ABIVER=${PYTHON_ABIVER} LLDB_USES= lua:53 libedit -LLDB_VARS= _USES_PYTHON=python:3.7+ +LLDB_VARS= _USES_PYTHON=python MLIR_DESC= Multi-Level Intermediate Representation OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_CMAKE_ON= -DLIBOMPTARGET_BUILD_DEVICERTL_BCLIB=OFF OPENMP_PORTDOCS= openmp PYCLANG_DESC= Install python bindings to libclang PYCLANG_IMPLIES= CLANG -PYCLANG_VARS= _USES_PYTHON=python:3.7+ +PYCLANG_VARS= _USES_PYTHON=python PYCLANG_CMAKE_ON= -DCLANG_PYTHON_BINDINGS_VERSIONS=${PYTHON_VER} STATIC_LIBS_DESC= Install static libraries (does not effect sanitizers) Index: devel/llvm16/Makefile =================================================================== --- devel/llvm16/Makefile +++ devel/llvm16/Makefile @@ -39,7 +39,7 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} USES= cmake compiler:c++17-lang cpe tar:xz shebangfix -_USES_PYTHON?= python:3.7+,build +_USES_PYTHON?= python:build USES+= ${_USES_PYTHON} USE_LDCONFIG= ${LLVM_PREFIX}/lib SHEBANG_FILES= \ @@ -175,7 +175,7 @@ GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils GOLD_PLIST_FILES= ${LLVM_DIR}/lib/LLVMgold.so LIT_DESC= Install lit and FileCheck test tools -LIT_VARS= _USES_PYTHON=python:3.7+ +LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker LLDB_BUILD_DEPENDS= swig:devel/swig LLDB_CMAKE_ON= -DLUA_INCLUDE_DIR=${LOCALBASE}/include/lua${LUA_VER_STR} \ @@ -189,14 +189,14 @@ LLDB_IMPLIES= CLANG LLDB_PLIST_SUB= PYTHON_ABIVER=${PYTHON_ABIVER} LLDB_USES= lua:53 libedit -LLDB_VARS= _USES_PYTHON=python:3.7+ +LLDB_VARS= _USES_PYTHON=python MLIR_DESC= Multi-Level Intermediate Representation OPENMP_DESC= Install libomp, the LLVM OpenMP runtime library OPENMP_CMAKE_ON= -DLIBOMPTARGET_BUILD_DEVICERTL_BCLIB=OFF OPENMP_PORTDOCS= openmp PYCLANG_DESC= Install python bindings to libclang PYCLANG_IMPLIES= CLANG -PYCLANG_VARS= _USES_PYTHON=python:3.7+ +PYCLANG_VARS= _USES_PYTHON=python PYCLANG_CMAKE_ON= -DCLANG_PYTHON_BINDINGS_VERSIONS=${PYTHON_VER} STATIC_LIBS_DESC= Install static libraries (does not effect sanitizers) Index: devel/loccount/Makefile =================================================================== --- devel/loccount/Makefile +++ devel/loccount/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= a2x:textproc/asciidoc -USES= gmake go python:3.5+,build +USES= gmake go python:build USE_GITLAB= yes GL_ACCOUNT= esr GL_COMMIT= dc8279ab2e49ba60db121a47c15dc4ef8b543352 Index: devel/meson/Makefile =================================================================== --- devel/meson/Makefile +++ devel/meson/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} -USES= ninja:run python:3.6+ shebangfix +USES= ninja:run python shebangfix USE_PYTHON= autoplist pep517 SHEBANG_FILES= mesonbuild/rewriter.py \ mesonbuild/scripts/cmake_run_ctgt.py Index: devel/nextpnr/Makefile =================================================================== --- devel/nextpnr/Makefile +++ devel/nextpnr/Makefile @@ -23,7 +23,7 @@ libboost_program_options.so:devel/boost-libs \ ${PY_BOOST} -USES= compiler:c++11-lang cmake qt:5 eigen:3 python:3.5+ gl +USES= compiler:c++11-lang cmake qt:5 eigen:3 python gl USE_QT= buildtools:build core gui opengl qmake:build widgets USE_GL= gl glu USE_GITHUB= yes Index: devel/nox/Makefile =================================================================== --- devel/nox/Makefile +++ devel/nox/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 autoplist pytest # tests fail to run, see https://github.com/wntrblm/nox/issues/689 USE_GITHUB= yes Index: devel/nuitka/Makefile =================================================================== --- devel/nuitka/Makefile +++ devel/nuitka/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ordered-set>=4.1.0:devel/py-ordered-set@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zstandard>=0.15:archivers/py-zstandard@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/oci-cli/Makefile =================================================================== --- devel/oci-cli/Makefile +++ devel/oci-cli/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.15.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}terminaltables>=3.1.0:textproc/py-terminaltables@${PY_FLAVOR} -USES= python:3.6-3.11 +USES= python:3.8-3.11 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/pep8/Makefile =================================================================== --- devel/pep8/Makefile +++ devel/pep8/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils do-test: Index: devel/plasma/Makefile =================================================================== --- devel/plasma/Makefile +++ devel/plasma/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pefile>=0:devel/py-pefile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyelftools>=0:devel/py-pyelftools@${PY_FLAVOR} -USES= python:3.4+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= plasma-disassembler Index: devel/py-Automat/Makefile =================================================================== --- devel/py-Automat/Makefile +++ devel/py-Automat/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} # Officially: 2.7, 3.5-3.8 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils # Note: We cannot include devel/py-twisted in *_DEPENDS because it depends Index: devel/py-BTrees/Makefile =================================================================== --- devel/py-BTrees/Makefile +++ devel/py-BTrees/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}persistent>=4.4.0:devel/py-persistent@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: devel/py-DateTime/Makefile =================================================================== --- devel/py-DateTime/Makefile +++ devel/py-DateTime/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist .include Index: devel/py-Dumper/Makefile =================================================================== --- devel/py-Dumper/Makefile +++ devel/py-Dumper/Makefile @@ -10,7 +10,7 @@ LICENSE= PSFL -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-ExtensionClass/Makefile =================================================================== --- devel/py-ExtensionClass/Makefile +++ devel/py-ExtensionClass/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-Faker/Makefile =================================================================== --- devel/py-Faker/Makefile +++ devel/py-Faker/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}random2>0:math/py-random2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}validators>0:devel/py-validators@${PY_FLAVOR} -USES= pytest python:3.7+ +USES= pytest python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= rubygem-faker Index: devel/py-IBMQuantumExperience/Makefile =================================================================== --- devel/py-IBMQuantumExperience/Makefile +++ devel/py-IBMQuantumExperience/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests_ntlm>=0:www/py-requests_ntlm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-Jinja2/Makefile =================================================================== --- devel/py-Jinja2/Makefile +++ devel/py-Jinja2/Makefile @@ -23,7 +23,7 @@ CPE_VENDOR= pocoo .endif .if ${PKGNAMESUFFIX} == -doc -USES= gmake python:3.7+ +USES= gmake python USE_PYTHON= flavors .endif Index: devel/py-Js2Py/Makefile =================================================================== --- devel/py-Js2Py/Makefile +++ devel/py-Js2Py/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.2:devel/py-tzlocal@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-PYB11Generator/Makefile =================================================================== --- devel/py-PYB11Generator/Makefile +++ devel/py-PYB11Generator/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils # autoplist is broken - it prints __pycache__ items that aren't installed NO_ARCH= yes Index: devel/py-PeachPy/Makefile =================================================================== --- devel/py-PeachPy/Makefile +++ devel/py-PeachPy/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= Maratyszcza # the latest version is here, not on PyPI GH_TAGNAME= 01d1515 Index: devel/py-Products.ExternalEditor/Makefile =================================================================== --- devel/py-Products.ExternalEditor/Makefile +++ devel/py-Products.ExternalEditor/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist .include Index: devel/py-Products.PloneLanguageTool/Makefile =================================================================== --- devel/py-Products.PloneLanguageTool/Makefile +++ devel/py-Products.PloneLanguageTool/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 NO_ARCH= yes -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils post-patch: Index: devel/py-PyExecJS/Makefile =================================================================== --- devel/py-PyExecJS/Makefile +++ devel/py-PyExecJS/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils OPTIONS_GROUP= RUNTIME Index: devel/py-PyLD/Makefile =================================================================== --- devel/py-PyLD/Makefile +++ devel/py-PyLD/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes Index: devel/py-PyUtilib/Makefile =================================================================== --- devel/py-PyUtilib/Makefile +++ devel/py-PyUtilib/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-QtPy/Makefile =================================================================== --- devel/py-QtPy/Makefile +++ devel/py-QtPy/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-qt>0:devel/py-pytest-qt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 autoplist pytest # 1 test fails, see https://github.com/spyder-ide/qtpy/issues/418 NO_ARCH= yes Index: devel/py-RPyC/Makefile =================================================================== --- devel/py-RPyC/Makefile +++ devel/py-RPyC/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -USES= cpe python:3.7+ shebangfix +USES= cpe python shebangfix CPE_VENDOR= ${PORTNAME:tl}_project SHEBANG_FILES= rpyc/cli/*.py Index: devel/py-ZopeUndo/Makefile =================================================================== --- devel/py-ZopeUndo/Makefile +++ devel/py-ZopeUndo/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist .include Index: devel/py-about-time/Makefile =================================================================== --- devel/py-about-time/Makefile +++ devel/py-about-time/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-absl-py/Makefile =================================================================== --- devel/py-absl-py/Makefile +++ devel/py-absl-py/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-absl/Makefile =================================================================== --- devel/py-absl/Makefile +++ devel/py-absl/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-adb/Makefile =================================================================== --- devel/py-adb/Makefile +++ devel/py-adb/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= google GH_PROJECT= python-${PORTNAME} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-addict/Makefile =================================================================== --- devel/py-addict/Makefile +++ devel/py-addict/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-aenum/Makefile =================================================================== --- devel/py-aenum/Makefile +++ devel/py-aenum/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/aenum/LICENSE -USES= python:3.4+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-aioapns/Makefile =================================================================== --- devel/py-aioapns/Makefile +++ devel/py-aioapns/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0.0:www/py-pyjwt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-aiocontextvars/Makefile =================================================================== --- devel/py-aiocontextvars/Makefile +++ devel/py-aiocontextvars/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: devel/py-aiofiles/Makefile =================================================================== --- devel/py-aiofiles/Makefile +++ devel/py-aiofiles/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-aiohttp-apispec/Makefile =================================================================== --- devel/py-aiohttp-apispec/Makefile +++ devel/py-aiohttp-apispec/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}webargs>0:www/py-webargs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-aioice/Makefile =================================================================== --- devel/py-aioice/Makefile +++ devel/py-aioice/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-aioitertools/Makefile =================================================================== --- devel/py-aioitertools/Makefile +++ devel/py-aioitertools/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-aiologger/Makefile =================================================================== --- devel/py-aiologger/Makefile +++ devel/py-aiologger/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-aiorpcX/Makefile =================================================================== --- devel/py-aiorpcX/Makefile +++ devel/py-aiorpcX/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websockets>=0:devel/py-websockets@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= py[0-9]*-aiorpcX-legacy Index: devel/py-aiortc/Makefile =================================================================== --- devel/py-aiortc/Makefile +++ devel/py-aiortc/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}pyee>=9.0.0:devel/py-pyee@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pylibsrtp>=0.5.6:devel/py-pylibsrtp@${PY_FLAVOR} -USES= localbase python:3.5+ +USES= localbase python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-aiosignal/Makefile =================================================================== --- devel/py-aiosignal/Makefile +++ devel/py-aiosignal/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0.36:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozenlist>=1.1.0:devel/py-frozenlist@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-airtable-python-wrapper/Makefile =================================================================== --- devel/py-airtable-python-wrapper/Makefile +++ devel/py-airtable-python-wrapper/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-amalgamate/Makefile =================================================================== --- devel/py-amalgamate/Makefile +++ devel/py-amalgamate/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.4+ +USES= python USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes Index: devel/py-aniso8601/Makefile =================================================================== --- devel/py-aniso8601/Makefile +++ devel/py-aniso8601/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-aniso86016/Makefile =================================================================== --- devel/py-aniso86016/Makefile +++ devel/py-aniso86016/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-anndata/Makefile =================================================================== --- devel/py-anndata/Makefile +++ devel/py-anndata/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}pandas>=1.1.1,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.4:science/py-scipy@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-ansi/Makefile =================================================================== --- devel/py-ansi/Makefile +++ devel/py-ansi/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=62.6:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.37.1:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-antlr4-python3-runtime/Makefile =================================================================== --- devel/py-antlr4-python3-runtime/Makefile +++ devel/py-antlr4-python3-runtime/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-anyconfig/Makefile =================================================================== --- devel/py-anyconfig/Makefile +++ devel/py-anyconfig/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-anyio/Makefile =================================================================== --- devel/py-anyio/Makefile +++ devel/py-anyio/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.8:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=1.1:devel/py-sniffio@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-anyjson/Makefile =================================================================== --- devel/py-anyjson/Makefile +++ devel/py-anyjson/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-apache_conf_parser/Makefile =================================================================== --- devel/py-apache_conf_parser/Makefile +++ devel/py-apache_conf_parser/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-apipkg/Makefile =================================================================== --- devel/py-apipkg/Makefile +++ devel/py-apipkg/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-apispec/Makefile =================================================================== --- devel/py-apispec/Makefile +++ devel/py-apispec/Makefile @@ -20,7 +20,7 @@ TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openapi-spec-validator>0:devel/py-openapi-spec-validator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prance>=0.11:devel/py-prance@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: devel/py-appdirs/Makefile =================================================================== --- devel/py-appdirs/Makefile +++ devel/py-appdirs/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-applicationinsights/Makefile =================================================================== --- devel/py-applicationinsights/Makefile +++ devel/py-applicationinsights/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-apptools/Makefile =================================================================== --- devel/py-apptools/Makefile +++ devel/py-apptools/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} # The requirements are defined in apptools/__init__.py -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: devel/py-apscheduler/Makefile =================================================================== --- devel/py-apscheduler/Makefile +++ devel/py-apscheduler/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-tornado>0:devel/py-pytest-tornado@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ENV= ${MAKE_ENV} TZ=UTC Index: devel/py-archinfo/Makefile =================================================================== --- devel/py-archinfo/Makefile +++ devel/py-archinfo/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyvex>0:security/py-pyvex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unicorn>0:emulators/py-unicorn@${PY_FLAVOR} -USES= angr:nose python:3.6+ +USES= angr:nose python USE_GITHUB= yes GH_ACCOUNT= angr USE_PYTHON= autoplist distutils Index: devel/py-argcomplete/Makefile =================================================================== --- devel/py-argcomplete/Makefile +++ devel/py-argcomplete/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-argh/Makefile =================================================================== --- devel/py-argh/Makefile +++ devel/py-argh/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=${PORTVERSION}<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist pep517 .include Index: devel/py-argparse/Makefile =================================================================== --- devel/py-argparse/Makefile +++ devel/py-argparse/Makefile @@ -10,7 +10,7 @@ LICENSE= PSFL -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-args/Makefile =================================================================== --- devel/py-args/Makefile +++ devel/py-args/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-arpeggio/Makefile =================================================================== --- devel/py-arpeggio/Makefile +++ devel/py-arpeggio/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-arrow/Makefile =================================================================== --- devel/py-arrow/Makefile +++ devel/py-arrow/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0:devel/py-dateutil@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-asciimatics/Makefile =================================================================== --- devel/py-asciimatics/Makefile +++ devel/py-asciimatics/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pyfiglet>=0.7.2:misc/py-pyfiglet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>0:devel/py-wcwidth@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-asn1crypto/Makefile =================================================================== --- devel/py-asn1crypto/Makefile +++ devel/py-asn1crypto/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-aspy.yaml/Makefile =================================================================== --- devel/py-aspy.yaml/Makefile +++ devel/py-aspy.yaml/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-ast-decompiler/Makefile =================================================================== --- devel/py-ast-decompiler/Makefile +++ devel/py-ast-decompiler/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-asteval/Makefile =================================================================== --- devel/py-asteval/Makefile +++ devel/py-asteval/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: devel/py-astor/Makefile =================================================================== --- devel/py-astor/Makefile +++ devel/py-astor/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-astroid/Makefile =================================================================== --- devel/py-astroid/Makefile +++ devel/py-astroid/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4.0:devel/py-lazy-object-proxy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.14<2:devel/py-wrapt@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-astroid253/Makefile =================================================================== --- devel/py-astroid253/Makefile +++ devel/py-astroid253/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ ${PYNUMPY} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest CONFLICTS= ${PYTHON_PKGNAMEPREFIX}astroid Index: devel/py-asttokens/Makefile =================================================================== --- devel/py-asttokens/Makefile +++ devel/py-asttokens/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid253>=0:devel/py-astroid253@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ARGS= --ignore=tests/testdata NO_ARCH= yes Index: devel/py-astunparse/Makefile =================================================================== --- devel/py-astunparse/Makefile +++ devel/py-astunparse/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1<2.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.23.0<1.0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-async-lru/Makefile =================================================================== --- devel/py-async-lru/Makefile +++ devel/py-async-lru/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-async_generator/Makefile =================================================================== --- devel/py-async_generator/Makefile +++ devel/py-async_generator/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.MIT LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE2 -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-async_timeout/Makefile =================================================================== --- devel/py-async_timeout/Makefile +++ devel/py-async_timeout/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-asynctest/Makefile =================================================================== --- devel/py-asynctest/Makefile +++ devel/py-asynctest/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-atomiclong/Makefile =================================================================== --- devel/py-atomiclong/Makefile +++ devel/py-atomiclong/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest post-patch: Index: devel/py-atomicwrites/Makefile =================================================================== --- devel/py-atomicwrites/Makefile +++ devel/py-atomicwrites/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-atpublic/Makefile =================================================================== --- devel/py-atpublic/Makefile +++ devel/py-atpublic/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils MAKE_ENV= ATPUBLIC_BUILD_EXTENSION=1 Index: devel/py-attrs-strict/Makefile =================================================================== --- devel/py-attrs-strict/Makefile +++ devel/py-attrs-strict/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.1.0:devel/py-attrs@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-attrs/Makefile =================================================================== --- devel/py-attrs/Makefile +++ devel/py-attrs/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-autocommand/Makefile =================================================================== --- devel/py-autocommand/Makefile +++ devel/py-autocommand/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.3+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-autoflake/Makefile =================================================================== --- devel/py-autoflake/Makefile +++ devel/py-autoflake/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyflakes>=1.1.0:devel/py-pyflakes@${PY_FLAVOR} -USES= pytest python:3.6+ shebangfix +USES= pytest python shebangfix USE_PYTHON= autoplist pep517 SHEBANG_FILES= autoflake.py test_autoflake.py Index: devel/py-automaton/Makefile =================================================================== --- devel/py-automaton/Makefile +++ devel/py-automaton/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2:devel/py-prettytable0@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-autopage/Makefile =================================================================== --- devel/py-autopage/Makefile +++ devel/py-autopage/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=43:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-autoprop/Makefile =================================================================== --- devel/py-autoprop/Makefile +++ devel/py-autoprop/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist Index: devel/py-avro/Makefile =================================================================== --- devel/py-avro/Makefile +++ devel/py-avro/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/avro/LICENSE -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-aws-lambda-builders/Makefile =================================================================== --- devel/py-aws-lambda-builders/Makefile +++ devel/py-aws-lambda-builders/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-aws-requests-auth/Makefile =================================================================== --- devel/py-aws-requests-auth/Makefile +++ devel/py-aws-requests-auth/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.14.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-aws-sam-translator/Makefile =================================================================== --- devel/py-aws-sam-translator/Makefile +++ devel/py-aws-sam-translator/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pydantic>=1.8:devel/py-pydantic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4<5:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-aws-xray-sdk/Makefile =================================================================== --- devel/py-aws-xray-sdk/Makefile +++ devel/py-aws-xray-sdk/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-awscrt/Makefile =================================================================== --- devel/py-awscrt/Makefile +++ devel/py-awscrt/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core -USES= python:3.7+ ssl +USES= python ssl USE_PYTHON= autoplist concurrent distutils MAKE_ENV= AWS_CRT_BUILD_USE_SYSTEM_LIBCRYPTO=1 Index: devel/py-azure-appconfiguration/Makefile =================================================================== --- devel/py-azure-appconfiguration/Makefile +++ devel/py-azure-appconfiguration/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.10:net-mgmt/py-msrest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-batch/Makefile =================================================================== --- devel/py-azure-batch/Makefile +++ devel/py-azure-batch/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32<2.0.0:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-core/Makefile =================================================================== --- devel/py-azure-core/Makefile +++ devel/py-azure-core/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-cosmos/Makefile =================================================================== --- devel/py-azure-cosmos/Makefile +++ devel/py-azure-cosmos/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} -USES= azurepy python:3.6+ +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-data-tables/Makefile =================================================================== --- devel/py-azure-data-tables/Makefile +++ devel/py-azure-data-tables/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}yarl>=1.0<2.0:www/py-yarl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-datalake-store/Makefile =================================================================== --- devel/py-azure-datalake-store/Makefile +++ devel/py-azure-datalake-store/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}msal>=1.16.0:devel/py-msal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} -USES= azurepy python:3.6+ +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-functions-devops-build/Makefile =================================================================== --- devel/py-azure-functions-devops-build/Makefile +++ devel/py-azure-functions-devops-build/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}vsts>=0:devel/py-vsts@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-graphrbac/Makefile =================================================================== --- devel/py-azure-graphrbac/Makefile +++ devel/py-azure-graphrbac/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-identity/Makefile =================================================================== --- devel/py-azure-identity/Makefile +++ devel/py-azure-identity/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}msal-extensions>=0.3.0:devel/py-msal-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-keyvault-administration/Makefile =================================================================== --- devel/py-azure-keyvault-administration/Makefile +++ devel/py-azure-keyvault-administration/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.7.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-keyvault/Makefile =================================================================== --- devel/py-azure-keyvault/Makefile +++ devel/py-azure-keyvault/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-loganalytics/Makefile =================================================================== --- devel/py-azure-loganalytics/Makefile +++ devel/py-azure-loganalytics/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-advisor/Makefile =================================================================== --- devel/py-azure-mgmt-advisor/Makefile +++ devel/py-azure-mgmt-advisor/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-apimanagement/Makefile =================================================================== --- devel/py-azure-mgmt-apimanagement/Makefile +++ devel/py-azure-mgmt-apimanagement/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-appconfiguration/Makefile =================================================================== --- devel/py-azure-mgmt-appconfiguration/Makefile +++ devel/py-azure-mgmt-appconfiguration/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-appcontainers/Makefile =================================================================== --- devel/py-azure-mgmt-appcontainers/Makefile +++ devel/py-azure-mgmt-appcontainers/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-applicationinsights/Makefile =================================================================== --- devel/py-azure-mgmt-applicationinsights/Makefile +++ devel/py-azure-mgmt-applicationinsights/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-authorization/Makefile =================================================================== --- devel/py-azure-mgmt-authorization/Makefile +++ devel/py-azure-mgmt-authorization/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-batch/Makefile =================================================================== --- devel/py-azure-mgmt-batch/Makefile +++ devel/py-azure-mgmt-batch/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-batchai/Makefile =================================================================== --- devel/py-azure-mgmt-batchai/Makefile +++ devel/py-azure-mgmt-batchai/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-billing/Makefile =================================================================== --- devel/py-azure-mgmt-billing/Makefile +++ devel/py-azure-mgmt-billing/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-botservice/Makefile =================================================================== --- devel/py-azure-mgmt-botservice/Makefile +++ devel/py-azure-mgmt-botservice/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-cdn/Makefile =================================================================== --- devel/py-azure-mgmt-cdn/Makefile +++ devel/py-azure-mgmt-cdn/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-cognitiveservices/Makefile =================================================================== --- devel/py-azure-mgmt-cognitiveservices/Makefile +++ devel/py-azure-mgmt-cognitiveservices/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-compute/Makefile =================================================================== --- devel/py-azure-mgmt-compute/Makefile +++ devel/py-azure-mgmt-compute/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-consumption/Makefile =================================================================== --- devel/py-azure-mgmt-consumption/Makefile +++ devel/py-azure-mgmt-consumption/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-containerinstance/Makefile =================================================================== --- devel/py-azure-mgmt-containerinstance/Makefile +++ devel/py-azure-mgmt-containerinstance/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-containerregistry/Makefile =================================================================== --- devel/py-azure-mgmt-containerregistry/Makefile +++ devel/py-azure-mgmt-containerregistry/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-containerservice/Makefile =================================================================== --- devel/py-azure-mgmt-containerservice/Makefile +++ devel/py-azure-mgmt-containerservice/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-core/Makefile =================================================================== --- devel/py-azure-mgmt-core/Makefile +++ devel/py-azure-mgmt-core/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-cosmosdb/Makefile =================================================================== --- devel/py-azure-mgmt-cosmosdb/Makefile +++ devel/py-azure-mgmt-cosmosdb/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-databoxedge/Makefile =================================================================== --- devel/py-azure-mgmt-databoxedge/Makefile +++ devel/py-azure-mgmt-databoxedge/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-datalake-analytics/Makefile =================================================================== --- devel/py-azure-mgmt-datalake-analytics/Makefile +++ devel/py-azure-mgmt-datalake-analytics/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-datalake-store/Makefile =================================================================== --- devel/py-azure-mgmt-datalake-store/Makefile +++ devel/py-azure-mgmt-datalake-store/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-datamigration/Makefile =================================================================== --- devel/py-azure-mgmt-datamigration/Makefile +++ devel/py-azure-mgmt-datamigration/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-deploymentmanager/Makefile =================================================================== --- devel/py-azure-mgmt-deploymentmanager/Makefile +++ devel/py-azure-mgmt-deploymentmanager/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-devtestlabs/Makefile =================================================================== --- devel/py-azure-mgmt-devtestlabs/Makefile +++ devel/py-azure-mgmt-devtestlabs/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-dns/Makefile =================================================================== --- devel/py-azure-mgmt-dns/Makefile +++ devel/py-azure-mgmt-dns/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-eventgrid/Makefile =================================================================== --- devel/py-azure-mgmt-eventgrid/Makefile +++ devel/py-azure-mgmt-eventgrid/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-eventhub/Makefile =================================================================== --- devel/py-azure-mgmt-eventhub/Makefile +++ devel/py-azure-mgmt-eventhub/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-extendedlocation/Makefile =================================================================== --- devel/py-azure-mgmt-extendedlocation/Makefile +++ devel/py-azure-mgmt-extendedlocation/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-hdinsight/Makefile =================================================================== --- devel/py-azure-mgmt-hdinsight/Makefile +++ devel/py-azure-mgmt-hdinsight/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-imagebuilder/Makefile =================================================================== --- devel/py-azure-mgmt-imagebuilder/Makefile +++ devel/py-azure-mgmt-imagebuilder/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-iotcentral/Makefile =================================================================== --- devel/py-azure-mgmt-iotcentral/Makefile +++ devel/py-azure-mgmt-iotcentral/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-iothub/Makefile =================================================================== --- devel/py-azure-mgmt-iothub/Makefile +++ devel/py-azure-mgmt-iothub/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-iothubprovisioningservices/Makefile =================================================================== --- devel/py-azure-mgmt-iothubprovisioningservices/Makefile +++ devel/py-azure-mgmt-iothubprovisioningservices/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-keyvault/Makefile =================================================================== --- devel/py-azure-mgmt-keyvault/Makefile +++ devel/py-azure-mgmt-keyvault/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-kusto/Makefile =================================================================== --- devel/py-azure-mgmt-kusto/Makefile +++ devel/py-azure-mgmt-kusto/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-loganalytics/Makefile =================================================================== --- devel/py-azure-mgmt-loganalytics/Makefile +++ devel/py-azure-mgmt-loganalytics/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-managedservices/Makefile =================================================================== --- devel/py-azure-mgmt-managedservices/Makefile +++ devel/py-azure-mgmt-managedservices/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-managementgroups/Makefile =================================================================== --- devel/py-azure-mgmt-managementgroups/Makefile +++ devel/py-azure-mgmt-managementgroups/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-maps/Makefile =================================================================== --- devel/py-azure-mgmt-maps/Makefile +++ devel/py-azure-mgmt-maps/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-marketplaceordering/Makefile =================================================================== --- devel/py-azure-mgmt-marketplaceordering/Makefile +++ devel/py-azure-mgmt-marketplaceordering/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-media/Makefile =================================================================== --- devel/py-azure-mgmt-media/Makefile +++ devel/py-azure-mgmt-media/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-monitor/Makefile =================================================================== --- devel/py-azure-mgmt-monitor/Makefile +++ devel/py-azure-mgmt-monitor/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-msi/Makefile =================================================================== --- devel/py-azure-mgmt-msi/Makefile +++ devel/py-azure-mgmt-msi/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-netapp/Makefile =================================================================== --- devel/py-azure-mgmt-netapp/Makefile +++ devel/py-azure-mgmt-netapp/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-network/Makefile =================================================================== --- devel/py-azure-mgmt-network/Makefile +++ devel/py-azure-mgmt-network/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-policyinsights/Makefile =================================================================== --- devel/py-azure-mgmt-policyinsights/Makefile +++ devel/py-azure-mgmt-policyinsights/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-privatedns/Makefile =================================================================== --- devel/py-azure-mgmt-privatedns/Makefile +++ devel/py-azure-mgmt-privatedns/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-rdbms/Makefile =================================================================== --- devel/py-azure-mgmt-rdbms/Makefile +++ devel/py-azure-mgmt-rdbms/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-recoveryservices/Makefile =================================================================== --- devel/py-azure-mgmt-recoveryservices/Makefile +++ devel/py-azure-mgmt-recoveryservices/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-recoveryservicesbackup/Makefile =================================================================== --- devel/py-azure-mgmt-recoveryservicesbackup/Makefile +++ devel/py-azure-mgmt-recoveryservicesbackup/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-redhatopenshift/Makefile =================================================================== --- devel/py-azure-mgmt-redhatopenshift/Makefile +++ devel/py-azure-mgmt-redhatopenshift/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-redis/Makefile =================================================================== --- devel/py-azure-mgmt-redis/Makefile +++ devel/py-azure-mgmt-redis/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-relay/Makefile =================================================================== --- devel/py-azure-mgmt-relay/Makefile +++ devel/py-azure-mgmt-relay/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-reservations/Makefile =================================================================== --- devel/py-azure-mgmt-reservations/Makefile +++ devel/py-azure-mgmt-reservations/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-resource/Makefile =================================================================== --- devel/py-azure-mgmt-resource/Makefile +++ devel/py-azure-mgmt-resource/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-search/Makefile =================================================================== --- devel/py-azure-mgmt-search/Makefile +++ devel/py-azure-mgmt-search/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-security/Makefile =================================================================== --- devel/py-azure-mgmt-security/Makefile +++ devel/py-azure-mgmt-security/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-servicebus/Makefile =================================================================== --- devel/py-azure-mgmt-servicebus/Makefile +++ devel/py-azure-mgmt-servicebus/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-servicefabric/Makefile =================================================================== --- devel/py-azure-mgmt-servicefabric/Makefile +++ devel/py-azure-mgmt-servicefabric/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile =================================================================== --- devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile +++ devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-servicelinker/Makefile =================================================================== --- devel/py-azure-mgmt-servicelinker/Makefile +++ devel/py-azure-mgmt-servicelinker/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-signalr/Makefile =================================================================== --- devel/py-azure-mgmt-signalr/Makefile +++ devel/py-azure-mgmt-signalr/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-sql/Makefile =================================================================== --- devel/py-azure-mgmt-sql/Makefile +++ devel/py-azure-mgmt-sql/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-sqlvirtualmachine/Makefile =================================================================== --- devel/py-azure-mgmt-sqlvirtualmachine/Makefile +++ devel/py-azure-mgmt-sqlvirtualmachine/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-storage/Makefile =================================================================== --- devel/py-azure-mgmt-storage/Makefile +++ devel/py-azure-mgmt-storage/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-synapse/Makefile =================================================================== --- devel/py-azure-mgmt-synapse/Makefile +++ devel/py-azure-mgmt-synapse/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-trafficmanager/Makefile =================================================================== --- devel/py-azure-mgmt-trafficmanager/Makefile +++ devel/py-azure-mgmt-trafficmanager/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-mgmt-web/Makefile =================================================================== --- devel/py-azure-mgmt-web/Makefile +++ devel/py-azure-mgmt-web/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.1<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-multiapi-storage/Makefile =================================================================== --- devel/py-azure-multiapi-storage/Makefile +++ devel/py-azure-multiapi-storage/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.10.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.18:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python:3.6+ +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-storage-blob/Makefile =================================================================== --- devel/py-azure-storage-blob/Makefile +++ devel/py-azure-storage-blob/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1.5:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-storage-common>=2.1:devel/py-azure-storage-common@${PY_FLAVOR} -USES= azurepy python:3.6+ +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-storage-common/Makefile =================================================================== --- devel/py-azure-storage-common/Makefile +++ devel/py-azure-storage-common/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} -USES= azurepy python:3.6+ +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-synapse-accesscontrol/Makefile =================================================================== --- devel/py-azure-synapse-accesscontrol/Makefile +++ devel/py-azure-synapse-accesscontrol/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.6.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-synapse-artifacts/Makefile =================================================================== --- devel/py-azure-synapse-artifacts/Makefile +++ devel/py-azure-synapse-artifacts/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.7+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-synapse-managedprivateendpoints/Makefile =================================================================== --- devel/py-azure-synapse-managedprivateendpoints/Makefile +++ devel/py-azure-synapse-managedprivateendpoints/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.6.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-azure-synapse-spark/Makefile =================================================================== --- devel/py-azure-synapse-spark/Makefile +++ devel/py-azure-synapse-spark/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.6.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-b2sdk/Makefile =================================================================== --- devel/py-b2sdk/Makefile +++ devel/py-b2sdk/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-babel/Makefile =================================================================== --- devel/py-babel/Makefile +++ devel/py-babel/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2015.7:devel/py-pytz@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= pocoo USE_PYTHON= autoplist concurrent distutils Index: devel/py-babelfish/Makefile =================================================================== --- devel/py-babelfish/Makefile +++ devel/py-babelfish/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-babi_grammars/Makefile =================================================================== --- devel/py-babi_grammars/Makefile +++ devel/py-babi_grammars/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils flavors NO_ARCH= yes Index: devel/py-backcall/Makefile =================================================================== --- devel/py-backcall/Makefile +++ devel/py-backcall/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-backoff/Makefile =================================================================== --- devel/py-backoff/Makefile +++ devel/py-backoff/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-backports.cached-property/Makefile =================================================================== --- devel/py-backports.cached-property/Makefile +++ devel/py-backports.cached-property/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-backports.csv/Makefile =================================================================== --- devel/py-backports.csv/Makefile +++ devel/py-backports.csv/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports>0:devel/py-backports@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-backports.entry-points-selectable/Makefile =================================================================== --- devel/py-backports.entry-points-selectable/Makefile +++ devel/py-backports.entry-points-selectable/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-backports.zoneinfo/Makefile =================================================================== --- devel/py-backports.zoneinfo/Makefile +++ devel/py-backports.zoneinfo/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils # We already have Python 3.7 as minimal supported release, force positive checks CFLAGS+= -DATLEAST_37 Index: devel/py-backports/Makefile =================================================================== --- devel/py-backports/Makefile +++ devel/py-backports/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= flavors py3kplist NO_ARCH= yes Index: devel/py-banal/Makefile =================================================================== --- devel/py-banal/Makefile +++ devel/py-banal/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-bandit/Makefile =================================================================== --- devel/py-bandit/Makefile +++ devel/py-bandit/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-bcdoc/Makefile =================================================================== --- devel/py-bcdoc/Makefile +++ devel/py-bcdoc/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-beartype/Makefile =================================================================== --- devel/py-beartype/Makefile +++ devel/py-beartype/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYNUMPY} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # tests fail, see https://github.com/beartype/beartype/issues/244 NO_ARCH= yes Index: devel/py-beautifultable/Makefile =================================================================== --- devel/py-beautifultable/Makefile +++ devel/py-beautifultable/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-behave/Makefile =================================================================== --- devel/py-behave/Makefile +++ devel/py-behave/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}parse-type>=0.4.2:textproc/py-parse-type@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-beniget/Makefile =================================================================== --- devel/py-beniget/Makefile +++ devel/py-beniget/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gast>=0.5.0<0.6:devel/py-gast@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-bidict/Makefile =================================================================== --- devel/py-bidict/Makefile +++ devel/py-bidict/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-billiard/Makefile =================================================================== --- devel/py-billiard/Makefile +++ devel/py-billiard/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-binaryornot/Makefile =================================================================== --- devel/py-binaryornot/Makefile +++ devel/py-binaryornot/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-biplist/Makefile =================================================================== --- devel/py-biplist/Makefile +++ devel/py-biplist/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils do-test: Index: devel/py-bitarray/Makefile =================================================================== --- devel/py-bitarray/Makefile +++ devel/py-bitarray/Makefile @@ -10,7 +10,7 @@ LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= ilanschnell USE_PYTHON= autoplist distutils Index: devel/py-bitstring/Makefile =================================================================== --- devel/py-bitstring/Makefile +++ devel/py-bitstring/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} Index: devel/py-black/Makefile =================================================================== --- devel/py-black/Makefile +++ devel/py-black/Makefile @@ -27,7 +27,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=2.2.1,1:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3.2.0:devel/py-tokenize-rt@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-blessed/Makefile =================================================================== --- devel/py-blessed/Makefile +++ devel/py-blessed/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.4:devel/py-wcwidth@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest # 4 tests fail, see https://github.com/jquast/blessed/issues/251 NO_ARCH= yes Index: devel/py-blessings/Makefile =================================================================== --- devel/py-blessings/Makefile +++ devel/py-blessings/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-blinker/Makefile =================================================================== --- devel/py-blinker/Makefile +++ devel/py-blinker/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-blist/Makefile =================================================================== --- devel/py-blist/Makefile +++ devel/py-blist/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6-3.9 +USES= python:3.8-3.9 USE_PYTHON= autoplist distutils do-test: Index: devel/py-bluelet/Makefile =================================================================== --- devel/py-bluelet/Makefile +++ devel/py-bluelet/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-boltons/Makefile =================================================================== --- devel/py-boltons/Makefile +++ devel/py-boltons/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-boolean.py/Makefile =================================================================== --- devel/py-boolean.py/Makefile +++ devel/py-boolean.py/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-boto/Makefile =================================================================== --- devel/py-boto/Makefile +++ devel/py-boto/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-botocore/Makefile =================================================================== --- devel/py-botocore/Makefile +++ devel/py-botocore/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.16.9:devel/py-awscrt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-bsd/Makefile =================================================================== --- devel/py-bsd/Makefile +++ devel/py-bsd/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= freenas GH_PROJECT= py-bsd Index: devel/py-btest/Makefile =================================================================== --- devel/py-btest/Makefile +++ devel/py-btest/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= distutils autoplist concurrent Index: devel/py-build/Makefile =================================================================== --- devel/py-build/Makefile +++ devel/py-build/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproject_hooks>=0:devel/py-pyproject_hooks@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= allflavors autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-buildbot-console-view/Makefile =================================================================== --- devel/py-buildbot-console-view/Makefile +++ devel/py-buildbot-console-view/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-buildbot-grid-view/Makefile =================================================================== --- devel/py-buildbot-grid-view/Makefile +++ devel/py-buildbot-grid-view/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-buildbot-pkg/Makefile =================================================================== --- devel/py-buildbot-pkg/Makefile +++ devel/py-buildbot-pkg/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 #LICENSE_FILE= Not packaged in sdist -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-buildbot-waterfall-view/Makefile =================================================================== --- devel/py-buildbot-waterfall-view/Makefile +++ devel/py-buildbot-waterfall-view/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-buildbot-worker/Makefile =================================================================== --- devel/py-buildbot-worker/Makefile +++ devel/py-buildbot-worker/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}twisted>=17.9.0:devel/py-twisted@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils USE_RC_SUBR= buildbot-worker Index: devel/py-buildbot-www/Makefile =================================================================== --- devel/py-buildbot-www/Makefile +++ devel/py-buildbot-www/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}buildbot-waterfall-view>=${PORTVERSION}:devel/py-buildbot-waterfall-view@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-buildbot/Makefile =================================================================== --- devel/py-buildbot/Makefile +++ devel/py-buildbot/Makefile @@ -33,7 +33,7 @@ ${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests@${PY_FLAVOR} -USES= cpe python:3.5+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils USE_RC_SUBR= buildbot Index: devel/py-bullet3/Makefile =================================================================== --- devel/py-bullet3/Makefile +++ devel/py-bullet3/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}gym>0:math/py-gym@${PY_FLAVOR} -USES= compiler:c++11-lang gl localbase python:3.6+ +USES= compiler:c++11-lang gl localbase python USE_PYTHON= distutils autoplist USE_GL= gl glew Index: devel/py-bytecode/Makefile =================================================================== --- devel/py-bytecode/Makefile +++ devel/py-bytecode/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-cabby/Makefile =================================================================== --- devel/py-cabby/Makefile +++ devel/py-cabby/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}furl>0:devel/py-furl@${PY_FLAVOR} Index: devel/py-cached-property/Makefile =================================================================== --- devel/py-cached-property/Makefile +++ devel/py-cached-property/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cachetools/Makefile =================================================================== --- devel/py-cachetools/Makefile +++ devel/py-cachetools/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cachetools3/Makefile =================================================================== --- devel/py-cachetools3/Makefile +++ devel/py-cachetools3/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cacheyou/Makefile =================================================================== --- devel/py-cacheyou/Makefile +++ devel/py-cacheyou/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.5.2:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-cachy/Makefile =================================================================== --- devel/py-cachy/Makefile +++ devel/py-cachy/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cadquery-pywrap/Makefile =================================================================== --- devel/py-cadquery-pywrap/Makefile +++ devel/py-cadquery-pywrap/Makefile @@ -28,7 +28,7 @@ llvm${LLVMVER}>0:devel/llvm${LLVMVER} \ pybind11>=2.6:devel/pybind11 -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= CadQuery Index: devel/py-calver/Makefile =================================================================== --- devel/py-calver/Makefile +++ devel/py-calver/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-canonicaljson/Makefile =================================================================== --- devel/py-canonicaljson/Makefile +++ devel/py-canonicaljson/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=35.0.2:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-capstone/Makefile =================================================================== --- devel/py-capstone/Makefile +++ devel/py-capstone/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libcapstone.so:devel/capstone4 -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= ${PORTNAME}-engine USE_PYTHON= autoplist distutils MAKE_ENV+= LIBCAPSTONE_PATH= # Prevent bundled libcapstone from being built Index: devel/py-capturer/Makefile =================================================================== --- devel/py-capturer/Makefile +++ devel/py-capturer/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=8.0:textproc/py-humanfriendly@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-case/Makefile =================================================================== --- devel/py-case/Makefile +++ devel/py-case/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-castellan/Makefile =================================================================== --- devel/py-castellan/Makefile +++ devel/py-castellan/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-catalogue/Makefile =================================================================== --- devel/py-catalogue/Makefile +++ devel/py-catalogue/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cattrs/Makefile =================================================================== --- devel/py-cattrs/Makefile +++ devel/py-cattrs/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=20:devel/py-attrs@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cbor/Makefile =================================================================== --- devel/py-cbor/Makefile +++ devel/py-cbor/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= compiler python:3.6+ +USES= compiler python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-cbor2/Makefile =================================================================== --- devel/py-cbor2/Makefile +++ devel/py-cbor2/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}cbor>0:devel/py-cbor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}objgraph>0:devel/py-objgraph@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils do-test: Index: devel/py-cclib/Makefile =================================================================== --- devel/py-cclib/Makefile +++ devel/py-cclib/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: devel/py-cdg/Makefile =================================================================== --- devel/py-cdg/Makefile +++ devel/py-cdg/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-celery-progress/Makefile =================================================================== --- devel/py-celery-progress/Makefile +++ devel/py-celery-progress/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}celery>0:devel/py-celery@${PY_FLAVOR} \ websocat>0:www/websocat -USES= python:3.6+,run +USES= python:run USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-celery-singleton/Makefile =================================================================== --- devel/py-celery-singleton/Makefile +++ devel/py-celery-singleton/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>0:databases/py-redis@${PY_FLAVOR} -USES= python:3.6+,run +USES= python:run USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-celery-singleton/Makefile.new =================================================================== --- devel/py-celery-singleton/Makefile.new +++ devel/py-celery-singleton/Makefile.new @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>0:databases/py-redis@${PY_FLAVOR} -USES= python:3.6+,run +USES= python:run USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-celery/Makefile =================================================================== --- devel/py-celery/Makefile +++ devel/py-celery/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}vine>=1.3.0:devel/py-vine@${PY_FLAVOR} NO_ARCH= yes -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= ${PORTNAME}project USE_PYTHON= autoplist distutils Index: devel/py-cerberus/Makefile =================================================================== --- devel/py-cerberus/Makefile +++ devel/py-cerberus/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest # benchmark tests are missing files not included in PYPI tarballs and Index: devel/py-certsrv/Makefile =================================================================== --- devel/py-certsrv/Makefile +++ devel/py-certsrv/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cffi/Makefile =================================================================== --- devel/py-cffi/Makefile +++ devel/py-cffi/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libffi.so:devel/libffi RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=0:devel/py-pycparser@${PY_FLAVOR} -USES= compiler:c11 localbase python:3.6+ +USES= compiler:c11 localbase python USE_PYTHON= autoplist concurrent distutils pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-cfgv/Makefile =================================================================== --- devel/py-cfgv/Makefile +++ devel/py-cfgv/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-cfn-lint/Makefile =================================================================== --- devel/py-cfn-lint/Makefile +++ devel/py-cfn-lint/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}sympy>=1.0.0:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>5.4:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest TEST_ENV= ${MAKE_ENV} \ PATH=${STAGEDIR}${PREFIX}/bin:${PATH} \ Index: devel/py-cftime/Makefile =================================================================== --- devel/py-cftime/Makefile +++ devel/py-cftime/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist cython distutils pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-chainmap/Makefile =================================================================== --- devel/py-chainmap/Makefile +++ devel/py-chainmap/Makefile @@ -10,7 +10,7 @@ LICENSE= PSFL -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-characteristic/Makefile =================================================================== --- devel/py-characteristic/Makefile +++ devel/py-characteristic/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-check-jsonschema/Makefile =================================================================== --- devel/py-check-jsonschema/Makefile +++ devel/py-check-jsonschema/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0<3.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.22:devel/py-ruamel.yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-check-manifest/Makefile =================================================================== --- devel/py-check-manifest/Makefile +++ devel/py-check-manifest/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= git-tiny>=0:devel/git@tiny \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-cheetah3/Makefile =================================================================== --- devel/py-cheetah3/Makefile +++ devel/py-cheetah3/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-circuitbreaker/Makefile =================================================================== --- devel/py-circuitbreaker/Makefile +++ devel/py-circuitbreaker/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-twisted>0:devel/py-pytest-twisted@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_TARGET= test Index: devel/py-circuits/Makefile =================================================================== --- devel/py-circuits/Makefile +++ devel/py-circuits/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= apache24 Index: devel/py-ckanapi/Makefile =================================================================== --- devel/py-ckanapi/Makefile +++ devel/py-ckanapi/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9<2.0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cld/Makefile =================================================================== --- devel/py-cld/Makefile +++ devel/py-cld/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libcld2.so:devel/cld2 -USES= python:3.6+ +USES= python USE_PYTHON= flavors PLIST_FILES= ${PYTHON_SITELIBDIR}/chromium_compact_language_detector-2.0-py${PYTHON_VER}.egg-info \ Index: devel/py-cle/Makefile =================================================================== --- devel/py-cle/Makefile +++ devel/py-cle/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pyvex>=${ANGR_VERSION}:security/py-pyvex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.0:devel/py-sortedcontainers@${PY_FLAVOR} -USES= angr:binaries,nose python:3.6+ +USES= angr:binaries,nose python USE_GITHUB= yes GH_ACCOUNT= angr USE_PYTHON= autoplist distutils Index: devel/py-cleo/Makefile =================================================================== --- devel/py-cleo/Makefile +++ devel/py-cleo/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crashtest>=0.4.1<0.5.0:devel/py-crashtest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rapidfuzz2>=2.2.0<3.0.0:devel/py-rapidfuzz2@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cli-helpers/Makefile =================================================================== --- devel/py-cli-helpers/Makefile +++ devel/py-cli-helpers/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.2:devel/py-tabulate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cliapp/Makefile =================================================================== --- devel/py-cliapp/Makefile +++ devel/py-cliapp/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.5+ +USES= python NO_ARCH= yes USE_PYTHON= distutils autoplist Index: devel/py-click-completion/Makefile =================================================================== --- devel/py-click-completion/Makefile +++ devel/py-click-completion/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}shellingham>0:devel/py-shellingham@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils # No tests defined for this python module Index: devel/py-click-creds/Makefile =================================================================== --- devel/py-click-creds/Makefile +++ devel/py-click-creds/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tinynetrc>0:devel/py-tinynetrc@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-click-default-group/Makefile =================================================================== --- devel/py-click-default-group/Makefile +++ devel/py-click-default-group/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-click-log/Makefile =================================================================== --- devel/py-click-log/Makefile +++ devel/py-click-log/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-click-option-group/Makefile =================================================================== --- devel/py-click-option-group/Makefile +++ devel/py-click-option-group/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.0<9:devel/py-click@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-click-plugins/Makefile =================================================================== --- devel/py-click-plugins/Makefile +++ devel/py-click-plugins/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-click-threading/Makefile =================================================================== --- devel/py-click-threading/Makefile +++ devel/py-click-threading/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${RUN_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-click/Makefile =================================================================== --- devel/py-click/Makefile +++ devel/py-click/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-click7/Makefile =================================================================== --- devel/py-click7/Makefile +++ devel/py-click7/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-cliff/Makefile =================================================================== --- devel/py-cliff/Makefile +++ devel/py-cliff/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=2.0.1:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cligj/Makefile =================================================================== --- devel/py-cligj/Makefile +++ devel/py-cligj/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>4.0:devel/py-click@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-clikit/Makefile =================================================================== --- devel/py-clikit/Makefile +++ devel/py-clikit/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pastel>=0.2.0:devel/py-pastel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pylev>=1.3<2.0:devel/py-pylev@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-clint/Makefile =================================================================== --- devel/py-clint/Makefile +++ devel/py-clint/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}args>=0.1.0:devel/py-args@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-cloudpickle/Makefile =================================================================== --- devel/py-cloudpickle/Makefile +++ devel/py-cloudpickle/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-cluster/Makefile =================================================================== --- devel/py-cluster/Makefile +++ devel/py-cluster/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= exhuma Index: devel/py-cmd2/Makefile =================================================================== --- devel/py-cmd2/Makefile +++ devel/py-cmd2/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pyperclip>=1.6:devel/py-pyperclip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.7:devel/py-wcwidth@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cmdtest/Makefile =================================================================== --- devel/py-cmdtest/Makefile +++ devel/py-cmdtest/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}cliapp>0:devel/py-cliapp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ttystatus>0:devel/py-ttystatus@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-codegen/Makefile =================================================================== --- devel/py-codegen/Makefile +++ devel/py-codegen/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-cog/Makefile =================================================================== --- devel/py-cog/Makefile +++ devel/py-cog/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT # Python3 ready -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-collective.monkeypatcher/Makefile =================================================================== --- devel/py-collective.monkeypatcher/Makefile +++ devel/py-collective.monkeypatcher/Makefile @@ -11,7 +11,7 @@ LICENSE= ZPL21 -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils .include Index: devel/py-colorama/Makefile =================================================================== --- devel/py-colorama/Makefile +++ devel/py-colorama/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-coloredlogs/Makefile =================================================================== --- devel/py-coloredlogs/Makefile +++ devel/py-coloredlogs/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=9.1:textproc/py-humanfriendly@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-colorful/Makefile =================================================================== --- devel/py-colorful/Makefile +++ devel/py-colorful/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-colorlog/Makefile =================================================================== --- devel/py-colorlog/Makefile +++ devel/py-colorlog/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-columnize/Makefile =================================================================== --- devel/py-columnize/Makefile +++ devel/py-columnize/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-comm/Makefile =================================================================== --- devel/py-comm/Makefile +++ devel/py-comm/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.10:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=5.3:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-commandlines/Makefile =================================================================== --- devel/py-commandlines/Makefile +++ devel/py-commandlines/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-conditional/Makefile =================================================================== --- devel/py-conditional/Makefile +++ devel/py-conditional/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flexmock>=0.10.5:devel/py-flexmock@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist do-test: Index: devel/py-configargparse/Makefile =================================================================== --- devel/py-configargparse/Makefile +++ devel/py-configargparse/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-configobj/Makefile =================================================================== --- devel/py-configobj/Makefile +++ devel/py-configobj/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: devel/py-configparser/Makefile =================================================================== --- devel/py-configparser/Makefile +++ devel/py-configparser/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports>=0:devel/py-backports@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_LOCALE= en_US.UTF-8 USE_PYTHON= distutils autoplist Index: devel/py-configupdater/Makefile =================================================================== --- devel/py-configupdater/Makefile +++ devel/py-configupdater/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=5:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-confusable_homoglyphs/Makefile =================================================================== --- devel/py-confusable_homoglyphs/Makefile +++ devel/py-confusable_homoglyphs/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-confuse/Makefile =================================================================== --- devel/py-confuse/Makefile +++ devel/py-confuse/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}flit>=2<4:devel/py-flit@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 .include Index: devel/py-constantly/Makefile =================================================================== --- devel/py-constantly/Makefile +++ devel/py-constantly/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-construct/Makefile =================================================================== --- devel/py-construct/Makefile +++ devel/py-construct/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-contextlib2/Makefile =================================================================== --- devel/py-contextlib2/Makefile +++ devel/py-contextlib2/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-convertdate/Makefile =================================================================== --- devel/py-convertdate/Makefile +++ devel/py-convertdate/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2014.10:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymeeus>=0.3.6,<1:astro/py-pymeeus@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-cookiecutter/Makefile =================================================================== --- devel/py-cookiecutter/Makefile +++ devel/py-cookiecutter/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ git:devel/git -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils pytest CPE_VENDOR= cookiecutter_project Index: devel/py-copier/Makefile =================================================================== --- devel/py-copier/Makefile +++ devel/py-copier/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}pyyaml-include>=1.2:devel/py-pyyaml-include@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}questionary>=1.8.1:devel/py-questionary@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-coreapi/Makefile =================================================================== --- devel/py-coreapi/Makefile +++ devel/py-coreapi/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritemplate>0:net/py-uritemplate@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-coreschema/Makefile =================================================================== --- devel/py-coreschema/Makefile +++ devel/py-coreschema/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-country/Makefile =================================================================== --- devel/py-country/Makefile +++ devel/py-country/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-cov-core/Makefile =================================================================== --- devel/py-cov-core/Makefile +++ devel/py-cov-core/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=3.6:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils PLIST_FILES+= ${PYTHON_SITELIBDIR}/init_cov_core.pth Index: devel/py-covdefaults/Makefile =================================================================== --- devel/py-covdefaults/Makefile +++ devel/py-covdefaults/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=6.0.2:devel/py-coverage@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-coverage_enable_subprocess/Makefile =================================================================== --- devel/py-coverage_enable_subprocess/Makefile +++ devel/py-coverage_enable_subprocess/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-coveralls/Makefile =================================================================== --- devel/py-coveralls/Makefile +++ devel/py-coveralls/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-cppheaderparser/Makefile =================================================================== --- devel/py-cppheaderparser/Makefile +++ devel/py-cppheaderparser/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils SHEBANG_GLOB= *.py Index: devel/py-cppy/Makefile =================================================================== --- devel/py-cppy/Makefile +++ devel/py-cppy/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-crank/Makefile =================================================================== --- devel/py-crank/Makefile +++ devel/py-crank/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-crashtest/Makefile =================================================================== --- devel/py-crashtest/Makefile +++ devel/py-crashtest/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-crc32c/Makefile =================================================================== --- devel/py-crc32c/Makefile +++ devel/py-crc32c/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.google-crc32c LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: devel/py-crcmod/Makefile =================================================================== --- devel/py-crcmod/Makefile +++ devel/py-crcmod/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} Index: devel/py-crontab/Makefile =================================================================== --- devel/py-crontab/Makefile +++ devel/py-crontab/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cson/Makefile =================================================================== --- devel/py-cson/Makefile +++ devel/py-cson/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PKGNAMEPREFIX}speg>=0.3:devel/py-speg@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-csv23/Makefile =================================================================== --- devel/py-csv23/Makefile +++ devel/py-csv23/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= dos2unix python:3.7+ zip +USES= dos2unix python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ctags/Makefile =================================================================== --- devel/py-ctags/Makefile +++ devel/py-ctags/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL20+ -USES= python:3.6-3.9 +USES= python:3.8-3.9 USE_PYTHON= distutils autoplist .include Index: devel/py-ctypesgen/Makefile =================================================================== --- devel/py-ctypesgen/Makefile +++ devel/py-ctypesgen/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-curio/Makefile =================================================================== --- devel/py-curio/Makefile +++ devel/py-curio/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-cursive/Makefile =================================================================== --- devel/py-cursive/Makefile +++ devel/py-cursive/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-curtsies/Makefile =================================================================== --- devel/py-curtsies/Makefile +++ devel/py-curtsies/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}cwcwidth>=0:devel/py-cwcwidth@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyte>=0:devel/py-pyte@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-cwcwidth/Makefile =================================================================== --- devel/py-cwcwidth/Makefile +++ devel/py-cwcwidth/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.28:lang/cython@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent cython distutils post-install: Index: devel/py-cycler/Makefile =================================================================== --- devel/py-cycler/Makefile +++ devel/py-cycler/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-cymem/Makefile =================================================================== --- devel/py-cymem/Makefile +++ devel/py-cymem/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist post-install: Index: devel/py-cysignals/Makefile =================================================================== --- devel/py-cysignals/Makefile +++ devel/py-cysignals/Makefile @@ -16,7 +16,7 @@ #USE_GITHUB= yes #GH_ACCOUNT= sagemath -USES= autoreconf:build compiler:c++11-lang gettext localbase python:3.6+ +USES= autoreconf:build compiler:c++11-lang gettext localbase python USE_PYTHON= cython distutils TEST_TARGET= check Index: devel/py-cython-test-exception-raiser/Makefile =================================================================== --- devel/py-cython-test-exception-raiser/Makefile +++ devel/py-cython-test-exception-raiser/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent cython distutils post-install: Index: devel/py-cytoolz/Makefile =================================================================== --- devel/py-cytoolz/Makefile +++ devel/py-cytoolz/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}toolz>=0.8.0:devel/py-toolz@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 cython autoplist TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-d2to1/Makefile =================================================================== --- devel/py-d2to1/Makefile +++ devel/py-d2to1/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= distutils autoplist Index: devel/py-daemon-runner/Makefile =================================================================== --- devel/py-daemon-runner/Makefile +++ devel/py-daemon-runner/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}daemon>0:devel/py-daemon@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-daemon/Makefile =================================================================== --- devel/py-daemon/Makefile +++ devel/py-daemon/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.10:devel/py-lockfile@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-daemonize/Makefile =================================================================== --- devel/py-daemonize/Makefile +++ devel/py-daemonize/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-daemons/Makefile =================================================================== --- devel/py-daemons/Makefile +++ devel/py-daemons/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-dal/Makefile =================================================================== --- devel/py-dal/Makefile +++ devel/py-dal/Makefile @@ -9,7 +9,7 @@ COMMENT= Database abstraction layer for Python WWW= http://pydal.sourceforge.net/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-darts.util.lru/Makefile =================================================================== --- devel/py-darts.util.lru/Makefile +++ devel/py-darts.util.lru/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-dask-histogram/Makefile =================================================================== --- devel/py-dask-histogram/Makefile +++ devel/py-dask-histogram/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boost-histogram>=1.3.2:misc/py-boost-histogram@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dask>=2021.03.0:devel/py-dask@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-dataclasses-json/Makefile =================================================================== --- devel/py-dataclasses-json/Makefile +++ devel/py-dataclasses-json/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}marshmallow-enum>=1.5.1<2.0.0:devel/py-marshmallow-enum@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-inspect>=0.4.0:devel/py-typing-inspect@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-datadog/Makefile =================================================================== --- devel/py-datadog/Makefile +++ devel/py-datadog/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.15.0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-datapackage/Makefile =================================================================== --- devel/py-datapackage/Makefile +++ devel/py-datapackage/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}tabulator>=1.29:devel/py-tabulator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unicodecsv>=0.14:devel/py-unicodecsv@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-datasette/Makefile =================================================================== --- devel/py-datasette/Makefile +++ devel/py-datasette/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvicorn>=0.11:www/py-uvicorn@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-datatest/Makefile =================================================================== --- devel/py-datatest/Makefile +++ devel/py-datatest/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-dateparser/Makefile =================================================================== --- devel/py-dateparser/Makefile +++ devel/py-dateparser/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}regex>0:textproc/py-regex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.2:devel/py-tzlocal@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-dateutil/Makefile =================================================================== --- devel/py-dateutil/Makefile +++ devel/py-dateutil/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}hypothesis>=3.30:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.0.0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-dateutils/Makefile =================================================================== --- devel/py-dateutils/Makefile +++ devel/py-dateutils/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= dateutils Index: devel/py-datrie/Makefile =================================================================== --- devel/py-datrie/Makefile +++ devel/py-datrie/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist do-test: Index: devel/py-ddsketch/Makefile =================================================================== --- devel/py-ddsketch/Makefile +++ devel/py-ddsketch/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0,1:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ddt/Makefile =================================================================== --- devel/py-ddt/Makefile +++ devel/py-ddt/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-ddtrace/Makefile =================================================================== --- devel/py-ddtrace/Makefile +++ devel/py-ddtrace/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmltodict>=0.12:devel/py-xmltodict@${PY_FLAVOR} -USES= compiler:c++17-lang python:3.8+ +USES= compiler:c++17-lang python USE_PYTHON= autoplist concurrent cython pep517 OPTIONS_DEFINE= OPENTRACING Index: devel/py-debtcollector/Makefile =================================================================== --- devel/py-debtcollector/Makefile +++ devel/py-debtcollector/Makefile @@ -18,7 +18,7 @@ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-debugpy/Makefile =================================================================== --- devel/py-debugpy/Makefile +++ devel/py-debugpy/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE -USES= dos2unix python:3.7+ zip +USES= dos2unix python zip USE_PYTHON= autoplist concurrent cython distutils post-install: Index: devel/py-debugtools/Makefile =================================================================== --- devel/py-debugtools/Makefile +++ devel/py-debugtools/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist Index: devel/py-decoratortools/Makefile =================================================================== --- devel/py-decoratortools/Makefile +++ devel/py-decoratortools/Makefile @@ -13,7 +13,7 @@ LICENSE= PSFL ZPL21 LICENSE_COMB= dual -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-deepdiff/Makefile =================================================================== --- devel/py-deepdiff/Makefile +++ devel/py-deepdiff/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ordered-set>=4.1.0:devel/py-ordered-set@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-deepmerge/Makefile =================================================================== --- devel/py-deepmerge/Makefile +++ devel/py-deepmerge/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=5:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-defusedxml/Makefile =================================================================== --- devel/py-defusedxml/Makefile +++ devel/py-defusedxml/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-demjson/Makefile =================================================================== --- devel/py-demjson/Makefile +++ devel/py-demjson/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-deprecat/Makefile =================================================================== --- devel/py-deprecat/Makefile +++ devel/py-deprecat/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt<2,>=1.10:devel/py-wrapt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-deprecated/Makefile =================================================================== --- devel/py-deprecated/Makefile +++ devel/py-deprecated/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>=1.10<2:devel/py-wrapt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-deprecation/Makefile =================================================================== --- devel/py-deprecation/Makefile +++ devel/py-deprecation/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-devtools/Makefile =================================================================== --- devel/py-devtools/Makefile +++ devel/py-devtools/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asttokens>=2.0.0<3.0.0:devel/py-asttokens@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}executing>=1.1.1:devel/py-executing@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-dexml2/Makefile =================================================================== --- devel/py-dexml2/Makefile +++ devel/py-dexml2/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-diazo/Makefile =================================================================== --- devel/py-diazo/Makefile +++ devel/py-diazo/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}repoze.xmliter>=0.3:devel/py-repoze.xmliter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=0:www/py-webob@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-diff-cover/Makefile =================================================================== --- devel/py-diff-cover/Makefile +++ devel/py-diff-cover/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pygments>=2.9.0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomli>=1.2.1:textproc/py-tomli@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 autoplist pytest # 5 tests fail, https://github.com/Bachmann1234/diff_cover/issues/348 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-dill/Makefile =================================================================== --- devel/py-dill/Makefile +++ devel/py-dill/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 concurrent autoplist pytest # tests fail, see https://github.com/uqfoundation/dill/issues/578 NO_ARCH= yes Index: devel/py-dirspec/Makefile =================================================================== --- devel/py-dirspec/Makefile +++ devel/py-dirspec/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-diskcache/Makefile =================================================================== --- devel/py-diskcache/Makefile +++ devel/py-diskcache/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist unittest # 1 test fails, see https://github.com/grantjenks/python-diskcache/issues/262 USE_GITHUB= yes Index: devel/py-distlib/Makefile =================================================================== --- devel/py-distlib/Makefile +++ devel/py-distlib/Makefile @@ -11,7 +11,7 @@ LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-dj41-django-rq/Makefile =================================================================== --- devel/py-dj41-django-rq/Makefile +++ devel/py-dj41-django-rq/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ redis-server:databases/redis -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-dj41-graphene-django/Makefile =================================================================== --- devel/py-dj41-graphene-django/Makefile +++ devel/py-dj41-graphene-django/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}promise>=2.1:devel/py-promise@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: devel/py-django-rq/Makefile =================================================================== --- devel/py-django-rq/Makefile +++ devel/py-django-rq/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ redis-server:databases/redis -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-dockerpty/Makefile =================================================================== --- devel/py-dockerpty/Makefile +++ devel/py-dockerpty/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docker>0:sysutils/py-docker@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-docopt/Makefile =================================================================== --- devel/py-docopt/Makefile +++ devel/py-docopt/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-MIT NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent OPTIONS_DEFINE= DOCS EXAMPLES Index: devel/py-doctest-ignore-unicode/Makefile =================================================================== --- devel/py-doctest-ignore-unicode/Makefile +++ devel/py-doctest-ignore-unicode/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-dodgy/Makefile =================================================================== --- devel/py-dodgy/Makefile +++ devel/py-dodgy/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-dogpile.cache/Makefile =================================================================== --- devel/py-dogpile.cache/Makefile +++ devel/py-dogpile.cache/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}gdbm>=0:databases/py-gdbm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=3.0.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-doit/Makefile =================================================================== --- devel/py-doit/Makefile +++ devel/py-doit/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-donut-shellcode/Makefile =================================================================== --- devel/py-donut-shellcode/Makefile +++ devel/py-donut-shellcode/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= distutils autoplist DOS2UNIX_GLOB= *.py Index: devel/py-dotted/Makefile =================================================================== --- devel/py-dotted/Makefile +++ devel/py-dotted/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unittest2>0:devel/py-unittest2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-dpcontracts/Makefile =================================================================== --- devel/py-dpcontracts/Makefile +++ devel/py-dpcontracts/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL3+ -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-dulwich/Makefile =================================================================== --- devel/py-dulwich/Makefile +++ devel/py-dulwich/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe python:3.7+ +USES= cpe python PORTDOCS= AUTHORS NEWS README.rst TODO conclusion.txt encoding.txt \ file-format.txt index.txt introduction.txt object-store.txt \ Index: devel/py-dunamai/Makefile =================================================================== --- devel/py-dunamai/Makefile +++ devel/py-dunamai/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-durus/Makefile =================================================================== --- devel/py-durus/Makefile +++ devel/py-durus/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils OPTIONS_DEFINE= DOCS Index: devel/py-dynrules/Makefile =================================================================== --- devel/py-dynrules/Makefile +++ devel/py-dynrules/Makefile @@ -12,7 +12,7 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/doc/copying.rst -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-easyprocess/Makefile =================================================================== --- devel/py-easyprocess/Makefile +++ devel/py-easyprocess/Makefile @@ -18,6 +18,6 @@ NO_ARCH= YES USE_PYTHON= autoplist distutils -USES= python:3.6+ +USES= python .include Index: devel/py-editables/Makefile =================================================================== --- devel/py-editables/Makefile +++ devel/py-editables/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-editdistance/Makefile =================================================================== --- devel/py-editdistance/Makefile +++ devel/py-editdistance/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent cython distutils post-patch: Index: devel/py-eggtestinfo/Makefile =================================================================== --- devel/py-eggtestinfo/Makefile +++ devel/py-eggtestinfo/Makefile @@ -11,7 +11,7 @@ LICENSE= ZPL21 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-ejson/Makefile =================================================================== --- devel/py-ejson/Makefile +++ devel/py-ejson/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-enlighten/Makefile =================================================================== --- devel/py-enlighten/Makefile +++ devel/py-enlighten/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blessed>=1.17.7:devel/py-blessed@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prefixed>=0.3.2:devel/py-prefixed@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: devel/py-entrypoint2/Makefile =================================================================== --- devel/py-entrypoint2/Makefile +++ devel/py-entrypoint2/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-entrypoints/Makefile =================================================================== --- devel/py-entrypoints/Makefile +++ devel/py-entrypoints/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-enum-compat/Makefile =================================================================== --- devel/py-enum-compat/Makefile +++ devel/py-enum-compat/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-envier/Makefile =================================================================== --- devel/py-envier/Makefile +++ devel/py-envier/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-envisage/Makefile =================================================================== --- devel/py-envisage/Makefile +++ devel/py-envisage/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${PY_FLAVOR} # Above requirements are defined in setup.py -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-epdb/Makefile =================================================================== --- devel/py-epdb/Makefile +++ devel/py-epdb/Makefile @@ -8,7 +8,7 @@ COMMENT= Enhanced Python Debugger WWW= https://github.com/sassoftware/epdb -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: devel/py-epsilon/Makefile =================================================================== --- devel/py-epsilon/Makefile +++ devel/py-epsilon/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}twisted>=13.2.0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-etils/Makefile =================================================================== --- devel/py-etils/Makefile +++ devel/py-etils/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.8<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-etuples/Makefile =================================================================== --- devel/py-etuples/Makefile +++ devel/py-etuples/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cons>0:devel/py-cons@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}multipledispatch>0:devel/py-multipledispatch@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest # tests fail: TypeError: Tried to dispatch on non-type, see https://github.com/pythological/etuples/issues/24 USE_GITHUB= yes Index: devel/py-evdev/Makefile =================================================================== --- devel/py-evdev/Makefile +++ devel/py-evdev/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils CPPFLAGS+= -I${LOCALBASE}/include # v4l_compat Index: devel/py-eventlib/Makefile =================================================================== --- devel/py-eventlib/Makefile +++ devel/py-eventlib/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}logan>=0.5.0:devel/py-logan@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}redis2>=2.7.1:databases/py-redis2@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ewah-bool-utils/Makefile =================================================================== --- devel/py-ewah-bool-utils/Makefile +++ devel/py-ewah-bool-utils/Makefile @@ -17,7 +17,7 @@ ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 cython autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} # tests fail to run, see https://github.com/yt-project/ewah_bool_utils/issues/41 Index: devel/py-ewmh/Makefile =================================================================== --- devel/py-ewmh/Makefile +++ devel/py-ewmh/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-exam/Makefile =================================================================== --- devel/py-exam/Makefile +++ devel/py-exam/Makefile @@ -8,7 +8,7 @@ COMMENT= Python toolkit for writing better tests WWW= https://github.com/fluxx/exam -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-exceptiongroup/Makefile =================================================================== --- devel/py-exceptiongroup/Makefile +++ devel/py-exceptiongroup/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-scm>=0:devel/py-flit-scm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-executing/Makefile =================================================================== --- devel/py-executing/Makefile +++ devel/py-executing/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-expiringdict/Makefile =================================================================== --- devel/py-expiringdict/Makefile +++ devel/py-expiringdict/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-extras/Makefile =================================================================== --- devel/py-extras/Makefile +++ devel/py-extras/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testtools>0:devel/py-testtools@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-extremes/Makefile =================================================================== --- devel/py-extremes/Makefile +++ devel/py-extremes/Makefile @@ -9,7 +9,7 @@ COMMENT= Production-quality 'Min' and 'Max' objects (adapted from PEP 326) WWW= https://pypi.org/project/Extremes/ -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist .include Index: devel/py-fabric/Makefile =================================================================== --- devel/py-fabric/Makefile +++ devel/py-fabric/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= fabfile USE_PYTHON= autoplist concurrent distutils pytest Index: devel/py-fabric3/Makefile =================================================================== --- devel/py-fabric3/Makefile +++ devel/py-fabric3/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= py*-fabric # bin/fab Index: devel/py-face/Makefile =================================================================== --- devel/py-face/Makefile +++ devel/py-face/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boltons>=20.0.0:devel/py-boltons@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-factory-boy/Makefile =================================================================== --- devel/py-factory-boy/Makefile +++ devel/py-factory-boy/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}tox>=0:devel/py-tox@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: devel/py-fam/Makefile =================================================================== --- devel/py-fam/Makefile +++ devel/py-fam/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ fam +USES= python fam USE_PYTHON= distutils autoplist .include Index: devel/py-fastbencode/Makefile =================================================================== --- devel/py-fastbencode/Makefile +++ devel/py-fastbencode/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist cython distutils post-install: Index: devel/py-fastcache/Makefile =================================================================== --- devel/py-fastcache/Makefile +++ devel/py-fastcache/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: devel/py-fasteners/Makefile =================================================================== --- devel/py-fasteners/Makefile +++ devel/py-fasteners/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-fastentrypoints/Makefile =================================================================== --- devel/py-fastentrypoints/Makefile +++ devel/py-fastentrypoints/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-fastf1/Makefile =================================================================== --- devel/py-fastf1/Makefile +++ devel/py-fastf1/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}thefuzz>=0:devel/py-thefuzz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}timple>=0:math/py-timple@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-fastimport/Makefile =================================================================== --- devel/py-fastimport/Makefile +++ devel/py-fastimport/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-fastjsonschema/Makefile =================================================================== --- devel/py-fastjsonschema/Makefile +++ devel/py-fastjsonschema/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-fastnumbers/Makefile =================================================================== --- devel/py-fastnumbers/Makefile +++ devel/py-fastnumbers/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= pep517 autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-fastprogress/Makefile =================================================================== --- devel/py-fastprogress/Makefile +++ devel/py-fastprogress/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-fbprophet/Makefile =================================================================== --- devel/py-fbprophet/Makefile +++ devel/py-fbprophet/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 python:3.7+ +USES= compiler:c11 python USE_PYTHON= autoplist distutils BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pystan>2.14:math/py-pystan@${PY_FLAVOR} Index: devel/py-fields/Makefile =================================================================== --- devel/py-fields/Makefile +++ devel/py-fields/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/ionelmc/python-fields/issues/9 NO_ARCH= yes Index: devel/py-filebytes/Makefile =================================================================== --- devel/py-filebytes/Makefile +++ devel/py-filebytes/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-filedepot/Makefile =================================================================== --- devel/py-filedepot/Makefile +++ devel/py-filedepot/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyascii>=0:textproc/py-anyascii@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-filemagic/Makefile =================================================================== --- devel/py-filemagic/Makefile +++ devel/py-filemagic/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-filetype/Makefile =================================================================== --- devel/py-filetype/Makefile +++ devel/py-filetype/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-findlibs/Makefile =================================================================== --- devel/py-findlibs/Makefile +++ devel/py-findlibs/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-findpython/Makefile =================================================================== --- devel/py-findpython/Makefile +++ devel/py-findpython/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-pep517>=0:devel/py-pdm-pep517@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=20:devel/py-packaging@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-first/Makefile =================================================================== --- devel/py-first/Makefile +++ devel/py-first/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-five.globalrequest/Makefile =================================================================== --- devel/py-five.globalrequest/Makefile +++ devel/py-five.globalrequest/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.globalrequest>=0:devel/py-zope.globalrequest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-fixtures/Makefile =================================================================== --- devel/py-fixtures/Makefile +++ devel/py-fixtures/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=5.7.0:devel/py-pbr@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-flake8-black/Makefile =================================================================== --- devel/py-flake8-black/Makefile +++ devel/py-flake8-black/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=22.1.0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8>=3:devel/py-flake8@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-flake8-bugbear/Makefile =================================================================== --- devel/py-flake8-bugbear/Makefile +++ devel/py-flake8-bugbear/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8>=6.0.0:devel/py-flake8@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-flake8-builtins/Makefile =================================================================== --- devel/py-flake8-builtins/Makefile +++ devel/py-flake8-builtins/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesmith>=0:devel/py-hypothesmith@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-flake8-comprehensions/Makefile =================================================================== --- devel/py-flake8-comprehensions/Makefile +++ devel/py-flake8-comprehensions/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-flake8-docstrings/Makefile =================================================================== --- devel/py-flake8-docstrings/Makefile +++ devel/py-flake8-docstrings/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydocstyle>=0:devel/py-pydocstyle@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-flake8-future-annotations/Makefile =================================================================== --- devel/py-flake8-future-annotations/Makefile +++ devel/py-flake8-future-annotations/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} # The authors claim python 3.7+, but the py-flake8 port requires 3.8+ -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-flake8-import-order/Makefile =================================================================== --- devel/py-flake8-import-order/Makefile +++ devel/py-flake8-import-order/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=0:devel/py-pycodestyle@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-flake8-polyfill/Makefile =================================================================== --- devel/py-flake8-polyfill/Makefile +++ devel/py-flake8-polyfill/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-flake8-print/Makefile =================================================================== --- devel/py-flake8-print/Makefile +++ devel/py-flake8-print/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=3.0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>=0:devel/py-pycodestyle@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-flake8-pyi/Makefile =================================================================== --- devel/py-flake8-pyi/Makefile +++ devel/py-flake8-pyi/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=5.0.4<7.0.0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>=2.1.1:devel/py-pyflakes@${PY_FLAVOR} \ -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-flake8-quotes/Makefile =================================================================== --- devel/py-flake8-quotes/Makefile +++ devel/py-flake8-quotes/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-flake8/Makefile =================================================================== --- devel/py-flake8/Makefile +++ devel/py-flake8/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pyflakes>=0:devel/py-pyflakes@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes # test_up_to_date is broken because pypi tarball lacks required files Index: devel/py-flake8_simplify/Makefile =================================================================== --- devel/py-flake8_simplify/Makefile +++ devel/py-flake8_simplify/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>=0.1:devel/py-astor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8>=3.7:devel/py-flake8@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-flaky/Makefile =================================================================== --- devel/py-flaky/Makefile +++ devel/py-flaky/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}genty>0:devel/py-genty@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-flask-babel/Makefile =================================================================== --- devel/py-flask-babel/Makefile +++ devel/py-flask-babel/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5:devel/py-Jinja2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils unittest NO_ARCH= yes Index: devel/py-flatbuffers/Makefile =================================================================== --- devel/py-flatbuffers/Makefile +++ devel/py-flatbuffers/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-flatdict/Makefile =================================================================== --- devel/py-flatdict/Makefile +++ devel/py-flatdict/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-flex/Makefile =================================================================== --- devel/py-flex/Makefile +++ devel/py-flex/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}validate_email>=1.2:mail/py-validate_email@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-flexmock/Makefile =================================================================== --- devel/py-flexmock/Makefile +++ devel/py-flexmock/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-flit-core/Makefile =================================================================== --- devel/py-flit-core/Makefile +++ devel/py-flit-core/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= allflavors autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-flit-scm/Makefile =================================================================== --- devel/py-flit-scm/Makefile +++ devel/py-flit-scm/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.5<4:devel/py-flit-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.4:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-flit/Makefile =================================================================== --- devel/py-flit/Makefile +++ devel/py-flit/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomli-w>=0:textproc/py-tomli-w@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-fluent-logger/Makefile =================================================================== --- devel/py-fluent-logger/Makefile +++ devel/py-fluent-logger/Makefile @@ -15,6 +15,6 @@ NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils -USES= python:3.6+ +USES= python .include Index: devel/py-fluent/Makefile =================================================================== --- devel/py-fluent/Makefile +++ devel/py-fluent/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-flufl.i18n/Makefile =================================================================== --- devel/py-flufl.i18n/Makefile +++ devel/py-flufl.i18n/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-flufl.lock/Makefile =================================================================== --- devel/py-flufl.lock/Makefile +++ devel/py-flufl.lock/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-flynt/Makefile =================================================================== --- devel/py-flynt/Makefile +++ devel/py-flynt/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>0:devel/py-astor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomli>1.1.0:textproc/py-tomli@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist pep517 Index: devel/py-foolscap/Makefile =================================================================== --- devel/py-foolscap/Makefile +++ devel/py-foolscap/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}txi2p-tahoe>=0.3.2:devel/py-txi2p-tahoe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}txtorcon>=19.0.0:security/py-txtorcon@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-freebsd-sysctl/Makefile =================================================================== --- devel/py-freebsd-sysctl/Makefile +++ devel/py-freebsd-sysctl/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= gronke Index: devel/py-freebsd/Makefile =================================================================== --- devel/py-freebsd/Makefile +++ devel/py-freebsd/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils unittest USE_GITHUB= yes Index: devel/py-freenas.utils/Makefile =================================================================== --- devel/py-freenas.utils/Makefile +++ devel/py-freenas.utils/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-freezegun/Makefile =================================================================== --- devel/py-freezegun/Makefile +++ devel/py-freezegun/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7:devel/py-dateutil@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= pytest python:3.6+ +USES= pytest python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-frictionless-ckan-mapper/Makefile =================================================================== --- devel/py-frictionless-ckan-mapper/Makefile +++ devel/py-frictionless-ckan-mapper/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9<2.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-frictionless/Makefile =================================================================== --- devel/py-frictionless/Makefile +++ devel/py-frictionless/Makefile @@ -34,7 +34,7 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}validators>=0.18:devel/py-validators@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-frozendict/Makefile =================================================================== --- devel/py-frozendict/Makefile +++ devel/py-frozendict/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils MAKE_ARGS= custom_arg=c Index: devel/py-frozenlist/Makefile =================================================================== --- devel/py-frozenlist/Makefile +++ devel/py-frozenlist/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gettext-runtime python:3.7+ +USES= gettext-runtime python USE_PYTHON= autoplist cython distutils post-install: Index: devel/py-fs/Makefile =================================================================== --- devel/py-fs/Makefile +++ devel/py-fs/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-fs2/Makefile =================================================================== --- devel/py-fs2/Makefile +++ devel/py-fs2/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-fsspec/Makefile =================================================================== --- devel/py-fsspec/Makefile +++ devel/py-fsspec/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-fudge/Makefile =================================================================== --- devel/py-fudge/Makefile +++ devel/py-fudge/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-funcparserlib/Makefile =================================================================== --- devel/py-funcparserlib/Makefile +++ devel/py-funcparserlib/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-funcsigs/Makefile =================================================================== --- devel/py-funcsigs/Makefile +++ devel/py-funcsigs/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest2 NO_ARCH= yes Index: devel/py-funcy/Makefile =================================================================== --- devel/py-funcy/Makefile +++ devel/py-funcy/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-furl/Makefile =================================================================== --- devel/py-furl/Makefile +++ devel/py-furl/Makefile @@ -11,7 +11,7 @@ LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}orderedmultidict>0:devel/py-orderedmultidict@${PY_FLAVOR} Index: devel/py-fusepy/Makefile =================================================================== --- devel/py-fusepy/Makefile +++ devel/py-fusepy/Makefile @@ -13,7 +13,7 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}fusefs # fuse.py NO_ARCH= yes -USES= fuse python:3.6+ +USES= fuse python USE_PYTHON= autoplist distutils .include Index: devel/py-futurist/Makefile =================================================================== --- devel/py-futurist/Makefile +++ devel/py-futurist/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-fuzzywuzzy/Makefile =================================================================== --- devel/py-fuzzywuzzy/Makefile +++ devel/py-fuzzywuzzy/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-Levenshtein>0:devel/py-python-Levenshtein@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-fypp/Makefile =================================================================== --- devel/py-fypp/Makefile +++ devel/py-fypp/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist .include Index: devel/py-game/Makefile =================================================================== --- devel/py-game/Makefile +++ devel/py-game/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \ v4l_compat>0:multimedia/v4l_compat -USES= compiler:c11 jpeg localbase pkgconfig python:3.6+ sdl xorg +USES= compiler:c11 jpeg localbase pkgconfig python sdl xorg USE_SDL= sdl2 ttf2 image2 mixer2 USE_PYTHON= autoplist distutils USE_XORG= x11 Index: devel/py-gapic-generator/Makefile =================================================================== --- devel/py-gapic-generator/Makefile +++ devel/py-gapic-generator/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}pypandoc>=1.4:textproc/py-pypandoc@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1.1:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-gast/Makefile =================================================================== --- devel/py-gast/Makefile +++ devel/py-gast/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-gelidum/Makefile =================================================================== --- devel/py-gelidum/Makefile +++ devel/py-gelidum/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-genson/Makefile =================================================================== --- devel/py-genson/Makefile +++ devel/py-genson/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.1:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.4+ shebangfix +USES= python shebangfix SHEBANG_FILES= bin/genson.py USE_PYTHON= autoplist concurrent distutils Index: devel/py-genty/Makefile =================================================================== --- devel/py-genty/Makefile +++ devel/py-genty/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-geocoder/Makefile =================================================================== --- devel/py-geocoder/Makefile +++ devel/py-geocoder/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-geojson/Makefile =================================================================== --- devel/py-geojson/Makefile +++ devel/py-geojson/Makefile @@ -16,7 +16,7 @@ PORTDOCS= LICENSE.rst CHANGELOG.rst README.rst -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-get-reader/Makefile =================================================================== --- devel/py-get-reader/Makefile +++ devel/py-get-reader/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-gevent/Makefile =================================================================== --- devel/py-gevent/Makefile +++ devel/py-gevent/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= compiler:c11 localbase python:3.6+ +USES= compiler:c11 localbase python USE_PYTHON= autoplist concurrent distutils MAKE_ENV= GEVENTSETUP_EMBED_CARES=0 GEVENTSETUP_EMBED_LIBEV=0 GEVENTSETUP_EMBED_LIBUV=0 Index: devel/py-geventhttpclient/Makefile =================================================================== --- devel/py-geventhttpclient/Makefile +++ devel/py-geventhttpclient/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}gevent>=0.13:devel/py-gevent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-git-semver/Makefile =================================================================== --- devel/py-git-semver/Makefile +++ devel/py-git-semver/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitpython>=3.1<3.2:devel/py-gitpython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8<3:devel/py-semantic-version@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-git-url-parse/Makefile =================================================================== --- devel/py-git-url-parse/Makefile +++ devel/py-git-url-parse/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yapf>=0.21.0:textproc/py-yapf@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-gitdb/Makefile =================================================================== --- devel/py-gitdb/Makefile +++ devel/py-gitdb/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1<6:devel/py-smmap@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-gitless/Makefile =================================================================== --- devel/py-gitless/Makefile +++ devel/py-gitless/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}sh>=1.11:devel/py-sh@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-giturlparse/Makefile =================================================================== --- devel/py-giturlparse/Makefile +++ devel/py-giturlparse/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-glance-store/Makefile =================================================================== --- devel/py-glance-store/Makefile +++ devel/py-glance-store/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-glob2/Makefile =================================================================== --- devel/py-glob2/Makefile +++ devel/py-glob2/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist do-test: Index: devel/py-glom/Makefile =================================================================== --- devel/py-glom/Makefile +++ devel/py-glom/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}boltons>=19.3.0:devel/py-boltons@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}face>=20.1.0:devel/py-face@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-google-cloud-iam/Makefile =================================================================== --- devel/py-google-cloud-iam/Makefile +++ devel/py-google-cloud-iam/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-google-crc32c/Makefile =================================================================== --- devel/py-google-crc32c/Makefile +++ devel/py-google-crc32c/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libcrc32c.so:devel/crc32c RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} -USES= localbase python:3.7+ +USES= localbase python USE_PYTHON= autoplist concurrent pep517 post-install: Index: devel/py-google-i18n-address/Makefile =================================================================== --- devel/py-google-i18n-address/Makefile +++ devel/py-google-i18n-address/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-google-pasta/Makefile =================================================================== --- devel/py-google-pasta/Makefile +++ devel/py-google-pasta/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-google-re2/Makefile =================================================================== --- devel/py-google-re2/Makefile +++ devel/py-google-re2/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} LIB_DEPENDS= libre2.so:devel/re2 -USES= compiler:c11 localbase python:3.7+ +USES= compiler:c11 localbase python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-googleapis-common-protos/Makefile =================================================================== --- devel/py-googleapis-common-protos/Makefile +++ devel/py-googleapis-common-protos/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-gpxpy/Makefile =================================================================== --- devel/py-gpxpy/Makefile +++ devel/py-gpxpy/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-grab/Makefile =================================================================== --- devel/py-grab/Makefile +++ devel/py-grab/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-graphene-django/Makefile =================================================================== --- devel/py-graphene-django/Makefile +++ devel/py-graphene-django/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}promise>=2.1:devel/py-promise@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: devel/py-graphene-sqlalchemy/Makefile =================================================================== --- devel/py-graphene-sqlalchemy/Makefile +++ devel/py-graphene-sqlalchemy/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.2<2:databases/py-sqlalchemy14@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-graphene/Makefile =================================================================== --- devel/py-graphene/Makefile +++ devel/py-graphene/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}graphql-core>=3.1<3.3:devel/py-graphql-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}graphql-relay>=3.1<3.3:devel/py-graphql-relay@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-graphene2/Makefile =================================================================== --- devel/py-graphene2/Makefile +++ devel/py-graphene2/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}graphql-relay2>=2<3:devel/py-graphql-relay2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-graphql-core/Makefile =================================================================== --- devel/py-graphql-core/Makefile +++ devel/py-graphql-core/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-graphql-core2/Makefile =================================================================== --- devel/py-graphql-core2/Makefile +++ devel/py-graphql-core2/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}rx1>=1.6<3:devel/py-rx1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-graphql-relay/Makefile =================================================================== --- devel/py-graphql-relay/Makefile +++ devel/py-graphql-relay/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphql-core>=3.2<3.3:devel/py-graphql-core@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-graphql-relay2/Makefile =================================================================== --- devel/py-graphql-relay2/Makefile +++ devel/py-graphql-relay2/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}promise>=2.2<3:devel/py-promise@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-greenlet/Makefile =================================================================== --- devel/py-greenlet/Makefile +++ devel/py-greenlet/Makefile @@ -15,7 +15,7 @@ NOT_FOR_ARCHS= mips mips64 NOT_FOR_ARCHS_REASON= greenlet needs to be ported to this platform -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils CPPFLAGS+= -Dregister= Index: devel/py-grizzled/Makefile =================================================================== --- devel/py-grizzled/Makefile +++ devel/py-grizzled/Makefile @@ -9,7 +9,7 @@ COMMENT= The Grizzled Python Utility Library WWW= http://www.clapper.org/software/python/grizzled/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-patch: Index: devel/py-grpc-google-iam-v1/Makefile =================================================================== --- devel/py-grpc-google-iam-v1/Makefile +++ devel/py-grpc-google-iam-v1/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}grpcio>=1.44.0<2.0.0:devel/py-grpcio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-grpc-stubs/Makefile =================================================================== --- devel/py-grpc-stubs/Makefile +++ devel/py-grpc-stubs/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=0:devel/py-grpcio@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-grpcio-gcp/Makefile =================================================================== --- devel/py-grpcio-gcp/Makefile +++ devel/py-grpcio-gcp/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.12.0:devel/py-grpcio@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-grpcio-status/Makefile =================================================================== --- devel/py-grpcio-status/Makefile +++ devel/py-grpcio-status/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}grpcio>=${PORTVERSION}:devel/py-grpcio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-gs_api_client/Makefile =================================================================== --- devel/py-gs_api_client/Makefile +++ devel/py-gs_api_client/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-gtfslib/Makefile =================================================================== --- devel/py-gtfslib/Makefile +++ devel/py-gtfslib/Makefile @@ -19,7 +19,7 @@ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-guppy3/Makefile =================================================================== --- devel/py-guppy3/Makefile +++ devel/py-guppy3/Makefile @@ -13,7 +13,7 @@ #USE_GITHUB= yes #GH_ACCOUNT= zhuyifei1999 -USES= python:3.7+ +USES= python USE_PYTHON= cython distutils .if ! defined(WITH_DEBUG) Index: devel/py-gyp/Makefile =================================================================== --- devel/py-gyp/Makefile +++ devel/py-gyp/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_GITHUB= yes GH_ACCOUNT= hrs-allbsd USE_PYTHON= autoplist distutils Index: devel/py-hash_ring/Makefile =================================================================== --- devel/py-hash_ring/Makefile +++ devel/py-hash_ring/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=0:databases/py-python-memcached@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-hatch-autorun/Makefile =================================================================== --- devel/py-hatch-autorun/Makefile +++ devel/py-hatch-autorun/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.6.0:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-hatch-fancy-pypi-readme/Makefile =================================================================== --- devel/py-hatch-fancy-pypi-readme/Makefile +++ devel/py-hatch-fancy-pypi-readme/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-hatch-jupyter-builder/Makefile =================================================================== --- devel/py-hatch-jupyter-builder/Makefile +++ devel/py-hatch-jupyter-builder/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.5:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.5:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-hatch-nodejs-version/Makefile =================================================================== --- devel/py-hatch-nodejs-version/Makefile +++ devel/py-hatch-nodejs-version/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.0:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} Index: devel/py-hatch-requirements-txt/Makefile =================================================================== --- devel/py-hatch-requirements-txt/Makefile +++ devel/py-hatch-requirements-txt/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: devel/py-hatch-semver/Makefile =================================================================== --- devel/py-hatch-semver/Makefile +++ devel/py-hatch-semver/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semver>=2.13.0:devel/py-semver@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-hatch-vcs/Makefile =================================================================== --- devel/py-hatch-vcs/Makefile +++ devel/py-hatch-vcs/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.4.0:devel/py-setuptools_scm@${PY_FLAVOR} TEST_DEPENDS= git:devel/git -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-hatch/Makefile =================================================================== --- devel/py-hatch/Makefile +++ devel/py-hatch/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.27.0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-hatchling/Makefile =================================================================== --- devel/py-hatchling/Makefile +++ devel/py-hatchling/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pluggy>=1.0.0:devel/py-pluggy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trove-classifiers>=0:devel/py-trove-classifiers@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-heapdict/Makefile =================================================================== --- devel/py-heapdict/Makefile +++ devel/py-heapdict/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-helpdev/Makefile =================================================================== --- devel/py-helpdev/Makefile +++ devel/py-helpdev/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.6:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-hg-evolve/Makefile =================================================================== --- devel/py-hg-evolve/Makefile +++ devel/py-hg-evolve/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= hg:devel/mercurial \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-hglib/Makefile =================================================================== --- devel/py-hglib/Makefile +++ devel/py-hglib/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS+= ${PY_MERCURIAL} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-hgtools/Makefile =================================================================== --- devel/py-hgtools/Makefile +++ devel/py-hgtools/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-holidays/Makefile =================================================================== --- devel/py-holidays/Makefile +++ devel/py-holidays/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} Index: devel/py-homebase/Makefile =================================================================== --- devel/py-homebase/Makefile +++ devel/py-homebase/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython autoplist unittest # many tests fail, see https://github.com/dwavesystems/homebase/issues/35 USE_GITHUB= yes Index: devel/py-http-prompt/Makefile =================================================================== --- devel/py-http-prompt/Makefile +++ devel/py-http-prompt/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pygments>=2.1.0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.0:devel/py-yaml@${PY_FLAVOR} \ -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-humanize/Makefile =================================================================== --- devel/py-humanize/Makefile +++ devel/py-humanize/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-hunter/Makefile =================================================================== --- devel/py-hunter/Makefile +++ devel/py-hunter/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aspectlib>0:devel/py-aspectlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}process-tests>0:devel/py-process-tests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 cython autoplist pytest # tests depend on a non-existent module, see https://github.com/ionelmc/python-hunter/issues/116 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-hvac/Makefile =================================================================== --- devel/py-hvac/Makefile +++ devel/py-hvac/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>2.27.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: devel/py-hypothesis/Makefile =================================================================== --- devel/py-hypothesis/Makefile +++ devel/py-hypothesis/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}rich>=9.0.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.1.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-hypothesmith/Makefile =================================================================== --- devel/py-hypothesmith/Makefile +++ devel/py-hypothesmith/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parso>=0:textproc/py-parso@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-icalendar/Makefile =================================================================== --- devel/py-icalendar/Makefile +++ devel/py-icalendar/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ice37/pkg-plist =================================================================== --- devel/py-ice37/pkg-plist +++ devel/py-ice37/pkg-plist @@ -196,6 +196,6 @@ %%PYTHON_SITELIBDIR%%/IceStorm/__init__.py %%PYTHON_SITELIBDIR%%/IceStorm/__init__.pyc %%PYTHON_SITELIBDIR%%/IceStorm/__init__.pyo -%%PYTHONGT34%%%%PYTHON_SITELIBDIR%%/Ice/Py3/IceFuture.py -%%PYTHONGT34%%%%PYTHON_SITELIBDIR%%/Ice/Py3/IceFuture.pyc -%%PYTHONGT34%%%%PYTHON_SITELIBDIR%%/Ice/Py3/IceFuture.pyo +%%PYTHONGT27%%%%PYTHON_SITELIBDIR%%/Ice/Py3/IceFuture.py +%%PYTHONGT27%%%%PYTHON_SITELIBDIR%%/Ice/Py3/IceFuture.pyc +%%PYTHONGT27%%%%PYTHON_SITELIBDIR%%/Ice/Py3/IceFuture.pyo Index: devel/py-identify/Makefile =================================================================== --- devel/py-identify/Makefile +++ devel/py-identify/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-ijson/Makefile =================================================================== --- devel/py-ijson/Makefile +++ devel/py-ijson/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFINE= YAJL Index: devel/py-imgkit/Makefile =================================================================== --- devel/py-imgkit/Makefile +++ devel/py-imgkit/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist RUN_DEPENDS+= wkhtmltopdf>0:converters/wkhtmltopdf Index: devel/py-immutables/Makefile =================================================================== --- devel/py-immutables/Makefile +++ devel/py-immutables/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-importlab/Makefile =================================================================== --- devel/py-importlab/Makefile +++ devel/py-importlab/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=2,1:math/py-networkx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-importlib-metadata/Makefile =================================================================== --- devel/py-importlib-metadata/Makefile +++ devel/py-importlib-metadata/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zipp>=0.5:devel/py-zipp@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-importlib-resources/Makefile =================================================================== --- devel/py-importlib-resources/Makefile +++ devel/py-importlib-resources/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-incremental/Makefile =================================================================== --- devel/py-incremental/Makefile +++ devel/py-incremental/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-infinity/Makefile =================================================================== --- devel/py-infinity/Makefile +++ devel/py-infinity/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-inflect/Makefile =================================================================== --- devel/py-inflect/Makefile +++ devel/py-inflect/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic>=1.9.1:devel/py-pydantic@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-inflection/Makefile =================================================================== --- devel/py-inflection/Makefile +++ devel/py-inflection/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-iniconfig/Makefile =================================================================== --- devel/py-iniconfig/Makefile +++ devel/py-iniconfig/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-inifile/Makefile =================================================================== --- devel/py-inifile/Makefile +++ devel/py-inifile/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-iniparse/Makefile =================================================================== --- devel/py-iniparse/Makefile +++ devel/py-iniparse/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-installer/Makefile =================================================================== --- devel/py-installer/Makefile +++ devel/py-installer/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= allflavors autoplist concurrent pep517 MAKE_ENV= PYTHONPATH=${WRKSRC}/src Index: devel/py-intbitset/Makefile =================================================================== --- devel/py-intbitset/Makefile +++ devel/py-intbitset/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist cython distutils pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-intelhex/Makefile =================================================================== --- devel/py-intelhex/Makefile +++ devel/py-intelhex/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-intervals/Makefile =================================================================== --- devel/py-intervals/Makefile +++ devel/py-intervals/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}infinity>=0.1.3:devel/py-infinity@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-intervaltree/Makefile =================================================================== --- devel/py-intervaltree/Makefile +++ devel/py-intervaltree/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=0:devel/py-sortedcontainers@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-invoke/Makefile =================================================================== --- devel/py-invoke/Makefile +++ devel/py-invoke/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ioflo/Makefile =================================================================== --- devel/py-ioflo/Makefile +++ devel/py-ioflo/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=1.1:devel/py-setuptools-git@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-iopath/Makefile =================================================================== --- devel/py-iopath/Makefile +++ devel/py-iopath/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}portalocker>0:devel/py-portalocker@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= facebookresearch GH_TAGNAME= b49ef53b557b794ad142047905827a6727b91d63 Index: devel/py-ipaddr/Makefile =================================================================== --- devel/py-ipaddr/Makefile +++ devel/py-ipaddr/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-ipdb/Makefile =================================================================== --- devel/py-ipdb/Makefile +++ devel/py-ipdb/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython>=7.31.1:devel/ipython@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ipydatawidgets/Makefile =================================================================== --- devel/py-ipydatawidgets/Makefile +++ devel/py-ipydatawidgets/Makefile @@ -16,7 +16,7 @@ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}traittypes>=0.2.0:devel/py-traittypes@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: devel/py-ipykernel/Makefile =================================================================== --- devel/py-ipykernel/Makefile +++ devel/py-ipykernel/Makefile @@ -27,7 +27,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>=6.1:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=5.4.0:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-ipympl/Makefile =================================================================== --- devel/py-ipympl/Makefile +++ devel/py-ipympl/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}ipywidgets>=7.6.0:devel/py-ipywidgets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.0:math/py-matplotlib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-ipyparallel/Makefile =================================================================== --- devel/py-ipyparallel/Makefile +++ devel/py-ipyparallel/Makefile @@ -37,7 +37,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-ipython_genutils/Makefile =================================================================== --- devel/py-ipython_genutils/Makefile +++ devel/py-ipython_genutils/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-ipywidgets/Makefile =================================================================== --- devel/py-ipywidgets/Makefile +++ devel/py-ipywidgets/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}widgetsnbextension>=4.0.0:devel/py-widgetsnbextension@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyterlab-widgets>=3.0.0:devel/py-jupyterlab-widgets@${PY_FLAVOR} \ -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-iso8601/Makefile =================================================================== --- devel/py-iso8601/Makefile +++ devel/py-iso8601/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.1.1:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-isodate/Makefile =================================================================== --- devel/py-isodate/Makefile +++ devel/py-isodate/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-isoduration/Makefile =================================================================== --- devel/py-isoduration/Makefile +++ devel/py-isoduration/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=0.15.0:devel/py-arrow@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-isort/Makefile =================================================================== --- devel/py-isort/Makefile +++ devel/py-isort/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-itanium_demangler/Makefile =================================================================== --- devel/py-itanium_demangler/Makefile +++ devel/py-itanium_demangler/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD0CLAUSE LICENSE_FILE= ${WRKSRC}/README.md -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-itemadapter/Makefile =================================================================== --- devel/py-itemadapter/Makefile +++ devel/py-itemadapter/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-itemloaders/Makefile =================================================================== --- devel/py-itemloaders/Makefile +++ devel/py-itemloaders/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.9.5:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}itemadapter>=0.1.0:devel/py-itemadapter@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-iteration-utilities/Makefile =================================================================== --- devel/py-iteration-utilities/Makefile +++ devel/py-iteration-utilities/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-itertree/Makefile =================================================================== --- devel/py-itertree/Makefile +++ devel/py-itertree/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist pytest # 1 test fails, see https://github.com/BR1py/itertree/issues/18 USE_GITHUB= yes Index: devel/py-itypes/Makefile =================================================================== --- devel/py-itypes/Makefile +++ devel/py-itypes/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-janus/Makefile =================================================================== --- devel/py-janus/Makefile +++ devel/py-janus/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: devel/py-jaraco.classes/Makefile =================================================================== --- devel/py-jaraco.classes/Makefile +++ devel/py-jaraco.classes/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-jaraco.context/Makefile =================================================================== --- devel/py-jaraco.context/Makefile +++ devel/py-jaraco.context/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-jaraco.env/Makefile =================================================================== --- devel/py-jaraco.env/Makefile +++ devel/py-jaraco.env/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jaraco.functools/Makefile =================================================================== --- devel/py-jaraco.functools/Makefile +++ devel/py-jaraco.functools/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-jaraco.itertools/Makefile =================================================================== --- devel/py-jaraco.itertools/Makefile +++ devel/py-jaraco.itertools/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-jaraco.logging/Makefile =================================================================== --- devel/py-jaraco.logging/Makefile +++ devel/py-jaraco.logging/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-jaraco.text/Makefile =================================================================== --- devel/py-jaraco.text/Makefile +++ devel/py-jaraco.text/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=0:devel/py-jaraco.functools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>=0:devel/py-more-itertools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jaraco.timing/Makefile =================================================================== --- devel/py-jaraco.timing/Makefile +++ devel/py-jaraco.timing/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}tempora>=1.5:devel/py-tempora@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-jaraco.util/Makefile =================================================================== --- devel/py-jaraco.util/Makefile +++ devel/py-jaraco.util/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-jaraco/Makefile =================================================================== --- devel/py-jaraco/Makefile +++ devel/py-jaraco/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT -USES= python:3.7+ +USES= python USE_PYTHON= flavors NO_ARCH= yes Index: devel/py-javaproperties/Makefile =================================================================== --- devel/py-javaproperties/Makefile +++ devel/py-javaproperties/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-jdcal/Makefile =================================================================== --- devel/py-jdcal/Makefile +++ devel/py-jdcal/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-jedi/Makefile =================================================================== --- devel/py-jedi/Makefile +++ devel/py-jedi/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils do-test: Index: devel/py-jeepney/Makefile =================================================================== --- devel/py-jeepney/Makefile +++ devel/py-jeepney/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jellyfish/Makefile =================================================================== --- devel/py-jellyfish/Makefile +++ devel/py-jellyfish/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13<0.15:devel/py-maturin@${PY_FLAVOR} -USES= cargo python:3.7+ +USES= cargo python USE_PYTHON= autoplist concurrent pep517 CARGO_BUILD= no Index: devel/py-jep/Makefile =================================================================== --- devel/py-jep/Makefile +++ devel/py-jep/Makefile @@ -12,7 +12,7 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME} Index: devel/py-jinja2-ansible-filters/Makefile =================================================================== --- devel/py-jinja2-ansible-filters/Makefile +++ devel/py-jinja2-ansible-filters/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-jinja2-time/Makefile =================================================================== --- devel/py-jinja2-time/Makefile +++ devel/py-jinja2-time/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}freezegun>0:devel/py-freezegun@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-jira/Makefile =================================================================== --- devel/py-jira/Makefile +++ devel/py-jira/Makefile @@ -23,7 +23,7 @@ TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${RUN_DEPENDS} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils OPTIONS_DEFINE= MAGIC PARALLEL SHELL TESTS Index: devel/py-jitterentropy/Makefile =================================================================== --- devel/py-jitterentropy/Makefile +++ devel/py-jitterentropy/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libjitterentropy.so:devel/libjitterentropy -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-jmespath/Makefile =================================================================== --- devel/py-jmespath/Makefile +++ devel/py-jmespath/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-joblib/Makefile =================================================================== --- devel/py-joblib/Makefile +++ devel/py-joblib/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-jsbeautifier/Makefile =================================================================== --- devel/py-jsbeautifier/Makefile +++ devel/py-jsbeautifier/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}editorconfig>=0.12.0:editors/py-editorconfig@${PY_FLAVOR} -USES?= python:3.6+ +USES?= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-jschema-to-python/Makefile =================================================================== --- devel/py-jschema-to-python/Makefile +++ devel/py-jschema-to-python/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-jsmin/Makefile =================================================================== --- devel/py-jsmin/Makefile +++ devel/py-jsmin/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-json5/Makefile =================================================================== --- devel/py-json5/Makefile +++ devel/py-json5/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-json_tricks/Makefile =================================================================== --- devel/py-json_tricks/Makefile +++ devel/py-json_tricks/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-jsondiff/Makefile =================================================================== --- devel/py-jsondiff/Makefile +++ devel/py-jsondiff/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= jojodiff py*-jsonpatch # bin/jdiff Index: devel/py-jsonform/Makefile =================================================================== --- devel/py-jsonform/Makefile +++ devel/py-jsonform/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.4.0:devel/py-jsonschema@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= RussellLuo GH_TAGNAME= 7ee5f95 Index: devel/py-jsonlines/Makefile =================================================================== --- devel/py-jsonlines/Makefile +++ devel/py-jsonlines/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-jsonnet/Makefile =================================================================== --- devel/py-jsonnet/Makefile +++ devel/py-jsonnet/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.6+ localbase +USES= compiler:c++11-lang python localbase USE_GITHUB= yes GH_ACCOUNT= google Index: devel/py-jsonpatch/Makefile =================================================================== --- devel/py-jsonpatch/Makefile +++ devel/py-jsonpatch/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= py*-jsondiff # bin/jsondiff Index: devel/py-jsonpath-ng/Makefile =================================================================== --- devel/py-jsonpath-ng/Makefile +++ devel/py-jsonpath-ng/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-jsonpath-rw/Makefile =================================================================== --- devel/py-jsonpath-rw/Makefile +++ devel/py-jsonpath-rw/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-jsonpickle/Makefile =================================================================== --- devel/py-jsonpickle/Makefile +++ devel/py-jsonpickle/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} # ${PYTHON_PKGNAMEPREFIX}yajl>0:devel/py-yajl@${PY_FLAVOR} # is also needed for tests, but isnt't yet ported -USES= cpe python:3.8+ +USES= cpe python USE_PYTHON= distutils autoplist pytest # 1 fail, 1 error in tests, see https://github.com/jsonpickle/jsonpickle/issues/429 CPE_VENDOR= ${PORTNAME}_project Index: devel/py-jsonpointer/Makefile =================================================================== --- devel/py-jsonpointer/Makefile +++ devel/py-jsonpointer/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-jsonref/Makefile =================================================================== --- devel/py-jsonref/Makefile +++ devel/py-jsonref/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} -USES?= python:3.6+ +USES?= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-jsonrpclib-pelix/Makefile =================================================================== --- devel/py-jsonrpclib-pelix/Makefile +++ devel/py-jsonrpclib-pelix/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-jsonschema-spec/Makefile =================================================================== --- devel/py-jsonschema-spec/Makefile +++ devel/py-jsonschema-spec/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0<5.0.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jsonschema/Makefile =================================================================== --- devel/py-jsonschema/Makefile +++ devel/py-jsonschema/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pyrsistent>=0.14.0:devel/py-pyrsistent@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} Index: devel/py-jsonschema3/Makefile =================================================================== --- devel/py-jsonschema3/Makefile +++ devel/py-jsonschema3/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pyrsistent>=0.14.0:devel/py-pyrsistent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-jsonsir/Makefile =================================================================== --- devel/py-jsonsir/Makefile +++ devel/py-jsonsir/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: devel/py-jupyter-client/Makefile =================================================================== --- devel/py-jupyter-client/Makefile +++ devel/py-jupyter-client/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-jupyter>=0.4.1:devel/py-pytest-jupyter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest # 1 test fails, see https://github.com/jupyter/jupyter_client/issues/855 NO_ARCH= yes Index: devel/py-jupyter-core/Makefile =================================================================== --- devel/py-jupyter-core/Makefile +++ devel/py-jupyter-core/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-jupyter-events/Makefile =================================================================== --- devel/py-jupyter-events/Makefile +++ devel/py-jupyter-events/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}uri-template>=0:net/py-uri-template@${PY_FLAVOR} # ${PYTHON_PKGNAMEPREFIX}webcolors>=1.11:graphics/py-webcolors@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jupyter-kernel-test/Makefile =================================================================== --- devel/py-jupyter-kernel-test/Makefile +++ devel/py-jupyter-kernel-test/Makefile @@ -19,7 +19,7 @@ ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist NO_ARCH= yes Index: devel/py-jupyter-lsp/Makefile =================================================================== --- devel/py-jupyter-lsp/Makefile +++ devel/py-jupyter-lsp/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.1.2:devel/py-jupyter-server@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-jupyter-packaging/Makefile =================================================================== --- devel/py-jupyter-packaging/Makefile +++ devel/py-jupyter-packaging/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0:textproc/py-tomlkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jupyter-server-fileid/Makefile =================================================================== --- devel/py-jupyter-server-fileid/Makefile +++ devel/py-jupyter-server-fileid/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-events>=0.5.0:devel/py-jupyter-events@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.15<3:devel/py-jupyter-server@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jupyter-server-mathjax/Makefile =================================================================== --- devel/py-jupyter-server-mathjax/Makefile +++ devel/py-jupyter-server-mathjax/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.1:devel/py-jupyter-server@${PY_FLAVOR} -USES= dos2unix python:3.7+ +USES= dos2unix python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jupyter-server-terminals/Makefile =================================================================== --- devel/py-jupyter-server-terminals/Makefile +++ devel/py-jupyter-server-terminals/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.5:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}terminado>=0.8.3:net/py-terminado@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jupyter-server-ydoc/Makefile =================================================================== --- devel/py-jupyter-server-ydoc/Makefile +++ devel/py-jupyter-server-ydoc/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}jupyter-ydoc>=0.2.0<0.4.0:devel/py-jupyter-ydoc@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ypy-websocket>=0.8.2<0.10.0_99:devel/py-ypy-websocket@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jupyter-server/Makefile =================================================================== --- devel/py-jupyter-server/Makefile +++ devel/py-jupyter-server/Makefile @@ -34,7 +34,7 @@ ${PYTHON_PKGNAMEPREFIX}traitlets>=5.6.0:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websocket-client>=0:www/py-websocket-client@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jupyter-telemetry/Makefile =================================================================== --- devel/py-jupyter-telemetry/Makefile +++ devel/py-jupyter-telemetry/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-jupyter-ydoc/Makefile =================================================================== --- devel/py-jupyter-ydoc/Makefile +++ devel/py-jupyter-ydoc/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.10.0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}y-py>=0.6.0<0.7.0:devel/py-y-py@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jupyter_console/Makefile =================================================================== --- devel/py-jupyter_console/Makefile +++ devel/py-jupyter_console/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}pyzmq>=17:net/py-pyzmq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=5.4:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_LOCALE= en_US.UTF-8 USE_PYTHON= autoplist pep517 Index: devel/py-jupyterlab-lsp/Makefile =================================================================== --- devel/py-jupyterlab-lsp/Makefile +++ devel/py-jupyterlab-lsp/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-lsp>=2.0.0:devel/py-jupyter-lsp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyterlab>=3.6.0<4.0.0a0:devel/py-jupyterlab@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-jupyterlab-server/Makefile =================================================================== --- devel/py-jupyterlab-server/Makefile +++ devel/py-jupyterlab-server/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.28:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jupyterlab-widgets/Makefile =================================================================== --- devel/py-jupyterlab-widgets/Makefile +++ devel/py-jupyterlab-widgets/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>0:devel/py-jupyter-packaging@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyterlab>=3.0.0:devel/py-jupyterlab@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-jupyterlab/Makefile =================================================================== --- devel/py-jupyterlab/Makefile +++ devel/py-jupyterlab/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=6.1.0:www/py-tornado@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-jupyterlab_launcher/Makefile =================================================================== --- devel/py-jupyterlab_launcher/Makefile +++ devel/py-jupyterlab_launcher/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}notebook>=4.2.0:www/py-notebook@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-kaitaistruct/Makefile =================================================================== --- devel/py-kaitaistruct/Makefile +++ devel/py-kaitaistruct/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES?= python:3.6+ +USES?= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-kaptan/Makefile =================================================================== --- devel/py-kaptan/Makefile +++ devel/py-kaptan/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-kazoo/Makefile =================================================================== --- devel/py-kazoo/Makefile +++ devel/py-kazoo/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gevent>=1.2.0:devel/py-gevent@${PY_FLAVOR} -USES= gmake python:3.6+ +USES= gmake python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-keystone-engine/Makefile =================================================================== --- devel/py-keystone-engine/Makefile +++ devel/py-keystone-engine/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core -USES= pkgconfig python:3.6+ +USES= pkgconfig python USE_PYTHON= distutils autoplist # setup.py loses track of its cwd when it switches over to the CMake build Index: devel/py-keystoneauth1/Makefile =================================================================== --- devel/py-keystoneauth1/Makefile +++ devel/py-keystoneauth1/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}os-service-types>=1.2.0:devel/py-os-service-types@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-keystonemiddleware/Makefile =================================================================== --- devel/py-keystonemiddleware/Makefile +++ devel/py-keystonemiddleware/Makefile @@ -27,7 +27,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-kitchen/Makefile =================================================================== --- devel/py-kitchen/Makefile +++ devel/py-kitchen/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= fedora-infra USE_PYTHON= distutils autoplist Index: devel/py-klepto/Makefile =================================================================== --- devel/py-klepto/Makefile +++ devel/py-klepto/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dill>=0.3.6:devel/py-dill@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pox>=0.3.2:devel/py-pox@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-knack/Makefile =================================================================== --- devel/py-knack/Makefile +++ devel/py-knack/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes Index: devel/py-l18n/Makefile =================================================================== --- devel/py-l18n/Makefile +++ devel/py-l18n/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2020.1,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-lark/Makefile =================================================================== --- devel/py-lark/Makefile +++ devel/py-lark/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-launchpadlib/Makefile =================================================================== --- devel/py-launchpadlib/Makefile +++ devel/py-launchpadlib/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wadllib>=0:devel/py-wadllib@${PY_FLAVOR} -USES= pytest python:3.6+ +USES= pytest python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-lazr.config/Makefile =================================================================== --- devel/py-lazr.config/Makefile +++ devel/py-lazr.config/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lazr.delegates>=2.0.3:devel/py-lazr.delegates@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-lazr.delegates/Makefile =================================================================== --- devel/py-lazr.delegates/Makefile +++ devel/py-lazr.delegates/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-lazr.restfulclient/Makefile =================================================================== --- devel/py-lazr.restfulclient/Makefile +++ devel/py-lazr.restfulclient/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wadllib>=1.1.4:devel/py-wadllib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-lazy-object-proxy/Makefile =================================================================== --- devel/py-lazy-object-proxy/Makefile +++ devel/py-lazy-object-proxy/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.3.1:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-lazy/Makefile =================================================================== --- devel/py-lazy/Makefile +++ devel/py-lazy/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-lazy_loader/Makefile =================================================================== --- devel/py-lazy_loader/Makefile +++ devel/py-lazy_loader/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}codecov>=2.1:devel/py-codecov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: devel/py-libcst/Makefile =================================================================== --- devel/py-libcst/Makefile +++ devel/py-libcst/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.2:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-inspect>=0.4.0:devel/py-typing-inspect@${PY_FLAVOR} -USES= cargo dos2unix python:3.7+ +USES= cargo dos2unix python USE_PYTHON= autoplist concurrent pep517 BINARY_ALIAS= python3=${PYTHON_CMD} Index: devel/py-libcst03/Makefile =================================================================== --- devel/py-libcst03/Makefile +++ devel/py-libcst03/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.2:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-inspect>=0.4.0:devel/py-typing-inspect@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-libioc/Makefile =================================================================== --- devel/py-libioc/Makefile +++ devel/py-libioc/Makefile @@ -22,7 +22,7 @@ ca_root_nss>0:security/ca_root_nss \ rsync:net/rsync -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= bsdci Index: devel/py-libplist/Makefile =================================================================== --- devel/py-libplist/Makefile +++ devel/py-libplist/Makefile @@ -9,7 +9,7 @@ PORTSCOUT= ignore:1 -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= libimobiledevice USE_PYTHON= flavors cython BINARY_ALIAS= cython=cython-${PYTHON_VER} Index: devel/py-libtaxii/Makefile =================================================================== --- devel/py-libtaxii/Makefile +++ devel/py-libtaxii/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4.1:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= cpe dos2unix python:3.6+ +USES= cpe dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-libtmux/Makefile =================================================================== --- devel/py-libtmux/Makefile +++ devel/py-libtmux/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools>=50:devel/py-setuptools@${PY_FLAVOR} RUN_DEPENDS= tmux:sysutils/tmux -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-libusb1/Makefile =================================================================== --- devel/py-libusb1/Makefile +++ devel/py-libusb1/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyinstaller>=0:devel/py-pyinstaller@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-libversion/Makefile =================================================================== --- devel/py-libversion/Makefile +++ devel/py-libversion/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libversion.so:devel/libversion -USES= python:3.6+ pkgconfig +USES= python pkgconfig USE_PYTHON= autoplist distutils do-test: Index: devel/py-libvirt/Makefile =================================================================== --- devel/py-libvirt/Makefile +++ devel/py-libvirt/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libvirt.so:devel/libvirt -USES= cpe pkgconfig python:3.6+ shebangfix +USES= cpe pkgconfig python shebangfix CPE_VENDOR= redhat SHEBANG_FILES= generator.py setup.py USE_PYTHON= distutils autoplist Index: devel/py-line-profiler/Makefile =================================================================== --- devel/py-line-profiler/Makefile +++ devel/py-line-profiler/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ubelt>=1.0.1:devel/py-ubelt@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython autoplist pytest # 1 test fails, see https://github.com/pyutils/line_profiler/issues/159 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-linecache2/Makefile =================================================================== --- devel/py-linecache2/Makefile +++ devel/py-linecache2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-lineedit/Makefile =================================================================== --- devel/py-lineedit/Makefile +++ devel/py-lineedit/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>0:devel/py-wcwidth@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-littleutils/Makefile =================================================================== --- devel/py-littleutils/Makefile +++ devel/py-littleutils/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-livemark/Makefile =================================================================== --- devel/py-livemark/Makefile +++ devel/py-livemark/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=5.3:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typer>=0.3:devel/py-typer@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-llvmcpy/Makefile =================================================================== --- devel/py-llvmcpy/Makefile +++ devel/py-llvmcpy/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycparser>0:devel/py-pycparser@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= revng USE_PYTHON= distutils autoplist Index: devel/py-llvmlite/Makefile =================================================================== --- devel/py-llvmlite/Makefile +++ devel/py-llvmlite/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} RUN_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} -USES= compiler:c++11-lib python:3.6+ fortran +USES= compiler:c++11-lib python fortran USE_PYTHON= distutils autoplist pytest CXXFLAGS= -fPIC Index: devel/py-lml/Makefile =================================================================== --- devel/py-lml/Makefile +++ devel/py-lml/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.3+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-localstack-client/Makefile =================================================================== --- devel/py-localstack-client/Makefile +++ devel/py-localstack-client/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-locket/Makefile =================================================================== --- devel/py-locket/Makefile +++ devel/py-locket/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-lockfile/Makefile =================================================================== --- devel/py-lockfile/Makefile +++ devel/py-lockfile/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-logan/Makefile =================================================================== --- devel/py-logan/Makefile +++ devel/py-logan/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0.8.0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>=1.1.2:devel/py-nose@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-logbook/Makefile =================================================================== --- devel/py-logbook/Makefile +++ devel/py-logbook/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE -USES?= python:3.6+ +USES?= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-logfury/Makefile =================================================================== --- devel/py-logfury/Makefile +++ devel/py-logfury/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-logilab-common/Makefile =================================================================== --- devel/py-logilab-common/Makefile +++ devel/py-logilab-common/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-loguru/Makefile =================================================================== --- devel/py-loguru/Makefile +++ devel/py-loguru/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist distutils CPE_VENDOR= loguru_project Index: devel/py-logutils/Makefile =================================================================== --- devel/py-logutils/Makefile +++ devel/py-logutils/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-looseversion/Makefile =================================================================== --- devel/py-looseversion/Makefile +++ devel/py-looseversion/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent pep517 .include Index: devel/py-louie/Makefile =================================================================== --- devel/py-louie/Makefile +++ devel/py-louie/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.8.3:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-lru-dict/Makefile =================================================================== --- devel/py-lru-dict/Makefile +++ devel/py-lru-dict/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest .include Index: devel/py-lsprotocol/Makefile =================================================================== --- devel/py-lsprotocol/Makefile +++ devel/py-lsprotocol/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Index: devel/py-lunardate/Makefile =================================================================== --- devel/py-lunardate/Makefile +++ devel/py-lunardate/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-lxml/Makefile =================================================================== --- devel/py-lxml/Makefile +++ devel/py-lxml/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/doc/licenses/BSD.txt -USES= compiler cpe gnome python:3.6+ uniquefiles:dirs +USES= compiler cpe gnome python uniquefiles:dirs USE_GNOME= libxml2 libxslt USE_PYTHON= autoplist concurrent cython distutils Index: devel/py-mac-vendor-lookup/Makefile =================================================================== --- devel/py-mac-vendor-lookup/Makefile +++ devel/py-mac-vendor-lookup/Makefile @@ -11,7 +11,7 @@ ${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3.5:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiofiles>=0:devel/py-aiofiles@${PY_FLAVOR} -USES= dos2unix python:3.7+ +USES= dos2unix python DOS2UNIX_FILES= ${WRKSRC}/setup.py USE_PYTHON= autoplist concurrent distutils Index: devel/py-macholib/Makefile =================================================================== --- devel/py-macholib/Makefile +++ devel/py-macholib/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-mailcap-fix/Makefile =================================================================== --- devel/py-mailcap-fix/Makefile +++ devel/py-mailcap-fix/Makefile @@ -11,7 +11,7 @@ LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/UNLICENSE -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= michael-lazar Index: devel/py-makefun/Makefile =================================================================== --- devel/py-makefun/Makefile +++ devel/py-makefun/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}funcsigs>=0:devel/py-funcsigs@${PY_FLAVOR} -USES= python:3.5-3.9 +USES= python:3.8-3.9 USE_PYTHON= autoplist concurrent distutils pytest TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: devel/py-manuel/Makefile =================================================================== --- devel/py-manuel/Makefile +++ devel/py-manuel/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-marrow.mailer/Makefile =================================================================== --- devel/py-marrow.mailer/Makefile +++ devel/py-marrow.mailer/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marrow.util>=1.2.3:devel/py-marrow.util@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-marrow.util/Makefile =================================================================== --- devel/py-marrow.util/Makefile +++ devel/py-marrow.util/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-marshmallow/Makefile =================================================================== --- devel/py-marshmallow/Makefile +++ devel/py-marshmallow/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=17.0:devel/py-packaging@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-matrix-angular-sdk/Makefile =================================================================== --- devel/py-matrix-angular-sdk/Makefile +++ devel/py-matrix-angular-sdk/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-matrix-common/Makefile =================================================================== --- devel/py-matrix-common/Makefile +++ devel/py-matrix-common/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=18.9.0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tox>=2.3.1:devel/py-tox@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-maturin/Makefile =================================================================== --- devel/py-maturin/Makefile +++ devel/py-maturin/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-rust>=1.4.0:devel/py-setuptools-rust@${PY_FLAVOR} -USES= cargo python:3.7+ +USES= cargo python USE_GITHUB= yes GH_ACCOUNT= PyO3 USE_PYTHON= autoplist concurrent distutils Index: devel/py-mccabe/Makefile =================================================================== --- devel/py-mccabe/Makefile +++ devel/py-mccabe/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-mdv/Makefile =================================================================== --- devel/py-mdv/Makefile +++ devel/py-mdv/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= axiros GH_PROJECT= terminal_markdown_viewer Index: devel/py-mediafile/Makefile =================================================================== --- devel/py-mediafile/Makefile +++ devel/py-mediafile/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=1.46:audio/py-mutagen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: devel/py-mediapy/Makefile =================================================================== --- devel/py-mediapy/Makefile +++ devel/py-mediapy/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-medikit/Makefile =================================================================== --- devel/py-medikit/Makefile +++ devel/py-medikit/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}whistle>=1.0<2:devel/py-whistle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yapf>=0.20<1:textproc/py-yapf@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-memory-allocator/Makefile =================================================================== --- devel/py-memory-allocator/Makefile +++ devel/py-memory-allocator/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 -USES= python:3.6+ +USES= python USE_PYTHON= cython distutils .include Index: devel/py-memory-profiler/Makefile =================================================================== --- devel/py-memory-profiler/Makefile +++ devel/py-memory-profiler/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-microversion-parse/Makefile =================================================================== --- devel/py-microversion-parse/Makefile +++ devel/py-microversion-parse/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-mime/Makefile =================================================================== --- devel/py-mime/Makefile +++ devel/py-mime/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} -USES= python:3.6+,run +USES= python:run USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-minidump/Makefile =================================================================== --- devel/py-minidump/Makefile +++ devel/py-minidump/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-minimongo/Makefile =================================================================== --- devel/py-minimongo/Makefile +++ devel/py-minimongo/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=1.9:databases/py-pymongo@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-minio/Makefile =================================================================== --- devel/py-minio/Makefile +++ devel/py-minio/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-mock/Makefile =================================================================== --- devel/py-mock/Makefile +++ devel/py-mock/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_GITHUB= yes # tests not packages in PyPI sdist GH_ACCOUNT= testing-cabal USE_PYTHON= autoplist concurrent distutils pytest Index: devel/py-molecule/Makefile =================================================================== --- devel/py-molecule/Makefile +++ devel/py-molecule/Makefile @@ -37,7 +37,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=2.1.0:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=6.1.2:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils # Note: we're only running the unit tests here. Upstream acknowledges Index: devel/py-mondrian/Makefile =================================================================== --- devel/py-mondrian/Makefile +++ devel/py-mondrian/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.7<0.5:devel/py-colorama@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-mongokit/Makefile =================================================================== --- devel/py-mongokit/Makefile +++ devel/py-mongokit/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.5:databases/py-pymongo@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: devel/py-monkeytype/Makefile =================================================================== --- devel/py-monkeytype/Makefile +++ devel/py-monkeytype/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=0.4.4:devel/py-libcst@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0:devel/py-mypy_extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-monotonic/Makefile =================================================================== --- devel/py-monotonic/Makefile +++ devel/py-monotonic/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-monty/Makefile =================================================================== --- devel/py-monty/Makefile +++ devel/py-monty/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-more-itertools/Makefile =================================================================== --- devel/py-more-itertools/Makefile +++ devel/py-more-itertools/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes Index: devel/py-moto/Makefile =================================================================== --- devel/py-moto/Makefile +++ devel/py-moto/Makefile @@ -36,15 +36,9 @@ ${PYTHON_PKGNAMEPREFIX}sshpubkeys>=3.1.0:security/py-sshpubkeys@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include +.include Index: devel/py-mox/Makefile =================================================================== --- devel/py-mox/Makefile +++ devel/py-mox/Makefile @@ -14,6 +14,6 @@ NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils -USES= python:3.6+ +USES= python .include Index: devel/py-mox3/Makefile =================================================================== --- devel/py-mox3/Makefile +++ devel/py-mox3/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}fixtures>=3.0.0:devel/py-fixtures@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-mrkd/Makefile =================================================================== --- devel/py-mrkd/Makefile +++ devel/py-mrkd/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}mistune0>=0.8.4:textproc/py-mistune0@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.7.2:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils flavors NO_ARCH= yes Index: devel/py-msal-extensions/Makefile =================================================================== --- devel/py-msal-extensions/Makefile +++ devel/py-msal-extensions/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msal>=0.4.1<2.0.0:devel/py-msal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}portalocker>=1.0<3:devel/py-portalocker@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-msal/Makefile =================================================================== --- devel/py-msal/Makefile +++ devel/py-msal/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=0.6<40,1:security/py-cryptography@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-msgpack/Makefile =================================================================== --- devel/py-msgpack/Makefile +++ devel/py-msgpack/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools>=35.0.2:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent cython pep517 post-install: Index: devel/py-mulpyplexer/Makefile =================================================================== --- devel/py-mulpyplexer/Makefile +++ devel/py-mulpyplexer/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE # License file available here: https://github.com/zardus/mulpyplexer -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-multi_key_dict/Makefile =================================================================== --- devel/py-multi_key_dict/Makefile +++ devel/py-multi_key_dict/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-multipledispatch/Makefile =================================================================== --- devel/py-multipledispatch/Makefile +++ devel/py-multipledispatch/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-multiprocess/Makefile =================================================================== --- devel/py-multiprocess/Makefile +++ devel/py-multiprocess/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-multitasking/Makefile =================================================================== --- devel/py-multitasking/Makefile +++ devel/py-multitasking/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-munch/Makefile =================================================================== --- devel/py-munch/Makefile +++ devel/py-munch/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=3.0:devel/py-pbr@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-murmurhash/Makefile =================================================================== --- devel/py-murmurhash/Makefile +++ devel/py-murmurhash/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist post-install: Index: devel/py-mutmut/Makefile =================================================================== --- devel/py-mutmut/Makefile +++ devel/py-mutmut/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-mygpoclient/Makefile =================================================================== --- devel/py-mygpoclient/Makefile +++ devel/py-mygpoclient/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-mypy-boto3-s3/Makefile =================================================================== --- devel/py-mypy-boto3-s3/Makefile +++ devel/py-mypy-boto3-s3/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-mypy-protobuf/Makefile =================================================================== --- devel/py-mypy-protobuf/Makefile +++ devel/py-mypy-protobuf/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.8,1:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-protobuf>=3.20.4:devel/py-types-protobuf@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-mypy/Makefile =================================================================== --- devel/py-mypy/Makefile +++ devel/py-mypy/Makefile @@ -27,7 +27,7 @@ ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.5.4<2:devel/py-typed-ast@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-typed-ast>=1.5.8.5<1.6.0:devel/py-types-typed-ast@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-mypy_extensions/Makefile =================================================================== --- devel/py-mypy_extensions/Makefile +++ devel/py-mypy_extensions/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-mystic/Makefile =================================================================== --- devel/py-mystic/Makefile +++ devel/py-mystic/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}numpy>=1.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=0.6.7:math/py-sympy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent cython pep517 NO_ARCH= yes Index: devel/py-naiveBayesClassifier/Makefile =================================================================== --- devel/py-naiveBayesClassifier/Makefile +++ devel/py-naiveBayesClassifier/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-nanotime/Makefile =================================================================== --- devel/py-nanotime/Makefile +++ devel/py-nanotime/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-natsort/Makefile =================================================================== --- devel/py-natsort/Makefile +++ devel/py-natsort/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semver>0:devel/py-semver@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: devel/py-natural/Makefile =================================================================== --- devel/py-natural/Makefile +++ devel/py-natural/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-nbclassic/Makefile =================================================================== --- devel/py-nbclassic/Makefile +++ devel/py-nbclassic/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>=6.1:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2.1:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-nbclient/Makefile =================================================================== --- devel/py-nbclient/Makefile +++ devel/py-nbclient/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}nbformat>=5.1:devel/py-nbformat@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=5.4:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-nbconvert/Makefile =================================================================== --- devel/py-nbconvert/Makefile +++ devel/py-nbconvert/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}tinycss2>=0:textproc/py-tinycss2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=5.0:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-nbdime/Makefile =================================================================== --- devel/py-nbdime/Makefile +++ devel/py-nbdime/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-nbformat/Makefile =================================================================== --- devel/py-nbformat/Makefile +++ devel/py-nbformat/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-nest-asyncio/Makefile =================================================================== --- devel/py-nest-asyncio/Makefile +++ devel/py-nest-asyncio/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-node-semver/Makefile =================================================================== --- devel/py-node-semver/Makefile +++ devel/py-node-semver/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: devel/py-nodeenv/Makefile =================================================================== --- devel/py-nodeenv/Makefile +++ devel/py-nodeenv/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-nose-cov/Makefile =================================================================== --- devel/py-nose-cov/Makefile +++ devel/py-nose-cov/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-nose-timer/Makefile =================================================================== --- devel/py-nose-timer/Makefile +++ devel/py-nose-timer/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-nose/Makefile =================================================================== --- devel/py-nose/Makefile +++ devel/py-nose/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/lgpl.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-nose2/Makefile =================================================================== --- devel/py-nose2/Makefile +++ devel/py-nose2/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.4.1:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.7:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-nosexcover/Makefile =================================================================== --- devel/py-nosexcover/Makefile +++ devel/py-nosexcover/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}coverage>=3.4:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-notebook-shim/Makefile =================================================================== --- devel/py-notebook-shim/Makefile +++ devel/py-notebook-shim/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.8<3:devel/py-jupyter-server@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-notify2/Makefile =================================================================== --- devel/py-notify2/Makefile +++ devel/py-notify2/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-num2words/Makefile =================================================================== --- devel/py-num2words/Makefile +++ devel/py-num2words/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-numba/Makefile =================================================================== --- devel/py-numba/Makefile +++ devel/py-numba/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libtbb.so:devel/onetbb RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.31.0:devel/py-llvmlite@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.6+ fortran localbase +USES= compiler:c++11-lang python fortran localbase USE_PYTHON= distutils concurrent autoplist unittest MAKE_ENV= NUMBA_DISABLE_TBB=1 # workaround for: not compatible with onetbb-2021.6.0, see https://github.com/numba/numba/issues/8487 Index: devel/py-oci/Makefile =================================================================== --- devel/py-oci/Makefile +++ devel/py-oci/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} -USES= python:3.6-3.11 +USES= python:3.8-3.11 USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-odfpy/Makefile =================================================================== --- devel/py-odfpy/Makefile +++ devel/py-odfpy/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-offtrac/Makefile =================================================================== --- devel/py-offtrac/Makefile +++ devel/py-offtrac/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-olefile/Makefile =================================================================== --- devel/py-olefile/Makefile +++ devel/py-olefile/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-oletools/Makefile =================================================================== --- devel/py-oletools/Makefile +++ devel/py-oletools/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}olefile>=0.46:devel/py-olefile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing2>=2.1.0<3:devel/py-pyparsing2@${PY_FLAVOR} -USES= dos2unix python:3.6+ zip +USES= dos2unix python zip USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-omnijson/Makefile =================================================================== --- devel/py-omnijson/Makefile +++ devel/py-omnijson/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= kennethreitz NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist do-test: Index: devel/py-onigurumacffi/Makefile =================================================================== --- devel/py-onigurumacffi/Makefile +++ devel/py-onigurumacffi/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} -USES= localbase python:3.7+ +USES= localbase python USE_PYTHON= autoplist distutils flavors .include Index: devel/py-opcodes/Makefile =================================================================== --- devel/py-opcodes/Makefile +++ devel/py-opcodes/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-openapi-codec/Makefile =================================================================== --- devel/py-openapi-codec/Makefile +++ devel/py-openapi-codec/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coreapi>0:devel/py-coreapi@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-openapi-core/Makefile =================================================================== --- devel/py-openapi-core/Makefile +++ devel/py-openapi-core/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0<5:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>=0:www/py-werkzeug@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-openapi-schema-validator/Makefile =================================================================== --- devel/py-openapi-schema-validator/Makefile +++ devel/py-openapi-schema-validator/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.0.0<4.18.0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rfc3339-validator>=0:devel/py-rfc3339-validator@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-openapi-spec-validator/Makefile =================================================================== --- devel/py-openapi-spec-validator/Makefile +++ devel/py-openapi-spec-validator/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tox>=0:devel/py-tox@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-opencensus-context/Makefile =================================================================== --- devel/py-opencensus-context/Makefile +++ devel/py-opencensus-context/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= dos2unix python:3.7+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-opencensus/Makefile =================================================================== --- devel/py-opencensus/Makefile +++ devel/py-opencensus/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.0.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opencensus-context>=0.1.3:devel/py-opencensus-context@${PY_FLAVOR} -USES= dos2unix python:3.7+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-opendht/Makefile =================================================================== --- devel/py-opendht/Makefile +++ devel/py-opendht/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libopendht.so:devel/opendht \ libgnutls.so:security/gnutls -USES= cmake compiler:c++17-lang localbase python:3.4+ +USES= cmake compiler:c++17-lang localbase python USE_GITHUB= yes GH_ACCOUNT= savoirfairelinux USE_PYTHON= distutils cython autoplist pytest Index: devel/py-opengrok-tools/Makefile =================================================================== --- devel/py-opengrok-tools/Makefile +++ devel/py-opengrok-tools/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} # According to the vendor, Python3 is required -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes Index: devel/py-openstacksdk/Makefile =================================================================== --- devel/py-openstacksdk/Makefile +++ devel/py-openstacksdk/Makefile @@ -27,7 +27,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requestsexceptions>=1.2.0:devel/py-requestsexceptions@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-opentelemetry-api/Makefile =================================================================== --- devel/py-opentelemetry-api/Makefile +++ devel/py-opentelemetry-api/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=6.0.0<7:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=16.0:devel/py-setuptools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-opentelemetry-sdk/Makefile =================================================================== --- devel/py-opentelemetry-sdk/Makefile +++ devel/py-opentelemetry-sdk/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools>=16.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-opentelemetry-semantic-conventions/Makefile =================================================================== --- devel/py-opentelemetry-semantic-conventions/Makefile +++ devel/py-opentelemetry-semantic-conventions/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-opentracing/Makefile =================================================================== --- devel/py-opentracing/Makefile +++ devel/py-opentracing/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-opster/Makefile =================================================================== --- devel/py-opster/Makefile +++ devel/py-opster/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/piranha/opster/issues/62 USE_GITHUB= yes Index: devel/py-optik/Makefile =================================================================== --- devel/py-optik/Makefile +++ devel/py-optik/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-orange-canvas-core/Makefile =================================================================== --- devel/py-orange-canvas-core/Makefile +++ devel/py-orange-canvas-core/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}qasync>0:devel/py-qasync@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-orange-widget-base/Makefile =================================================================== --- devel/py-orange-widget-base/Makefile +++ devel/py-orange-widget-base/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pyqtgraph>0:graphics/py-pyqtgraph@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-orca/Makefile =================================================================== --- devel/py-orca/Makefile +++ devel/py-orca/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}tables>=3.1:devel/py-tables@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toolz>=0.8.1:devel/py-toolz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ordered-set/Makefile =================================================================== --- devel/py-ordered-set/Makefile +++ devel/py-ordered-set/Makefile @@ -15,7 +15,7 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist do-test: Index: devel/py-ordereddict/Makefile =================================================================== --- devel/py-ordereddict/Makefile +++ devel/py-ordereddict/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-orderedmultidict/Makefile =================================================================== --- devel/py-orderedmultidict/Makefile +++ devel/py-orderedmultidict/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-orjson/Makefile =================================================================== --- devel/py-orjson/Makefile +++ devel/py-orjson/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.8.3:devel/py-maturin@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>=20.2.3:devel/py-pip@${PY_FLAVOR} -USES= cargo python:3.7+ +USES= cargo python USE_PYTHON= autoplist concurrent cython distutils USE_GITHUB= yes GH_ACCOUNT= ijl Index: devel/py-os-brick/Makefile =================================================================== --- devel/py-os-brick/Makefile +++ devel/py-os-brick/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.25.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tenacity>=6.3.1:devel/py-tenacity@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-os-client-config/Makefile =================================================================== --- devel/py-os-client-config/Makefile +++ devel/py-os-client-config/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.13.0:devel/py-openstacksdk@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-os-service-types/Makefile =================================================================== --- devel/py-os-service-types/Makefile +++ devel/py-os-service-types/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-os-vif/Makefile =================================================================== --- devel/py-os-vif/Makefile +++ devel/py-os-vif/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}pyroute2>=0.5.2:net/py-pyroute2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-os-win/Makefile =================================================================== --- devel/py-os-win/Makefile +++ devel/py-os-win/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=4.7.0:devel/py-oslo.utils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-osc-lib/Makefile =================================================================== --- devel/py-osc-lib/Makefile +++ devel/py-osc-lib/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.cache/Makefile =================================================================== --- devel/py-oslo.cache/Makefile +++ devel/py-oslo.cache/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}oslo.log>=4.2.1:devel/py-oslo.log@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=4.2.0:devel/py-oslo.utils@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.concurrency/Makefile =================================================================== --- devel/py-oslo.concurrency/Makefile +++ devel/py-oslo.concurrency/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.config/Makefile =================================================================== --- devel/py-oslo.config/Makefile +++ devel/py-oslo.config/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}rfc3986>=1.2.0:www/py-rfc3986@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.context/Makefile =================================================================== --- devel/py-oslo.context/Makefile +++ devel/py-oslo.context/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.i18n/Makefile =================================================================== --- devel/py-oslo.i18n/Makefile +++ devel/py-oslo.i18n/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.limit/Makefile =================================================================== --- devel/py-oslo.limit/Makefile +++ devel/py-oslo.limit/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.44.0:devel/py-oslo.log@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.log/Makefile =================================================================== --- devel/py-oslo.log/Makefile +++ devel/py-oslo.log/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pyinotify>=0.9.6:devel/py-pyinotify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0:devel/py-dateutil@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.messaging/Makefile =================================================================== --- devel/py-oslo.messaging/Makefile +++ devel/py-oslo.messaging/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.metrics/Makefile =================================================================== --- devel/py-oslo.metrics/Makefile +++ devel/py-oslo.metrics/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pbr>=3.1.1:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.6.0:net-mgmt/py-prometheus-client@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.middleware/Makefile =================================================================== --- devel/py-oslo.middleware/Makefile +++ devel/py-oslo.middleware/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.8.0:www/py-webob@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.policy/Makefile =================================================================== --- devel/py-oslo.policy/Makefile +++ devel/py-oslo.policy/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.privsep/Makefile =================================================================== --- devel/py-oslo.privsep/Makefile +++ devel/py-oslo.privsep/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.36.0:devel/py-oslo.log@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.reports/Makefile =================================================================== --- devel/py-oslo.reports/Makefile +++ devel/py-oslo.reports/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.2:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.rootwrap/Makefile =================================================================== --- devel/py-oslo.rootwrap/Makefile +++ devel/py-oslo.rootwrap/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.serialization/Makefile =================================================================== --- devel/py-oslo.serialization/Makefile +++ devel/py-oslo.serialization/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2013.6,1:devel/py-pytz@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.service/Makefile =================================================================== --- devel/py-oslo.service/Makefile +++ devel/py-oslo.service/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yappi>=1.0:devel/py-yappi@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.upgradecheck/Makefile =================================================================== --- devel/py-oslo.upgradecheck/Makefile +++ devel/py-oslo.upgradecheck/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.1:devel/py-prettytable0@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.utils/Makefile =================================================================== --- devel/py-oslo.utils/Makefile +++ devel/py-oslo.utils/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.0:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2013.6,1:devel/py-pytz@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.versionedobjects/Makefile =================================================================== --- devel/py-oslo.versionedobjects/Makefile +++ devel/py-oslo.versionedobjects/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=4.7.0:devel/py-oslo.utils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslo.vmware/Makefile =================================================================== --- devel/py-oslo.vmware/Makefile +++ devel/py-oslo.vmware/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}suds>=0.6:net/py-suds@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1,1:net/py-urllib3@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-oslotest/Makefile =================================================================== --- devel/py-oslotest/Makefile +++ devel/py-oslotest/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}testtools>=2.2.0:devel/py-testtools@${PY_FLAVOR} \ bash>0:shells/bash -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils concurrent autoplist SHEBANG_FILES= tools/oslo_debug_helper \ tools/oslo_run_cross_tests \ Index: devel/py-osprofiler/Makefile =================================================================== --- devel/py-osprofiler/Makefile +++ devel/py-osprofiler/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-outcome/Makefile =================================================================== --- devel/py-outcome/Makefile +++ devel/py-outcome/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}async_generator>=0:devel/py-async_generator@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-overrides/Makefile =================================================================== --- devel/py-overrides/Makefile +++ devel/py-overrides/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ovs/Makefile =================================================================== --- devel/py-ovs/Makefile +++ devel/py-ovs/Makefile @@ -12,7 +12,7 @@ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-ovsdbapp/Makefile =================================================================== --- devel/py-ovsdbapp/Makefile +++ devel/py-ovsdbapp/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}ovs>=2.8.0:devel/py-ovs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-p4python/Makefile =================================================================== --- devel/py-p4python/Makefile +++ devel/py-p4python/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/perforce/libclient.a:devel/p4api RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= dos2unix python:3.6+ ssl +USES= dos2unix python ssl USE_PYTHON= distutils autoplist PYDISTUTILS_BUILDARGS= --ssl ${OPENSSLLIB} Index: devel/py-packaging/Makefile =================================================================== --- devel/py-packaging/Makefile +++ devel/py-packaging/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.BSD -USES= python:3.7+ +USES= python USE_PYTHON= allflavors autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-packaging21/Makefile =================================================================== --- devel/py-packaging21/Makefile +++ devel/py-packaging21/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.2:devel/py-pyparsing@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-parallax/Makefile =================================================================== --- devel/py-parallax/Makefile +++ devel/py-parallax/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-parameterized/Makefile =================================================================== --- devel/py-parameterized/Makefile +++ devel/py-parameterized/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist nose nose2 pep517 pytest unittest2 NO_ARCH=yes Index: devel/py-parsedatetime/Makefile =================================================================== --- devel/py-parsedatetime/Makefile +++ devel/py-parsedatetime/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-parsley/Makefile =================================================================== --- devel/py-parsley/Makefile +++ devel/py-parsley/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-parver/Makefile =================================================================== --- devel/py-parver/Makefile +++ devel/py-parver/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pretend>=0:devel/py-pretend@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-pastel/Makefile =================================================================== --- devel/py-pastel/Makefile +++ devel/py-pastel/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-patch-ng/Makefile =================================================================== --- devel/py-patch-ng/Makefile +++ devel/py-patch-ng/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-patch/Makefile =================================================================== --- devel/py-patch/Makefile +++ devel/py-patch/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-path.py/Makefile =================================================================== --- devel/py-path.py/Makefile +++ devel/py-path.py/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>0:devel/py-pytest-flake8@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils GH_ACCOUNT= jaraco Index: devel/py-path/Makefile =================================================================== --- devel/py-path/Makefile +++ devel/py-path/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pathable/Makefile =================================================================== --- devel/py-pathable/Makefile +++ devel/py-pathable/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pathlib2/Makefile =================================================================== --- devel/py-pathlib2/Makefile +++ devel/py-pathlib2/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pathos/Makefile =================================================================== --- devel/py-pathos/Makefile +++ devel/py-pathos/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pox>=0.3.2:devel/py-pox@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ppft>=1.7.6.6:devel/py-ppft@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pathspec/Makefile =================================================================== --- devel/py-pathspec/Makefile +++ devel/py-pathspec/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-pathtools/Makefile =================================================================== --- devel/py-pathtools/Makefile +++ devel/py-pathtools/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist OPTIONS_DEFINE= DOCS Index: devel/py-paver/Makefile =================================================================== --- devel/py-paver/Makefile +++ devel/py-paver/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pbr/Makefile =================================================================== --- devel/py-pbr/Makefile +++ devel/py-pbr/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pcodedmp/Makefile =================================================================== --- devel/py-pcodedmp/Makefile +++ devel/py-pcodedmp/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oletools>=0.54:devel/py-oletools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pdm-backend/Makefile =================================================================== --- devel/py-pdm-backend/Makefile +++ devel/py-pdm-backend/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 MAKE_ENV= PYTHONPATH=${WRKSRC}/src Index: devel/py-pdm-pep517/Makefile =================================================================== --- devel/py-pdm-pep517/Makefile +++ devel/py-pdm-pep517/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pdm/Makefile =================================================================== --- devel/py-pdm/Makefile +++ devel/py-pdm/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}unearth>=0.9.0:devel/py-unearth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=20:devel/py-virtualenv@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pdoc/Makefile =================================================================== --- devel/py-pdoc/Makefile +++ devel/py-pdoc/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}markupsafe>=0:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.12.0:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pebble/Makefile =================================================================== --- devel/py-pebble/Makefile +++ devel/py-pebble/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pefile/Makefile =================================================================== --- devel/py-pefile/Makefile +++ devel/py-pefile/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-pendulum/Makefile =================================================================== --- devel/py-pendulum/Makefile +++ devel/py-pendulum/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=2018.3:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytzdata>=2020.1:devel/py-pytzdata@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils PORTSCOUT= skipv:2.1.2 Index: devel/py-pep440/Makefile =================================================================== --- devel/py-pep440/Makefile +++ devel/py-pep440/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pep517/Makefile =================================================================== --- devel/py-pep517/Makefile +++ devel/py-pep517/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pep562/Makefile =================================================================== --- devel/py-pep562/Makefile +++ devel/py-pep562/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pep621/Makefile =================================================================== --- devel/py-pep621/Makefile +++ devel/py-pep621/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pep8-naming/Makefile =================================================================== --- devel/py-pep8-naming/Makefile +++ devel/py-pep8-naming/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>=0:devel/py-entrypoints@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-period/Makefile =================================================================== --- devel/py-period/Makefile +++ devel/py-period/Makefile @@ -14,6 +14,6 @@ NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils -USES= python:3.6+ +USES= python .include Index: devel/py-persistent/Makefile =================================================================== --- devel/py-persistent/Makefile +++ devel/py-persistent/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: devel/py-petname/Makefile =================================================================== --- devel/py-petname/Makefile +++ devel/py-petname/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pew/Makefile =================================================================== --- devel/py-pew/Makefile +++ devel/py-pew/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=1.11:devel/py-virtualenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pex/Makefile =================================================================== --- devel/py-pex/Makefile +++ devel/py-pex/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0.24.0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-phabricator/Makefile =================================================================== --- devel/py-phabricator/Makefile +++ devel/py-phabricator/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes Index: devel/py-phonenumbers/Makefile =================================================================== --- devel/py-phonenumbers/Makefile +++ devel/py-phonenumbers/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-phply/Makefile =================================================================== --- devel/py-phply/Makefile +++ devel/py-phply/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-phpserialize/Makefile =================================================================== --- devel/py-phpserialize/Makefile +++ devel/py-phpserialize/Makefile @@ -11,7 +11,7 @@ WWW= http://www.hurring.com/scott/code/python/serialize/ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-pid/Makefile =================================================================== --- devel/py-pid/Makefile +++ devel/py-pid/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.5.0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pika-pool/Makefile =================================================================== --- devel/py-pika-pool/Makefile +++ devel/py-pika-pool/Makefile @@ -12,7 +12,7 @@ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-pika/Makefile =================================================================== --- devel/py-pika/Makefile +++ devel/py-pika/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} # 2.7,3.4-3.7 -USES= python:3.6+ +USES= python USE_GITHUB= yes # tests not packaged in PyPI sdist USE_PYTHON= autoplist distutils nose2 Index: devel/py-pinocchio/Makefile =================================================================== --- devel/py-pinocchio/Makefile +++ devel/py-pinocchio/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-pip-api/Makefile =================================================================== --- devel/py-pip-api/Makefile +++ devel/py-pip-api/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pip-licenses/Makefile =================================================================== --- devel/py-pip-licenses/Makefile +++ devel/py-pip-licenses/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pip-run/Makefile =================================================================== --- devel/py-pip-run/Makefile +++ devel/py-pip-run/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}pip>=19.3:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pip-shims/Makefile =================================================================== --- devel/py-pip-shims/Makefile +++ devel/py-pip-shims/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pip>=20:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pip-tools/Makefile =================================================================== --- devel/py-pip-tools/Makefile +++ devel/py-pip-tools/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pip-tools4/Makefile =================================================================== --- devel/py-pip-tools4/Makefile +++ devel/py-pip-tools4/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pip/Makefile =================================================================== --- devel/py-pip/Makefile +++ devel/py-pip/Makefile @@ -33,7 +33,7 @@ git:devel/git \ svn:devel/subversion -USES= cpe python:3.7+ shebangfix +USES= cpe python shebangfix CPE_VENDOR= pypa USE_PYTHON= autoplist concurrent distutils pytest Index: devel/py-pipdeptree/Makefile =================================================================== --- devel/py-pipdeptree/Makefile +++ devel/py-pipdeptree/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=6.0.0:devel/py-pip@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-pipenv/Makefile =================================================================== --- devel/py-pipenv/Makefile +++ devel/py-pipenv/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pipreqs/Makefile =================================================================== --- devel/py-pipreqs/Makefile +++ devel/py-pipreqs/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yarg>0:devel/py-yarg@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-pipx/Makefile =================================================================== --- devel/py-pipx/Makefile +++ devel/py-pipx/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}userpath>=1.6.0:devel/py-userpath@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pkgconfig/Makefile =================================================================== --- devel/py-pkgconfig/Makefile +++ devel/py-pkgconfig/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pkgconfig:run python:3.3+ +USES= pkgconfig:run python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pkgutil-resolve-name/Makefile =================================================================== --- devel/py-pkgutil-resolve-name/Makefile +++ devel/py-pkgutil-resolve-name/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7-3.8 +USES= python:3.8 USE_PYTHON= autoplist distutils .include Index: devel/py-plac/Makefile =================================================================== --- devel/py-plac/Makefile +++ devel/py-plac/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-plan/Makefile =================================================================== --- devel/py-plan/Makefile +++ devel/py-plan/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=2.1:devel/py-click@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-platformdirs/Makefile =================================================================== --- devel/py-platformdirs/Makefile +++ devel/py-platformdirs/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.3:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.14.1:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-plette/Makefile =================================================================== --- devel/py-plette/Makefile +++ devel/py-plette/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tomlkit>=0:textproc/py-tomlkit@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-plex/Makefile =================================================================== --- devel/py-plex/Makefile +++ devel/py-plex/Makefile @@ -9,7 +9,7 @@ COMMENT= Lexical Analysis Module for Python WWW= http://www.cosc.canterbury.ac.nz/~greg/python/Plex/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pluggy/Makefile =================================================================== --- devel/py-pluggy/Makefile +++ devel/py-pluggy/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-pluggy0/Makefile =================================================================== --- devel/py-pluggy0/Makefile +++ devel/py-pluggy0/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest4 NO_ARCH= yes Index: devel/py-pluginbase/Makefile =================================================================== --- devel/py-pluginbase/Makefile +++ devel/py-pluginbase/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-plux/Makefile =================================================================== --- devel/py-plux/Makefile +++ devel/py-plux/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stevedore>=3.4:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pockets/Makefile =================================================================== --- devel/py-pockets/Makefile +++ devel/py-pockets/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-podcastparser/Makefile =================================================================== --- devel/py-podcastparser/Makefile +++ devel/py-podcastparser/Makefile @@ -11,7 +11,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-poetry-core/Makefile =================================================================== --- devel/py-poetry-core/Makefile +++ devel/py-poetry-core/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 BINARY_ALIAS= git=false Index: devel/py-poetry-dynamic-versioning/Makefile =================================================================== --- devel/py-poetry-dynamic-versioning/Makefile +++ devel/py-poetry-dynamic-versioning/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11.1<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.4:textproc/py-tomlkit@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-poetry-plugin-export/Makefile =================================================================== --- devel/py-poetry-plugin-export/Makefile +++ devel/py-poetry-plugin-export/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 concurrent autoplist pytest NO_ARCH= yes Index: devel/py-poetry-semver/Makefile =================================================================== --- devel/py-poetry-semver/Makefile +++ devel/py-poetry-semver/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-poetry-types/Makefile =================================================================== --- devel/py-poetry-types/Makefile +++ devel/py-poetry-types/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}poetry>=1.5<2:devel/py-poetry@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11.4<0.12:textproc/py-tomlkit@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-poetry/Makefile =================================================================== --- devel/py-poetry/Makefile +++ devel/py-poetry/Makefile @@ -39,7 +39,7 @@ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26.0,1<2,1:net/py-urllib3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=20.22.0<21:devel/py-virtualenv@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 BINARY_ALIAS= git=false Index: devel/py-poetry2setup/Makefile =================================================================== --- devel/py-poetry2setup/Makefile +++ devel/py-poetry2setup/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0<2.0.0:devel/py-poetry-core@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-polib/Makefile =================================================================== --- devel/py-polib/Makefile +++ devel/py-polib/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pooch/Makefile =================================================================== --- devel/py-pooch/Makefile +++ devel/py-pooch/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}platformdirs>=2.5.0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.19.0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pop-config/Makefile =================================================================== --- devel/py-pop-config/Makefile +++ devel/py-pop-config/Makefile @@ -9,7 +9,7 @@ LICENSE= APACHE20 -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils USE_GITLAB= yes Index: devel/py-pop/Makefile =================================================================== --- devel/py-pop/Makefile +++ devel/py-pop/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pop-config>0:devel/py-pop-config@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITLAB= yes GL_ACCOUNT= saltstack/pop Index: devel/py-portalocker/Makefile =================================================================== --- devel/py-portalocker/Makefile +++ devel/py-portalocker/Makefile @@ -11,7 +11,7 @@ LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-positional/Makefile =================================================================== --- devel/py-positional/Makefile +++ devel/py-positional/Makefile @@ -15,7 +15,7 @@ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-posix_ipc/Makefile =================================================================== --- devel/py-posix_ipc/Makefile +++ devel/py-posix_ipc/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: devel/py-pox/Makefile =================================================================== --- devel/py-pox/Makefile +++ devel/py-pox/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-poyo/Makefile =================================================================== --- devel/py-poyo/Makefile +++ devel/py-poyo/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-ppft/Makefile =================================================================== --- devel/py-ppft/Makefile +++ devel/py-ppft/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-prance/Makefile =================================================================== --- devel/py-prance/Makefile +++ devel/py-prance/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}semver>=2.13:devel/py-semver@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.15<2:devel/py-six@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pre-commit-hooks/Makefile =================================================================== --- devel/py-pre-commit-hooks/Makefile +++ devel/py-pre-commit-hooks/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15:devel/py-ruamel.yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pre-commit/Makefile =================================================================== --- devel/py-pre-commit/Makefile +++ devel/py-pre-commit/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}virtualenv>=20.10.0:devel/py-virtualenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils SHEBANG_FILES= pre_commit/resources/hook-tmpl Index: devel/py-preshed/Makefile =================================================================== --- devel/py-preshed/Makefile +++ devel/py-preshed/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 cython autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-pretend/Makefile =================================================================== --- devel/py-pretend/Makefile +++ devel/py-pretend/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-prettyprinter/Makefile =================================================================== --- devel/py-prettyprinter/Makefile +++ devel/py-prettyprinter/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorful>=0.4.0:devel/py-colorful@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.2.0:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-prettytable/Makefile =================================================================== --- devel/py-prettytable/Makefile +++ devel/py-prettytable/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-lazy-fixture>=0:devel/py-pytest-lazy-fixture@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-prettytable0/Makefile =================================================================== --- devel/py-prettytable0/Makefile +++ devel/py-prettytable0/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-process-tests/Makefile =================================================================== --- devel/py-process-tests/Makefile +++ devel/py-process-tests/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-proglog/Makefile =================================================================== --- devel/py-proglog/Makefile +++ devel/py-proglog/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-progress/Makefile =================================================================== --- devel/py-progress/Makefile +++ devel/py-progress/Makefile @@ -11,7 +11,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-promise/Makefile =================================================================== --- devel/py-promise/Makefile +++ devel/py-promise/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-prompt-toolkit/Makefile =================================================================== --- devel/py-prompt-toolkit/Makefile +++ devel/py-prompt-toolkit/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-prompt-toolkit1/Makefile =================================================================== --- devel/py-prompt-toolkit1/Makefile +++ devel/py-prompt-toolkit1/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-prompt-toolkit2/Makefile =================================================================== --- devel/py-prompt-toolkit2/Makefile +++ devel/py-prompt-toolkit2/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-property-cached/Makefile =================================================================== --- devel/py-property-cached/Makefile +++ devel/py-property-cached/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ zip +USES= python zip USE_PYTHON= distutils autoplist pytest # 1 test fails, see https://github.com/pydanny/cached-property/pull/294 NO_ARCH= yes Index: devel/py-proselint/Makefile =================================================================== --- devel/py-proselint/Makefile +++ devel/py-proselint/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.18.2:devel/py-future@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-proto-plus/Makefile =================================================================== --- devel/py-proto-plus/Makefile +++ devel/py-proto-plus/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.0,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-protobuf-compiler/Makefile =================================================================== --- devel/py-protobuf-compiler/Makefile +++ devel/py-protobuf-compiler/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${_MY_DEPENDS} RUN_DEPENDS= ${_MY_DEPENDS} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITHUB= nodefault GH_TUPLE= netsaj:python-${PORTNAME}:7cb32ab8188cbfecb91034cbf7803394ed1c25b6:tests USE_PYTHON= autoplist concurrent distutils Index: devel/py-protobuf/Makefile =================================================================== --- devel/py-protobuf/Makefile +++ devel/py-protobuf/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils CPE_VENDOR= google Index: devel/py-ptable/Makefile =================================================================== --- devel/py-ptable/Makefile +++ devel/py-ptable/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ptpython/Makefile =================================================================== --- devel/py-ptpython/Makefile +++ devel/py-ptpython/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.28<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ptvsd/Makefile =================================================================== --- devel/py-ptvsd/Makefile +++ devel/py-ptvsd/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pudb/Makefile =================================================================== --- devel/py-pudb/Makefile +++ devel/py-pudb/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}urwid-readline>=0:devel/py-urwid-readline@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pure-eval/Makefile =================================================================== --- devel/py-pure-eval/Makefile +++ devel/py-pure-eval/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-purl/Makefile =================================================================== --- devel/py-purl/Makefile +++ devel/py-purl/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-py-partiql-parser/Makefile =================================================================== --- devel/py-py-partiql-parser/Makefile +++ devel/py-py-partiql-parser/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=59.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-py-ubjson/Makefile =================================================================== --- devel/py-py-ubjson/Makefile +++ devel/py-py-ubjson/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-py/Makefile =================================================================== --- devel/py-py/Makefile +++ devel/py-py/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-py3nvml/Makefile =================================================================== --- devel/py-py3nvml/Makefile +++ devel/py-py3nvml/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-py_interface/Makefile =================================================================== --- devel/py-py_interface/Makefile +++ devel/py-py_interface/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyasn1-modules/Makefile =================================================================== --- devel/py-pyasn1-modules/Makefile +++ devel/py-pyasn1-modules/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.4.1:devel/py-pyasn1@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ shebangfix +USES= python shebangfix SHEBANG_FILES= tools/*.py USE_PYTHON= autoplist concurrent distutils Index: devel/py-pybind11/Makefile =================================================================== --- devel/py-pybind11/Makefile +++ devel/py-pybind11/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-pybix/Makefile =================================================================== --- devel/py-pybix/Makefile +++ devel/py-pybix/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.2:devel/py-docopt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pycadf/Makefile =================================================================== --- devel/py-pycadf/Makefile +++ devel/py-pycadf/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=2013.6,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pycalendar/Makefile =================================================================== --- devel/py-pycalendar/Makefile +++ devel/py-pycalendar/Makefile @@ -9,7 +9,7 @@ COMMENT= iCalendar and vCard module for python WWW= https://pypi.org/project/pycalendar/2.0/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-pycapsicum/Makefile =================================================================== --- devel/py-pycapsicum/Makefile +++ devel/py-pycapsicum/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_CSTD= c99 USE_PYTHON= autoplist distutils Index: devel/py-pycerberus/Makefile =================================================================== --- devel/py-pycerberus/Makefile +++ devel/py-pycerberus/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-pycmd/Makefile =================================================================== --- devel/py-pycmd/Makefile +++ devel/py-pycmd/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>=1.4.9:devel/py-py@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pycodeexport/Makefile =================================================================== --- devel/py-pycodeexport/Makefile +++ devel/py-pycodeexport/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pycompilation>=0.4.0:devel/py-pycompilation@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=0.7.5:math/py-sympy@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils cython_run autoplist NO_ARCH= yes Index: devel/py-pycodestyle/Makefile =================================================================== --- devel/py-pycodestyle/Makefile +++ devel/py-pycodestyle/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT # mentioned as "Expat" -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pycompilation/Makefile =================================================================== --- devel/py-pycompilation/Makefile +++ devel/py-pycompilation/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython_run autoplist NO_ARCH= yes Index: devel/py-pycomplete/Makefile =================================================================== --- devel/py-pycomplete/Makefile +++ devel/py-pycomplete/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-pep517>=0:devel/py-pdm-pep517@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pydantic-core/Makefile =================================================================== --- devel/py-pydantic-core/Makefile +++ devel/py-pydantic-core/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13:devel/py-maturin@${PY_FLAVOR} -USES= cargo python:3.7+ +USES= cargo python USE_PYTHON= autoplist concurrent pep517 BINARY_ALIAS= python3=${PYTHON_CMD} Index: devel/py-pydantic/Makefile =================================================================== --- devel/py-pydantic/Makefile +++ devel/py-pydantic/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2.0:devel/py-typing-extensions@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= distutils cython autoplist pytest # tests fail to run, see https://github.com/pydantic/pydantic/issues/4535 CPE_VENDOR= pydantic_project Index: devel/py-pydash/Makefile =================================================================== --- devel/py-pydash/Makefile +++ devel/py-pydash/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pydecor/Makefile =================================================================== --- devel/py-pydecor/Makefile +++ devel/py-pydecor/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dill>0:devel/py-dill@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pydenticon/Makefile =================================================================== --- devel/py-pydenticon/Makefile +++ devel/py-pydenticon/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-pydevd/Makefile =================================================================== --- devel/py-pydevd/Makefile +++ devel/py-pydevd/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_EPL= ${WRKSRC}/LICENSE-EPL -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest .include Index: devel/py-pydispatcher/Makefile =================================================================== --- devel/py-pydispatcher/Makefile +++ devel/py-pydispatcher/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-pydocstyle/Makefile =================================================================== --- devel/py-pydocstyle/Makefile +++ devel/py-pydocstyle/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snowballstemmer>0:textproc/py-snowballstemmer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pydrive/Makefile =================================================================== --- devel/py-pydrive/Makefile +++ devel/py-pydrive/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}oauth2client>=4.0.0:security/py-oauth2client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-pyee/Makefile =================================================================== --- devel/py-pyee/Makefile +++ devel/py-pyee/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyelftools/Makefile =================================================================== --- devel/py-pyelftools/Makefile +++ devel/py-pyelftools/Makefile @@ -13,7 +13,7 @@ NO_ARCH= yes STRIP= -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent PORTEXAMPLES= * Index: devel/py-pyfcm/Makefile =================================================================== --- devel/py-pyfcm/Makefile +++ devel/py-pyfcm/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pyflakes/Makefile =================================================================== --- devel/py-pyflakes/Makefile +++ devel/py-pyflakes/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-pyformance/Makefile =================================================================== --- devel/py-pyformance/Makefile +++ devel/py-pyformance/Makefile @@ -16,7 +16,7 @@ OPTIONS_DEFINE= DOCS NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils PORTDOCS= README.md Index: devel/py-pygdbmi/Makefile =================================================================== --- devel/py-pygdbmi/Makefile +++ devel/py-pygdbmi/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pygit2/Makefile =================================================================== --- devel/py-pygit2/Makefile +++ devel/py-pygit2/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.0:devel/py-cffi@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils MAKE_ENV= LIBGIT2=${LOCALBASE} PYDISTUTILS_TEST_TARGET?= test Index: devel/py-pygithub/Makefile =================================================================== --- devel/py-pygithub/Makefile +++ devel/py-pygithub/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.4.0:security/py-pynacl@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pygpx/Makefile =================================================================== --- devel/py-pygpx/Makefile +++ devel/py-pygpx/Makefile @@ -11,7 +11,7 @@ PLIST_SUB= GPX_INFO=${PYDISTUTILS_EGGINFO} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-pyhashxx/Makefile =================================================================== --- devel/py-pyhashxx/Makefile +++ devel/py-pyhashxx/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-pyhcl/Makefile =================================================================== --- devel/py-pyhcl/Makefile +++ devel/py-pyhcl/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.8<4:devel/py-ply@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyicu/Makefile =================================================================== --- devel/py-pyicu/Makefile +++ devel/py-pyicu/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libicudata.so:devel/icu -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++11-lang python USE_CXXSTD= c++11 USE_PYTHON= distutils autoplist Index: devel/py-pyina/Makefile =================================================================== --- devel/py-pyina/Makefile +++ devel/py-pyina/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}pathos>=0.3.0:devel/py-pathos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pox>=0.3.2:devel/py-pox@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent cython pep517 NO_ARCH= yes Index: devel/py-pyinotify/Makefile =================================================================== --- devel/py-pyinotify/Makefile +++ devel/py-pyinotify/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libinotify.so:devel/libinotify -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyinquirer/Makefile =================================================================== --- devel/py-pyinquirer/Makefile +++ devel/py-pyinquirer/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist distutils .include Index: devel/py-pyinstaller/Makefile =================================================================== --- devel/py-pyinstaller/Makefile +++ devel/py-pyinstaller/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}altgraph>0:math/py-altgraph@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils EXTRACT_AFTER_ARGS= --exclude doc/source --no-same-owner --no-same-permissions Index: devel/py-pyintelowl/Makefile =================================================================== --- devel/py-pyintelowl/Makefile +++ devel/py-pyintelowl/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}click-creds>0:devel/py-click-creds@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pyjq/Makefile =================================================================== --- devel/py-pyjq/Makefile +++ devel/py-pyjq/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libjq.so:textproc/jq \ libonig.so:devel/oniguruma -USES= localbase python:3.6-3.9 +USES= localbase python:3.8-3.9 USE_PYTHON= autoplist distutils post-patch: Index: devel/py-pyjsparser/Makefile =================================================================== --- devel/py-pyjsparser/Makefile +++ devel/py-pyjsparser/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pylama/Makefile =================================================================== --- devel/py-pylama/Makefile +++ devel/py-pylama/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}mypy>=0:devel/py-mypy@${PY_FLAVOR} \ pylint${PYTHON_PKGNAMESUFFIX}>=0:devel/pylint@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pylev/Makefile =================================================================== --- devel/py-pylev/Makefile +++ devel/py-pylev/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pylibsrtp/Makefile =================================================================== --- devel/py-pylibsrtp/Makefile +++ devel/py-pylibsrtp/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} -USES= localbase python:3.7+ +USES= localbase python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-pylint-django/Makefile =================================================================== --- devel/py-pylint-django/Makefile +++ devel/py-pylint-django/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylint-plugin-utils>=0.7:devel/py-pylint-plugin-utils@${PY_FLAVOR} \ pylint${PYTHON_PKGNAMESUFFIX}>=2.0<3:devel/pylint@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pylint-plugin-utils/Makefile =================================================================== --- devel/py-pylint-plugin-utils/Makefile +++ devel/py-pylint-plugin-utils/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= pylint${PYTHON_PKGNAMESUFFIX}>=1.7:devel/pylint@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pylint-venv/Makefile =================================================================== --- devel/py-pylint-venv/Makefile +++ devel/py-pylint-venv/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pylru-cache/Makefile =================================================================== --- devel/py-pylru-cache/Makefile +++ devel/py-pylru-cache/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE GPLv3 LICENSE_COMB= dual -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pylru/Makefile =================================================================== --- devel/py-pylru/Makefile +++ devel/py-pylru/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pyls-black/Makefile =================================================================== --- devel/py-pyls-black/Makefile +++ devel/py-pyls-black/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} # No tests because they are not in the release tarball -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pymarc/Makefile =================================================================== --- devel/py-pymarc/Makefile +++ devel/py-pymarc/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-pymaven-patch/Makefile =================================================================== --- devel/py-pymaven-patch/Makefile +++ devel/py-pymaven-patch/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pymisp/Makefile =================================================================== --- devel/py-pymisp/Makefile +++ devel/py-pymisp/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.8+ shebangfix +USES= python shebangfix SHEBANG_FILES= pymisp/data/misp-objects/validate_all.sh \ pymisp/data/misp-objects/jq_all_the_things.sh \ Index: devel/py-pympler/Makefile =================================================================== --- devel/py-pympler/Makefile +++ devel/py-pympler/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pymsgbox/Makefile =================================================================== --- devel/py-pymsgbox/Makefile +++ devel/py-pymsgbox/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pymtbl/Makefile =================================================================== --- devel/py-pymtbl/Makefile +++ devel/py-pymtbl/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libmtbl.so:devel/mtbl -USES= pkgconfig python:3.6+ shebangfix uniquefiles:dirs +USES= pkgconfig python shebangfix uniquefiles:dirs USE_PYTHON= autoplist cython distutils SHEBANG_FILES= examples/*.py examples/*/*.py Index: devel/py-pynest2d/Makefile =================================================================== --- devel/py-pynest2d/Makefile +++ devel/py-pynest2d/Makefile @@ -19,7 +19,7 @@ libboost_system.so:devel/boost-libs \ libnlopt.so:math/nlopt -USES= python:3.6+ cmake compiler:c++11-lang pyqt:5 pkgconfig +USES= python cmake compiler:c++11-lang pyqt:5 pkgconfig USE_PYTHON= flavors USE_GITHUB= yes Index: devel/py-pyopencl/Makefile =================================================================== --- devel/py-pyopencl/Makefile +++ devel/py-pyopencl/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}pytools>=2017.6:devel/py-pytools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= compiler:c++11-lang localbase python:3.8+ +USES= compiler:c++11-lang localbase python USE_PYTHON= autoplist distutils CONFIGURE_ARGS= BOOST_INC_DIR="${LOCALBASE}/include" \ Index: devel/py-pyparsing/Makefile =================================================================== --- devel/py-pyparsing/Makefile +++ devel/py-pyparsing/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pyparsing2/Makefile =================================================================== --- devel/py-pyparsing2/Makefile +++ devel/py-pyparsing2/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyperclip/Makefile =================================================================== --- devel/py-pyperclip/Makefile +++ devel/py-pyperclip/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pyperf/Makefile =================================================================== --- devel/py-pyperf/Makefile +++ devel/py-pyperf/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.9.0:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes Index: devel/py-pyplusplus/Makefile =================================================================== --- devel/py-pyplusplus/Makefile +++ devel/py-pyplusplus/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygccxml>0:textproc/py-pygccxml@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygccxml>0:textproc/py-pygccxml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pyproject-flake8/Makefile =================================================================== --- devel/py-pyproject-flake8/Makefile +++ devel/py-pyproject-flake8/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=6.0.0<6.0.0_99:devel/py-flake8@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pyproject-fmt/Makefile =================================================================== --- devel/py-pyproject-fmt/Makefile +++ devel/py-pyproject-fmt/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>=23.1:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.11.8:textproc/py-tomlkit@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pyproject-metadata/Makefile =================================================================== --- devel/py-pyproject-metadata/Makefile +++ devel/py-pyproject-metadata/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pyproject_hooks/Makefile =================================================================== --- devel/py-pyproject_hooks/Makefile +++ devel/py-pyproject_hooks/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= allflavors autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pypugjs/Makefile =================================================================== --- devel/py-pypugjs/Makefile +++ devel/py-pypugjs/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}charset-normalizer>=0:textproc/py-charset-normalizer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyqtree/Makefile =================================================================== --- devel/py-pyqtree/Makefile +++ devel/py-pyqtree/Makefile @@ -13,7 +13,7 @@ NO_ARCH= yes -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-pyquery/Makefile =================================================================== --- devel/py-pyquery/Makefile +++ devel/py-pyquery/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect>=1.2.0:www/py-cssselect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=2.1:devel/py-lxml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyquil/Makefile =================================================================== --- devel/py-pyquil/Makefile +++ devel/py-pyquil/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}types-retry>=0.9.9:devel/py-types-retry@${PY_FLAVOR} \ quilc:lang/quilc -USES= python:3.8+ +USES= python USE_PYTHON= pep517 autoplist NO_ARCH= yes Index: devel/py-pyral/Makefile =================================================================== --- devel/py-pyral/Makefile +++ devel/py-pyral/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.25.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyrepl/Makefile =================================================================== --- devel/py-pyrepl/Makefile +++ devel/py-pyrepl/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyrfc3339/Makefile =================================================================== --- devel/py-pyrfc3339/Makefile +++ devel/py-pyrfc3339/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils nose NO_ARCH= yes Index: devel/py-pyright/Makefile =================================================================== --- devel/py-pyright/Makefile +++ devel/py-pyright/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nodeenv>=1.6.0:devel/py-nodeenv@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyro/Makefile =================================================================== --- devel/py-pyro/Makefile +++ devel/py-pyro/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serpent>=1.27:devel/py-serpent@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils CPE_VENDOR= pyro_project Index: devel/py-pyrsistent/Makefile =================================================================== --- devel/py-pyrsistent/Makefile +++ devel/py-pyrsistent/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0<7:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest post-install: Index: devel/py-pyscaffold/Makefile =================================================================== --- devel/py-pyscaffold/Makefile +++ devel/py-pyscaffold/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=5:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.7.0<2:textproc/py-tomlkit@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pysdl2/Makefile =================================================================== --- devel/py-pysdl2/Makefile +++ devel/py-pysdl2/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/doc/copying.rst -USES= dos2unix python:3.7+ sdl +USES= dos2unix python sdl USE_PYTHON= autoplist concurrent distutils USE_SDL= gfx2 image2 mixer2 sdl2 ttf2 Index: devel/py-pyshp/Makefile =================================================================== --- devel/py-pyshp/Makefile +++ devel/py-pyshp/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pysimdjson/Makefile =================================================================== --- devel/py-pysimdjson/Makefile +++ devel/py-pysimdjson/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.7+ +USES= python USE_PYTHON= cython distutils CFLAGS_powerpc64= -mpower8-vector Index: devel/py-pysparklines/Makefile =================================================================== --- devel/py-pysparklines/Makefile +++ devel/py-pysparklines/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pystorm/Makefile =================================================================== --- devel/py-pystorm/Makefile +++ devel/py-pystorm/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pyte/Makefile =================================================================== --- devel/py-pyte/Makefile +++ devel/py-pyte/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-aiohttp/Makefile =================================================================== --- devel/py-pytest-aiohttp/Makefile +++ devel/py-pytest-aiohttp/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=6.1.0,1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0.17.2:devel/py-pytest-asyncio@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pytest-asyncio/Makefile =================================================================== --- devel/py-pytest-asyncio/Makefile +++ devel/py-pytest-asyncio/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-trio>=0.7.0:devel/py-pytest-trio@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest .include Index: devel/py-pytest-azurepipelines/Makefile =================================================================== --- devel/py-pytest-azurepipelines/Makefile +++ devel/py-pytest-azurepipelines/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=5.0.0,1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-nunit>=1.0.0<2.0.0:devel/py-pytest-nunit@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-benchmark/Makefile =================================================================== --- devel/py-pytest-benchmark/Makefile +++ devel/py-pytest-benchmark/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=0:textproc/py-elasticsearch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pytest-black-multipy/Makefile =================================================================== --- devel/py-pytest-black-multipy/Makefile +++ devel/py-pytest-black-multipy/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-checkdocs>=0:devel/py-pytest-checkdocs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pytest-black/Makefile =================================================================== --- devel/py-pytest-black/Makefile +++ devel/py-pytest-black/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=3.5.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pytest-cache/Makefile =================================================================== --- devel/py-pytest-cache/Makefile +++ devel/py-pytest-cache/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} TEST_TARGET= test Index: devel/py-pytest-canonical-data/Makefile =================================================================== --- devel/py-pytest-canonical-data/Makefile +++ devel/py-pytest-canonical-data/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pytest-capturelog/Makefile =================================================================== --- devel/py-pytest-capturelog/Makefile +++ devel/py-pytest-capturelog/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>=1.1.1:devel/py-py@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pytest-checkdocs/Makefile =================================================================== --- devel/py-pytest-checkdocs/Makefile +++ devel/py-pytest-checkdocs/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0.9.1:devel/py-pytest-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-docutils>=0:devel/py-types-docutils@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-pytest-console-scripts/Makefile =================================================================== --- devel/py-pytest-console-scripts/Makefile +++ devel/py-pytest-console-scripts/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.0.0,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-cov/Makefile =================================================================== --- devel/py-pytest-cov/Makefile +++ devel/py-pytest-cov/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.4:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.6:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-cpp/Makefile =================================================================== --- devel/py-pytest-cpp/Makefile +++ devel/py-pytest-cpp/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=7.0,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-datadir/Makefile =================================================================== --- devel/py-pytest-datadir/Makefile +++ devel/py-pytest-datadir/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-pytest-django/Makefile =================================================================== --- devel/py-pytest-django/Makefile +++ devel/py-pytest-django/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=5.0.0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=5.4.0,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-enabler/Makefile =================================================================== --- devel/py-pytest-enabler/Makefile +++ devel/py-pytest-enabler/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0.9.1:devel/py-pytest-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-toml>=0:devel/py-types-toml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-pytest-env/Makefile =================================================================== --- devel/py-pytest-env/Makefile +++ devel/py-pytest-env/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.6:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pytest-factoryboy/Makefile =================================================================== --- devel/py-pytest-factoryboy/Makefile +++ devel/py-pytest-factoryboy/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-fixture-config/Makefile =================================================================== --- devel/py-pytest-fixture-config/Makefile +++ devel/py-pytest-fixture-config/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.0:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-flake8/Makefile =================================================================== --- devel/py-pytest-flake8/Makefile +++ devel/py-pytest-flake8/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=4.0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=7.0,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-flakes/Makefile =================================================================== --- devel/py-pytest-flakes/Makefile +++ devel/py-pytest-flakes/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=5:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-pytest-flask/Makefile =================================================================== --- devel/py-pytest-flask/Makefile +++ devel/py-pytest-flask/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=3.6:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: devel/py-pytest-forked/Makefile =================================================================== --- devel/py-pytest-forked/Makefile +++ devel/py-pytest-forked/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.10:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pytest-freezegun/Makefile =================================================================== --- devel/py-pytest-freezegun/Makefile +++ devel/py-pytest-freezegun/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>0.3:devel/py-freezegun@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pytest-helpers-namespace/Makefile =================================================================== --- devel/py-pytest-helpers-namespace/Makefile +++ devel/py-pytest-helpers-namespace/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-pytest-html/Makefile =================================================================== --- devel/py-pytest-html/Makefile +++ devel/py-pytest-html/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=5.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-metadata>0:devel/py-pytest-metadata@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pytest-httpbin/Makefile =================================================================== --- devel/py-pytest-httpbin/Makefile +++ devel/py-pytest-httpbin/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpbin>=0:www/py-httpbin@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-httpserver/Makefile =================================================================== --- devel/py-pytest-httpserver/Makefile +++ devel/py-pytest-httpserver/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-pytest-isort/Makefile =================================================================== --- devel/py-pytest-isort/Makefile +++ devel/py-pytest-isort/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isort>=4.0:devel/py-isort@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=5.0,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pytest-jupyter/Makefile =================================================================== --- devel/py-pytest-jupyter/Makefile +++ devel/py-pytest-jupyter/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-core>=0:devel/py-jupyter-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pytest-lazy-fixture/Makefile =================================================================== --- devel/py-pytest-lazy-fixture/Makefile +++ devel/py-pytest-lazy-fixture/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.5:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pytest-localserver/Makefile =================================================================== --- devel/py-pytest-localserver/Makefile +++ devel/py-pytest-localserver/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.10:www/py-werkzeug@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= pytest python:3.7+ +USES= pytest python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pytest-markdown/Makefile =================================================================== --- devel/py-pytest-markdown/Makefile +++ devel/py-pytest-markdown/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.0.1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.9.1:textproc/py-CommonMark@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pytest-metadata/Makefile =================================================================== --- devel/py-pytest-metadata/Makefile +++ devel/py-pytest-metadata/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}tox>=3.24.5:devel/py-tox@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pre-commit>=2.17.0:devel/py-pre-commit@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 pytest TEST_ENV= TMPDIR=${WRKDIR}/ PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-pytest-mock/Makefile =================================================================== --- devel/py-pytest-mock/Makefile +++ devel/py-pytest-mock/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=5.0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest # 6 tests fail, see https://github.com/pytest-dev/pytest-mock/issues/340 NO_ARCH= yes Index: devel/py-pytest-mpl/Makefile =================================================================== --- devel/py-pytest-mpl/Makefile +++ devel/py-pytest-mpl/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest # 4 tests fail, see https://github.com/matplotlib/pytest-mpl/issues/179 NO_ARCH= yes Index: devel/py-pytest-mutagen/Makefile =================================================================== --- devel/py-pytest-mutagen/Makefile +++ devel/py-pytest-mutagen/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= timpaquatte GH_TAGNAME= b4cc63c # 1.3 tag is also missing -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes PYTEST_BROKEN_TESTS= test_BST_mutations test_short_example test_separate_files Index: devel/py-pytest-mypy-plugins/Makefile =================================================================== --- devel/py-pytest-mypy-plugins/Makefile +++ devel/py-pytest-mypy-plugins/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-mypy/Makefile =================================================================== --- devel/py-pytest-mypy/Makefile +++ devel/py-pytest-mypy/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-randomly>=0:devel/py-pytest-randomly@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pytest-nunit/Makefile =================================================================== --- devel/py-pytest-nunit/Makefile +++ devel/py-pytest-nunit/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=4.6.0,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-order/Makefile =================================================================== --- devel/py-pytest-order/Makefile +++ devel/py-pytest-order/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.4,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-parallel/Makefile =================================================================== --- devel/py-pytest-parallel/Makefile +++ devel/py-pytest-parallel/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest # many tests fail, see https://github.com/browsertron/pytest-parallel/issues/115 NO_ARCH= yes Index: devel/py-pytest-pep8/Makefile =================================================================== --- devel/py-pytest-pep8/Makefile +++ devel/py-pytest-pep8/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest4-cache>=0:devel/py-pytest4-cache@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pep8>=1.3:devel/pep8@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: devel/py-pytest-profiling/Makefile =================================================================== --- devel/py-pytest-profiling/Makefile +++ devel/py-pytest-profiling/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-pycodestyle/Makefile =================================================================== --- devel/py-pytest-pycodestyle/Makefile +++ devel/py-pytest-pycodestyle/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=7.0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: devel/py-pytest-qt/Makefile =================================================================== --- devel/py-pytest-qt/Makefile +++ devel/py-pytest-qt/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest # 3 tests fail, see https://github.com/pytest-dev/pytest-qt/issues/457 NO_ARCH= yes Index: devel/py-pytest-random-order/Makefile =================================================================== --- devel/py-pytest-random-order/Makefile +++ devel/py-pytest-random-order/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-randomly/Makefile =================================================================== --- devel/py-pytest-randomly/Makefile +++ devel/py-pytest-randomly/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pytest-regressions/Makefile =================================================================== --- devel/py-pytest-regressions/Makefile +++ devel/py-pytest-regressions/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pytest-relaxed/Makefile =================================================================== --- devel/py-pytest-relaxed/Makefile +++ devel/py-pytest-relaxed/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>=4:devel/py-decorator@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-pytest-rerunfailures/Makefile =================================================================== --- devel/py-pytest-rerunfailures/Makefile +++ devel/py-pytest-rerunfailures/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=17.1:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.8:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-runner/Makefile =================================================================== --- devel/py-pytest-runner/Makefile +++ devel/py-pytest-runner/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-pytest-shutil/Makefile =================================================================== --- devel/py-pytest-shutil/Makefile +++ devel/py-pytest-shutil/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-subtests/Makefile =================================================================== --- devel/py-pytest-subtests/Makefile +++ devel/py-pytest-subtests/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=7.0,1:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.28,1:devel/py-pytest-xdist@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-pytest-sugar/Makefile =================================================================== --- devel/py-pytest-sugar/Makefile +++ devel/py-pytest-sugar/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>=0:devel/py-pytest-rerunfailures@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.14,1:devel/py-pytest-xdist@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-pytest-timeout/Makefile =================================================================== --- devel/py-pytest-timeout/Makefile +++ devel/py-pytest-timeout/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ENV+= PYTHONPATH=${TEST_WRKSRC} Index: devel/py-pytest-tornado/Makefile =================================================================== --- devel/py-pytest-tornado/Makefile +++ devel/py-pytest-tornado/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>=4.1:www/py-tornado@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-pytest-translations/Makefile =================================================================== --- devel/py-pytest-translations/Makefile +++ devel/py-pytest-translations/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ de-hunspell>=0:german/hunspell -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: devel/py-pytest-trio/Makefile =================================================================== --- devel/py-pytest-trio/Makefile +++ devel/py-pytest-trio/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}outcome>=0:devel/py-outcome@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ARGS= --pyargs pytest_trio NO_ARCH= yes Index: devel/py-pytest-twisted/Makefile =================================================================== --- devel/py-pytest-twisted/Makefile +++ devel/py-pytest-twisted/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=2.3:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-verbose-parametrize/Makefile =================================================================== --- devel/py-pytest-verbose-parametrize/Makefile +++ devel/py-pytest-verbose-parametrize/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-shutil>=0:devel/py-pytest-shutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-virtualenv/Makefile =================================================================== --- devel/py-pytest-virtualenv/Makefile +++ devel/py-pytest-virtualenv/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>0:devel/py-virtualenv@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest-watcher/Makefile =================================================================== --- devel/py-pytest-watcher/Makefile +++ devel/py-pytest-watcher/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=2.0.0:devel/py-watchdog@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pytest-xdist/Makefile =================================================================== --- devel/py-pytest-xdist/Makefile +++ devel/py-pytest-xdist/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.0:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: devel/py-pytest-xprocess/Makefile =================================================================== --- devel/py-pytest-xprocess/Makefile +++ devel/py-pytest-xprocess/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ENV+= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-pytest/Makefile =================================================================== --- devel/py-pytest/Makefile +++ devel/py-pytest/Makefile @@ -35,7 +35,7 @@ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmlschema>=0:textproc/py-xmlschema@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytest4-cache/Makefile =================================================================== --- devel/py-pytest4-cache/Makefile +++ devel/py-pytest4-cache/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} TEST_TARGET= test Index: devel/py-pytest4-cov/Makefile =================================================================== --- devel/py-pytest4-cov/Makefile +++ devel/py-pytest4-cov/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.4:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest4>=3.6:devel/py-pytest4@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils PYDISTUTILS_PKGNAME= ${PORTNAME:C/4//} Index: devel/py-pytest4-flakes/Makefile =================================================================== --- devel/py-pytest4-flakes/Makefile +++ devel/py-pytest4-flakes/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>=2.8.0:devel/py-pytest4@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes PYDISTUTILS_PKGNAME= ${PORTNAME:C/4//} Index: devel/py-pytest4/Makefile =================================================================== --- devel/py-pytest4/Makefile +++ devel/py-pytest4/Makefile @@ -41,7 +41,7 @@ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unittest2>=0:devel/py-unittest2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-python-Levenshtein/Makefile =================================================================== --- devel/py-python-Levenshtein/Makefile +++ devel/py-python-Levenshtein/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: devel/py-python-application/Makefile =================================================================== --- devel/py-python-application/Makefile +++ devel/py-python-application/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-python-decouple/Makefile =================================================================== --- devel/py-python-decouple/Makefile +++ devel/py-python-decouple/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-python-distutils-extra/Makefile =================================================================== --- devel/py-python-distutils-extra/Makefile +++ devel/py-python-distutils-extra/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ tar:xz +USES= python tar:xz USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-python-easyconfig/Makefile =================================================================== --- devel/py-python-easyconfig/Makefile +++ devel/py-python-easyconfig/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>3.10:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>1.9.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-python-editor/Makefile =================================================================== --- devel/py-python-editor/Makefile +++ devel/py-python-editor/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-python-engineio/Makefile =================================================================== --- devel/py-python-engineio/Makefile +++ devel/py-python-engineio/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-python-gflags/Makefile =================================================================== --- devel/py-python-gflags/Makefile +++ devel/py-python-gflags/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-python-gilt/Makefile =================================================================== --- devel/py-python-gilt/Makefile +++ devel/py-python-gilt/Makefile @@ -27,7 +27,7 @@ ${PYTHON_PKGNAMEPREFIX}yapf>=0.16.3:textproc/py-yapf@${PY_FLAVOR} \ git:devel/git -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-python-gist/Makefile =================================================================== --- devel/py-python-gist/Makefile +++ devel/py-python-gist/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= gist p5-App-gist py*-python-gist yorick Index: devel/py-python-jenkins/Makefile =================================================================== --- devel/py-python-jenkins/Makefile +++ devel/py-python-jenkins/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}multi_key_dict>0:devel/py-multi_key_dict@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-python-json-logger/Makefile =================================================================== --- devel/py-python-json-logger/Makefile +++ devel/py-python-json-logger/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-python-jsonrpc-server/Makefile =================================================================== --- devel/py-python-jsonrpc-server/Makefile +++ devel/py-python-jsonrpc-server/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: devel/py-python-magic/Makefile =================================================================== --- devel/py-python-magic/Makefile +++ devel/py-python-magic/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-python-mimeparse/Makefile =================================================================== --- devel/py-python-mimeparse/Makefile +++ devel/py-python-mimeparse/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-python-pcre/Makefile =================================================================== --- devel/py-python-pcre/Makefile +++ devel/py-python-pcre/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-patch: Index: devel/py-python-ptrace/Makefile =================================================================== --- devel/py-python-ptrace/Makefile +++ devel/py-python-ptrace/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-python-rapidjson/Makefile =================================================================== --- devel/py-python-rapidjson/Makefile +++ devel/py-python-rapidjson/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-python-socketio/Makefile =================================================================== --- devel/py-python-socketio/Makefile +++ devel/py-python-socketio/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bidict>=0.21.0:devel/py-bidict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-engineio>=4.3.0:devel/py-python-engineio@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-python-statsd/Makefile =================================================================== --- devel/py-python-statsd/Makefile +++ devel/py-python-statsd/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-extract: Index: devel/py-python-subunit/Makefile =================================================================== --- devel/py-python-subunit/Makefile +++ devel/py-python-subunit/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testscenarios>=0:devel/py-testscenarios@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: devel/py-pythonbrew/Makefile =================================================================== --- devel/py-pythonbrew/Makefile +++ devel/py-pythonbrew/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-pythondialog/Makefile =================================================================== --- devel/py-pythondialog/Makefile +++ devel/py-pythondialog/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= cdialog:devel/cdialog -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils PORTEXAMPLES= * Index: devel/py-pythonfinder/Makefile =================================================================== --- devel/py-pythonfinder/Makefile +++ devel/py-pythonfinder/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>=22.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic>=1.10.7:devel/py-pydantic@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pythran/Makefile =================================================================== --- devel/py-pythran/Makefile +++ devel/py-pythran/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}gast>=0.5.0:devel/py-gast@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beniget>=0.4.0:devel/py-beniget@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytimeparse/Makefile =================================================================== --- devel/py-pytimeparse/Makefile +++ devel/py-pytimeparse/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-pytoolconfig/Makefile =================================================================== --- devel/py-pytoolconfig/Makefile +++ devel/py-pytoolconfig/Makefile @@ -23,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy>=0:devel/py-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} -USES= python:3.7+ pytest +USES= python pytest USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pytools/Makefile =================================================================== --- devel/py-pytools/Makefile +++ devel/py-pytools/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}platformdirs>=2.2.0:devel/py-platformdirs@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.6.0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-pytrie/Makefile =================================================================== --- devel/py-pytrie/Makefile +++ devel/py-pytrie/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sortedcontainers>0:devel/py-sortedcontainers@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pytvmaze/Makefile =================================================================== --- devel/py-pytvmaze/Makefile +++ devel/py-pytvmaze/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pytweening/Makefile =================================================================== --- devel/py-pytweening/Makefile +++ devel/py-pytweening/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist pep517 DOS2UNIX_GLOB= *.py Index: devel/py-pytz-deprecation-shim/Makefile =================================================================== --- devel/py-pytz-deprecation-shim/Makefile +++ devel/py-pytz-deprecation-shim/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tzdata>=0:devel/py-tzdata@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-pytzdata/Makefile =================================================================== --- devel/py-pytzdata/Makefile +++ devel/py-pytzdata/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyudev/Makefile =================================================================== --- devel/py-pyudev/Makefile +++ devel/py-pyudev/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libudev.so:devel/libudev-devd RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-pyupgrade/Makefile =================================================================== --- devel/py-pyupgrade/Makefile +++ devel/py-pyupgrade/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3.2.0:devel/py-tokenize-rt@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-pyusb/Makefile =================================================================== --- devel/py-pyusb/Makefile +++ devel/py-pyusb/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes Index: devel/py-pyvisa-py/Makefile =================================================================== --- devel/py-pyvisa-py/Makefile +++ devel/py-pyvisa-py/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyvisa>=1.13.0:devel/py-pyvisa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyvisa/Makefile =================================================================== --- devel/py-pyvisa/Makefile +++ devel/py-pyvisa/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyxb-x/Makefile =================================================================== --- devel/py-pyxb-x/Makefile +++ devel/py-pyxb-x/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyyaml-include/Makefile =================================================================== --- devel/py-pyyaml-include/Makefile +++ devel/py-pyyaml-include/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=5.1<7.0:devel/py-yaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyyaml5/Makefile =================================================================== --- devel/py-pyyaml5/Makefile +++ devel/py-pyyaml5/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent cython distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}yaml Index: devel/py-pyyaml_env_tag/Makefile =================================================================== --- devel/py-pyyaml_env_tag/Makefile +++ devel/py-pyyaml_env_tag/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-pyzipper/Makefile =================================================================== --- devel/py-pyzipper/Makefile +++ devel/py-pyzipper/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR} -USES= python:3.6+,run +USES= python:run USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-q/Makefile =================================================================== --- devel/py-q/Makefile +++ devel/py-q/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Index: devel/py-qasync/Makefile =================================================================== --- devel/py-qasync/Makefile +++ devel/py-qasync/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AnyQt>0:x11-toolkits/py-AnyQt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-qcs-api-client/Makefile =================================================================== --- devel/py-qcs-api-client/Makefile +++ devel/py-qcs-api-client/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}rfc3339>=6.2:devel/py-rfc3339@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0.10.2:textproc/py-toml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist NO_ARCH= yes Index: devel/py-qt5-pyqt/Makefile =================================================================== --- devel/py-qt5-pyqt/Makefile +++ devel/py-qt5-pyqt/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>1:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} -USES= pkgconfig python:3.8+ pyqt:5 qt:5 +USES= pkgconfig python pyqt:5 qt:5 USE_PYTHON= concurrent flavors py3kplist USE_PYQT= qtbuilder sip pysip USE_QT= connectivity core dbus declarative designer gui help imageformats location \ Index: devel/py-qt5-qscintilla2/Makefile =================================================================== --- devel/py-qt5-qscintilla2/Makefile +++ devel/py-qt5-qscintilla2/Makefile @@ -15,7 +15,7 @@ DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo DESTDIRNAME= INSTALL_ROOT -USES= python:3.8+ pyqt:5 gl qt:5 +USES= python pyqt:5 gl qt:5 USE_GL= gl USE_PYQT= pyqt5 sip:build qtbuilder USE_PYTHON= concurrent flavors py3kplist Index: devel/py-qt5-sip/Makefile =================================================================== --- devel/py-qt5-sip/Makefile +++ devel/py-qt5-sip/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE_SIP= ${FILESDIR}/LICENSE LICENSE_PERMS_SIP= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= python:3.5+ pyqt:sip +USES= python pyqt:sip USE_PYTHON= autoplist concurrent distutils flavors py3kplist USE_PYQT= # Index: devel/py-qt5/Makefile =================================================================== --- devel/py-qt5/Makefile +++ devel/py-qt5/Makefile @@ -8,7 +8,7 @@ COMMENT= Python bindings for the Qt 5 toolkit (meta port) WWW= https://riverbankcomputing.com/software/pyqt -USES= metaport python:3.8+ pyqt:5 +USES= metaport python pyqt:5 USE_PYTHON= concurrent flavors py3kplist USE_PYQT= pyqt5 chart networkauth Index: devel/py-qt6-pyqt/Makefile =================================================================== --- devel/py-qt6-pyqt/Makefile +++ devel/py-qt6-pyqt/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>1:devel/py-dbus@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>1:devel/py-dbus@${PY_FLAVOR} -USES= gl pkgconfig python:3.7+ pyqt:6 qt:6 +USES= gl pkgconfig python pyqt:6 qt:6 USE_GL+= gl opengl USE_PYTHON= concurrent flavors py3kplist USE_PYQT= qtbuilder sip pysip Index: devel/py-qt6-qscintilla2/Makefile =================================================================== --- devel/py-qt6-qscintilla2/Makefile +++ devel/py-qt6-qscintilla2/Makefile @@ -16,7 +16,7 @@ DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt6/distinfo DESTDIRNAME= INSTALL_ROOT -USES= python:3.5+ pyqt:6 gl qt:6 +USES= python pyqt:6 gl qt:6 USE_GL= gl USE_PYQT= pyqt6 sip:build qtbuilder USE_PYTHON= concurrent flavors py3kplist Index: devel/py-qt6-sip/Makefile =================================================================== --- devel/py-qt6-sip/Makefile +++ devel/py-qt6-sip/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE_SIP= ${FILESDIR}/LICENSE LICENSE_PERMS_SIP= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= python:3.5+ pyqt:6 +USES= python pyqt:6 USE_PYTHON= autoplist concurrent distutils flavors py3kplist USE_PYQT= # Index: devel/py-qt6/Makefile =================================================================== --- devel/py-qt6/Makefile +++ devel/py-qt6/Makefile @@ -8,7 +8,7 @@ COMMENT= Python bindings for the Qt 6 toolkit (meta port) WWW= https://riverbankcomputing.com/software/pyqt -USES= metaport python:3.8+ pyqt:6 +USES= metaport python pyqt:6 USE_PYTHON= concurrent flavors py3kplist USE_PYQT= pyqt6 chart networkauth Index: devel/py-qtbuilder/Makefile =================================================================== --- devel/py-qtbuilder/Makefile +++ devel/py-qtbuilder/Makefile @@ -9,7 +9,7 @@ COMMENT= The PEP 517 compliant PyQt build system WWW= https://www.riverbankcomputing.com/software/pyqt-builder/ -USES= python:3.5+ pyqt:5 +USES= python pyqt:5 USE_PYTHON= autoplist concurrent distutils flavors py3kplist USE_PYQT= # Index: devel/py-qtconsole/Makefile =================================================================== --- devel/py-qtconsole/Makefile +++ devel/py-qtconsole/Makefile @@ -22,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-qt>0:devel/py-pytest-qt@${PY_FLAVOR} -USES= pyqt:5 python:3.7+ +USES= pyqt:5 python USE_PYQT= pyqt5 sip USE_PYTHON= autoplist distutils pytest Index: devel/py-questionary/Makefile =================================================================== --- devel/py-questionary/Makefile +++ devel/py-questionary/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2.0<4.0:devel/py-prompt-toolkit@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-qutip-qip/Makefile =================================================================== --- devel/py-qutip-qip/Makefile +++ devel/py-qutip-qip/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} # optional dependency, but required for tests -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} Index: devel/py-qutip/Makefile =================================================================== --- devel/py-qutip/Makefile +++ devel/py-qutip/Makefile @@ -23,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} # the optional graphics/py-mayavi dependency is omitted because it is python-2.7 -only -USES= python:3.7+ +USES= python USE_PYTHON= pep517 cython cython_run autoplist xpost-patch: # https://github.com/qutip/qutip/issues/1059 Index: devel/py-ramlfications/Makefile =================================================================== --- devel/py-ramlfications/Makefile +++ devel/py-ramlfications/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}xmltodict>=0.10.1:devel/py-xmltodict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES?= python:3.6+ +USES?= python USE_PYTHON= autoplist distutils .include Index: devel/py-rapidfuzz-capi/Makefile =================================================================== --- devel/py-rapidfuzz-capi/Makefile +++ devel/py-rapidfuzz-capi/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-rapidfuzz/Makefile =================================================================== --- devel/py-rapidfuzz/Makefile +++ devel/py-rapidfuzz/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jarowinkler>=1.0.3:textproc/py-jarowinkler@${PY_FLAVOR} -USES= compiler:c++14-lang python:3.6+ +USES= compiler:c++14-lang python USE_PYTHON= distutils autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-rapidfuzz2/Makefile =================================================================== --- devel/py-rapidfuzz2/Makefile +++ devel/py-rapidfuzz2/Makefile @@ -24,7 +24,7 @@ taskflow>=0:devel/taskflow RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jarowinkler>=1.0.3:textproc/py-jarowinkler@${PY_FLAVOR} -USES= compiler:c++14-lang python:3.6+ +USES= compiler:c++14-lang python USE_PYTHON= autoplist concurrent distutils PORTSCOUT= limit:^2\. Index: devel/py-ratelim/Makefile =================================================================== --- devel/py-ratelim/Makefile +++ devel/py-ratelim/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-ratelimiter/Makefile =================================================================== --- devel/py-ratelimiter/Makefile +++ devel/py-ratelimiter/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-rauth/Makefile =================================================================== --- devel/py-rauth/Makefile +++ devel/py-rauth/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= litl USE_PYTHON= autoplist distutils nose Index: devel/py-raven/Makefile =================================================================== --- devel/py-raven/Makefile +++ devel/py-raven/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python # either PYPI or github, whatever is newer USE_GITHUB= yes GH_ACCOUNT= getsentry Index: devel/py-rchitect/Makefile =================================================================== --- devel/py-rchitect/Makefile +++ devel/py-rchitect/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-re-assert/Makefile =================================================================== --- devel/py-re-assert/Makefile +++ devel/py-re-assert/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-readme-renderer/Makefile =================================================================== --- devel/py-readme-renderer/Makefile +++ devel/py-readme-renderer/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}docutils>=0.13.1,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.5.1:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-rebulk/Makefile =================================================================== --- devel/py-rebulk/Makefile +++ devel/py-rebulk/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-recurring-ical-events/Makefile =================================================================== --- devel/py-recurring-ical-events/Makefile +++ devel/py-recurring-ical-events/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}x-wr-timezone>=0.0.5<1.0.0:devel/py-x-wr-timezone@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-rednose/Makefile =================================================================== --- devel/py-rednose/Makefile +++ devel/py-rednose/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}termstyle>0:devel/py-termstyle@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-reedsolo/Makefile =================================================================== --- devel/py-reedsolo/Makefile +++ devel/py-reedsolo/Makefile @@ -11,7 +11,7 @@ LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist cython distutils pytest Index: devel/py-remote-pdb/Makefile =================================================================== --- devel/py-remote-pdb/Makefile +++ devel/py-remote-pdb/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-repoze.lru/Makefile =================================================================== --- devel/py-repoze.lru/Makefile +++ devel/py-repoze.lru/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-repoze.sphinx.autointerface/Makefile =================================================================== --- devel/py-repoze.sphinx.autointerface/Makefile +++ devel/py-repoze.sphinx.autointerface/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-repoze.tm2/Makefile =================================================================== --- devel/py-repoze.tm2/Makefile +++ devel/py-repoze.tm2/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-repoze.who/Makefile =================================================================== --- devel/py-repoze.who/Makefile +++ devel/py-repoze.who/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.5.2:devel/py-zope.interface@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-repoze.xmliter/Makefile =================================================================== --- devel/py-repoze.xmliter/Makefile +++ devel/py-repoze.xmliter/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.1:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils .include Index: devel/py-represent/Makefile =================================================================== --- devel/py-represent/Makefile +++ devel/py-represent/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.5:devel/py-pytest@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-requestsexceptions/Makefile =================================================================== --- devel/py-requestsexceptions/Makefile +++ devel/py-requestsexceptions/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-requirements-detector/Makefile =================================================================== --- devel/py-requirements-detector/Makefile +++ devel/py-requirements-detector/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}semver>=3.0.0<4:devel/py-semver@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0.10.2<0.11:textproc/py-toml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-requirementslib/Makefile =================================================================== --- devel/py-requirementslib/Makefile +++ devel/py-requirementslib/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.5.3:textproc/py-tomlkit@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-resolvelib/Makefile =================================================================== --- devel/py-resolvelib/Makefile +++ devel/py-resolvelib/Makefile @@ -11,7 +11,7 @@ LICENSE= ISCL -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}-${PORTNAME}05 ${PYTHON_PKGNAMEPREFIX}-${PORTNAME}07 Index: devel/py-resolvelib05/Makefile =================================================================== --- devel/py-resolvelib05/Makefile +++ devel/py-resolvelib05/Makefile @@ -12,7 +12,7 @@ LICENSE= ISCL -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}-${PORTNAME} ${PYTHON_PKGNAMEPREFIX}-${PORTNAME}07 Index: devel/py-resolvelib07/Makefile =================================================================== --- devel/py-resolvelib07/Makefile +++ devel/py-resolvelib07/Makefile @@ -11,7 +11,7 @@ LICENSE= ISCL -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}-${PORTNAME} ${PYTHON_PKGNAMEPREFIX}-${PORTNAME}05 Index: devel/py-resolvelib1/Makefile =================================================================== --- devel/py-resolvelib1/Makefile +++ devel/py-resolvelib1/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=36.2.2:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.28.0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-resolver/Makefile =================================================================== --- devel/py-resolver/Makefile +++ devel/py-resolver/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-resource/Makefile =================================================================== --- devel/py-resource/Makefile +++ devel/py-resource/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}jsonsir>=0.0.2:devel/py-jsonsir@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-easyconfig>=0.1.0:devel/py-python-easyconfig@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-responses/Makefile =================================================================== --- devel/py-responses/Makefile +++ devel/py-responses/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}tomli-w>=0:textproc/py-tomli-w@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-retry2/Makefile =================================================================== --- devel/py-retry2/Makefile +++ devel/py-retry2/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.2:devel/py-decorator@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: devel/py-retrying/Makefile =================================================================== --- devel/py-retrying/Makefile +++ devel/py-retrying/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-retype/Makefile =================================================================== --- devel/py-retype/Makefile +++ devel/py-retype/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pathspec>=0.5.9<1:devel/py-pathspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.3:devel/py-typed-ast@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-rfc3339-validator/Makefile =================================================================== --- devel/py-rfc3339-validator/Makefile +++ devel/py-rfc3339-validator/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-rfc3986-validator/Makefile =================================================================== --- devel/py-rfc3986-validator/Makefile +++ devel/py-rfc3986-validator/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-robotframework-databaselibrary/Makefile =================================================================== --- devel/py-robotframework-databaselibrary/Makefile +++ devel/py-robotframework-databaselibrary/Makefile @@ -17,7 +17,7 @@ GH_PROJECT= Robotframework-Database-Library NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-robotframework-pabot/Makefile =================================================================== --- devel/py-robotframework-pabot/Makefile +++ devel/py-robotframework-pabot/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}robotframework>=3.2:devel/py-robotframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}robotframework-stacktrace>=0.4.1:devel/py-robotframework-stacktrace@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-robotframework-pythonlibcore/Makefile =================================================================== --- devel/py-robotframework-pythonlibcore/Makefile +++ devel/py-robotframework-pythonlibcore/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-robotframework-requests/Makefile =================================================================== --- devel/py-robotframework-requests/Makefile +++ devel/py-robotframework-requests/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests_ntlm>0:www/py-requests_ntlm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-robotframework-seleniumlibrary/Makefile =================================================================== --- devel/py-robotframework-seleniumlibrary/Makefile +++ devel/py-robotframework-seleniumlibrary/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}robotframework-pythonlibcore>=3.0.0:devel/py-robotframework-pythonlibcore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}selenium>=3.141.0:www/py-selenium@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-robotframework-stacktrace/Makefile =================================================================== --- devel/py-robotframework-stacktrace/Makefile +++ devel/py-robotframework-stacktrace/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=3.2:devel/py-robotframework@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-robotframework/Makefile =================================================================== --- devel/py-robotframework/Makefile +++ devel/py-robotframework/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-robotremoteserver/Makefile =================================================================== --- devel/py-robotremoteserver/Makefile +++ devel/py-robotremoteserver/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-rope/Makefile =================================================================== --- devel/py-rope/Makefile +++ devel/py-rope/Makefile @@ -23,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytoolconfig>=0:devel/py-pytoolconfig@${PY_FLAVOR} -USES= cpe python:3.6+ pytest +USES= cpe python pytest USE_PYTHON= autoplist pep517 CPE_VENDOR= rope_project Index: devel/py-rose/Makefile =================================================================== --- devel/py-rose/Makefile +++ devel/py-rose/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-rpcq/Makefile =================================================================== --- devel/py-rpcq/Makefile +++ devel/py-rpcq/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-rply/Makefile =================================================================== --- devel/py-rply/Makefile +++ devel/py-rply/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= python USE_PYTHON= distutils autoplist Index: devel/py-rq-scheduler/Makefile =================================================================== --- devel/py-rq-scheduler/Makefile +++ devel/py-rq-scheduler/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rq>=0.13:devel/py-rq@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-rq/Makefile =================================================================== --- devel/py-rq/Makefile +++ devel/py-rq/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}redis>=3.5.0:databases/py-redis@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-rstr/Makefile =================================================================== --- devel/py-rstr/Makefile +++ devel/py-rstr/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-rtree/Makefile =================================================================== --- devel/py-rtree/Makefile +++ devel/py-rtree/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0.29.0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${LOCALBASE}/include/spatialindex/SpatialIndex.h:devel/spatialindex -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-rtslib-fb/Makefile =================================================================== --- devel/py-rtslib-fb/Makefile +++ devel/py-rtslib-fb/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyudev>=0.16.1:devel/py-pyudev@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ruamel.yaml.clib/Makefile =================================================================== --- devel/py-ruamel.yaml.clib/Makefile +++ devel/py-ruamel.yaml.clib/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-ruamel.yaml/Makefile =================================================================== --- devel/py-ruamel.yaml/Makefile +++ devel/py-ruamel.yaml/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml.clib>=0.2.6:devel/py-ruamel.yaml.clib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-rubymarshal/Makefile =================================================================== --- devel/py-rubymarshal/Makefile +++ devel/py-rubymarshal/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= d9pouces GH_PROJECT= RubyMarshal -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-rush/Makefile =================================================================== --- devel/py-rush/Makefile +++ devel/py-rush/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-rx/Makefile =================================================================== --- devel/py-rx/Makefile +++ devel/py-rx/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-rx1/Makefile =================================================================== --- devel/py-rx1/Makefile +++ devel/py-rx1/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-saneyaml/Makefile =================================================================== --- devel/py-saneyaml/Makefile +++ devel/py-saneyaml/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= nexB Index: devel/py-sarge/Makefile =================================================================== --- devel/py-sarge/Makefile +++ devel/py-sarge/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-sarif-om/Makefile =================================================================== --- devel/py-sarif-om/Makefile +++ devel/py-sarif-om/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-scantree/Makefile =================================================================== --- devel/py-scantree/Makefile +++ devel/py-scantree/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pathspec>0:devel/py-pathspec@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-schedule/Makefile =================================================================== --- devel/py-schedule/Makefile +++ devel/py-schedule/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-schema/Makefile =================================================================== --- devel/py-schema/Makefile +++ devel/py-schema/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-schematics-patched/Makefile =================================================================== --- devel/py-schematics-patched/Makefile +++ devel/py-schematics-patched/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.7.3:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= pombredanne Index: devel/py-scikit-build-core/Makefile =================================================================== --- devel/py-scikit-build-core/Makefile +++ devel/py-scikit-build-core/Makefile @@ -34,11 +34,6 @@ .include -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10.0:devel/py-typing-extensions@${PY_FLAVOR} -.endif - .if ${PYTHON_REL} < 30900 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.3:devel/py-importlib-resources@${PY_FLAVOR} .endif Index: devel/py-scikit-build/Makefile =================================================================== --- devel/py-scikit-build/Makefile +++ devel/py-scikit-build/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}build>=0.7:devel/py-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}path.py>=11.5.0:devel/py-path.py@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 autoplist pytest # 1 tests fail, 4 errors, see https://github.com/scikit-build/scikit-build/issues/791 NO_ARCH= yes Index: devel/py-scooby/Makefile =================================================================== --- devel/py-scooby/Makefile +++ devel/py-scooby/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-scripttest/Makefile =================================================================== --- devel/py-scripttest/Makefile +++ devel/py-scripttest/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= pypa USE_PYTHON= autoplist distutils Index: devel/py-selection/Makefile =================================================================== --- devel/py-selection/Makefile +++ devel/py-selection/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}weblib>0:devel/py-weblib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-semantic-version/Makefile =================================================================== --- devel/py-semantic-version/Makefile +++ devel/py-semantic-version/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.1:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils nose2 NO_ARCH= yes Index: devel/py-semver/Makefile =================================================================== --- devel/py-semver/Makefile +++ devel/py-semver/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-sentry-sdk/Makefile =================================================================== --- devel/py-sentry-sdk/Makefile +++ devel/py-sentry-sdk/Makefile @@ -18,7 +18,7 @@ # ${PYTHON_PKGNAMEPREFIX}bottle>=0:www/py-bottle@${PY_FLAVOR} \ # ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= sentry CPE_PRODUCT= sentry_software_development_kit USE_PYTHON= autoplist concurrent distutils Index: devel/py-serializable/Makefile =================================================================== --- devel/py-serializable/Makefile +++ devel/py-serializable/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typechecks>=0.0.2:devel/py-typechecks@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-serpent/Makefile =================================================================== --- devel/py-serpent/Makefile +++ devel/py-serpent/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-session-info/Makefile =================================================================== --- devel/py-session-info/Makefile +++ devel/py-session-info/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdlib-list>0:devel/py-stdlib-list@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-setproctitle/Makefile =================================================================== --- devel/py-setproctitle/Makefile +++ devel/py-setproctitle/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils PORTDOCS= HISTORY.rst README.rst Index: devel/py-setuptools-declarative-requirements/Makefile =================================================================== --- devel/py-setuptools-declarative-requirements/Makefile +++ devel/py-setuptools-declarative-requirements/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: devel/py-setuptools-gettext/Makefile =================================================================== --- devel/py-setuptools-gettext/Makefile +++ devel/py-setuptools-gettext/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-setuptools-git/Makefile =================================================================== --- devel/py-setuptools-git/Makefile +++ devel/py-setuptools-git/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-setuptools-pkg/Makefile =================================================================== --- devel/py-setuptools-pkg/Makefile +++ devel/py-setuptools-pkg/Makefile @@ -18,7 +18,7 @@ NO_ARCH= yes # Actually 2.7,3.4+ -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils do-test: Index: devel/py-setuptools-rust/Makefile =================================================================== --- devel/py-setuptools-rust/Makefile +++ devel/py-setuptools-rust/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} \ cargo:lang/rust -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-setuptools/Makefile =================================================================== --- devel/py-setuptools/Makefile +++ devel/py-setuptools/Makefile @@ -16,7 +16,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= allflavors autoplist concurrent distutils CPE_VENDOR= python Index: devel/py-setuptools44/Makefile =================================================================== --- devel/py-setuptools44/Makefile +++ devel/py-setuptools44/Makefile @@ -38,10 +38,10 @@ # These create dependency loops in redports/poudriere, because setuptools # is currently an explicit BUILD & RUN dependency in Uses/python.mk. #TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -#.if ${PYTHON_REL} < 30300 +#.if ${PYTHON_REL} < 30000 #TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} #.endif -# pkg install -y py36-pytest py36-mock py36-pytest-fixture-config py36-pytest-virtualenv py36-paver +# pkg install -y py38-pytest py38-mock py38-pytest-fixture-config py38-pytest-virtualenv py38-paver post-install: ${INSTALL_DATA} ${FILESDIR}/easy-install.pth.dist ${STAGEDIR}${PYTHON_SITELIBDIR}/ Index: devel/py-setuptools_hg/Makefile =================================================================== --- devel/py-setuptools_hg/Makefile +++ devel/py-setuptools_hg/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-setuptools_scm/Makefile =================================================================== --- devel/py-setuptools_scm/Makefile +++ devel/py-setuptools_scm/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils # Workaround to get a 100% working test suite. This can be removed once Index: devel/py-setuptools_scm7/Makefile =================================================================== --- devel/py-setuptools_scm7/Makefile +++ devel/py-setuptools_scm7/Makefile @@ -26,7 +26,7 @@ ${PY_MERCURIAL} \ gpg:security/gnupg -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 pytest CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}-${PORTNAME} Index: devel/py-setuptools_scm_git_archive/Makefile =================================================================== --- devel/py-setuptools_scm_git_archive/Makefile +++ devel/py-setuptools_scm_git_archive/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-sexpdata/Makefile =================================================================== --- devel/py-sexpdata/Makefile +++ devel/py-sexpdata/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= jd-boyd USE_PYTHON= autoplist distutils pytest Index: devel/py-sgmllib3k/Makefile =================================================================== --- devel/py-sgmllib3k/Makefile +++ devel/py-sgmllib3k/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-sh/Makefile =================================================================== --- devel/py-sh/Makefile +++ devel/py-sh/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-shapely/Makefile =================================================================== --- devel/py-shapely/Makefile +++ devel/py-shapely/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-shellingham/Makefile =================================================================== --- devel/py-shellingham/Makefile +++ devel/py-shellingham/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils # No tests implemented for this module. Index: devel/py-shtab/Makefile =================================================================== --- devel/py-shtab/Makefile +++ devel/py-shtab/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-signalr-client-aio/Makefile =================================================================== --- devel/py-signalr-client-aio/Makefile +++ devel/py-signalr-client-aio/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websockets>=0:devel/py-websockets@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-simple-term-menu/Makefile =================================================================== --- devel/py-simple-term-menu/Makefile +++ devel/py-simple-term-menu/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-simpleeval/Makefile =================================================================== --- devel/py-simpleeval/Makefile +++ devel/py-simpleeval/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=30.3.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-simplegeneric/Makefile =================================================================== --- devel/py-simplegeneric/Makefile +++ devel/py-simplegeneric/Makefile @@ -10,7 +10,7 @@ LICENSE= ZPL21 -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-simplejson/Makefile =================================================================== --- devel/py-simplejson/Makefile +++ devel/py-simplejson/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils unittest CPE_VENDOR= simplejson_project Index: devel/py-simpleparse/Makefile =================================================================== --- devel/py-simpleparse/Makefile +++ devel/py-simpleparse/Makefile @@ -10,7 +10,7 @@ WWW= http://simpleparse.sourceforge.net/ \ https://github.com/mcfletch/simpleparse -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-simpletal/Makefile =================================================================== --- devel/py-simpletal/Makefile +++ devel/py-simpletal/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-simpy/Makefile =================================================================== --- devel/py-simpy/Makefile +++ devel/py-simpy/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils OPTIONS_DEFINE= TKINTER DOCS Index: devel/py-single-version/Makefile =================================================================== --- devel/py-single-version/Makefile +++ devel/py-single-version/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-sip/Makefile =================================================================== --- devel/py-sip/Makefile +++ devel/py-sip/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} -USES= python:3.5+ pyqt:sip +USES= python pyqt:sip USE_PYTHON= autoplist concurrent distutils flavors py3kplist USE_PYQT= # Index: devel/py-smmap/Makefile =================================================================== --- devel/py-smmap/Makefile +++ devel/py-smmap/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: devel/py-snakeviz/Makefile =================================================================== --- devel/py-snakeviz/Makefile +++ devel/py-snakeviz/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>=2.0:www/py-tornado@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-sniffio/Makefile =================================================================== --- devel/py-sniffio/Makefile +++ devel/py-sniffio/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curio>=0:devel/py-curio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-sortedcontainers/Makefile =================================================================== --- devel/py-sortedcontainers/Makefile +++ devel/py-sortedcontainers/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-sourcemap/Makefile =================================================================== --- devel/py-sourcemap/Makefile +++ devel/py-sourcemap/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-sparse/Makefile =================================================================== --- devel/py-sparse/Makefile +++ devel/py-sparse/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}numpy>=1.17,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.19:science/py-scipy@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-speaklater/Makefile =================================================================== --- devel/py-speaklater/Makefile +++ devel/py-speaklater/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-speg/Makefile =================================================================== --- devel/py-speg/Makefile +++ devel/py-speg/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-spyder-kernels/Makefile =================================================================== --- devel/py-spyder-kernels/Makefile +++ devel/py-spyder-kernels/Makefile @@ -41,7 +41,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xarray>0:devel/py-xarray@${PY_FLAVOR} -USES= python:3.8+ pytest +USES= python pytest USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-spyder-unittest/Makefile =================================================================== --- devel/py-spyder-unittest/Makefile +++ devel/py-spyder-unittest/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=0:net/py-pyzmq@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-squint/Makefile =================================================================== --- devel/py-squint/Makefile +++ devel/py-squint/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}get-reader>=0:devel/py-get-reader@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-sre-yield/Makefile =================================================================== --- devel/py-sre-yield/Makefile +++ devel/py-sre-yield/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-srsly/Makefile =================================================================== --- devel/py-srsly/Makefile +++ devel/py-srsly/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}catalogue>=2.0.3<2.1.0:devel/py-catalogue@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent cython distutils post-install: Index: devel/py-stack-data/Makefile =================================================================== --- devel/py-stack-data/Makefile +++ devel/py-stack-data/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typeguard>=0:devel/py-typeguard@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-stackexchange/Makefile =================================================================== --- devel/py-stackexchange/Makefile +++ devel/py-stackexchange/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-statgrab/Makefile =================================================================== --- devel/py-statgrab/Makefile +++ devel/py-statgrab/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libstatgrab.so:devel/libstatgrab -USES= pkgconfig python:3.6+ +USES= pkgconfig python USE_PYTHON= distutils autoplist .include Index: devel/py-statsd/Makefile =================================================================== --- devel/py-statsd/Makefile +++ devel/py-statsd/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-stdlib-list/Makefile =================================================================== --- devel/py-stdlib-list/Makefile +++ devel/py-stdlib-list/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.2+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-stdnum/Makefile =================================================================== --- devel/py-stdnum/Makefile +++ devel/py-stdnum/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 # Python3 ready -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-stevedore/Makefile =================================================================== --- devel/py-stevedore/Makefile +++ devel/py-stevedore/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-stone/Makefile =================================================================== --- devel/py-stone/Makefile +++ devel/py-stone/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-stopit/Makefile =================================================================== --- devel/py-stopit/Makefile +++ devel/py-stopit/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-strategies/Makefile =================================================================== --- devel/py-strategies/Makefile +++ devel/py-strategies/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multipledispatch>0:devel/py-multipledispatch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toolz>0:devel/py-toolz@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-streamparse/Makefile =================================================================== --- devel/py-streamparse/Makefile +++ devel/py-streamparse/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}unittest2>=0:devel/py-unittest2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}graphviz>=0:graphics/py-graphviz@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-strenum/Makefile =================================================================== --- devel/py-strenum/Makefile +++ devel/py-strenum/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest post-patch: Index: devel/py-strict-rfc3339/Makefile =================================================================== --- devel/py-strict-rfc3339/Makefile +++ devel/py-strict-rfc3339/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-stringbrewer/Makefile =================================================================== --- devel/py-stringbrewer/Makefile +++ devel/py-stringbrewer/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rstr>=0:devel/py-rstr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sre-yield>=0:devel/py-sre-yield@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-stringcase/Makefile =================================================================== --- devel/py-stringcase/Makefile +++ devel/py-stringcase/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-structlog/Makefile =================================================================== --- devel/py-structlog/Makefile +++ devel/py-structlog/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-subprocess-tee/Makefile =================================================================== --- devel/py-subprocess-tee/Makefile +++ devel/py-subprocess-tee/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=2.3.0:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.5:devel/py-pytest@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-sure/Makefile =================================================================== --- devel/py-sure/Makefile +++ devel/py-sure/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-swagger-spec-validator/Makefile =================================================================== --- devel/py-swagger-spec-validator/Makefile +++ devel/py-swagger-spec-validator/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= Yelp GH_PROJECT= swagger_spec_validator Index: devel/py-synr/Makefile =================================================================== --- devel/py-synr/Makefile +++ devel/py-synr/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-sysctl/Makefile =================================================================== --- devel/py-sysctl/Makefile +++ devel/py-sysctl/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD2CLAUSE -USES= compiler:c11 python:3.6+ +USES= compiler:c11 python USE_CSTD= c99 USE_PYTHON= distutils autoplist Index: devel/py-tables/Makefile =================================================================== --- devel/py-tables/Makefile +++ devel/py-tables/Makefile @@ -23,7 +23,7 @@ CONFLICTS_BUILD= zstd # conflicting version of zstd is bundled -USES= fortran localbase python:3.6+ +USES= fortran localbase python USE_PYTHON= autoplist concurrent distutils cython PORTEXAMPLES= * Index: devel/py-tabulate/Makefile =================================================================== --- devel/py-tabulate/Makefile +++ devel/py-tabulate/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tabulator/Makefile =================================================================== --- devel/py-tabulator/Makefile +++ devel/py-tabulator/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}unicodecsv>=0.14:devel/py-unicodecsv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>=1.0:textproc/py-xlrd@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tailer/Makefile =================================================================== --- devel/py-tailer/Makefile +++ devel/py-tailer/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tapi/Makefile =================================================================== --- devel/py-tapi/Makefile +++ devel/py-tapi/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tarantool-queue/Makefile =================================================================== --- devel/py-tarantool-queue/Makefile +++ devel/py-tarantool-queue/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tarantool>=0:databases/py-tarantool@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tartiflette-aiohttp/Makefile =================================================================== --- devel/py-tartiflette-aiohttp/Makefile +++ devel/py-tartiflette-aiohttp/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.5.4<3.9.0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tartiflette>=0.12.0<2.0.0:devel/py-tartiflette@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tartiflette/Makefile =================================================================== --- devel/py-tartiflette/Makefile +++ devel/py-tartiflette/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0<2.0.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lark>=0.12.0:devel/py-lark@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-patch: Index: devel/py-taskflow/Makefile =================================================================== --- devel/py-taskflow/Makefile +++ devel/py-taskflow/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tenacity>=6.0.0:devel/py-tenacity@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tasklib/Makefile =================================================================== --- devel/py-tasklib/Makefile +++ devel/py-tasklib/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= task:deskutils/taskwarrior -USES= python:3.5+,run +USES= python:run USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tblib/Makefile =================================================================== --- devel/py-tblib/Makefile +++ devel/py-tblib/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-tdworkflow/Makefile =================================================================== --- devel/py-tdworkflow/Makefile +++ devel/py-tdworkflow/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-telepath/Makefile =================================================================== --- devel/py-telepath/Makefile +++ devel/py-telepath/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tempora/Makefile =================================================================== --- devel/py-tempora/Makefile +++ devel/py-tempora/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.20:devel/py-jaraco.functools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-tenacity/Makefile =================================================================== --- devel/py-tenacity/Makefile +++ devel/py-tenacity/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tendo/Makefile =================================================================== --- devel/py-tendo/Makefile +++ devel/py-tendo/Makefile @@ -11,7 +11,7 @@ LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-termcolor-whl/Makefile =================================================================== --- devel/py-termcolor-whl/Makefile +++ devel/py-termcolor-whl/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0.12:devel/py-poetry-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-termstyle/Makefile =================================================================== --- devel/py-termstyle/Makefile +++ devel/py-termstyle/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-testfixtures/Makefile =================================================================== --- devel/py-testfixtures/Makefile +++ devel/py-testfixtures/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-testinfra/Makefile =================================================================== --- devel/py-testinfra/Makefile +++ devel/py-testinfra/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>1.4:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-testoob/Makefile =================================================================== --- devel/py-testoob/Makefile +++ devel/py-testoob/Makefile @@ -17,7 +17,7 @@ TWISTED_DESC= enable running in threads NO_ARCH= yes -USES= dos2unix python:3.6+ tar:bzip2 +USES= dos2unix python tar:bzip2 USE_PYTHON= autoplist distutils TWISTED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} Index: devel/py-testpath/Makefile =================================================================== --- devel/py-testpath/Makefile +++ devel/py-testpath/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-testrepository/Makefile =================================================================== --- devel/py-testrepository/Makefile +++ devel/py-testrepository/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}python-subunit>=0.0.18:devel/py-python-subunit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testtools>=0.9.30:devel/py-testtools@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils concurrent autoplist SHEBANG_FILES= testr Index: devel/py-testresources/Makefile =================================================================== --- devel/py-testresources/Makefile +++ devel/py-testresources/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}fixtures>=0:devel/py-fixtures@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testtools>=0:devel/py-testtools@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-testscenarios/Makefile =================================================================== --- devel/py-testscenarios/Makefile +++ devel/py-testscenarios/Makefile @@ -20,6 +20,6 @@ NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils -USES= python:3.6+ +USES= python .include Index: devel/py-testtools/Makefile =================================================================== --- devel/py-testtools/Makefile +++ devel/py-testtools/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-thefuzz/Makefile =================================================================== --- devel/py-thefuzz/Makefile +++ devel/py-thefuzz/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-threadpoolctl/Makefile =================================================================== --- devel/py-threadpoolctl/Makefile +++ devel/py-threadpoolctl/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=0:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-threema-msgapi/Makefile =================================================================== --- devel/py-threema-msgapi/Makefile +++ devel/py-threema-msgapi/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.2+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= lgrahl Index: devel/py-thrift/Makefile =================================================================== --- devel/py-thrift/Makefile +++ devel/py-thrift/Makefile @@ -14,7 +14,7 @@ DISTINFO_FILE= ${PORTSDIR}/devel/thrift/distinfo -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= apache USE_PYTHON= distutils autoplist Index: devel/py-tiamat/Makefile =================================================================== --- devel/py-tiamat/Makefile +++ devel/py-tiamat/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITLAB= yes GL_ACCOUNT= saltstack/pop Index: devel/py-timelib/Makefile =================================================================== --- devel/py-timelib/Makefile +++ devel/py-timelib/Makefile @@ -8,7 +8,7 @@ COMMENT= Parse English textual date descriptions WWW= https://pypi.org/project/timelib/ -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist .include Index: devel/py-timeout-decorator/Makefile =================================================================== --- devel/py-timeout-decorator/Makefile +++ devel/py-timeout-decorator/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tinyarray/Makefile =================================================================== --- devel/py-tinyarray/Makefile +++ devel/py-tinyarray/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6-3.9 +USES= python:3.8-3.9 USE_PYTHON= autoplist distutils .include Index: devel/py-tinynetrc/Makefile =================================================================== --- devel/py-tinynetrc/Makefile +++ devel/py-tinynetrc/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-tinyrpc/Makefile =================================================================== --- devel/py-tinyrpc/Makefile +++ devel/py-tinyrpc/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tipper/Makefile =================================================================== --- devel/py-tipper/Makefile +++ devel/py-tipper/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-tokenize-rt/Makefile =================================================================== --- devel/py-tokenize-rt/Makefile +++ devel/py-tokenize-rt/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-toolz/Makefile =================================================================== --- devel/py-toolz/Makefile +++ devel/py-toolz/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-tooz/Makefile =================================================================== --- devel/py-tooz/Makefile +++ devel/py-tooz/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}tenacity>=5.0.0:devel/py-tenacity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}voluptuous>=0.8.9:devel/py-voluptuous@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-toposort/Makefile =================================================================== --- devel/py-toposort/Makefile +++ devel/py-toposort/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-tox/Makefile =================================================================== --- devel/py-tox/Makefile +++ devel/py-tox/Makefile @@ -25,18 +25,18 @@ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=1.10.0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.22.2:devel/py-pytest-xdist@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest4 NO_ARCH= yes .include -.if ${PYTHON_REL} < 30800 +.if ${PYTHON_REL} < 30000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.12:devel/py-importlib-metadata@${PY_FLAVOR} .endif -.if ${PYTHON_REL} >= 30700 +.if ${PYTHON_REL} >= 30800 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>0:textproc/py-tomli@${PY_FLAVOR} .endif # tox.ini clobbers our pytest arguments Index: devel/py-traceback2/Makefile =================================================================== --- devel/py-traceback2/Makefile +++ devel/py-traceback2/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}linecache2>=0:devel/py-linecache2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-traitlets/Makefile =================================================================== --- devel/py-traitlets/Makefile +++ devel/py-traitlets/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pre-commit>0:devel/py-pre-commit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: devel/py-traits/Makefile =================================================================== --- devel/py-traits/Makefile +++ devel/py-traits/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-transaction/Makefile =================================================================== --- devel/py-transaction/Makefile +++ devel/py-transaction/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.5.2:devel/py-zope.interface@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-transitions/Makefile =================================================================== --- devel/py-transitions/Makefile +++ devel/py-transitions/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-tree-format/Makefile =================================================================== --- devel/py-tree-format/Makefile +++ devel/py-tree-format/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testtools>0:devel/py-testtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-trimesh/Makefile =================================================================== --- devel/py-trimesh/Makefile +++ devel/py-trimesh/Makefile @@ -36,7 +36,7 @@ BUILD_DEPENDS= ${NEEDED_DEPENDS} RUN_DEPENDS= ${NEEDED_DEPENDS} -USES= compiler:c++11-lang python:3.5+ +USES= compiler:c++11-lang python USE_PYTHON= distutils autoplist concurrent Index: devel/py-trove-classifiers/Makefile =================================================================== --- devel/py-trove-classifiers/Makefile +++ devel/py-trove-classifiers/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-ttictoc/Makefile =================================================================== --- devel/py-ttictoc/Makefile +++ devel/py-ttictoc/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-ttkbootstrap/Makefile =================================================================== --- devel/py-ttkbootstrap/Makefile +++ devel/py-ttkbootstrap/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=8.2.0:graphics/py-pillow@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ttystatus/Makefile =================================================================== --- devel/py-ttystatus/Makefile +++ devel/py-ttystatus/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.5+ +USES= python NO_ARCH= yes USE_PYTHON= distutils autoplist Index: devel/py-twiggy/Makefile =================================================================== --- devel/py-twiggy/Makefile +++ devel/py-twiggy/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-twilio/Makefile =================================================================== --- devel/py-twilio/Makefile +++ devel/py-twilio/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0.0<3.0.0:www/py-pyjwt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-twine/Makefile =================================================================== --- devel/py-twine/Makefile +++ devel/py-twine/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26.0,1:net/py-urllib3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-twisted/Makefile =================================================================== --- devel/py-twisted/Makefile +++ devel/py-twisted/Makefile @@ -24,7 +24,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython-test-exception-raiser>=1.0.2<2:devel/py-cython-test-exception-raiser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyHamcrest>=1.9.0:textproc/py-pyhamcrest@${PY_FLAVOR} -USES= cpe python:3.7-3.10 +USES= cpe python:3.8-3.10 USE_PYTHON= autoplist concurrent distutils CPE_VENDOR= twistedmatrix Index: devel/py-txaio/Makefile =================================================================== --- devel/py-txaio/Makefile +++ devel/py-txaio/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.6.4:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-txi2p-tahoe/Makefile =================================================================== --- devel/py-txi2p-tahoe/Makefile +++ devel/py-txi2p-tahoe/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parsley>=1.2:devel/py-parsley@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=15.4:devel/py-twisted@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes Index: devel/py-typechecks/Makefile =================================================================== --- devel/py-typechecks/Makefile +++ devel/py-typechecks/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-typed-ast/Makefile =================================================================== --- devel/py-typed-ast/Makefile +++ devel/py-typed-ast/Makefile @@ -13,7 +13,7 @@ LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-typeguard/Makefile =================================================================== --- devel/py-typeguard/Makefile +++ devel/py-typeguard/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy>=0.991:devel/py-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=7,1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-typer/Makefile =================================================================== --- devel/py-typer/Makefile +++ devel/py-typer/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.1.1<9.0.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-types-cryptography/Makefile =================================================================== --- devel/py-types-cryptography/Makefile +++ devel/py-types-cryptography/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-types-docutils/Makefile =================================================================== --- devel/py-types-docutils/Makefile +++ devel/py-types-docutils/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-types-jsonschema/Makefile =================================================================== --- devel/py-types-jsonschema/Makefile +++ devel/py-types-jsonschema/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-types-mock/Makefile =================================================================== --- devel/py-types-mock/Makefile +++ devel/py-types-mock/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-types-psutil/Makefile =================================================================== --- devel/py-types-psutil/Makefile +++ devel/py-types-psutil/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-types-setuptools/Makefile =================================================================== --- devel/py-types-setuptools/Makefile +++ devel/py-types-setuptools/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-types-toml/Makefile =================================================================== --- devel/py-types-toml/Makefile +++ devel/py-types-toml/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-types-typed-ast/Makefile =================================================================== --- devel/py-types-typed-ast/Makefile +++ devel/py-types-typed-ast/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-typing-extensions/Makefile =================================================================== --- devel/py-typing-extensions/Makefile +++ devel/py-typing-extensions/Makefile @@ -12,7 +12,7 @@ LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= allflavors autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-typing-inspect/Makefile =================================================================== --- devel/py-typing-inspect/Makefile +++ devel/py-typing-inspect/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0.3.0:devel/py-mypy_extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-tzlocal/Makefile =================================================================== --- devel/py-tzlocal/Makefile +++ devel/py-tzlocal/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz-deprecation-shim>0:devel/py-pytz-deprecation-shim@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-u-msgpack-python/Makefile =================================================================== --- devel/py-u-msgpack-python/Makefile +++ devel/py-u-msgpack-python/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-ua_parser/Makefile =================================================================== --- devel/py-ua_parser/Makefile +++ devel/py-ua_parser/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/ua_parser/regexes.yaml:devel/ua_parser-core \ ${PYTHON_SITELIBDIR}/yaml/__init__.py:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist SUB_FILES= pkg-message Index: devel/py-ubelt/Makefile =================================================================== --- devel/py-ubelt/Makefile +++ devel/py-ubelt/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}xdoctest>=0.14.0:devel/py-xdoctest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xxhash>0:devel/py-xxhash@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: devel/py-uhid-freebsd/Makefile =================================================================== --- devel/py-uhid-freebsd/Makefile +++ devel/py-uhid-freebsd/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++11-lang python USE_PYTHON= autoplist distutils .include Index: devel/py-ujson/Makefile =================================================================== --- devel/py-ujson/Makefile +++ devel/py-ujson/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-unearth/Makefile =================================================================== --- devel/py-unearth/Makefile +++ devel/py-unearth/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}requests-wsgi-adapter>=0.4.1:www/py-requests-wsgi-adapter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trustme>=0.9.0:security/py-trustme@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-unicodecsv/Makefile =================================================================== --- devel/py-unicodecsv/Makefile +++ devel/py-unicodecsv/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-unicodedata2/Makefile =================================================================== --- devel/py-unicodedata2/Makefile +++ devel/py-unicodedata2/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-unipath/Makefile =================================================================== --- devel/py-unipath/Makefile +++ devel/py-unipath/Makefile @@ -10,7 +10,7 @@ LICENSE= PSFL -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-unittest2/Makefile =================================================================== --- devel/py-unittest2/Makefile +++ devel/py-unittest2/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traceback2>=0:devel/py-traceback2@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-unpaddedbase64/Makefile =================================================================== --- devel/py-unpaddedbase64/Makefile +++ devel/py-unpaddedbase64/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-update_checker/Makefile =================================================================== --- devel/py-update_checker/Makefile +++ devel/py-update_checker/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-urlimport/Makefile =================================================================== --- devel/py-urlimport/Makefile +++ devel/py-urlimport/Makefile @@ -12,7 +12,7 @@ NO_WRKSUBDIR= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist do-extract: Index: devel/py-urwid-readline/Makefile =================================================================== --- devel/py-urwid-readline/Makefile +++ devel/py-urwid-readline/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-urwid/Makefile =================================================================== --- devel/py-urwid/Makefile +++ devel/py-urwid/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest PORTEXAMPLES= * Index: devel/py-urwidtrees/Makefile =================================================================== --- devel/py-urwidtrees/Makefile +++ devel/py-urwidtrees/Makefile @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= pazz -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-us/Makefile =================================================================== --- devel/py-us/Makefile +++ devel/py-us/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jellyfish>=0:devel/py-jellyfish@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-user_agents/Makefile =================================================================== --- devel/py-user_agents/Makefile +++ devel/py-user_agents/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ua_parser/__init__.py:devel/py-ua_parser@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-userpath/Makefile =================================================================== --- devel/py-userpath/Makefile +++ devel/py-userpath/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-uvloop/Makefile =================================================================== --- devel/py-uvloop/Makefile +++ devel/py-uvloop/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFINE= DOCS EXAMPLES Index: devel/py-validate-pyproject/Makefile =================================================================== --- devel/py-validate-pyproject/Makefile +++ devel/py-validate-pyproject/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastjsonschema>=2.16.2<3_99:devel/py-fastjsonschema@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-validators/Makefile =================================================================== --- devel/py-validators/Makefile +++ devel/py-validators/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR} -USES= cpe python:3.5+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist concurrent distutils Index: devel/py-validictory/Makefile =================================================================== --- devel/py-validictory/Makefile +++ devel/py-validictory/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USES= python:3.6-3.9 +USES= python:3.8-3.9 USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-vcrpy/Makefile =================================================================== --- devel/py-vcrpy/Makefile +++ devel/py-vcrpy/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}yarl>0:www/py-yarl@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-vcver/Makefile =================================================================== --- devel/py-vcver/Makefile +++ devel/py-vcver/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-vcversioner/Makefile =================================================================== --- devel/py-vcversioner/Makefile +++ devel/py-vcversioner/Makefile @@ -11,7 +11,7 @@ LICENSE= ISCL -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-venusian/Makefile =================================================================== --- devel/py-venusian/Makefile +++ devel/py-venusian/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD4CLAUSE -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-verboselogs/Makefile =================================================================== --- devel/py-verboselogs/Makefile +++ devel/py-verboselogs/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-versioneer/Makefile =================================================================== --- devel/py-versioneer/Makefile +++ devel/py-versioneer/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-versioningit/Makefile =================================================================== --- devel/py-versioningit/Makefile +++ devel/py-versioningit/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}tomli>0:textproc/py-tomli@${PY_FLAVOR} \ git>0:devel/git -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 post-patch: Index: devel/py-versiontools/Makefile =================================================================== --- devel/py-versiontools/Makefile +++ devel/py-versiontools/Makefile @@ -9,7 +9,7 @@ COMMENT= Smart replacement for plain tuple used in __version__ WWW= https://pypi.org/project/versiontools/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-verspec/Makefile =================================================================== --- devel/py-verspec/Makefile +++ devel/py-verspec/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}mypy>=0:devel/py-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pretend>=0:devel/py-pretend@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-vine/Makefile =================================================================== --- devel/py-vine/Makefile +++ devel/py-vine/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-virtualenv-api/Makefile =================================================================== --- devel/py-virtualenv-api/Makefile +++ devel/py-virtualenv-api/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-virtualenv-clone/Makefile =================================================================== --- devel/py-virtualenv-clone/Makefile +++ devel/py-virtualenv-clone/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-virtualenv/Makefile =================================================================== --- devel/py-virtualenv/Makefile +++ devel/py-virtualenv/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=2.1.0:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}time-machine>=2.10.0:devel/py-time-machine@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_GITHUB= yes GH_ACCOUNT= pypa USE_PYTHON= autoplist concurrent pep517 pytest @@ -72,11 +72,4 @@ ${LOCALBASE}/bin/sphinx-build-${PYTHON_VER} -d ${WRKDIR} -b html -n ${WRKSRC}/docs ${STAGEDIR}${DOCSDIR} ${LOCALBASE}/bin/sphinx-build-${PYTHON_VER} -d ${WRKDIR} -b man -n ${WRKSRC}/docs ${STAGEDIR}${MANPREFIX}/man/man1 -.include - -.if "${PYTHON_VER}" == "3.7" -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8.1:devel/py-importlib-metadata@${PY_FLAVOR} - -.endif - -.include +.include Index: devel/py-virtualenvwrapper/Makefile =================================================================== --- devel/py-virtualenvwrapper/Makefile +++ devel/py-virtualenvwrapper/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}virtualenv-clone>0:devel/py-virtualenv-clone@${PY_FLAVOR} # Actually 2.6-2.7,3.3-3.6 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFINE= DOCS Index: devel/py-visidata/Makefile =================================================================== --- devel/py-visidata/Makefile +++ devel/py-visidata/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-visitor/Makefile =================================================================== --- devel/py-visitor/Makefile +++ devel/py-visitor/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-vistir/Makefile =================================================================== --- devel/py-vistir/Makefile +++ devel/py-vistir/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0.33.0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.4:devel/py-colorama@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-voluptuous-serialize/Makefile =================================================================== --- devel/py-voluptuous-serialize/Makefile +++ devel/py-voluptuous-serialize/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}voluptuous>=0:devel/py-voluptuous@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-voluptuous/Makefile =================================================================== --- devel/py-voluptuous/Makefile +++ devel/py-voluptuous/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils nose NO_ARCH= yes Index: devel/py-vsts-cd-manager/Makefile =================================================================== --- devel/py-vsts-cd-manager/Makefile +++ devel/py-vsts-cd-manager/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.2.0:net-mgmt/py-msrest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-vsts/Makefile =================================================================== --- devel/py-vsts/Makefile +++ devel/py-vsts/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.0:net-mgmt/py-msrest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-vulture/Makefile =================================================================== --- devel/py-vulture/Makefile +++ devel/py-vulture/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-wadllib/Makefile =================================================================== --- devel/py-wadllib/Makefile +++ devel/py-wadllib/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazr.uri>=0:devel/py-lazr.uri@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-warlock/Makefile =================================================================== --- devel/py-warlock/Makefile +++ devel/py-warlock/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4<5:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpatch>=1<2:devel/py-jsonpatch@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-watchdog/Makefile =================================================================== --- devel/py-watchdog/Makefile +++ devel/py-watchdog/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} -USES= pytest python:3.7+ +USES= pytest python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: devel/py-watchfiles/Makefile =================================================================== --- devel/py-watchfiles/Makefile +++ devel/py-watchfiles/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13<0.15:devel/py-maturin@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0.0:devel/py-anyio@${PY_FLAVOR} -USES= cargo dos2unix python:3.7+ +USES= cargo dos2unix python USE_PYTHON= autoplist concurrent pep517 CARGO_BUILD= no Index: devel/py-watchgod/Makefile =================================================================== --- devel/py-watchgod/Makefile +++ devel/py-watchgod/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0.0<4:devel/py-anyio@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-watermark/Makefile =================================================================== --- devel/py-watermark/Makefile +++ devel/py-watermark/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}py3nvml>=0.2:devel/py-py3nvml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-wcwidth/Makefile =================================================================== --- devel/py-wcwidth/Makefile +++ devel/py-wcwidth/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-weblib/Makefile =================================================================== --- devel/py-weblib/Makefile +++ devel/py-weblib/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}user_agent>0:www/py-user_agent@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-websockets/Makefile =================================================================== --- devel/py-websockets/Makefile +++ devel/py-websockets/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils Index: devel/py-websockify/Makefile =================================================================== --- devel/py-websockify/Makefile +++ devel/py-websockify/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-whichcraft/Makefile =================================================================== --- devel/py-whichcraft/Makefile +++ devel/py-whichcraft/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.1.0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.23.0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-whistle/Makefile =================================================================== --- devel/py-whistle/Makefile +++ devel/py-whistle/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-widgetsnbextension/Makefile =================================================================== --- devel/py-widgetsnbextension/Makefile +++ devel/py-widgetsnbextension/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= npm>=0:www/npm \ ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>0:devel/py-jupyter-packaging@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-wlc/Makefile =================================================================== --- devel/py-wlc/Makefile +++ devel/py-wlc/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-woops/Makefile =================================================================== --- devel/py-woops/Makefile +++ devel/py-woops/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-wrapt/Makefile =================================================================== --- devel/py-wrapt/Makefile +++ devel/py-wrapt/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: devel/py-wsgi-intercept/Makefile =================================================================== --- devel/py-wsgi-intercept/Makefile +++ devel/py-wsgi-intercept/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-wsgi_xmlrpc/Makefile =================================================================== --- devel/py-wsgi_xmlrpc/Makefile +++ devel/py-wsgi_xmlrpc/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-wsgitools/Makefile =================================================================== --- devel/py-wsgitools/Makefile +++ devel/py-wsgitools/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2+ -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-wsgiutils/Makefile =================================================================== --- devel/py-wsgiutils/Makefile +++ devel/py-wsgiutils/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-wsme/Makefile =================================================================== --- devel/py-wsme/Makefile +++ devel/py-wsme/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}simplegeneric>=0:devel/py-simplegeneric@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.8.0:www/py-webob@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-x-wr-timezone/Makefile =================================================================== --- devel/py-x-wr-timezone/Makefile +++ devel/py-x-wr-timezone/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}icalendar>=0:devel/py-icalendar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xarray-einstats/Makefile =================================================================== --- devel/py-xarray-einstats/Makefile +++ devel/py-xarray-einstats/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pandas>=1.1,1:math/py-pandas@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils concurrent autoplist pytest USE_GITHUB= yes Index: devel/py-xarray-simlab/Makefile =================================================================== --- devel/py-xarray-simlab/Makefile +++ devel/py-xarray-simlab/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest # 1 test fails, see https://github.com/xarray-contrib/xarray-simlab/issues/192 USE_GITHUB= yes Index: devel/py-xarray/Makefile =================================================================== --- devel/py-xarray/Makefile +++ devel/py-xarray/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}sparse>=0:devel/py-sparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zarr>=0:devel/py-zarr@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-xattr/Makefile =================================================================== --- devel/py-xattr/Makefile +++ devel/py-xattr/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: devel/py-xcaplib/Makefile =================================================================== --- devel/py-xcaplib/Makefile +++ devel/py-xcaplib/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}python-application>=1.1.5:devel/py-python-application@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xdg/Makefile =================================================================== --- devel/py-xdg/Makefile +++ devel/py-xdg/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL20 NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest # 2 tests fail, see https://gitlab.freedesktop.org/xdg/pyxdg/-/issues/26 post-patch: Index: devel/py-xdis/Makefile =================================================================== --- devel/py-xdis/Makefile +++ devel/py-xdis/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xdoctest/Makefile =================================================================== --- devel/py-xdoctest/Makefile +++ devel/py-xdoctest/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.25.1:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist pytest NO_ARCH= yes Index: devel/py-xerox/Makefile =================================================================== --- devel/py-xerox/Makefile +++ devel/py-xerox/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-xmltodict/Makefile =================================================================== --- devel/py-xmltodict/Makefile +++ devel/py-xmltodict/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils nose2 NO_ARCH= yes Index: devel/py-xstatic-angular-bootstrap/Makefile =================================================================== --- devel/py-xstatic-angular-bootstrap/Makefile +++ devel/py-xstatic-angular-bootstrap/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-angular-fileupload/Makefile =================================================================== --- devel/py-xstatic-angular-fileupload/Makefile +++ devel/py-xstatic-angular-fileupload/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-angular-gettext/Makefile =================================================================== --- devel/py-xstatic-angular-gettext/Makefile +++ devel/py-xstatic-angular-gettext/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-angular-lrdragndrop/Makefile =================================================================== --- devel/py-xstatic-angular-lrdragndrop/Makefile +++ devel/py-xstatic-angular-lrdragndrop/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-angular-schema-form/Makefile =================================================================== --- devel/py-xstatic-angular-schema-form/Makefile +++ devel/py-xstatic-angular-schema-form/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-angular/Makefile =================================================================== --- devel/py-xstatic-angular/Makefile +++ devel/py-xstatic-angular/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-bootstrap-datepicker/Makefile =================================================================== --- devel/py-xstatic-bootstrap-datepicker/Makefile +++ devel/py-xstatic-bootstrap-datepicker/Makefile @@ -13,7 +13,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-bootstrap-scss/Makefile =================================================================== --- devel/py-xstatic-bootstrap-scss/Makefile +++ devel/py-xstatic-bootstrap-scss/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-bootswatch/Makefile =================================================================== --- devel/py-xstatic-bootswatch/Makefile +++ devel/py-xstatic-bootswatch/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-d3/Makefile =================================================================== --- devel/py-xstatic-d3/Makefile +++ devel/py-xstatic-d3/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-font-awesome/Makefile =================================================================== --- devel/py-xstatic-font-awesome/Makefile +++ devel/py-xstatic-font-awesome/Makefile @@ -12,7 +12,7 @@ LICENSE= OFL11 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-hogan/Makefile =================================================================== --- devel/py-xstatic-hogan/Makefile +++ devel/py-xstatic-hogan/Makefile @@ -14,7 +14,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-jasmine/Makefile =================================================================== --- devel/py-xstatic-jasmine/Makefile +++ devel/py-xstatic-jasmine/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-jquery-migrate/Makefile =================================================================== --- devel/py-xstatic-jquery-migrate/Makefile +++ devel/py-xstatic-jquery-migrate/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-jquery-ui/Makefile =================================================================== --- devel/py-xstatic-jquery-ui/Makefile +++ devel/py-xstatic-jquery-ui/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic-jquery>=0:devel/py-xstatic-jquery@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-jquery.quicksearch/Makefile =================================================================== --- devel/py-xstatic-jquery.quicksearch/Makefile +++ devel/py-xstatic-jquery.quicksearch/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-jquery.tablesorter/Makefile =================================================================== --- devel/py-xstatic-jquery.tablesorter/Makefile +++ devel/py-xstatic-jquery.tablesorter/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 MIT LICENSE_COMB= dual -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-jquery/Makefile =================================================================== --- devel/py-xstatic-jquery/Makefile +++ devel/py-xstatic-jquery/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-jsencrypt/Makefile =================================================================== --- devel/py-xstatic-jsencrypt/Makefile +++ devel/py-xstatic-jsencrypt/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-mdi/Makefile =================================================================== --- devel/py-xstatic-mdi/Makefile +++ devel/py-xstatic-mdi/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-objectpath/Makefile =================================================================== --- devel/py-xstatic-objectpath/Makefile +++ devel/py-xstatic-objectpath/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-rickshaw/Makefile =================================================================== --- devel/py-xstatic-rickshaw/Makefile +++ devel/py-xstatic-rickshaw/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-roboto-fontface/Makefile =================================================================== --- devel/py-xstatic-roboto-fontface/Makefile +++ devel/py-xstatic-roboto-fontface/Makefile @@ -13,7 +13,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-smart-table/Makefile =================================================================== --- devel/py-xstatic-smart-table/Makefile +++ devel/py-xstatic-smart-table/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-spin/Makefile =================================================================== --- devel/py-xstatic-spin/Makefile +++ devel/py-xstatic-spin/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-term.js/Makefile =================================================================== --- devel/py-xstatic-term.js/Makefile +++ devel/py-xstatic-term.js/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic-tv4/Makefile =================================================================== --- devel/py-xstatic-tv4/Makefile +++ devel/py-xstatic-tv4/Makefile @@ -15,7 +15,7 @@ LICENSE= MIT PD LICENSE_COMB= dual -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xstatic/Makefile =================================================================== --- devel/py-xstatic/Makefile +++ devel/py-xstatic/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-xxhash/Makefile =================================================================== --- devel/py-xxhash/Makefile +++ devel/py-xxhash/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= xxhash>=0.8.1:devel/xxhash LIB_DEPENDS= libxxhash.so:devel/xxhash -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist concurrent distutils CONFIGURE_ENV= XXHASH_LINK_SO=yes Index: devel/py-y-py/Makefile =================================================================== --- devel/py-y-py/Makefile +++ devel/py-y-py/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.13<0.15:devel/py-maturin@${PY_FLAVOR} -USES= cargo python:3.7+ +USES= cargo python USE_PYTHON= autoplist concurrent pep517 CARGO_BUILD= no Index: devel/py-yacs/Makefile =================================================================== --- devel/py-yacs/Makefile +++ devel/py-yacs/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-yaml/Makefile =================================================================== --- devel/py-yaml/Makefile +++ devel/py-yaml/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent cython distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pyyaml5 Index: devel/py-yamllint/Makefile =================================================================== --- devel/py-yamllint/Makefile +++ devel/py-yamllint/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: devel/py-yamlordereddictloader/Makefile =================================================================== --- devel/py-yamlordereddictloader/Makefile +++ devel/py-yamlordereddictloader/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-yandex-money-sdk/Makefile =================================================================== --- devel/py-yandex-money-sdk/Makefile +++ devel/py-yandex-money-sdk/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-yappi/Makefile =================================================================== --- devel/py-yappi/Makefile +++ devel/py-yappi/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=20.6.2:devel/py-gevent@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest TEST_ARGS= discover -s tests Index: devel/py-yapps2/Makefile =================================================================== --- devel/py-yapps2/Makefile +++ devel/py-yapps2/Makefile @@ -12,7 +12,7 @@ PORTSCOUT= skipv:2-2.1.1-17.1 WRKSRC= ${WRKDIR}/Yapps-${PORTVERSION} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-yarg/Makefile =================================================================== --- devel/py-yarg/Makefile +++ devel/py-yarg/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: devel/py-yaspin/Makefile =================================================================== --- devel/py-yaspin/Makefile +++ devel/py-yaspin/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=2.2<3.0:devel/py-termcolor@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: devel/py-yattag/Makefile =================================================================== --- devel/py-yattag/Makefile +++ devel/py-yattag/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/license/lgpl-2.1.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: devel/py-yg.lockfile/Makefile =================================================================== --- devel/py-yg.lockfile/Makefile +++ devel/py-yg.lockfile/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.16:devel/py-jaraco.functools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tempora>=0:devel/py-tempora@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-ypy-websocket/Makefile =================================================================== --- devel/py-ypy-websocket/Makefile +++ devel/py-ypy-websocket/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}anyio>=3.6.2<4:devel/py-anyio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}y-py>=0.6.0<0.7.0:devel/py-y-py@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/py-yunomi/Makefile =================================================================== --- devel/py-yunomi/Makefile +++ devel/py-yunomi/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-z3c.autoinclude/Makefile =================================================================== --- devel/py-z3c.autoinclude/Makefile +++ devel/py-z3c.autoinclude/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}zc.buildout>=0:devel/py-zc.buildout@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-z3c.batching/Makefile =================================================================== --- devel/py-z3c.batching/Makefile +++ devel/py-z3c.batching/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-z3c.zcmlhook/Makefile =================================================================== --- devel/py-z3c.zcmlhook/Makefile +++ devel/py-z3c.zcmlhook/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zarr/Makefile =================================================================== --- devel/py-zarr/Makefile +++ devel/py-zarr/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}numcodecs>=0.10.0:misc/py-numcodecs@${PY_FLAVOR} \ ${PYNUMPY} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: devel/py-zc.buildout/Makefile =================================================================== --- devel/py-zc.buildout/Makefile +++ devel/py-zc.buildout/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-zclockfile/Makefile =================================================================== --- devel/py-zclockfile/Makefile +++ devel/py-zclockfile/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.testing>0:devel/py-zope.testing@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zconfig/Makefile =================================================================== --- devel/py-zconfig/Makefile +++ devel/py-zconfig/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-zict/Makefile =================================================================== --- devel/py-zict/Makefile +++ devel/py-zict/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/py-zipp/Makefile =================================================================== --- devel/py-zipp/Makefile +++ devel/py-zipp/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: devel/py-zope.app.basicskin/Makefile =================================================================== --- devel/py-zope.app.basicskin/Makefile +++ devel/py-zope.app.basicskin/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.app.renderer/Makefile =================================================================== --- devel/py-zope.app.renderer/Makefile +++ devel/py-zope.app.renderer/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.structuredtext>=0:textproc/py-zope.structuredtext@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.app.schema/Makefile =================================================================== --- devel/py-zope.app.schema/Makefile +++ devel/py-zope.app.schema/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.broken/Makefile =================================================================== --- devel/py-zope.broken/Makefile +++ devel/py-zope.broken/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist .include Index: devel/py-zope.browser/Makefile =================================================================== --- devel/py-zope.browser/Makefile +++ devel/py-zope.browser/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-zope.browserresource/Makefile =================================================================== --- devel/py-zope.browserresource/Makefile +++ devel/py-zope.browserresource/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.8:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.traversing>3.7:devel/py-zope.traversing@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zope.cachedescriptors/Makefile =================================================================== --- devel/py-zope.cachedescriptors/Makefile +++ devel/py-zope.cachedescriptors/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist .include Index: devel/py-zope.component/Makefile =================================================================== --- devel/py-zope.component/Makefile +++ devel/py-zope.component/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.interface>=4.1.0:devel/py-zope.interface@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-zope.configuration/Makefile =================================================================== --- devel/py-zope.configuration/Makefile +++ devel/py-zope.configuration/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zope.contentprovider/Makefile =================================================================== --- devel/py-zope.contentprovider/Makefile +++ devel/py-zope.contentprovider/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.schema>=3.5.1dev:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.tales>=0:devel/py-zope.tales@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.contenttype/Makefile =================================================================== --- devel/py-zope.contenttype/Makefile +++ devel/py-zope.contenttype/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zope.copy/Makefile =================================================================== --- devel/py-zope.copy/Makefile +++ devel/py-zope.copy/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.datetime/Makefile =================================================================== --- devel/py-zope.datetime/Makefile +++ devel/py-zope.datetime/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.deferredimport/Makefile =================================================================== --- devel/py-zope.deferredimport/Makefile +++ devel/py-zope.deferredimport/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.proxy>=0:net/py-zope.proxy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.deprecation/Makefile =================================================================== --- devel/py-zope.deprecation/Makefile +++ devel/py-zope.deprecation/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-zope.dottedname/Makefile =================================================================== --- devel/py-zope.dottedname/Makefile +++ devel/py-zope.dottedname/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zope.event/Makefile =================================================================== --- devel/py-zope.event/Makefile +++ devel/py-zope.event/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-zope.exceptions/Makefile =================================================================== --- devel/py-zope.exceptions/Makefile +++ devel/py-zope.exceptions/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zope.filerepresentation/Makefile =================================================================== --- devel/py-zope.filerepresentation/Makefile +++ devel/py-zope.filerepresentation/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.generations/Makefile =================================================================== --- devel/py-zope.generations/Makefile +++ devel/py-zope.generations/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.processlifetime>=0:devel/py-zope.processlifetime@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.globalrequest/Makefile =================================================================== --- devel/py-zope.globalrequest/Makefile +++ devel/py-zope.globalrequest/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.publisher>0:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.traversing>0:devel/py-zope.traversing@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/py-zope.i18n/Makefile =================================================================== --- devel/py-zope.i18n/Makefile +++ devel/py-zope.i18n/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} -USES= gettext python:3.6+ +USES= gettext python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-zope.interface/Makefile =================================================================== --- devel/py-zope.interface/Makefile +++ devel/py-zope.interface/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: devel/py-zope.lifecycleevent/Makefile =================================================================== --- devel/py-zope.lifecycleevent/Makefile +++ devel/py-zope.lifecycleevent/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.location/Makefile =================================================================== --- devel/py-zope.location/Makefile +++ devel/py-zope.location/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.proxy>3.3:net/py-zope.proxy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=3.6:devel/py-zope.schema@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zope.processlifetime/Makefile =================================================================== --- devel/py-zope.processlifetime/Makefile +++ devel/py-zope.processlifetime/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zope.publisher/Makefile =================================================================== --- devel/py-zope.publisher/Makefile +++ devel/py-zope.publisher/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:devel/py-zope.exceptions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/py-zope.schema/Makefile =================================================================== --- devel/py-zope.schema/Makefile +++ devel/py-zope.schema/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zope.sequencesort/Makefile =================================================================== --- devel/py-zope.sequencesort/Makefile +++ devel/py-zope.sequencesort/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.size/Makefile =================================================================== --- devel/py-zope.size/Makefile +++ devel/py-zope.size/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: devel/py-zope.tales/Makefile =================================================================== --- devel/py-zope.tales/Makefile +++ devel/py-zope.tales/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.tal>=0:textproc/py-zope.tal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zope.testbrowser/Makefile =================================================================== --- devel/py-zope.testbrowser/Makefile +++ devel/py-zope.testbrowser/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webtest>=0:www/py-WebTest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zope.testing/Makefile =================================================================== --- devel/py-zope.testing/Makefile +++ devel/py-zope.testing/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:devel/py-zope.exceptions@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/py-zope.traversing/Makefile =================================================================== --- devel/py-zope.traversing/Makefile +++ devel/py-zope.traversing/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.location>=3.7.0:devel/py-zope.location@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/pybugz/Makefile =================================================================== --- devel/pybugz/Makefile +++ devel/pybugz/Makefile @@ -13,7 +13,7 @@ NO_ARCH= yes -USES= python:3.3+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: devel/pycanberra/Makefile =================================================================== --- devel/pycanberra/Makefile +++ devel/pycanberra/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils optsuffix USE_GITHUB= yes Index: devel/pycos/Makefile =================================================================== --- devel/pycos/Makefile +++ devel/pycos/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/pydbus-common/Makefile =================================================================== --- devel/pydbus-common/Makefile +++ devel/pydbus-common/Makefile @@ -65,7 +65,7 @@ LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib RUN_DEPENDS+= pydbus-common>=0:devel/pydbus-common USE_LDCONFIG= yes -USES+= python:3.6+ +USES+= python USE_PYTHON= flavors py3kplist post-install: Index: devel/pydeps/Makefile =================================================================== --- devel/pydeps/Makefile +++ devel/pydeps/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdlib-list>0:devel/py-stdlib-list@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: devel/pygobject3-common/Makefile =================================================================== --- devel/pygobject3-common/Makefile +++ devel/pygobject3-common/Makefile @@ -50,7 +50,7 @@ RUN_DEPENDS+= pygobject3-common>=0:devel/pygobject3-common . if ${SLAVE_PORT} == python -USES+= python:3.6+ +USES+= python USE_PYTHON= flavors py3kplist MESON_ARGS+= -Dpython=${PYTHON_VERSION} BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} Index: devel/pylint/Makefile =================================================================== --- devel/pylint/Makefile +++ devel/pylint/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}tomlkit>=0.10.1:textproc/py-tomlkit@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: devel/pyobfuscate/Makefile =================================================================== --- devel/pyobfuscate/Makefile +++ devel/pyobfuscate/Makefile @@ -14,7 +14,7 @@ GH_ACCOUNT= astrand GH_TAGNAME= 47cc6e49bf65649c9fc53fbf4ae7d6e23b565550 -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils autoplist concurrent optsuffix NO_ARCH= yes SHEBANG_FILES= *.py pyobfuscate pyobfuscate-install Index: devel/pyotherside-qt5/Makefile =================================================================== --- devel/pyotherside-qt5/Makefile +++ devel/pyotherside-qt5/Makefile @@ -11,7 +11,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang gettext-runtime gl python:3.4+ qmake qt:5 +USES= compiler:c++11-lang gettext-runtime gl python qmake qt:5 USE_QT= core declarative declarative-test gui network quickcontrols \ svg testlib widgets buildtools:build USE_GL= gl Index: devel/pyside2-tools/Makefile =================================================================== --- devel/pyside2-tools/Makefile +++ devel/pyside2-tools/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libshiboken2.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}.so:devel/shiboken2@${PY_FLAVOR} \ libpyside2.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}.so:devel/pyside2@${PY_FLAVOR} -USES= cmake gl python:3.5+ qt:5 shebangfix tar:xz xorg +USES= cmake gl python qt:5 shebangfix tar:xz xorg USE_GL= gl USE_PYTHON= flavors USE_QT= 3d buildtools charts core datavis3d declarative \ Index: devel/pyside2/Makefile =================================================================== --- devel/pyside2/Makefile +++ devel/pyside2/Makefile @@ -16,7 +16,7 @@ git>0:devel/git LIB_DEPENDS= libshiboken2.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}.so:devel/shiboken2@${PY_FLAVOR} -USES= cmake gl python:3.5+ qt:5 tar:xz +USES= cmake gl python qt:5 tar:xz USE_GL= gl USE_LDCONFIG= yes USE_PYTHON= flavors Index: devel/pysvn/Makefile =================================================================== --- devel/pysvn/Makefile +++ devel/pysvn/Makefile @@ -14,7 +14,7 @@ libneon.so:www/neon \ libexpat.so:textproc/expat2 -USES= python:3.6+ +USES= python USE_PYTHON= distutils noegginfo concurrent optsuffix PYDISTUTILS_CONFIGURE_TARGET= configure PYDISTUTILS_CONFIGUREARGS= --apr-inc-dir=${LOCALBASE}/include/apr-1 \ Index: devel/pytype/Makefile =================================================================== --- devel/pytype/Makefile +++ devel/pytype/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}toml>=0.10.2:textproc/py-toml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.7+ +USES= compiler:c++11-lang python USE_PYTHON= autoplist concurrent pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} Index: devel/re2c/Makefile =================================================================== --- devel/re2c/Makefile +++ devel/re2c/Makefile @@ -11,7 +11,7 @@ TEST_DEPENDS= bash:shells/bash -USES= cmake cpe python:3.6+,test shebangfix tar:xz +USES= cmake cpe python:test shebangfix tar:xz TEST_TARGET= check SHEBANG_FILES= test/posix_captures/.run/__run.sh \ Index: devel/ros-catkin/Makefile =================================================================== --- devel/ros-catkin/Makefile +++ devel/ros-catkin/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}empy>=1:textproc/py-empy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils Index: devel/ros-catkin_pkg/Makefile =================================================================== --- devel/ros-catkin_pkg/Makefile +++ devel/ros-catkin_pkg/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist Index: devel/ros-rosdep/Makefile =================================================================== --- devel/ros-rosdep/Makefile +++ devel/ros-rosdep/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}ros-rosdistro>=0:devel/ros-rosdistro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils Index: devel/ros-rosdistro/Makefile =================================================================== --- devel/ros-rosdistro/Makefile +++ devel/ros-rosdistro/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unittest2pytest>0:devel/py-unittest2pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= ros-infrastructure Index: devel/ros-rosinstall_generator/Makefile =================================================================== --- devel/ros-rosinstall_generator/Makefile +++ devel/ros-rosinstall_generator/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=1:devel/py-argparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= ros-infrastructure Index: devel/ros-rospkg/Makefile =================================================================== --- devel/ros-rospkg/Makefile +++ devel/ros-rospkg/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=1:devel/py-argparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= ros-infrastructure Index: devel/ros-vcstool/Makefile =================================================================== --- devel/ros-vcstool/Makefile +++ devel/ros-vcstool/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= dirk-thomas Index: devel/ros-vcstools/Makefile =================================================================== --- devel/ros-vcstools/Makefile +++ devel/ros-vcstools/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= vcstools Index: devel/ros-wstool/Makefile =================================================================== --- devel/ros-wstool/Makefile +++ devel/ros-wstool/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ros-vcstools>=0:devel/ros-vcstools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= vcstools Index: devel/scons/Makefile =================================================================== --- devel/scons/Makefile +++ devel/scons/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: devel/shiboken2/Makefile =================================================================== --- devel/shiboken2/Makefile +++ devel/shiboken2/Makefile @@ -19,7 +19,7 @@ git>0:devel/git LIB_DEPENDS= libxslt.so:textproc/libxslt -USES= cmake compiler:c++11-lang gnome llvm:lib python:3.5-3.9 qt:5 shebangfix tar:xz +USES= cmake compiler:c++11-lang gnome llvm:lib python:3.8-3.9 qt:5 shebangfix tar:xz USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PYTHON= flavors @@ -34,12 +34,6 @@ "-DUSE_PYTHON_VERSION=${PYTHON_VER}" \ "-DLLVM_CONFIG=${LLVM_CONFIG}" -.include - -.if ${PYTHON_REL} < 30800 -BROKEN= does not build (plist issues) -.endif - PLIST_SUB+= DISTVERSION=${DISTVERSION} PLIST_SUB+= PYVERSTR=.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER} @@ -54,5 +48,4 @@ -f -d ${PYTHONPREFIX_SITELIBDIR} \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - -.include +.include Index: devel/spyder/Makefile =================================================================== --- devel/spyder/Makefile +++ devel/spyder/Makefile @@ -50,7 +50,7 @@ ${PYTHON_PKGNAMEPREFIX}three-merge>=0.1.1:textproc/py-three-merge@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}watchdog>=0.10.3:devel/py-watchdog@${PY_FLAVOR} -USES= desktop-file-utils python:3.7+ pyqt:5 +USES= desktop-file-utils python pyqt:5 USE_PYTHON= distutils autoplist noflavors USE_PYQT= pyqt5 sip Index: devel/subversion/Makefile =================================================================== --- devel/subversion/Makefile +++ devel/subversion/Makefile @@ -33,7 +33,7 @@ SVNSERVE_WRAPPER_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-svnserve-wrapper -USES+= shebangfix python:3.5+,env +USES+= shebangfix python:env python_OLD_CMD+= "/bin/env python" SHEBANG_REGEX= ./tools/.* Index: devel/subversion/files/patch-Makefile.in =================================================================== --- devel/subversion/files/patch-Makefile.in +++ devel/subversion/files/patch-Makefile.in @@ -6,8 +6,8 @@ ### these possibly need further discussion -swig_pydir = @libdir@/svn-python/libsvn -swig_pydir_extra = @libdir@/svn-python/svn -+swig_pydir = /usr/local/lib/python3.7/site-packages/libsvn -+swig_pydir_extra = /usr/local/lib/python3.7/site-packages/svn ++swig_pydir = /usr/local/lib/python3.8/site-packages/libsvn ++swig_pydir_extra = /usr/local/lib/python3.8/site-packages/svn swig_pldir = @libdir@/svn-perl swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext -toolsdir = @bindir@/svn-tools Index: devel/tailor/Makefile =================================================================== --- devel/tailor/Makefile +++ devel/tailor/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rsync:net/rsync \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: devel/talloc/Makefile =================================================================== --- devel/talloc/Makefile +++ devel/talloc/Makefile @@ -38,7 +38,7 @@ DEBUG_CONFIGURE_ON= --verbose --enable-debug DEBUG_MAKE_ARGS= --verbose -PYTHON_USES= gettext-runtime python:3.6+ +PYTHON_USES= gettext-runtime python PYTHON_USES_OFF= python:build,test PYTHON_CONFIGURE_OFF= --disable-python Index: devel/tevent/Makefile =================================================================== --- devel/tevent/Makefile +++ devel/tevent/Makefile @@ -42,7 +42,7 @@ DEBUG_CONFIGURE_ON= --verbose --enable-debug DEBUG_MAKE_ARGS= --verbose -PYTHON_USES= gettext-runtime python:3.6+ +PYTHON_USES= gettext-runtime python PYTHON_USE= python=py3kplist PYTHON_USES_OFF= python:build,test PYTHON_CONFIGURE_OFF= --disable-python Index: devel/thonny/Makefile =================================================================== --- devel/thonny/Makefile +++ devel/thonny/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}asttokens>=2.0:devel/py-asttokens@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils .include Index: devel/tortoisehg/Makefile =================================================================== --- devel/tortoisehg/Makefile +++ devel/tortoisehg/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}iniparse>=0.4:devel/py-iniparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} -USES= pyqt:5 python:3.5+ +USES= pyqt:5 python USE_PYQT= qscintilla2 pyqt5 USE_PYTHON= autoplist distutils Index: devel/trellis/Makefile =================================================================== --- devel/trellis/Makefile +++ devel/trellis/Makefile @@ -18,7 +18,7 @@ ${PY_BOOST} \ libboost_thread.so:devel/boost-libs -USES= compiler:c++14-lang cmake python:3.5+ shebangfix +USES= compiler:c++14-lang cmake python shebangfix SHEBANG_FILES= ${WRKSRC}/timing/util/cell_html.py \ ${WRKSRC}/timing/util/cell_timings.py Index: devel/universal-ctags/Makefile =================================================================== --- devel/universal-ctags/Makefile +++ devel/universal-ctags/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake pkgconfig python:3.5+,test +USES= autoreconf gmake pkgconfig python:test USE_GITHUB= yes GH_PROJECT= ctags Index: devel/viewvc-devel/Makefile =================================================================== --- devel/viewvc-devel/Makefile +++ devel/viewvc-devel/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= flavors USE_GITHUB= yes GH_TAGNAME= a239c4a93093d9f3e0e34ea4d254bde463ad38b1 Index: devel/volk/Makefile =================================================================== --- devel/volk/Makefile +++ devel/volk/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= liborc-0.4.so:devel/orc \ libcpu_features.so:devel/cpu_features -USES= cmake:testing compiler:c++17-lang python:3.7+ +USES= cmake:testing compiler:c++17-lang python USE_LDCONFIG= yes USE_GITHUB= nodefault Index: devel/youcompleteme/Makefile =================================================================== --- devel/youcompleteme/Makefile +++ devel/youcompleteme/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}parso>0:textproc/py-parso@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}watchdog>0:devel/py-watchdog@${PY_FLAVOR} -USES= cmake compiler:c++11-lang python:3.6+ +USES= cmake compiler:c++11-lang python USE_PYTHON= flavors USE_GITHUB= yes GH_ACCOUNT= ycm-core Index: devel/zapcc/Makefile =================================================================== --- devel/zapcc/Makefile +++ devel/zapcc/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= googletest>0:devel/googletest -USES= cmake compiler:c++11-lang gnome libedit python:3.4+ shebangfix +USES= cmake compiler:c++11-lang gnome libedit python shebangfix USE_GITHUB= yes GH_ACCOUNT= yrnkrn GH_TAGNAME= b4c31cc Index: devel/zziplib/Makefile =================================================================== --- devel/zziplib/Makefile +++ devel/zziplib/Makefile @@ -34,7 +34,7 @@ OPTIONS_SUB= yes MANPAGES_CMAKE_BOOL= ZZIPDOCS -MANPAGES_USES= python:3.6+,build shebangfix +MANPAGES_USES= python:build shebangfix MANPAGES_VARS= SHEBANG_GLOB=*.py SDL_CMAKE_BOOL= ZZIPSDL SDL_USE= SDL=sdl2 Index: dns/dnsviz/Makefile =================================================================== --- dns/dnsviz/Makefile +++ dns/dnsviz/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.11.0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libnacl>=1.5.2:security/py-libnacl@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils concurrent optsuffix USE_GITHUB= yes PYDISTUTILS_INSTALLNOSINGLE= yes Index: dns/dsc/Makefile =================================================================== --- dns/dsc/Makefile +++ dns/dsc/Makefile @@ -16,7 +16,7 @@ p5-Proc-PID-File>=1.28:devel/p5-Proc-PID-File \ p5-XML-Simple>=2.24:textproc/p5-XML-Simple -USES= gmake localbase perl5 python:3.6+ shebangfix +USES= gmake localbase perl5 python shebangfix USE_RC_SUBR= dsc SHEBANG_FILES= src/dsc-psl-convert Index: dns/knot-resolver/Makefile =================================================================== --- dns/knot-resolver/Makefile +++ dns/knot-resolver/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51 USES= compiler:c11 libedit libtool luajit meson ncurses ninja \ - pkgconfig python:3.5+,build shebangfix tar:xz + pkgconfig python:build shebangfix tar:xz USE_CXXSTD= c++11 USE_RC_SUBR= krescachegc kresd Index: dns/ldns/Makefile =================================================================== --- dns/ldns/Makefile +++ dns/ldns/Makefile @@ -59,7 +59,7 @@ EXAMPLES_INSTALL_TARGET= install-examples .if defined(BUILD_PYLDNS) -USES+= python:3.6+ +USES+= python USE_PYTHON= flavors PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} ALL_TARGET= pyldns Index: dns/py-adns/Makefile =================================================================== --- dns/py-adns/Makefile +++ dns/py-adns/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libadns.so:dns/adns -USES= localbase python:3.4+ +USES= localbase python USE_PYTHON= autoplist distutils post-patch: Index: dns/py-aiodns/Makefile =================================================================== --- dns/py-aiodns/Makefile +++ dns/py-aiodns/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycares>4.0.0:dns/py-pycares@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: dns/py-cloudflare/Makefile =================================================================== --- dns/py-cloudflare/Makefile +++ dns/py-cloudflare/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: dns/py-dns-crawler/Makefile =================================================================== --- dns/py-dns-crawler/Makefile +++ dns/py-dns-crawler/Makefile @@ -31,7 +31,7 @@ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rq>=1.2.2:devel/py-rq@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: dns/py-dns-lexicon/Makefile =================================================================== --- dns/py-dns-lexicon/Makefile +++ dns/py-dns-lexicon/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tldextract>=2:dns/py-tldextract@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: dns/py-dnslib/Makefile =================================================================== --- dns/py-dnslib/Makefile +++ dns/py-dnslib/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: dns/py-dnspython/Makefile =================================================================== --- dns/py-dnspython/Makefile +++ dns/py-dnspython/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent cython distutils NO_ARCH= yes Index: dns/py-easyzone/Makefile =================================================================== --- dns/py-easyzone/Makefile +++ dns/py-easyzone/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: dns/py-idna/Makefile =================================================================== --- dns/py-idna/Makefile +++ dns/py-idna/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes Index: dns/py-idna_ssl/Makefile =================================================================== --- dns/py-idna_ssl/Makefile +++ dns/py-idna_ssl/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.3+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: dns/py-localzone/Makefile =================================================================== --- dns/py-localzone/Makefile +++ dns/py-localzone/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0,1:dns/py-dnspython@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: dns/py-ns1-python/Makefile =================================================================== --- dns/py-ns1-python/Makefile +++ dns/py-ns1-python/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: dns/py-publicsuffix/Makefile =================================================================== --- dns/py-publicsuffix/Makefile +++ dns/py-publicsuffix/Makefile @@ -15,7 +15,7 @@ PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-patch: Index: dns/py-publicsuffix2/Makefile =================================================================== --- dns/py-publicsuffix2/Makefile +++ dns/py-publicsuffix2/Makefile @@ -14,7 +14,7 @@ PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: dns/py-publicsuffixlist/Makefile =================================================================== --- dns/py-publicsuffixlist/Makefile +++ dns/py-publicsuffixlist/Makefile @@ -14,7 +14,7 @@ PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: dns/py-py3dns/Makefile =================================================================== --- dns/py-py3dns/Makefile +++ dns/py-py3dns/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= python:3.3+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: dns/py-pybonjour/Makefile =================================================================== --- dns/py-pybonjour/Makefile +++ dns/py-pybonjour/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libdns_sd.so.1:net/mDNSResponder -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes GH_ACCOUNT= depl0y Index: dns/py-pycares/Makefile =================================================================== --- dns/py-pycares/Makefile +++ dns/py-pycares/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.5.0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.5.0:devel/py-cffi@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist OPTIONS_DEFINE= IDNA Index: dns/py-pydnstable/Makefile =================================================================== --- dns/py-pydnstable/Makefile +++ dns/py-pydnstable/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libmtbl.so:devel/mtbl \ libdnstable.so:dns/dnstable -USES= pkgconfig python:3.6+ +USES= pkgconfig python USE_PYTHON= autoplist cython distutils post-install: Index: dns/py-pywdns/Makefile =================================================================== --- dns/py-pywdns/Makefile +++ dns/py-pywdns/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libwdns.so:dns/wdns -USES= pkgconfig python:3.6+ +USES= pkgconfig python USE_PYTHON= autoplist cython distutils post-patch: Index: dns/py-tld/Makefile =================================================================== --- dns/py-tld/Makefile +++ dns/py-tld/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= multi NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: dns/py-tldextract/Makefile =================================================================== --- dns/py-tldextract/Makefile +++ dns/py-tldextract/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}requests-file>=1.4:www/py-requests-file@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: editors/elementary-code/Makefile =================================================================== --- editors/elementary-code/Makefile +++ editors/elementary-code/Makefile @@ -27,7 +27,7 @@ pkcheck:sysutils/polkit USES= compiler:c++11-lang desktop-file-utils gettext gnome meson \ - ninja pkgconfig python:3.7+,build vala:lib xorg + ninja pkgconfig python:build vala:lib xorg USE_GITHUB= yes GH_ACCOUNT= elementary GH_PROJECT= code Index: editors/fileobj/Makefile =================================================================== --- editors/fileobj/Makefile +++ editors/fileobj/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= kusumi USE_PYTHON= autoplist concurrent distutils optsuffix Index: editors/gedit-plugins/Makefile =================================================================== --- editors/gedit-plugins/Makefile +++ editors/gedit-plugins/Makefile @@ -25,7 +25,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gnome localbase meson pkgconfig \ - python:3.4+ shebangfix tar:xz vala:build + python shebangfix tar:xz vala:build USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview4 intlhack introspection \ vte3 USE_CSTD= c11 Index: editors/gedit/Makefile =================================================================== --- editors/gedit/Makefile +++ editors/gedit/Makefile @@ -30,7 +30,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 cpe desktop-file-utils gettext gnome localbase \ - meson pkgconfig python:3.4+ tar:xz vala:build xorg + meson pkgconfig python tar:xz vala:build xorg USE_CSTD= c11 USE_GNOME= cairo gdkpixbuf2 gtksourceview4 intlhack introspection libxml2 \ pygobject3 Index: editors/imhex/Makefile =================================================================== --- editors/imhex/Makefile +++ editors/imhex/Makefile @@ -39,7 +39,7 @@ libmbedtls.so:security/mbedtls \ libtre.so:textproc/libtre -USES= cmake desktop-file-utils gl gnome llvm:min=16,build pkgconfig python:3.8+ xorg +USES= cmake desktop-file-utils gl gnome llvm:min=16,build pkgconfig python xorg USE_GL= gl glu USE_GNOME= cairo gdkpixbuf2 gtk30 USE_XORG= x11 xcb xau xdmcp Index: editors/libreoffice/Makefile =================================================================== --- editors/libreoffice/Makefile +++ editors/libreoffice/Makefile @@ -119,7 +119,7 @@ GNU_CONFIGURE= yes USES= autoreconf:build bison compiler:c++17-lang cpe desktop-file-utils \ gettext gl gmake gnome jpeg ldap localbase:ldflags perl5 pkgconfig \ - python:3.8+ shebangfix shared-mime-info ssl tar:xz xorg + python shebangfix shared-mime-info ssl tar:xz xorg USE_GL= gl glew glu USE_GNOME= cairo glib20 libxml2 libxslt USE_PERL5= build Index: editors/novelwriter/Makefile =================================================================== --- editors/novelwriter/Makefile +++ editors/novelwriter/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ pyqt:5 +USES= python pyqt:5 USE_PYQT= pyqt5 USE_PYTHON= distutils concurrent autoplist Index: editors/pluma-plugins/Makefile =================================================================== --- editors/pluma-plugins/Makefile +++ editors/pluma-plugins/Makefile @@ -27,7 +27,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gnome localbase gmake pkgconfig \ - python:3.8+ shebangfix tar:xz + python shebangfix tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview4 intlhack introspection \ intltool vte3 USE_CSTD= c11 Index: editors/pluma/Makefile =================================================================== --- editors/pluma/Makefile +++ editors/pluma/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome libtool localbase \ - pathfix pkgconfig python:3.3+ shebangfix tar:xz xorg + pathfix pkgconfig python shebangfix tar:xz xorg USE_XORG= ice sm x11 USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 gtksourceview4 \ gvfs intltool introspection libxml2 Index: editors/py-babi/Makefile =================================================================== --- editors/py-babi/Makefile +++ editors/py-babi/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}identify>=0:devel/py-identify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}onigurumacffi>=0.0.18:devel/py-onigurumacffi@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils flavors NO_ARCH= yes Index: editors/py-editorconfig/Makefile =================================================================== --- editors/py-editorconfig/Makefile +++ editors/py-editorconfig/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE PSFL LICENSE_COMB= multi -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= editorconfig-core-c Index: editors/py-pynvim/Makefile =================================================================== --- editors/py-pynvim/Makefile +++ editors/py-pynvim/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.4.0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= concurrent distutils flavors autoplist NO_ARCH= yes Index: editors/texworks/Makefile =================================================================== --- editors/texworks/Makefile +++ editors/texworks/Makefile @@ -48,7 +48,7 @@ LUA_CMAKE_BOOL= WITH_LUA LUA_PLIST_FILES= lib/texworks/libTWLuaPlugin.so -PYTHON_USES= python:3.4+ +PYTHON_USES= python PYTHON_CMAKE_BOOL= WITH_PYTHON PYTHON_PLIST_FILES= lib/texworks/libTWPythonPlugin.so Index: editors/vim/Makefile =================================================================== --- editors/vim/Makefile +++ editors/vim/Makefile @@ -137,7 +137,7 @@ PERL_CONFIGURE_ENABLE= perlinterp PERL_USES= perl5 -PYTHON_USES= python:3.6+ +PYTHON_USES= python PYTHON_USES_OFF= python:env PYTHON_CONFIGURE_ENABLE= python3interp PYTHON_CONFIGURE_WITH= python3-command=${PYTHON_CMD} Index: emulators/fs-uae-launcher/Makefile =================================================================== --- emulators/fs-uae-launcher/Makefile +++ emulators/fs-uae-launcher/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-lhafile>0:archivers/py-python-lhafile@${PY_FLAVOR} -USES= gettext gmake gnome pathfix pyqt:5 python:3.4+ +USES= gettext gmake gnome pathfix pyqt:5 python USE_PYTHON= distutils autoplist noflavors USE_PYQT= pyqt5 sip Index: emulators/hatari/Makefile =================================================================== --- emulators/hatari/Makefile +++ emulators/hatari/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libportaudio.so:audio/portaudio \ libpng.so:graphics/png -USES= cmake desktop-file-utils gnome python:3.6+ readline \ +USES= cmake desktop-file-utils gnome python readline \ sdl shared-mime-info shebangfix tar:bzip2 xorg USE_GNOME= gtk30 USE_XORG= sm ice x11 xext Index: emulators/libretro-mame/Makefile =================================================================== --- emulators/libretro-mame/Makefile +++ emulators/libretro-mame/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi -USES= compiler:c++11-lib gl gmake pkgconfig python:3.7,build +USES= compiler:c++11-lib gl gmake pkgconfig python:3.8,build USE_LDCONFIG= yes USE_GL= gl Index: emulators/py-gns3-converter/Makefile =================================================================== --- emulators/py-gns3-converter/Makefile +++ emulators/py-gns3-converter/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3 -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist optsuffix .include Index: emulators/py-unicorn/Makefile =================================================================== --- emulators/py-unicorn/Makefile +++ emulators/py-unicorn/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= unicorn-engine -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist WRKSRC_SUBDIR= bindings/python Index: emulators/rpcs3/Makefile =================================================================== --- emulators/rpcs3/Makefile +++ emulators/rpcs3/Makefile @@ -39,7 +39,7 @@ wolfSSL:wolfssl:v5.6.0-stable:wolfssl/3rdparty/wolfssl/wolfssl USES= cmake elfctl gl iconv:wchar_t llvm:min=16,lib localbase:ldflags \ - openal:soft pkgconfig python:3.4+,build qt:5 xorg + openal:soft pkgconfig python:build qt:5 xorg USE_GL= gl glew USE_QT= qmake:build buildtools:build core concurrent dbus gui multimedia svg widgets USE_XORG= x11 Index: emulators/x16-rom/Makefile =================================================================== --- emulators/x16-rom/Makefile +++ emulators/x16-rom/Makefile @@ -8,7 +8,7 @@ BUILD_DEPENDS= cc65:devel/cc65 -USES= gmake python:3.7+,build +USES= gmake python:build USE_GITHUB= yes GH_ACCOUNT= commanderx16 Index: finance/beancount/Makefile =================================================================== --- finance/beancount/Makefile +++ finance/beancount/Makefile @@ -27,7 +27,7 @@ ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= compiler:c11 python:3.5+ +USES= compiler:c11 python USE_GITHUB= yes USE_PYTHON= autoplist distutils noflavors Index: finance/electrum/Makefile =================================================================== --- finance/electrum/Makefile +++ finance/electrum/Makefile @@ -31,7 +31,7 @@ ${PYTHON_PKGNAMEPREFIX}secp256k1>0:math/py-secp256k1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=3.7.9:databases/py-sqlite3@${PY_FLAVOR} -USES= cpe python:3.8+ shebangfix +USES= cpe python shebangfix USE_PYTHON= autoplist concurrent distutils PYDISTUTILS_PKGNAME= Electrum Index: finance/fava/Makefile =================================================================== --- finance/fava/Makefile +++ finance/fava/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}werkzeug>2:www/py-werkzeug@${PY_FLAVOR} \ beancount>=2.1.3:finance/beancount -USES= python:3.5+ # same as finance/beancount +USES= python # same as finance/beancount USE_PYTHON= autoplist distutils noflavors # Upstream archive contains files with UTF-8 names Index: finance/gnucash/Makefile =================================================================== --- finance/gnucash/Makefile +++ finance/gnucash/Makefile @@ -86,7 +86,7 @@ OFX_LIB_DEPENDS= libofx.so:finance/libofx OFX_VARS= GLIB_SCHEMAS+=org.gnucash.GnuCash.dialogs.import.ofx.gschema.xml PYTHON_CMAKE_BOOL= WITH_PYTHON -PYTHON_USES= python:3.6+ +PYTHON_USES= python post-install-PYTHON-on: @(cd ${STAGEDIR}${PREFIX} \ Index: finance/kmymoney/Makefile =================================================================== --- finance/kmymoney/Makefile +++ finance/kmymoney/Makefile @@ -91,7 +91,7 @@ WOOB_DESC= Online banking via Web Outside Of Browsers WOOB_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}woob-qt>0:www/py-woob-qt@${PY_FLAVOR} WOOB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}woob-qt>0:www/py-woob-qt@${PY_FLAVOR} -WOOB_USES= python:3.7+ +WOOB_USES= python WOOB_USE= qt=concurrent WOOB_CMAKE_BOOL= ENABLE_WOOB Index: finance/ktoblzcheck/Makefile =================================================================== --- finance/ktoblzcheck/Makefile +++ finance/ktoblzcheck/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake pathfix python:3.7+,build +USES= cmake pathfix python:build USE_LDCONFIG= yes CMAKE_ON= INSTALL_RAW_BANKDATA_FILE Index: finance/odoo/Makefile =================================================================== --- finance/odoo/Makefile +++ finance/odoo/Makefile @@ -64,7 +64,7 @@ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stdnum>0:devel/py-stdnum@${PY_FLAVOR} -USES= cpe ldap python:3.7+ pgsql shebangfix +USES= cpe ldap python pgsql shebangfix USE_PYTHON= distutils SHEBANG_LANG= python Index: finance/odoo14/Makefile =================================================================== --- finance/odoo14/Makefile +++ finance/odoo14/Makefile @@ -66,7 +66,7 @@ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stdnum>0:devel/py-stdnum@${PY_FLAVOR} -USES= cpe ldap python:3.7+ pgsql shebangfix +USES= cpe ldap python pgsql shebangfix USE_PYTHON= distutils SHEBANG_LANG= python Index: finance/odoo15/Makefile =================================================================== --- finance/odoo15/Makefile +++ finance/odoo15/Makefile @@ -66,7 +66,7 @@ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stdnum>0:devel/py-stdnum@${PY_FLAVOR} -USES= cpe ldap python:3.7+ pgsql shebangfix +USES= cpe ldap python pgsql shebangfix USE_PYTHON= distutils SHEBANG_LANG= python Index: finance/py-Nasdaq-Data-Link/Makefile =================================================================== --- finance/py-Nasdaq-Data-Link/Makefile +++ finance/py-Nasdaq-Data-Link/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>0:devel/py-pytest-flake8@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest # tests are broken, see https://github.com/Nasdaq/data-link-python/issues/24 USE_GITHUB= yes Index: finance/py-alpha-vantage/Makefile =================================================================== --- finance/py-alpha-vantage/Makefile +++ finance/py-alpha-vantage/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/RomelTorres/alpha_vantage/issues/340 USE_GITHUB= yes Index: finance/py-backtrader/Makefile =================================================================== --- finance/py-backtrader/Makefile +++ finance/py-backtrader/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes # Does not distribute sdist via PyPI USE_PYTHON= autoplist concurrent distutils Index: finance/py-bitcoin/Makefile =================================================================== --- finance/py-bitcoin/Makefile +++ finance/py-bitcoin/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: finance/py-bt/Makefile =================================================================== --- finance/py-bt/Makefile +++ finance/py-bt/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest # tests require nose which is currently broken USE_GITHUB= yes Index: finance/py-ccxt/Makefile =================================================================== --- finance/py-ccxt/Makefile +++ finance/py-ccxt/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest # 3 errors during tests, see https://github.com/ccxt/ccxt/issues/16661 NO_ARCH= yes Index: finance/py-degiro-connector/Makefile =================================================================== --- finance/py-degiro-connector/Makefile +++ finance/py-degiro-connector/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist #USE_GITHUB= yes Index: finance/py-ebaysdk/Makefile =================================================================== --- finance/py-ebaysdk/Makefile +++ finance/py-ebaysdk/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: finance/py-exchange-calendars/Makefile =================================================================== --- finance/py-exchange-calendars/Makefile +++ finance/py-exchange-calendars/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: finance/py-ffn/Makefile =================================================================== --- finance/py-ffn/Makefile +++ finance/py-ffn/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: finance/py-financedatabase/Makefile =================================================================== --- finance/py-financedatabase/Makefile +++ finance/py-financedatabase/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 autoplist NO_ARCH= yes Index: finance/py-finviz/Makefile =================================================================== --- finance/py-finviz/Makefile +++ finance/py-finviz/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: finance/py-finvizfinance/Makefile =================================================================== --- finance/py-finvizfinance/Makefile +++ finance/py-finvizfinance/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: finance/py-fundamentalanalysis/Makefile =================================================================== --- finance/py-fundamentalanalysis/Makefile +++ finance/py-fundamentalanalysis/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.1.2:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.25.1:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: finance/py-investiny/Makefile =================================================================== --- finance/py-investiny/Makefile +++ finance/py-investiny/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: finance/py-investpy/Makefile =================================================================== --- finance/py-investpy/Makefile +++ finance/py-investpy/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: finance/py-mplfinance/Makefile =================================================================== --- finance/py-mplfinance/Makefile +++ finance/py-mplfinance/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: finance/py-ofxparse/Makefile =================================================================== --- finance/py-ofxparse/Makefile +++ finance/py-ofxparse/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: finance/py-pandas-market-calendars/Makefile =================================================================== --- finance/py-pandas-market-calendars/Makefile +++ finance/py-pandas-market-calendars/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: finance/py-pandas-ta/Makefile =================================================================== --- finance/py-pandas-ta/Makefile +++ finance/py-pandas-ta/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ta-lib>0:finance/py-ta-lib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest # 1 test fails, see https://github.com/twopirllc/pandas-ta/issues/631 USE_GITHUB= yes Index: finance/py-pycoin/Makefile =================================================================== --- finance/py-pycoin/Makefile +++ finance/py-pycoin/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= block keychain Index: finance/py-python-binance/Makefile =================================================================== --- finance/py-python-binance/Makefile +++ finance/py-python-binance/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websockets>0:devel/py-websockets@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: finance/py-python-bitcoinlib/Makefile =================================================================== --- finance/py-python-bitcoinlib/Makefile +++ finance/py-python-bitcoinlib/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: finance/py-python-obelisk/Makefile =================================================================== --- finance/py-python-obelisk/Makefile +++ finance/py-python-obelisk/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=14.5.0:net/py-pyzmq@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: finance/py-quantecon/Makefile =================================================================== --- finance/py-quantecon/Makefile +++ finance/py-quantecon/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=1.5.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=0:math/py-sympy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: finance/py-stripe/Makefile =================================================================== --- finance/py-stripe/Makefile +++ finance/py-stripe/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.22:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.4:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: finance/py-vatnumber/Makefile =================================================================== --- finance/py-vatnumber/Makefile +++ finance/py-vatnumber/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdnum>=1.1:devel/py-stdnum@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: finance/py-yfinance/Makefile =================================================================== --- finance/py-yfinance/Makefile +++ finance/py-yfinance/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=2022.5,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.26:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: finance/py-ystockquote/Makefile =================================================================== --- finance/py-ystockquote/Makefile +++ finance/py-ystockquote/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: finance/quickfix/Makefile =================================================================== --- finance/quickfix/Makefile +++ finance/quickfix/Makefile @@ -33,7 +33,7 @@ MYSQL_USES= mysql MYSQL_CONFIGURE_WITH= mysql MYSQL_VARS= IGNORE_WITH_MYSQL=80 -PYTHON_USES= python:3.7 +PYTHON_USES= python:3.8 PYTHON_CONFIGURE_WITH= python3 RUBY_USES= ruby RUBY_CONFIGURE_WITH= ruby @@ -45,6 +45,10 @@ .include +.if ${PORT_OPTIONS:MPYTHON} +BROKEN= fails to build +.endif + .if ${ARCH} != amd64 && ${ARCH} != i386 CXXFLAGS+= -DENABLE_BOOST_ATOMIC_COUNT LIB_DEPENDS+= libboost_system.so:devel/boost-libs Index: finance/skrooge/Makefile =================================================================== --- finance/skrooge/Makefile +++ finance/skrooge/Makefile @@ -17,7 +17,7 @@ libsqlcipher.so:databases/sqlcipher USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 \ - kde:5 pkgconfig python:3.4+ qca qt:5 shared-mime-info \ + kde:5 pkgconfig python qca qt:5 shared-mime-info \ shebangfix sqlite:3 tar:xz xorg USE_KDE= activities archive attica5 auth bookmarks codecs completion \ config configwidgets coreaddons crash dbusaddons emoticons \ Index: french/aster/Makefile =================================================================== --- french/aster/Makefile +++ french/aster/Makefile @@ -45,7 +45,7 @@ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} -USES= bison blaslapack:openblas fortran gettext python:3.6+ qt:5 tk +USES= bison blaslapack:openblas fortran gettext python qt:5 tk USE_BINUTILS= yes USE_QT= linguisttools:build Index: french/homard/Makefile =================================================================== --- french/homard/Makefile +++ french/homard/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ ${LOCALBASE}/aster/${VER}/bin/aster:french/aster -USES= linux python:3.6+ shebangfix +USES= linux python shebangfix SHEBANG_FILES= ${WRKSRC}/ASTER_HOMARD/homard \ ${WRKSRC}/homard_base ${WRKSRC}/setup_homard.py Index: french/py-grammalecte-fr/Makefile =================================================================== --- french/py-grammalecte-fr/Makefile +++ french/py-grammalecte-fr/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.4+ zip +USES= python zip USE_PYTHON= autoplist distutils WRKSRC= ${WRKDIR} Index: ftp/py-aioftp/Makefile =================================================================== --- ftp/py-aioftp/Makefile +++ ftp/py-aioftp/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}siosocks>0:net/py-siosocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: ftp/py-parfive/Makefile =================================================================== --- ftp/py-parfive/Makefile +++ ftp/py-parfive/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 .include Index: ftp/py-pycurl/Makefile =================================================================== --- ftp/py-pycurl/Makefile +++ ftp/py-pycurl/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl -USES= python:3.6+ ssl +USES= python ssl USE_PYTHON= autoplist concurrent distutils PORTDOCS= AUTHORS INSTALL.rst README.rst RELEASE-NOTES.rst Index: ftp/py-pyftpdlib/Makefile =================================================================== --- ftp/py-pyftpdlib/Makefile +++ ftp/py-pyftpdlib/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils SHEBANG_FILES= demo/*.py NO_ARCH= yes Index: ftp/py-requests-ftp/Makefile =================================================================== --- ftp/py-requests-ftp/Makefile +++ ftp/py-requests-ftp/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: ftp/py-sftp/Makefile =================================================================== --- ftp/py-sftp/Makefile +++ ftp/py-sftp/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.17:security/py-paramiko@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: ftp/py-tftpy/Makefile =================================================================== --- ftp/py-tftpy/Makefile +++ ftp/py-tftpy/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: games/aisleriot/Makefile =================================================================== --- games/aisleriot/Makefile +++ games/aisleriot/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext meson gnome pkgconfig \ - python:build,3.6+ shebangfix xorg + python:build shebangfix xorg USE_GITLAB= yes USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build USE_XORG= x11 Index: games/cdogs-sdl/Makefile =================================================================== --- games/cdogs-sdl/Makefile +++ games/cdogs-sdl/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= cmake compiler:c++11-lang desktop-file-utils gl gnome localbase:ldflags pkgconfig \ - python:3.6+ sdl + python sdl USE_SDL= image2 mixer2 sdl2 USE_GNOME= cairo gdkpixbuf2 gtk30 Index: games/doomsday/Makefile =================================================================== --- games/doomsday/Makefile +++ games/doomsday/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= timidity:audio/timidity USES= cmake compiler:c++11-lib gl localbase:ldflags ncurses ninja openal pkgconfig \ - python:3.5+,build qt:5 sdl xorg + python:build qt:5 sdl xorg USE_GL= gl glu USE_LDCONFIG= yes Index: games/endgame-singularity/Makefile =================================================================== --- games/endgame-singularity/Makefile +++ games/endgame-singularity/Makefile @@ -32,7 +32,7 @@ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}polib>=0:devel/py-polib@${PY_FLAVOR} -USES= python:3.5+ sdl shebangfix +USES= python sdl shebangfix USE_PYTHON= autoplist distutils USE_SDL= image mixer PORTDOCS= AUTHORS.txt Changelog.txt README.txt TODO Index: games/freecell-solver/Makefile =================================================================== --- games/freecell-solver/Makefile +++ games/freecell-solver/Makefile @@ -31,7 +31,7 @@ OPTIONS_DEFINE= DOCS TCMALLOC TCMALLOC_DESC= Use Google's TCMalloc -USES= cmake compiler:c11 localbase perl5 python:3.4+ shebangfix tar:xz +USES= cmake compiler:c11 localbase perl5 python shebangfix tar:xz USE_PERL5= build SHEBANG_FILES= board_gen/make_pysol_freecell_board.py \ board_gen/transpose-freecell-board.py \ Index: games/freeorion/Makefile =================================================================== --- games/freeorion/Makefile +++ games/freeorion/Makefile @@ -16,7 +16,7 @@ USE_GITHUB= yes -USES= cmake compiler:c++17-lang python:3.8+ +USES= cmake compiler:c++17-lang python CMAKE_ARGS= -Wno-dev LDFLAGS_i386= -Wl,-znotext Index: games/fretsonfire/Makefile =================================================================== --- games/fretsonfire/Makefile +++ games/fretsonfire/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ ${LOCALBASE}/share/${PORTNAME}/default.ttf:games/fretsonfire-data -USES= dos2unix python:3.6+ +USES= dos2unix python DOS2UNIX_FILES= *.txt NO_BUILD= yes NO_ARCH= yes Index: games/funnyboat/Makefile =================================================================== --- games/funnyboat/Makefile +++ games/funnyboat/Makefile @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= AMDmi3 -USES= python:3.7-3.9,run # version range inherited from numpy +USES= python:3.8-3.9,run # version range inherited from numpy NO_BUILD= yes NO_ARCH= yes Index: games/gemrb/Makefile =================================================================== --- games/gemrb/Makefile +++ games/gemrb/Makefile @@ -16,7 +16,7 @@ libfreetype.so:print/freetype2 USES= cmake compiler:c11 gnome iconv localbase openal:al,alut \ - python:3.6+ sdl shebangfix + python sdl shebangfix SHEBANG_FILES= admin/extend2da.py USE_SDL= sdl2 USE_LDCONFIG= yes Index: games/gnome-chess/Makefile =================================================================== --- games/gnome-chess/Makefile +++ games/gnome-chess/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gl gnome localbase meson pkgconfig \ - python:3.6+,build tar:xz vala:build + python:build tar:xz vala:build USE_GNOME= cairo gtk40 librsvg2 libxml2:build USE_GL= egl gl BINARY_ALIAS= python3=${PYTHON_VERSION} Index: games/gnome-mines/Makefile =================================================================== --- games/gnome-mines/Makefile +++ games/gnome-mines/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz vala:build +USES= gettext gnome localbase meson pkgconfig python:build tar:xz vala:build USE_GNOME= gtk30 librsvg2 BINARY_ALIAS= python3=${PYTHON_VERSION} Index: games/gnome-sudoku/Makefile =================================================================== --- games/gnome-sudoku/Makefile +++ games/gnome-sudoku/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lang gettext gmake gnome meson \ - python:3.7+ pkgconfig tar:xz vala:build + python pkgconfig tar:xz vala:build USE_GNOME= cairo gtk30 BINARY_ALIAS= python3=${PYTHON_CMD} Index: games/gnome-tetravex/Makefile =================================================================== --- games/gnome-tetravex/Makefile +++ games/gnome-tetravex/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake gnome localbase meson pathfix pkgconfig \ - python:3.7+ tar:xz vala:build + python tar:xz vala:build USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build BINARY_ALIAS= python3=${PYTHON_VERSION} Index: games/hypatia_engine/Makefile =================================================================== --- games/hypatia_engine/Makefile +++ games/hypatia_engine/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pyganim>0:graphics/py-pyganim@${PY_FLAVOR} \ ${PY_PILLOW} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: games/monsterz/Makefile =================================================================== --- games/monsterz/Makefile +++ games/monsterz/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYGAME} -USES= python:3.7+ shebangfix +USES= python shebangfix SHEBANG_FILES= monsterz.py MAKE_ENV= prefix=${PREFIX} Index: games/oolite/Makefile =================================================================== --- games/oolite/Makefile +++ games/oolite/Makefile @@ -21,7 +21,7 @@ libvorbisfile.so:audio/libvorbis \ libpng.so:graphics/png -USES= gl gnustep openal:al minizip perl5 python:3.5+,build sdl \ +USES= gl gnustep openal:al minizip perl5 python:build sdl \ tar:bzip2 xorg USE_CXXSTD= gnu++98 USE_GL= gl glu Index: games/openage/Makefile =================================================================== --- games/openage/Makefile +++ games/openage/Makefile @@ -31,7 +31,7 @@ ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} -USES= cmake compiler:c++17-lang eigen:3 gl ncurses:base python:3.7-3.9 qt:5 sdl shebangfix +USES= cmake compiler:c++17-lang eigen:3 gl ncurses:base python:3.8-3.9 qt:5 sdl shebangfix SHEBANG_FILES= configure run.py.in buildsystem/cythonize.py USE_GITHUB= yes GH_ACCOUNT= SFTtech Index: games/py-2048-py/Makefile =================================================================== --- games/py-2048-py/Makefile +++ games/py-2048-py/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: games/py-cbeams/Makefile =================================================================== --- games/py-cbeams/Makefile +++ games/py-cbeams/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= tartley USE_PYTHON= autoplist concurrent distutils Index: games/py-discord.py/Makefile =================================================================== --- games/py-discord.py/Makefile +++ games/py-discord.py/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: games/py-fife/Makefile =================================================================== --- games/py-fife/Makefile +++ games/py-fife/Makefile @@ -54,7 +54,7 @@ LOGGING_CMAKE_BOOL= logging PYTHON_CMAKE_BOOL= build-python -PYTHON_USES= python:3.6+ +PYTHON_USES= python PYTHON_USE= python=flavors PYTHON_BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} Index: games/py-pychess/Makefile =================================================================== --- games/py-pychess/Makefile +++ games/py-pychess/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${COMMON_DEPENDS} BUILD_DEPENDS= ${COMMON_DEPENDS} -USES= desktop-file-utils display:configure gettext gnome gstreamer python:3.7+ +USES= desktop-file-utils display:configure gettext gnome gstreamer python # DISPLAY must be set at all steps: .for t in build install stage _USES_$t+= ${_USES_configure} Index: games/py-sgflib/Makefile =================================================================== --- games/py-sgflib/Makefile +++ games/py-sgflib/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/lgpl.txt -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= flavors NO_BUILD= yes NO_ARCH= yes Index: games/py-sgfsummary/Makefile =================================================================== --- games/py-sgfsummary/Makefile +++ games/py-sgfsummary/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sgflib.py:games/py-sgflib@${PY_FLAVOR} -USES= python:3.6+ shebangfix tar:tgz +USES= python shebangfix tar:tgz USE_PYTHON= flavors SHEBANG_FILES= sgfsummary.py WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} Index: games/pysolfc/Makefile =================================================================== --- games/pysolfc/Makefile +++ games/pysolfc/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} -USES= python:3.6+ shebangfix tar:xz +USES= python shebangfix tar:xz USE_PYTHON= distutils noflavors autoplist SHEBANG_FILES= data/themes/clearlooks/convert_imgs.sh NO_ARCH= yes Index: games/pyspacewar/Makefile =================================================================== --- games/pyspacewar/Makefile +++ games/pyspacewar/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= mgedmin #GH_TAGNAME= f872564 -USES= gnome python:3.6+ +USES= gnome python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: games/retroarch/Makefile =================================================================== --- games/retroarch/Makefile +++ games/retroarch/Makefile @@ -20,7 +20,7 @@ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= retroarch-assets<=0:games/retroarch-assets -USES= compiler:c++11-lib cpe gmake pkgconfig python:3.6+ shebangfix ssl +USES= compiler:c++11-lib cpe gmake pkgconfig python shebangfix ssl CPE_VENDOR= libretro USE_GITHUB= yes GH_ACCOUNT= libretro Index: games/ski/Makefile =================================================================== --- games/ski/Makefile +++ games/ski/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= xmlto:textproc/xmlto -USES= python:3.2+,run +USES= python:run USE_GITLAB= yes GL_ACCOUNT= esr Index: games/swell-foop/Makefile =================================================================== --- games/swell-foop/Makefile +++ games/swell-foop/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.6+,build \ +USES= gettext gnome localbase meson pkgconfig python:build \ tar:xz vala:build USE_GNOME= gtk30 GLIB_SCHEMAS= org.gnome.SwellFoop.gschema.xml Index: games/taisei/Makefile =================================================================== --- games/taisei/Makefile +++ games/taisei/Makefile @@ -25,7 +25,7 @@ GH_TUPLE= taisei-project:SDL_GameControllerDB:74e31d7:gamecontrollerdb/external/gamecontrollerdb USES= compiler:c11 desktop-file-utils meson pkgconfig \ - python:3.6+,build sdl ssl shebangfix shared-mime-info + python:build sdl ssl shebangfix shared-mime-info SHEBANG_FILES= scripts/*.py MESON_ARGS= -Dversion_fallback=${PORTVERSION} -Db_lto=false MESON_ARGS+= --wrap-mode=nofallback Index: games/tali/Makefile =================================================================== --- games/tali/Makefile +++ games/tali/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even USES= gettext gnome localbase meson pkgconfig \ - python:3.6+,build tar:xz + python:build tar:xz USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build BINARY_ALIAS= python3=${PYTHON_CMD} Index: games/tuxpaint/Makefile =================================================================== --- games/tuxpaint/Makefile +++ games/tuxpaint/Makefile @@ -22,7 +22,7 @@ bash:shells/bash USES= gettext gmake gnome gperf magick:7,build pkgconfig \ - python:3.7+ sdl shebangfix + python sdl shebangfix SHEBANG_FILES= src/tuxpaint-import.sh \ fonts/locale/zh_tw_docs/maketuxfont.py Index: games/unknown-horizons/Makefile =================================================================== --- games/unknown-horizons/Makefile +++ games/unknown-horizons/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= gettext-tools gnome python:3.5+ shebangfix +USES= gettext-tools gnome python shebangfix USE_GITHUB= yes USE_GNOME= intltool USE_PYTHON= autoplist distutils noflavors Index: games/wesnoth/Makefile =================================================================== --- games/wesnoth/Makefile +++ games/wesnoth/Makefile @@ -27,7 +27,7 @@ PORTSCOUT= limitw:1,even USES= cmake compiler:c++17-lang cpe gnome pkgconfig \ - python:3.7+,run readline shebangfix ssl sdl tar:bzip2 xorg + python:run readline shebangfix ssl sdl tar:bzip2 xorg USE_SDL= image2 mixer2 ttf2 USE_LDCONFIG= yes USE_GNOME= cairo pango Index: games/wordsearch/Makefile =================================================================== --- games/wordsearch/Makefile +++ games/wordsearch/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.8+ shebangfix +USES= python shebangfix SHEBANG_FILES= wordsearch NO_ARCH= yes NO_BUILD= yes Index: graphics/appleseed/Makefile =================================================================== --- graphics/appleseed/Makefile +++ graphics/appleseed/Makefile @@ -60,7 +60,7 @@ EMBREE_LIB_DEPENDS= libembree3.so:graphics/embree EMBREE_CMAKE_ON= -DWITH_EMBREE:BOOL=ON -PYTHON_USES= gl python:3.5+,build,run +PYTHON_USES= gl python:build,run PYTHON_USE= GL=gl PYTHON_CMAKE_ON= -DWITH_PYTHON3_BINDINGS:BOOL=ON Index: graphics/birdfont/Makefile =================================================================== --- graphics/birdfont/Makefile +++ graphics/birdfont/Makefile @@ -22,7 +22,7 @@ libxmlbird.so:textproc/libxmlbird USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \ - pkgconfig python:3.7+,build shared-mime-info shebangfix \ + pkgconfig python:build shared-mime-info shebangfix \ sqlite:3 tar:xz vala:build USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_LDCONFIG= yes Index: graphics/cptutils/Makefile =================================================================== --- graphics/cptutils/Makefile +++ graphics/cptutils/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libjansson.so:devel/jansson \ libpng.so:graphics/png -USES= autoreconf bison gmake gnome iconv localbase python:3.7+ shebangfix +USES= autoreconf bison gmake gnome iconv localbase python shebangfix SHEBANG_FILES= src/gradient-convert/gradient-convert.py GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} Index: graphics/curator/Makefile =================================================================== --- graphics/curator/Makefile +++ graphics/curator/Makefile @@ -8,7 +8,7 @@ COMMENT= Static Image Gallery Generator for web or CD-ROM galleries WWW= http://curator.sourceforge.net/ -USES= magick:6,run python:3.6+ +USES= magick:6,run python USE_PYTHON= distutils autoplist concurrent optsuffix CONFLICTS_INSTALL= py*-elasticsearch-curator Index: graphics/eog-plugins/Makefile =================================================================== --- graphics/eog-plugins/Makefile +++ graphics/eog-plugins/Makefile @@ -48,7 +48,7 @@ PYTHON_CONFIGURE_ENABLE=python PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} -PYTHON_USES= python:3.6+ +PYTHON_USES= python PYTHON_VARS= GLIB_SCHEMAS+="org.gnome.eog.plugins.export-to-folder.gschema.xml \ org.gnome.eog.plugins.fullscreenbg.gschema.xml \ org.gnome.eog.plugins.pythonconsole.gschema.xml" Index: graphics/eog/Makefile =================================================================== --- graphics/eog/Makefile +++ graphics/eog/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lang desktop-file-utils gettext gnome jpeg \ - localbase meson pkgconfig python:build,3.6+ shebangfix tar:xz \ + localbase meson pkgconfig python:build shebangfix tar:xz \ xorg USE_GNOME= cairo gnomedesktop3 gtk30 introspection librsvg2 USE_XORG= x11 Index: graphics/exiv2/Makefile =================================================================== --- graphics/exiv2/Makefile +++ graphics/exiv2/Makefile @@ -17,7 +17,7 @@ TEST_LIB_DEPENDS= libgtest.so:devel/googletest USES= cmake compiler:c++11-lang cpe dos2unix gettext-tools pathfix \ - python:3.6+,test localbase:ldflags + python:test localbase:ldflags USE_LDCONFIG= yes DOS2UNIX_FILES= cmake/compilerFlags.cmake Index: graphics/facedetect/Makefile =================================================================== --- graphics/facedetect/Makefile +++ graphics/facedetect/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= opencv>0:graphics/opencv -USES= python:3.6+,run shebangfix +USES= python:run shebangfix USE_GITHUB= yes GH_ACCOUNT= wavexx Index: graphics/gdk-pixbuf2-xlib/Makefile =================================================================== --- graphics/gdk-pixbuf2-xlib/Makefile +++ graphics/gdk-pixbuf2-xlib/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl USES= cpe gettext gnome localbase:ldflags meson pkgconfig \ - python:3.7+,build shared-mime-info tar:xz xorg + python:build shared-mime-info tar:xz xorg CPE_VENDOR= gnome USE_GNOME= glib20 introspection:build libxslt:build gdkpixbuf2 USE_XORG= x11 Index: graphics/gdk-pixbuf2/Makefile =================================================================== --- graphics/gdk-pixbuf2/Makefile +++ graphics/gdk-pixbuf2/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe gettext gnome localbase:ldflags meson pkgconfig \ - python:3.7+,build shared-mime-info shebangfix tar:xz trigger + python:build shared-mime-info shebangfix tar:xz trigger CPE_VENDOR= gnome USE_GNOME= glib20 introspection:build libxslt:build SHEBANG_FILES= build-aux/*.py Index: graphics/glslang/Makefile =================================================================== --- graphics/glslang/Makefile +++ graphics/glslang/Makefile @@ -10,7 +10,7 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake:testing compiler:c++11-lib python:3.4+,build +USES= cmake:testing compiler:c++11-lib python:build USE_GITHUB= yes GH_ACCOUNT= KhronosGroup Index: graphics/graphene/Makefile =================================================================== --- graphics/graphene/Makefile +++ graphics/graphene/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT -USES= compiler:c11 gnome meson pkgconfig python:3.6+ shebangfix +USES= compiler:c11 gnome meson pkgconfig python shebangfix USE_GNOME= glib20 pygobject3 USE_LDCONFIG= yes Index: graphics/graphite2/Makefile =================================================================== --- graphics/graphite2/Makefile +++ graphics/graphite2/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>0:print/py-fonttools@${PY_FLAVOR} LDFLAGS+= -Wl,--as-needed -USES= cmake compiler:c++11-lib cpe python:3.7+,test tar:tgz +USES= cmake compiler:c++11-lib cpe python:test tar:tgz USE_LDCONFIG= yes CPE_VENDOR= sil Index: graphics/gthumb/Makefile =================================================================== --- graphics/gthumb/Makefile +++ graphics/gthumb/Makefile @@ -30,7 +30,7 @@ USES= bison compiler:c++11-lib cpe desktop-file-utils gettext gl \ gnome jpeg localbase:ldflags meson pkgconfig \ - python:3.5+,build shebangfix tar:xz xorg + python:build shebangfix tar:xz xorg USE_GL= egl USE_GNOME= cairo gtk30 intltool librsvg2 USE_XORG= x11 xcomposite xdamage xext xfixes xrandr xi Index: graphics/impressive/Makefile =================================================================== --- graphics/impressive/Makefile +++ graphics/impressive/Makefile @@ -16,7 +16,7 @@ ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} -USES= python:3.5+ sdl shebangfix +USES= python sdl shebangfix USE_SDL= sdl SHEBANG_FILES= impressive.py Index: graphics/inkscape/Makefile =================================================================== --- graphics/inkscape/Makefile +++ graphics/inkscape/Makefile @@ -56,7 +56,7 @@ fig2dev:print/fig2dev USES= compiler:c++17-lang cmake cpe desktop-file-utils gnome \ - iconv:wchar_t jpeg pathfix pkgconfig python:3.7+ \ + iconv:wchar_t jpeg pathfix pkgconfig python \ readline shebangfix tar:xz xorg USE_GNOME= gdkpixbuf2 gtkmm30 libxml2 libxslt USE_XORG= sm ice x11 xext Index: graphics/krita/Makefile =================================================================== --- graphics/krita/Makefile +++ graphics/krita/Makefile @@ -43,7 +43,7 @@ # Disable ninja generator for now (with gmake), until the duplicate test targets are resolved upstream. USES= cmake compiler:c++11-lib desktop-file-utils \ eigen:3 gettext jpeg kde:5 localbase:ldflags pkgconfig \ - python:3.7+ qt:5 shared-mime-info tar:xz xorg + python qt:5 shared-mime-info tar:xz xorg USE_KDE= archive completion config coreaddons crash guiaddons i18n \ itemmodels itemviews kio service widgetsaddons windowsystem USE_QT= concurrent core dbus declarative gui multimedia network printsupport \ Index: graphics/lensfun/Makefile =================================================================== --- graphics/lensfun/Makefile +++ graphics/lensfun/Makefile @@ -35,7 +35,7 @@ PYHELPERS_BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/setuptools/_distutils/core.py:devel/py-setuptools@${PY_FLAVOR} PYHELPERS_CMAKE_ON= -DSTAGEDIR:STRING=${STAGEDIR} -DPYTHON:STRING=${PYTHON_CMD} PYHELPERS_CMAKE_OFF= -DINSTALL_HELPER_SCRIPTS:BOOL=OFF -DPYTHON:STRING=IGNORE -PYHELPERS_USES= python:3.4+ +PYHELPERS_USES= python .include Index: graphics/libepoxy/Makefile =================================================================== --- graphics/libepoxy/Makefile +++ graphics/libepoxy/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= gl localbase meson pkgconfig python:3.6+,build shebangfix tar:xz +USES= gl localbase meson pkgconfig python:build shebangfix tar:xz USE_GL= glesv2 egl USE_LDCONFIG= yes SHEBANG_FILES= src/gen_dispatch.py Index: graphics/libplacebo/Makefile =================================================================== --- graphics/libplacebo/Makefile +++ graphics/libplacebo/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 localbase:ldflags meson pkgconfig python:3.6+,build +USES= compiler:c11 localbase:ldflags meson pkgconfig python:build USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= haasn Index: graphics/mahotas/Makefile =================================================================== --- graphics/mahotas/Makefile +++ graphics/mahotas/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfreeimage.so:graphics/freeimage USE_GCC= yes -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist .include Index: graphics/mesa-devel/Makefile =================================================================== --- graphics/mesa-devel/Makefile +++ graphics/mesa-devel/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS+= libelf.so:devel/libelf .endif -USES= bison cpe compiler:c++11-lib meson pkgconfig python:3.6+,build shebangfix +USES= bison cpe compiler:c++11-lib meson pkgconfig python:build shebangfix CPE_VENDOR= mesa3d USE_GITHUB= yes GH_ACCOUNT= mesa3d Index: graphics/mesa-dri/Makefile.common =================================================================== --- graphics/mesa-dri/Makefile.common +++ graphics/mesa-dri/Makefile.common @@ -48,7 +48,7 @@ .endif USES+= compiler:c++11-lib bison meson pathfix pkgconfig \ - python:3.6+,build shebangfix tar:xz + python:build shebangfix tar:xz .if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld # --build-id isn't supported by old GNU ld.bfd in base Index: graphics/minder/Makefile =================================================================== --- graphics/minder/Makefile +++ graphics/minder/Makefile @@ -19,7 +19,7 @@ libmarkdown.so:textproc/discount USES= desktop-file-utils gettext gnome libarchive localbase:ldflags \ - meson pkgconfig python:3.5+,build shared-mime-info shebangfix vala:build + meson pkgconfig python:build shared-mime-info shebangfix vala:build USE_GITHUB= yes GH_ACCOUNT= phase1geo GH_PROJECT= Minder Index: graphics/msl/Makefile =================================================================== --- graphics/msl/Makefile +++ graphics/msl/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= flatc:devel/flatbuffers LIB_DEPENDS= libboost_system.so:devel/boost-libs -USES= cmake:testing compiler:c++14-lang python:3.6+,build +USES= cmake:testing compiler:c++14-lang python:build CMAKE_ON= BUILD_SHARED_LIBS MSL_SHARED CMAKE_OFF= SPIRV_TOOLS_BUILD_STATIC Index: graphics/mypaint/Makefile =================================================================== --- graphics/mypaint/Makefile +++ graphics/mypaint/Makefile @@ -26,7 +26,7 @@ ${PYNUMPY} USES= compiler:c++11-lib desktop-file-utils gettext gnome localbase \ - pkgconfig python:3.6+ tar:xz + pkgconfig python tar:xz USE_GITHUB= yes USE_GNOME= gtk30 pygobject3 cairo librsvg2:run USE_PYTHON= distutils py3kplist noflavors Index: graphics/opencolorio/Makefile =================================================================== --- graphics/opencolorio/Makefile +++ graphics/opencolorio/Makefile @@ -83,7 +83,7 @@ BUILD_DEPENDS+= pybind11>0:devel/pybind11 LIB_DEPENDS+= libOpenColorIO.so:graphics/opencolorio # textproc/py-sphinx_press_theme doesn't support py3.6 -USES+= python:3.7+ +USES+= python LDFLAGS+= -lOpenColorIO CMAKE_ON+= OCIO_BUILD_PYTHON CMAKE_OFF+= OCIO_BUILD_APPS BUILD_SHARED_LIBS OCIO_BUILD_DOCS \ Index: graphics/opencv/Makefile =================================================================== --- graphics/opencv/Makefile +++ graphics/opencv/Makefile @@ -107,7 +107,7 @@ PYTHON_DESC= Enable Python Support 3.6 or greater PYTHON_BUILD_DEPENDS= ${PYNUMPY} PYTHON_RUN_DEPENDS= ${PYNUMPY} -PYTHON_USES= python:3.6+ +PYTHON_USES= python PYTHON_CMAKE_BOOL= BUILD_opencv_python3 PYTHON_CMAKE_ON= -DOPENCV_PYTHON3_INSTALL_PATH=${PYTHON_SITELIBDIR} Index: graphics/piddle/Makefile =================================================================== --- graphics/piddle/Makefile +++ graphics/piddle/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: graphics/piglit/Makefile =================================================================== --- graphics/piglit/Makefile +++ graphics/piglit/Makefile @@ -42,7 +42,7 @@ PATCHFILES+= 64c468c6c7e3.patch # https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/383 PATCHFILES+= 681e86f53c2e.patch # https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/383 -USES= cmake compiler:c11 gl pkgconfig python:3.5+ shebangfix xorg +USES= cmake compiler:c11 gl pkgconfig python shebangfix xorg USE_GL= egl gbm gl glu USE_XORG= x11 xcb xext xrender SHEBANG_FILES= piglit Index: graphics/py-OWSLib/Makefile =================================================================== --- graphics/py-OWSLib/Makefile +++ graphics/py-OWSLib/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python USE_PYTHON= autoplist distutils CPE_VENDOR= osgeo Index: graphics/py-PyOpenGL-accelerate/Makefile =================================================================== --- graphics/py-PyOpenGL-accelerate/Makefile +++ graphics/py-PyOpenGL-accelerate/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist cython pep517 CFLAGS= -Wno-int-conversion Index: graphics/py-PyOpenGL/Makefile =================================================================== --- graphics/py-PyOpenGL/Makefile +++ graphics/py-PyOpenGL/Makefile @@ -24,7 +24,7 @@ OPTIONS_DEFAULT= TKINTER TKINTER_DESC= Build with tkinter for X support -USES= dos2unix gl python:3.6+ +USES= dos2unix gl python USE_GL= glut USE_PYTHON= distutils autoplist Index: graphics/py-actdiag/Makefile =================================================================== --- graphics/py-actdiag/Makefile +++ graphics/py-actdiag/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blockdiag>=1.5.0:graphics/py-blockdiag@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} Index: graphics/py-altair/Makefile =================================================================== --- graphics/py-altair/Makefile +++ graphics/py-altair/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pandas>=0.18,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toolz>=0:devel/py-toolz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: graphics/py-asciitree/Makefile =================================================================== --- graphics/py-asciitree/Makefile +++ graphics/py-asciitree/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-beziers/Makefile =================================================================== --- graphics/py-beziers/Makefile +++ graphics/py-beziers/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-blockdiag/Makefile =================================================================== --- graphics/py-blockdiag/Makefile +++ graphics/py-blockdiag/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}funcparserlib>=1.0.0:devel/py-funcparserlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webcolors>=0:graphics/py-webcolors@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} Index: graphics/py-blockdiagcontrib-cisco/Makefile =================================================================== --- graphics/py-blockdiagcontrib-cisco/Makefile +++ graphics/py-blockdiagcontrib-cisco/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blockdiag>=0.8.0:graphics/py-blockdiag@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist .include Index: graphics/py-box2d-py/Makefile =================================================================== --- graphics/py-box2d-py/Makefile +++ graphics/py-box2d-py/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= swig:devel/swig LIB_DEPENDS= libbox2d.so:misc/box2d -USES= compiler:c11 python:3.6+ +USES= compiler:c11 python USE_PYTHON= autoplist distutils post-install: Index: graphics/py-cairo/Makefile =================================================================== --- graphics/py-cairo/Makefile +++ graphics/py-cairo/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING-LGPL-2.1 LICENSE_FILE_MPL11= ${WRKSRC}/COPYING-MPL-1.1 -USES= compiler:c11 gnome meson pkgconfig python:3.7+ +USES= compiler:c11 gnome meson pkgconfig python USE_PYTHON= flavors py3kplist USE_GNOME= cairo MESON_ARGS+= -Dpython=${PYTHON_VERSION} Index: graphics/py-cairocffi/Makefile =================================================================== --- graphics/py-cairocffi/Makefile +++ graphics/py-cairocffi/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ gdk-pixbuf2>0:graphics/gdk-pixbuf2 -USES= gnome python:3.5+ +USES= gnome python USE_GNOME= cairo USE_PYTHON= autoplist distutils Index: graphics/py-cairosvg/Makefile =================================================================== --- graphics/py-cairosvg/Makefile +++ graphics/py-cairosvg/Makefile @@ -21,7 +21,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isort>=0:devel/py-isort@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: graphics/py-cartopy/Makefile =================================================================== --- graphics/py-cartopy/Makefile +++ graphics/py-cartopy/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}shapely>=1.6.4:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent cython distutils OPTIONS_DEFINE= OWS PLOTTING Index: graphics/py-cogdumper/Makefile =================================================================== --- graphics/py-cogdumper/Makefile +++ graphics/py-cogdumper/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-colour/Makefile =================================================================== --- graphics/py-colour/Makefile +++ graphics/py-colour/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}d2to1>0:devel/py-d2to1@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-descartes/Makefile =================================================================== --- graphics/py-descartes/Makefile +++ graphics/py-descartes/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-django-easy-thumbnails/Makefile =================================================================== --- graphics/py-django-easy-thumbnails/Makefile +++ graphics/py-django-easy-thumbnails/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}svglib>0:converters/py-svglib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-djvulibre/Makefile =================================================================== --- graphics/py-djvulibre/Makefile +++ graphics/py-djvulibre/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre -USES= python:3.6+ pkgconfig +USES= python pkgconfig USE_PYTHON= distutils cython autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: graphics/py-exifread/Makefile =================================================================== --- graphics/py-exifread/Makefile +++ graphics/py-exifread/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-face_recognition/Makefile =================================================================== --- graphics/py-face_recognition/Makefile +++ graphics/py-face_recognition/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}dlib>=19.7:science/py-dlib@${PY_FLAVOR} \ ${PY_PILLOW} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-face_recognition_models/Makefile =================================================================== --- graphics/py-face_recognition_models/Makefile +++ graphics/py-face_recognition_models/Makefile @@ -11,7 +11,7 @@ LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-fiona/Makefile =================================================================== --- graphics/py-fiona/Makefile +++ graphics/py-fiona/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}attrs>=18.2:devel/py-attrs@${PY_FLAVOR} LIB_DEPENDS+= libgdal.so:graphics/gdal -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++11-lang python USE_PYTHON= autoplist distutils cython CONFLICTS_INSTALL= fio Index: graphics/py-fotokilof/Makefile =================================================================== --- graphics/py-fotokilof/Makefile +++ graphics/py-fotokilof/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}ttkbootstrap>=1.10.1:devel/py-ttkbootstrap@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Wand>=0.6.11:graphics/py-wand@${PY_FLAVOR} -USES= magick:run python:3.7+ +USES= magick:run python # the project really doesn't have PEP-517 support, but distutils/setuptools # create a "wrong" entry_points script, so we use our pep517 feature Index: graphics/py-freeimagepy/Makefile =================================================================== --- graphics/py-freeimagepy/Makefile +++ graphics/py-freeimagepy/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfreeimage.so:graphics/freeimage WRKSRC= ${WRKDIR}/FreeImagePy-${PORTVERSION} -USES= python:3.6+ shebangfix tar:bzip2 +USES= python shebangfix tar:bzip2 USE_PYTHON= distutils autoplist NO_ARCH= yes SHEBANG_FILES= FreeImagePy/*.py Index: graphics/py-gdal/Makefile =================================================================== --- graphics/py-gdal/Makefile +++ graphics/py-gdal/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgdal.so:graphics/gdal -USES= compiler:c++11-lang cpe python:3.8+ +USES= compiler:c++11-lang cpe python USE_PYTHON= autoplist concurrent distutils CPE_VENDOR= osgeo Index: graphics/py-geomdl/Makefile =================================================================== --- graphics/py-geomdl/Makefile +++ graphics/py-geomdl/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}plotly>0:graphics/py-plotly@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-geopandas/Makefile =================================================================== --- graphics/py-geopandas/Makefile +++ graphics/py-geopandas/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.3:graphics/py-pyproj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist cython distutils NO_ARCH= yes Index: graphics/py-giddy/Makefile =================================================================== --- graphics/py-giddy/Makefile +++ graphics/py-giddy/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}quantecon>=0.4.7:finance/py-quantecon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.3.0:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-gizeh/Makefile =================================================================== --- graphics/py-gizeh/Makefile +++ graphics/py-gizeh/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR} \ ${PYNUMPY} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-glfw/Makefile =================================================================== --- graphics/py-glfw/Makefile +++ graphics/py-glfw/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libglfw.so:graphics/glfw -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-glooey/Makefile =================================================================== --- graphics/py-glooey/Makefile +++ graphics/py-glooey/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}debugtools>0:devel/py-debugtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= display:test python:3.5+ +USES= display:test python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: graphics/py-gphoto2/Makefile =================================================================== --- graphics/py-gphoto2/Makefile +++ graphics/py-gphoto2/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 -USES= pkgconfig python:3.6+ shebangfix +USES= pkgconfig python shebangfix USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= examples/*.py Index: graphics/py-gprof2dot/Makefile =================================================================== --- graphics/py-gprof2dot/Makefile +++ graphics/py-gprof2dot/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-graphlib-backport/Makefile =================================================================== --- graphics/py-graphlib-backport/Makefile +++ graphics/py-graphlib-backport/Makefile @@ -11,7 +11,7 @@ LICENSE= PSFL -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-graphviz/Makefile =================================================================== --- graphics/py-graphviz/Makefile +++ graphics/py-graphviz/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} -USES= cpe python:3.6+ zip +USES= cpe python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-graphy/Makefile =================================================================== --- graphics/py-graphy/Makefile +++ graphics/py-graphy/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+,run tar:bzip2 +USES= python:run tar:bzip2 USE_PYTHON= flavors PORTDOCS= README Index: graphics/py-gvgen/Makefile =================================================================== --- graphics/py-gvgen/Makefile +++ graphics/py-gvgen/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= stricaud Index: graphics/py-h3/Makefile =================================================================== --- graphics/py-h3/Makefile +++ graphics/py-h3/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libh3.so:graphics/h3 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= localbase:ldflags ninja:build python:3.7+ +USES= localbase:ldflags ninja:build python USE_PYTHON= autoplist concurrent cython distutils pytest CFLAGS+= -I${LOCALBASE}/include/h3 Index: graphics/py-hiplot/Makefile =================================================================== --- graphics/py-hiplot/Makefile +++ graphics/py-hiplot/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}Flask-Compress>=0:www/py-flask-compress@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.1:devel/ipython@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-imageio-ffmpeg/Makefile =================================================================== --- graphics/py-imageio-ffmpeg/Makefile +++ graphics/py-imageio-ffmpeg/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-imageio/Makefile =================================================================== --- graphics/py-imageio/Makefile +++ graphics/py-imageio/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tifffile>=0:graphics/py-tifffile@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: graphics/py-imagesize/Makefile =================================================================== --- graphics/py-imagesize/Makefile +++ graphics/py-imagesize/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-img2pdf/Makefile =================================================================== --- graphics/py-img2pdf/Makefile +++ graphics/py-img2pdf/Makefile @@ -21,7 +21,7 @@ jpegtopnm:graphics/netpbm \ pdftocairo:graphics/poppler-utils -USES= python:3.5+ shebangfix magick:6,test +USES= python shebangfix magick:6,test USE_PYTHON= autoplist concurrent distutils pytest # Some tests fail, see following link for more info: # https://gitlab.mister-muffin.de/josch/img2pdf/issues/152 Index: graphics/py-leather/Makefile =================================================================== --- graphics/py-leather/Makefile +++ graphics/py-leather/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-lerc/Makefile =================================================================== --- graphics/py-lerc/Makefile +++ graphics/py-lerc/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libLerc.so:graphics/lerc -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils post-patch: Index: graphics/py-mapclassify/Makefile =================================================================== --- graphics/py-mapclassify/Makefile +++ graphics/py-mapclassify/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-mayavi/Makefile =================================================================== --- graphics/py-mayavi/Makefile +++ graphics/py-mayavi/Makefile @@ -32,7 +32,7 @@ ${PYTHON_PKGNAMEPREFIX}traits>=6.0.0:devel/py-traits@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitsui>=7.0.0:graphics/py-traitsui@${PY_FLAVOR} # list is in mayavi/__init__.py -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils autoplist USE_WX= 3.2 Index: graphics/py-mcomix/Makefile =================================================================== --- graphics/py-mcomix/Makefile +++ graphics/py-mcomix/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=5.2.0:graphics/py-pillow@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= desktop-file-utils gnome python:3.8+ +USES= desktop-file-utils gnome python USE_GNOME= gtk30 pygobject3 USE_PYTHON= autoplist distutils Index: graphics/py-mgwr/Makefile =================================================================== --- graphics/py-mgwr/Makefile +++ graphics/py-mgwr/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}spglm>=1.0.6:math/py-spglm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-ming/Makefile =================================================================== --- graphics/py-ming/Makefile +++ graphics/py-ming/Makefile @@ -18,7 +18,7 @@ libming.so:graphics/ming \ libpng.so:graphics/png -USES= autoreconf cpe libtool localbase:ldflags pkgconfig python:3.6-3.9 +USES= autoreconf cpe libtool localbase:ldflags pkgconfig python:3.8-3.9 USE_PYTHON= autoplist concurrent distutils CONFIGURE_ARGS= --enable-python Index: graphics/py-momepy/Makefile =================================================================== --- graphics/py-momepy/Makefile +++ graphics/py-momepy/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pygeos>=0:graphics/py-pygeos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.27.0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-mpl-interactions/Makefile =================================================================== --- graphics/py-mpl-interactions/Makefile +++ graphics/py-mpl-interactions/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: graphics/py-mpl-scatter-density/Makefile =================================================================== --- graphics/py-mpl-scatter-density/Makefile +++ graphics/py-mpl-scatter-density/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}fast-histogram>=0.3:misc/py-fast-histogram@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0:math/py-matplotlib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: graphics/py-nwdiag/Makefile =================================================================== --- graphics/py-nwdiag/Makefile +++ graphics/py-nwdiag/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blockdiag>=1.5.0:graphics/py-blockdiag@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} Index: graphics/py-openslide-python/Makefile =================================================================== --- graphics/py-openslide-python/Makefile +++ graphics/py-openslide-python/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= openslide>0:graphics/openslide \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: graphics/py-optimize-images/Makefile =================================================================== --- graphics/py-optimize-images/Makefile +++ graphics/py-optimize-images/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pillow>=8.2.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}watchdog>=2.1.2:devel/py-watchdog@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-osmnet/Makefile =================================================================== --- graphics/py-osmnet/Makefile +++ graphics/py-osmnet/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}shapely>=1.5:devel/py-shapely@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-pandana/Makefile =================================================================== --- graphics/py-pandana/Makefile +++ graphics/py-pandana/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tables>=3.1<3.8:devel/py-tables@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.7+ +USES= compiler:c++11-lang python USE_PYTHON= autoplist concurrent cython distutils CFLAGS+= -DNO_TR1_MEMORY Index: graphics/py-photocollage/Makefile =================================================================== --- graphics/py-photocollage/Makefile +++ graphics/py-photocollage/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>:devel/py-six@${PY_FLAVOR} \ ${PY_PILLOW} -USES= gettext-tools python:3.6+ +USES= gettext-tools python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-piexif/Makefile =================================================================== --- graphics/py-piexif/Makefile +++ graphics/py-piexif/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-pillow/Makefile =================================================================== --- graphics/py-pillow/Makefile +++ graphics/py-pillow/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} -USES= cpe localbase python:3.7+ +USES= cpe localbase python USE_PYTHON= autoplist concurrent distutils CPE_VENDOR= python Index: graphics/py-pivy/Makefile =================================================================== --- graphics/py-pivy/Makefile +++ graphics/py-pivy/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libCoin.so:graphics/Coin \ libSoQt.so:x11-toolkits/soqt -USES= compiler:c11 python:3.6+ qt:5 +USES= compiler:c11 python qt:5 USE_GITHUB= yes GH_ACCOUNT= coin3d USE_PYTHON= distutils Index: graphics/py-plotly/Makefile =================================================================== --- graphics/py-plotly/Makefile +++ graphics/py-plotly/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}retrying>=1.3.3:devel/py-retrying@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: graphics/py-png/Makefile =================================================================== --- graphics/py-png/Makefile +++ graphics/py-png/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: graphics/py-pointpats/Makefile =================================================================== --- graphics/py-pointpats/Makefile +++ graphics/py-pointpats/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.8.0:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-pycha/Makefile =================================================================== --- graphics/py-pycha/Makefile +++ graphics/py-pycha/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-pycollada/Makefile =================================================================== --- graphics/py-pycollada/Makefile +++ graphics/py-pycollada/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.0:devel/py-dateutil@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils OPTIONS_DEFINE= LXML Index: graphics/py-pydot/Makefile =================================================================== --- graphics/py-pydot/Makefile +++ graphics/py-pydot/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= dot:graphics/graphviz \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.4:devel/py-pyparsing@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-pydotplus/Makefile =================================================================== --- graphics/py-pydotplus/Makefile +++ graphics/py-pydotplus/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: graphics/py-pyepsg/Makefile =================================================================== --- graphics/py-pyepsg/Makefile +++ graphics/py-pyepsg/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-pygal/Makefile =================================================================== --- graphics/py-pygal/Makefile +++ graphics/py-pygal/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-pyganim/Makefile =================================================================== --- graphics/py-pyganim/Makefile +++ graphics/py-pyganim/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-pygeoapi/Makefile =================================================================== --- graphics/py-pygeoapi/Makefile +++ graphics/py-pygeoapi/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rasterio>0:graphics/py-rasterio@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: graphics/py-pygeos/Makefile =================================================================== --- graphics/py-pygeos/Makefile +++ graphics/py-pygeos/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgeos.so:graphics/geos RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.13,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent cython pep517 .include Index: graphics/py-pyglet/Makefile =================================================================== --- graphics/py-pyglet/Makefile +++ graphics/py-pyglet/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= display:test gl python:3.8+ zip +USES= display:test gl python zip USE_GL= gl glu USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: graphics/py-pyglet1/Makefile =================================================================== --- graphics/py-pyglet1/Makefile +++ graphics/py-pyglet1/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= display:test gl python:3.6+ pytest zip +USES= display:test gl python pytest zip USE_GL= gl glu USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-pygraph/Makefile =================================================================== --- graphics/py-pygraph/Makefile +++ graphics/py-pygraph/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= jciskey USE_PYTHON= autoplist distutils Index: graphics/py-pygraphviz/Makefile =================================================================== --- graphics/py-pygraphviz/Makefile +++ graphics/py-pygraphviz/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}doctest-ignore-unicode>=0.1.2:devel/py-doctest-ignore-unicode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} -USES= pkgconfig python:3.6+ zip +USES= pkgconfig python zip USE_PYTHON= autoplist concurrent distutils PYDISTUTILS_BUILD_TARGET= build build_ext Index: graphics/py-pyinsane2/Makefile =================================================================== --- graphics/py-pyinsane2/Makefile +++ graphics/py-pyinsane2/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR} RUN_DEPENDS= ${PY_PILLOW} -USES= gmake python:3.6+ +USES= gmake python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: graphics/py-pymaging-png/Makefile =================================================================== --- graphics/py-pymaging-png/Makefile +++ graphics/py-pymaging-png/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymaging>=g20130908:graphics/py-pymaging@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: graphics/py-pymaging/Makefile =================================================================== --- graphics/py-pymaging/Makefile +++ graphics/py-pymaging/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: graphics/py-pyocr/Makefile =================================================================== --- graphics/py-pyocr/Makefile +++ graphics/py-pyocr/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} RUN_DEPENDS= ${PY_PILLOW} -USES= gmake python:3.4+ +USES= gmake python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: graphics/py-pypillowfight/Makefile =================================================================== --- graphics/py-pypillowfight/Makefile +++ graphics/py-pypillowfight/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR} RUN_DEPENDS= ${PY_PILLOW} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: graphics/py-pyproj/Makefile =================================================================== --- graphics/py-pyproj/Makefile +++ graphics/py-pyproj/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent cython pep517 MAKE_ENV= PROJ_DIR=${LOCALBASE} Index: graphics/py-pyqrcode/Makefile =================================================================== --- graphics/py-pyqrcode/Makefile +++ graphics/py-pyqrcode/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes # LICENSE_FILE/tests not packaged in sdist USE_PYTHON= autoplist distutils Index: graphics/py-pyqtgraph/Makefile =================================================================== --- graphics/py-pyqtgraph/Makefile +++ graphics/py-pyqtgraph/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt5-pyqt>0:devel/py-qt5-pyqt@${PY_FLAVOR} # PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: graphics/py-pyrsgis/Makefile =================================================================== --- graphics/py-pyrsgis/Makefile +++ graphics/py-pyrsgis/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-pytesseract/Makefile =================================================================== --- graphics/py-pytesseract/Makefile +++ graphics/py-pytesseract/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} # if py-tox cannot detect py-filelock, be sure to have version 3.4.2_1 of the latter -USES= localbase python:3.7+ +USES= localbase python USE_GITHUB= yes GH_ACCOUNT= madmaze USE_PYTHON= autoplist concurrent distutils Index: graphics/py-python-barcode/Makefile =================================================================== --- graphics/py-python-barcode/Makefile +++ graphics/py-python-barcode/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-python-poppler-qt5/Makefile =================================================================== --- graphics/py-python-poppler-qt5/Makefile +++ graphics/py-python-poppler-qt5/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= qmake-qt5:devel/qt5-qmake LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -USES= compiler:c++11-lang gl pkgconfig pyqt:5 python:3.7-3.9 qt:5 +USES= compiler:c++11-lang gl pkgconfig pyqt:5 python:3.8-3.9 qt:5 USE_GITHUB= yes GH_ACCOUNT= frescobaldi USE_GL= gl Index: graphics/py-pyvips/Makefile =================================================================== --- graphics/py-pyvips/Makefile +++ graphics/py-pyvips/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR} -USES= gnome python:3.6+ +USES= gnome python USE_GNOME= glib20 USE_PYTHON= autoplist concurrent distutils Index: graphics/py-pyvista/Makefile =================================================================== --- graphics/py-pyvista/Makefile +++ graphics/py-pyvista/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}scooby>=0.5.1:devel/py-scooby@${PY_FLAVOR} \ vtk${VTK_VER:R}>0:math/vtk${VTK_VER:R} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: graphics/py-pyx/Makefile =================================================================== --- graphics/py-pyx/Makefile +++ graphics/py-pyx/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.4+ tex +USES= python tex USE_PYTHON= autoplist concurrent distutils USE_TEX= latex:build Index: graphics/py-qpageview/Makefile =================================================================== --- graphics/py-qpageview/Makefile +++ graphics/py-qpageview/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5@${PY_FLAVOR} -USES= pyqt:5 python:3.6+ qt:5 +USES= pyqt:5 python qt:5 USE_GITHUB= yes GH_ACCOUNT= frescobaldi USE_PYQT= pyqt5 Index: graphics/py-qrencode/Makefile =================================================================== --- graphics/py-qrencode/Makefile +++ graphics/py-qrencode/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= libqrencode>0:graphics/libqrencode TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils CFLAGS+= -I${PREFIX}/include Index: graphics/py-railroad-diagrams/Makefile =================================================================== --- graphics/py-railroad-diagrams/Makefile +++ graphics/py-railroad-diagrams/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-rasterio/Makefile =================================================================== --- graphics/py-rasterio/Makefile +++ graphics/py-rasterio/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}numpy>=1.18,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}snuggs>=1.4.1:math/py-snuggs@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.7+ +USES= compiler:c++11-lang python USE_PYTHON= autoplist concurrent cython distutils OPTIONS_DEFINE= PLOT S3 Index: graphics/py-rasterstats/Makefile =================================================================== --- graphics/py-rasterstats/Makefile +++ graphics/py-rasterstats/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}shapely>=0:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: graphics/py-rawkit/Makefile =================================================================== --- graphics/py-rawkit/Makefile +++ graphics/py-rawkit/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-scikit-image/Makefile =================================================================== --- graphics/py-scikit-image/Makefile +++ graphics/py-scikit-image/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}PyWavelets>=1.1.1:math/py-PyWavelets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.2.1:devel/py-cloudpickle@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.7+ shebangfix +USES= compiler:c++11-lang python shebangfix USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils cython cython_run Index: graphics/py-seqdiag/Makefile =================================================================== --- graphics/py-seqdiag/Makefile +++ graphics/py-seqdiag/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blockdiag>=1.5.0:graphics/py-blockdiag@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} Index: graphics/py-spectra/Makefile =================================================================== --- graphics/py-spectra/Makefile +++ graphics/py-spectra/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-sqlalchemy-imageattach/Makefile =================================================================== --- graphics/py-sqlalchemy-imageattach/Makefile +++ graphics/py-sqlalchemy-imageattach/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>0:databases/py-sqlalchemy14@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Wand>0:graphics/py-wand@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-svg.path/Makefile =================================================================== --- graphics/py-svg.path/Makefile +++ graphics/py-svg.path/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-svgwrite/Makefile =================================================================== --- graphics/py-svgwrite/Makefile +++ graphics/py-svgwrite/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-termtosvg/Makefile =================================================================== --- graphics/py-termtosvg/Makefile +++ graphics/py-termtosvg/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyte>=0:devel/py-pyte@${PY_FLAVOR} -USES= python:3.3+ +USES= python USE_PYTHON= autoplist distutils .include Index: graphics/py-tifffile/Makefile =================================================================== --- graphics/py-tifffile/Makefile +++ graphics/py-tifffile/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= dos2unix python:3.8+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-toyplot/Makefile =================================================================== --- graphics/py-toyplot/Makefile +++ graphics/py-toyplot/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}reportlab>=3.2.0:print/py-reportlab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}custom_inherit>=2.2.0:textproc/py-custom_inherit@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils .include Index: graphics/py-ueberzug/Makefile =================================================================== --- graphics/py-ueberzug/Makefile +++ graphics/py-ueberzug/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xlib>=0:x11-toolkits/py-python-xlib@${PY_FLAVOR} -USES= localbase python:3.6+ shebangfix xorg +USES= localbase python shebangfix xorg USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= seebye Index: graphics/py-urbanaccess/Makefile =================================================================== --- graphics/py-urbanaccess/Makefile +++ graphics/py-urbanaccess/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.17.1:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-urbansim/Makefile =================================================================== --- graphics/py-urbansim/Makefile +++ graphics/py-urbansim/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.8:math/py-statsmodels@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toolz>=0.8.1:devel/py-toolz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-utm/Makefile =================================================================== --- graphics/py-utm/Makefile +++ graphics/py-utm/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-vecrec/Makefile =================================================================== --- graphics/py-vecrec/Makefile +++ graphics/py-vecrec/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: graphics/py-visvis/Makefile =================================================================== --- graphics/py-visvis/Makefile +++ graphics/py-visvis/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} -USES= gl python:3.7+ pyqt:5 pytest shebangfix +USES= gl python pyqt:5 pytest shebangfix USE_GL= gl USE_PYQT= pyqt5 USE_PYTHON= autoplist distutils Index: graphics/py-wand/Makefile =================================================================== --- graphics/py-wand/Makefile +++ graphics/py-wand/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= magick python:3.6+ +USES= magick python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-webcolors/Makefile =================================================================== --- graphics/py-webcolors/Makefile +++ graphics/py-webcolors/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: graphics/py-willow/Makefile =================================================================== --- graphics/py-willow/Makefile +++ graphics/py-willow/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7<1.0:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}filetype>=1.0.7:devel/py-filetype@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: graphics/py-yaswfp/Makefile =================================================================== --- graphics/py-yaswfp/Makefile +++ graphics/py-yaswfp/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: graphics/py-zbar-py/Makefile =================================================================== --- graphics/py-zbar-py/Makefile +++ graphics/py-zbar-py/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libzbar.so:graphics/zbar RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} -USES= iconv:wchar_t python:3.6+ +USES= iconv:wchar_t python USE_PYTHON= autoplist distutils post-install: Index: graphics/qgis-ltr/Makefile =================================================================== --- graphics/qgis-ltr/Makefile +++ graphics/qgis-ltr/Makefile @@ -104,7 +104,7 @@ ### Fortran is needed by numpy, GRASS, etc. USES= bison cmake compiler:features desktop-file-utils \ - fortran gl gmake gnome pgsql pyqt:5 python:3.8+ qca qt:5 \ + fortran gl gmake gnome pgsql pyqt:5 python qca qt:5 \ shebangfix sqlite:3 tar:bz2 USE_GL= gl USE_GNOME= libxml2 Index: graphics/qgis/Makefile =================================================================== --- graphics/qgis/Makefile +++ graphics/qgis/Makefile @@ -102,7 +102,7 @@ ### Fortran is needed by numpy, GRASS, etc. USES= bison cmake compiler:features desktop-file-utils \ - fortran gl gmake gnome pgsql pyqt:5 python:3.8+ qca qt:5 \ + fortran gl gmake gnome pgsql pyqt:5 python qca qt:5 \ shebangfix sqlite:3 tar:bz2 USE_GL= gl USE_GNOME= libxml2 Index: graphics/qtqr/Makefile =================================================================== --- graphics/qtqr/Makefile +++ graphics/qtqr/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zbar-py>=1.0.4:graphics/py-zbar-py@${PY_FLAVOR} -USES= desktop-file-utils pyqt:5 python:3.6+ shebangfix +USES= desktop-file-utils pyqt:5 python shebangfix USE_PYQT= pyqt5:run USE_PYTHON= autoplist distutils Index: graphics/rapid-photo-downloader/Makefile =================================================================== --- graphics/rapid-photo-downloader/Makefile +++ graphics/rapid-photo-downloader/Makefile @@ -34,7 +34,7 @@ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \ exiftool:graphics/p5-Image-ExifTool -USES= desktop-file-utils gettext pyqt:5 python:3.6+ qt:5 +USES= desktop-file-utils gettext pyqt:5 python qt:5 USE_PYTHON= autoplist distutils noflavors USE_QT= imageformats:run USE_PYQT= pyqt5 sip Index: graphics/shaderc/Makefile =================================================================== --- graphics/shaderc/Makefile +++ graphics/shaderc/Makefile @@ -13,7 +13,7 @@ spirv-tools>0:graphics/spirv-tools TEST_DEPENDS= googletest>0:devel/googletest -USES= cmake:testing compiler:c++11-lib localbase:ldflags python:3.4+,build +USES= cmake:testing compiler:c++11-lib localbase:ldflags python:build USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= google Index: graphics/shotwell/Makefile =================================================================== --- graphics/shotwell/Makefile +++ graphics/shotwell/Makefile @@ -32,7 +32,7 @@ libxml2.so:textproc/libxml2 USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome gstreamer meson \ - ninja pkgconfig python:3.4+,build shebangfix sqlite tar:xz vala:build xorg + ninja pkgconfig python:build shebangfix sqlite tar:xz vala:build xorg CPE_VENDOR= gnome USE_GNOME= cairo dconf gtk30 USE_LDCONFIG= yes Index: graphics/spirv-tools/Makefile =================================================================== --- graphics/spirv-tools/Makefile +++ graphics/spirv-tools/Makefile @@ -14,7 +14,7 @@ LICENSE= APACHE20 -USES= cmake compiler:c++11-lib python:3.4+,build shebangfix +USES= cmake compiler:c++11-lib python:build shebangfix USE_LDCONFIG= yes SHEBANG_FILES= tools/lesspipe/spirv-lesspipe.sh Index: graphics/tiled/Makefile =================================================================== --- graphics/tiled/Makefile +++ graphics/tiled/Makefile @@ -30,7 +30,7 @@ OPTIONS_SUB= yes PYTHON_DESC= Enable python plugin -PYTHON_USES= pkgconfig python:3.6+ +PYTHON_USES= pkgconfig python PYTHON_QMAKE_OFF= DISABLE_PYTHON_PLUGIN=yes DBUS_USE= QT=dbus Index: graphics/variety/Makefile =================================================================== --- graphics/variety/Makefile +++ graphics/variety/Makefile @@ -27,7 +27,7 @@ coreutils>=8.23:sysutils/coreutils \ yelp>=3.14.1:x11/yelp -USES= desktop-file-utils gettext-tools gnome magick:6,run python:3.5+ shebangfix +USES= desktop-file-utils gettext-tools gnome magick:6,run python shebangfix USE_GITHUB= yes GH_ACCOUNT= varietywalls Index: graphics/vulkan-loader/Makefile =================================================================== --- graphics/vulkan-loader/Makefile +++ graphics/vulkan-loader/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers -USES= alias cmake compiler:c++11-lib pkgconfig python:3.4+,build +USES= alias cmake compiler:c++11-lib pkgconfig python:build USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= KhronosGroup Index: graphics/vulkan-tools/Makefile =================================================================== --- graphics/vulkan-tools/Makefile +++ graphics/vulkan-tools/Makefile @@ -13,7 +13,7 @@ vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader -USES= alias cmake compiler:c++11-lib pkgconfig python:3.4+,build +USES= alias cmake compiler:c++11-lib pkgconfig python:build USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-Tools Index: graphics/vulkan-validation-layers/Makefile =================================================================== --- graphics/vulkan-validation-layers/Makefile +++ graphics/vulkan-validation-layers/Makefile @@ -13,7 +13,7 @@ spirv-tools>0:graphics/spirv-tools \ vulkan-headers>0:graphics/vulkan-headers -USES= alias cmake compiler:c++11-lib pkgconfig python:3.4+,build +USES= alias cmake compiler:c++11-lib pkgconfig python:build USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= KhronosGroup Index: graphics/waffle/Makefile =================================================================== --- graphics/waffle/Makefile +++ graphics/waffle/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core -USES= compiler:c11 gl localbase meson pkgconfig python:3.5+,build +USES= compiler:c11 gl localbase meson pkgconfig python:build USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org GL_ACCOUNT= mesa Index: graphics/zathura/Makefile =================================================================== --- graphics/zathura/Makefile +++ graphics/zathura/Makefile @@ -18,7 +18,7 @@ libsynctex.so:devel/tex-synctex USES= compiler:c11 desktop-file-utils gettext-tools:build gnome meson \ - ninja pkgconfig python:3.6+ + ninja pkgconfig python USE_GNOME= gdkpixbuf2 glib20 gtk30 MESON_ARGS= -Dseccomp=disabled -Dtests=disabled Index: hebrew/py-pyluach/Makefile =================================================================== --- hebrew/py-pyluach/Makefile +++ hebrew/py-pyluach/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist pytest USE_GITHUB= yes Index: irc/hexchat/Makefile =================================================================== --- irc/hexchat/Makefile +++ irc/hexchat/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes USES= compiler:c++11-lang cpe desktop-file-utils gettext-tools gnome \ - libtool localbase meson ninja pkgconfig python:3.5+ shebangfix \ + libtool localbase meson ninja pkgconfig python shebangfix \ ssl tar:xz xorg CPE_VENDOR= ${PORTNAME}_project SHEBANG_FILES= meson_post_install.py \ Index: irc/py-irc/Makefile =================================================================== --- irc/py-irc/Makefile +++ irc/py-irc/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tempora>=1.6:devel/py-tempora@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils pytest SHEBANG_FILES= irc/*.py scripts/*.py Index: irc/py-limnoria/Makefile =================================================================== --- irc/py-limnoria/Makefile +++ irc/py-limnoria/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= ProgVal Index: irc/py-sopel/Makefile =================================================================== --- irc/py-sopel/Makefile +++ irc/py-sopel/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmltodict>=0.12:devel/py-xmltodict@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils USE_RC_SUBR= sopel Index: irc/znc/Makefile =================================================================== --- irc/znc/Makefile +++ irc/znc/Makefile @@ -16,7 +16,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lib cpe cmake:run iconv pathfix pkgconfig python:3.5+ +USES= compiler:c++11-lib cpe cmake:run iconv pathfix pkgconfig python USE_RC_SUBR= znc Index: japanese/ibus-anthy/Makefile =================================================================== --- japanese/ibus-anthy/Makefile +++ japanese/ibus-anthy/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--with-layout=default -USES= gettext gmake gnome libtool pkgconfig python:3.6+ +USES= gettext gmake gnome libtool pkgconfig python USE_GNOME= pygobject3 GLIB_SCHEMAS= org.freedesktop.ibus.engine.anthy.gschema.xml Index: japanese/mozc-server/Makefile =================================================================== --- japanese/mozc-server/Makefile +++ japanese/mozc-server/Makefile @@ -24,7 +24,7 @@ GH_TUPLE= hiroyuki-komatsu:japanese-usage-dictionary:e5b3425:udic USES= compiler:c++11-lang gmake ninja:build pkgconfig \ - python:3.5+,build shebangfix tar:bzip2 + python:build shebangfix tar:bzip2 SHEBANG_FILES= src/build_mozc.py BUILD_WRKSRC= ${WRKSRC}/src Index: japanese/py-jaconv/Makefile =================================================================== --- japanese/py-jaconv/Makefile +++ japanese/py-jaconv/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: java/openjfx14/Makefile =================================================================== --- java/openjfx14/Makefile +++ java/openjfx14/Makefile @@ -74,7 +74,7 @@ WEBKIT_IMPLIES= MEDIA WEBKIT_BUILD_DEPENDS= cmake:devel/cmake-core WEBKIT_LIB_DEPENDS= libicui18n.so:devel/icu -WEBKIT_USES= bison gmake gperf perl5 python:3.5+,build ruby:build +WEBKIT_USES= bison gmake gperf perl5 python:build ruby:build WEBKIT_USE= GNOME=libxslt,libxml2 \ PERL5=build \ XORG=xcomposite,xdamage,xfixes,xrender,xt Index: korean/hunspell/Makefile =================================================================== --- korean/hunspell/Makefile +++ korean/hunspell/Makefile @@ -21,7 +21,7 @@ USE_GITHUB= yes NO_ARCH= yes -USES= python:3.3+,build,test shebangfix +USES= python:build,test shebangfix SHEBANG_FILES= tests/runtest.py PLIST_FILES= ${DATADIR}/ko_KR.aff \ Index: korean/py-korean-lunar-calendar/Makefile =================================================================== --- korean/py-korean-lunar-calendar/Makefile +++ korean/py-korean-lunar-calendar/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: lang/io/Makefile.addons =================================================================== --- lang/io/Makefile.addons +++ lang/io/Makefile.addons @@ -99,7 +99,7 @@ OPENGL_USES= gl xorg OPENGL_USE= GL=glut XORG=xmu POSTGRESQL_USES= pgsql -PYTHON_USES= python:3.3+ +PYTHON_USES= python QDBM_LIB_DEPENDS= libqdbm.so:databases/qdbm READLINE_USES= readline REGEX_LIB_DEPENDS= libpcre.so:devel/pcre Index: lang/mono/Makefile =================================================================== --- lang/mono/Makefile +++ lang/mono/Makefile @@ -38,7 +38,7 @@ X11_USES= display:test USES= autoreconf bison compiler:c11 cpe gmake iconv libtool \ - pathfix perl5 python:3.6+ shebangfix tar:bzip2 + pathfix perl5 python shebangfix tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: lang/mono5.10/Makefile =================================================================== --- lang/mono5.10/Makefile +++ lang/mono5.10/Makefile @@ -39,7 +39,7 @@ X11_USES= display:test USES= autoreconf bison compiler:c11 cpe gmake iconv libtool \ - pathfix perl5 python:3.6+ shebangfix tar:bzip2 + pathfix perl5 python shebangfix tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: lang/mono6.8/Makefile =================================================================== --- lang/mono6.8/Makefile +++ lang/mono6.8/Makefile @@ -27,7 +27,7 @@ CONFLICTS_INSTALL= certmgr coin-or-disco disco mono mono[0-9]* USES= autoreconf bison compiler:c11 cpe gmake iconv libtool localbase \ - pathfix perl5 python:3.6+ shebangfix tar:xz + pathfix perl5 python shebangfix tar:xz USE_PERL5= build CONFIGURE_SCRIPT= autogen.sh Index: lang/pocl/Makefile =================================================================== --- lang/pocl/Makefile +++ lang/pocl/Makefile @@ -40,7 +40,7 @@ DOCS_DESC= Build documentation (needs textproc/py-sphinx) DOCS_CMAKE_ON= -DENABLE_DOCS=ON DOCS_CMAKE_OFF= -DENABLE_DOCS=OFF -DOCS_USES= python:3.6+ +DOCS_USES= python DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} .include Index: lang/py-hy/Makefile =================================================================== --- lang/py-hy/Makefile +++ lang/py-hy/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: lang/py-lupa/Makefile =================================================================== --- lang/py-lupa/Makefile +++ lang/py-lupa/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= lua pkgconfig python:3.6+ +USES= lua pkgconfig python USE_PYTHON= autoplist concurrent cython distutils unittest MAKE_ARGS= --no-bundle --with-cython --with-lua-checks Index: lang/py-textX/Makefile =================================================================== --- lang/py-textX/Makefile +++ lang/py-textX/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}memory-profiler>0:devel/py-memory-profiler@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent pytest # 25 tests fails, see https://github.com/textX/textX/issues/394 NO_ARCH= yes Index: lang/python-tools/Makefile =================================================================== --- lang/python-tools/Makefile +++ lang/python-tools/Makefile @@ -13,7 +13,7 @@ PORTSCOUT= ignore:1 -USES= python:3.6+ shebangfix tar:xz +USES= python shebangfix tar:xz USE_PYTHON= flavors concurrent NO_BUILD= yes NO_ARCH= yes Index: lang/python3/Makefile =================================================================== --- lang/python3/Makefile +++ lang/python3/Makefile @@ -10,7 +10,7 @@ COMMENT= Meta-port for the Python interpreter 3.x WWW= https://www.python.org/ -USES= python:3.6+,run +USES= python:run NO_ARCH= yes NO_BUILD= yes Index: lang/rust-bootstrap/Makefile =================================================================== --- lang/rust-bootstrap/Makefile +++ lang/rust-bootstrap/Makefile @@ -30,7 +30,7 @@ FLAVORS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le riscv64 FLAVOR?= ${FLAVORS:[1]} -USES= cpe ninja:build perl5 python:3.6+,build tar:xz +USES= cpe ninja:build perl5 python:build tar:xz CPE_VENDOR= ${PORTNAME}-lang # for openssl-src crate USE_PERL5= build Index: lang/rust/Makefile =================================================================== --- lang/rust/Makefile +++ lang/rust/Makefile @@ -30,7 +30,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core LIB_DEPENDS= libcurl.so:ftp/curl -USES= cpe ninja:build pkgconfig python:3.7+,build ssl tar:xz +USES= cpe ninja:build pkgconfig python:build ssl tar:xz CPE_VENDOR= rust-lang Index: lang/v8-beta/Makefile =================================================================== --- lang/v8-beta/Makefile +++ lang/v8-beta/Makefile @@ -31,7 +31,7 @@ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} LIB_DEPENDS= libicudata.so:devel/icu -USES= compiler:c++17-lang cpe gnome ninja pkgconfig python:3.5+,build tar:xz +USES= compiler:c++17-lang cpe gnome ninja pkgconfig python:build tar:xz USE_GNOME= glib20 BINARY_ALIAS= python3=${PYTHON_CMD} Index: lang/v8/Makefile =================================================================== --- lang/v8/Makefile +++ lang/v8/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} LIB_DEPENDS= libicudata.so:devel/icu -USES= compiler:c++17-lang cpe gnome ninja pkgconfig python:3.5+,build tar:xz +USES= compiler:c++17-lang cpe gnome ninja pkgconfig python:build tar:xz USE_GNOME= glib20 BINARY_ALIAS= python3=${PYTHON_CMD} Index: mail/claws-mail/Makefile =================================================================== --- mail/claws-mail/Makefile +++ mail/claws-mail/Makefile @@ -22,7 +22,7 @@ mime-support>0:misc/mime-support USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gettext \ - gettext-tools gnome pathfix pkgconfig python:3.5+ shebangfix \ + gettext-tools gnome pathfix pkgconfig python shebangfix \ ssl xorg USE_GNOME= cairo librsvg2 USE_XORG= ice sm Index: mail/cleanup-maildir/Makefile =================================================================== --- mail/cleanup-maildir/Makefile +++ mail/cleanup-maildir/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraph>=0.2.1:graphics/py-pygraph@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= ehaupt SHEBANG_FILES= cleanup-maildir.py Index: mail/geary/Makefile =================================================================== --- mail/geary/Makefile +++ mail/geary/Makefile @@ -39,7 +39,7 @@ libytnef.so:converters/ytnef USES= compiler:c11 cpe desktop-file-utils gettext gnome meson pkgconfig \ - python:3.5+,build shebangfix sqlite tar:xz vala:build + python:build shebangfix sqlite tar:xz vala:build CPE_VENDOR= gnome USE_GNOME= cairo gsound gtk30 libxml2 GLIB_SCHEMAS= org.gnome.Geary.gschema.xml Index: mail/getmail6/Makefile =================================================================== --- mail/getmail6/Makefile +++ mail/getmail6/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/COPYING -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= getmail getmail-gmail-xoauth-tokens getmail_* Index: mail/isbg/Makefile =================================================================== --- mail/isbg/Makefile +++ mail/isbg/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt@${PY_FLAVOR} \ spamassassin:mail/spamassassin -USES= python:3.6+ +USES= python USE_GITLAB= yes GL_ACCOUNT= isbg Index: mail/mailman3/Makefile =================================================================== --- mail/mailman3/Makefile +++ mail/mailman3/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.event>0:devel/py-zope.event@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} -USES= cpe python:3.5+ +USES= cpe python CPE_VENDOR= gnu USE_PYTHON= autoplist distutils USE_RC_SUBR= mailman Index: mail/mailutils/Makefile =================================================================== --- mail/mailutils/Makefile +++ mail/mailutils/Makefile @@ -65,7 +65,7 @@ PAM_CONFIGURE_ENABLE= pam -PYTHON_USES= python:3.0+ +PYTHON_USES= python PYTHON_CONFIGURE_ENABLE=python PYTHON_CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config Index: mail/notmuch/Makefile =================================================================== --- mail/notmuch/Makefile +++ mail/notmuch/Makefile @@ -28,7 +28,7 @@ gwc:sysutils/coreutils USES= compiler:c++11-lang gmake gnome pkgconfig \ - python:3.5+,build,test + python:build,test USE_GNOME= glib20 USE_LDCONFIG= yes .endif Index: mail/py-Products.SecureMailHost/Makefile =================================================================== --- mail/py-Products.SecureMailHost/Makefile +++ mail/py-Products.SecureMailHost/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist .include Index: mail/py-afew/Makefile =================================================================== --- mail/py-afew/Makefile +++ mail/py-afew/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}notmuch>0:mail/py-notmuch@${PY_FLAVOR} \ notmuch:mail/notmuch -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: mail/py-aiosmtpd/Makefile =================================================================== --- mail/py-aiosmtpd/Makefile +++ mail/py-aiosmtpd/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: mail/py-alot/Makefile =================================================================== --- mail/py-alot/Makefile +++ mail/py-alot/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}urwidtrees>1.0:devel/py-urwidtrees@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= pazz Index: mail/py-authheaders/Makefile =================================================================== --- mail/py-authheaders/Makefile +++ mail/py-authheaders/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}publicsuffix2>0:dns/py-publicsuffix2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_BUILD= yes Index: mail/py-authres/Makefile =================================================================== --- mail/py-authres/Makefile +++ mail/py-authres/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: mail/py-django-mailbox/Makefile =================================================================== --- mail/py-django-mailbox/Makefile +++ mail/py-django-mailbox/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} -USES= python:3.6+,run +USES= python:run USE_PYTHON= autoplist distutils NO_ARCH= yes Index: mail/py-django-mailman3/Makefile =================================================================== --- mail/py-django-mailman3/Makefile +++ mail/py-django-mailman3/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}mailmanclient>=3.3.3:mail/py-mailmanclient@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: mail/py-dkimpy/Makefile =================================================================== --- mail/py-dkimpy/Makefile +++ mail/py-dkimpy/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}aiodns>0:dns/py-aiodns@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=0:security/py-pynacl@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: mail/py-email-reply-parser/Makefile =================================================================== --- mail/py-email-reply-parser/Makefile +++ mail/py-email-reply-parser/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: mail/py-email-validator/Makefile =================================================================== --- mail/py-email-validator/Makefile +++ mail/py-email-validator/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.0.0:dns/py-idna@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: mail/py-flanker/Makefile =================================================================== --- mail/py-flanker/Makefile +++ mail/py-flanker/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}tld>=0:dns/py-tld@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:www/py-webob@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: mail/py-flask-mail/Makefile =================================================================== --- mail/py-flask-mail/Makefile +++ mail/py-flask-mail/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}blinker>=0:devel/py-blinker@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: mail/py-flufl.bounce/Makefile =================================================================== --- mail/py-flufl.bounce/Makefile +++ mail/py-flufl.bounce/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist distutils .include Index: mail/py-fuglu/Makefile =================================================================== --- mail/py-fuglu/Makefile +++ mail/py-fuglu/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}rarfile>0:archivers/py-rarfile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lzma>0:archivers/py-lzma@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils USE_RC_SUBR= fuglu Index: mail/py-imapclient/Makefile =================================================================== --- mail/py-imapclient/Makefile +++ mail/py-imapclient/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.4+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: mail/py-imaplib2/Makefile =================================================================== --- mail/py-imaplib2/Makefile +++ mail/py-imaplib2/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -USES= pytest python:3.6-3.9 +USES= pytest python:3.8-3.9 USE_PYTHON= autoplist distutils NO_ARCH= yes Index: mail/py-mail-parser/Makefile =================================================================== --- mail/py-mail-parser/Makefile +++ mail/py-mail-parser/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.17.0:devel/py-simplejson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.14.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: mail/py-mailmanclient/Makefile =================================================================== --- mail/py-mailmanclient/Makefile +++ mail/py-mailmanclient/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mailman>0:mail/mailman3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}falcon>0:www/py-falcon@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: mail/py-mailnag/Makefile =================================================================== --- mail/py-mailnag/Makefile +++ mail/py-mailnag/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} -USES= desktop-file-utils gettext-tools gnome gstreamer python:3.5+ shebangfix +USES= desktop-file-utils gettext-tools gnome gstreamer python shebangfix USE_GITHUB= yes GH_ACCOUNT= pulb Index: mail/py-mailsuite/Makefile =================================================================== --- mail/py-mailsuite/Makefile +++ mail/py-mailsuite/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}mail-parser>=3.14.0:mail/py-mail-parser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}publicsuffix2>=2.20190812:dns/py-publicsuffix2@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: mail/py-managesieve3/Makefile =================================================================== --- mail/py-managesieve3/Makefile +++ mail/py-managesieve3/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: mail/py-milter/Makefile =================================================================== --- mail/py-milter/Makefile +++ mail/py-milter/Makefile @@ -16,7 +16,7 @@ CFLAGS+= -I${LOCALBASE}/include .endif -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= sdgathman Index: mail/py-notmuch/Makefile =================================================================== --- mail/py-notmuch/Makefile +++ mail/py-notmuch/Makefile @@ -7,7 +7,7 @@ LIB_DEPENDS= libnotmuch.so:mail/notmuch -USES= python:3.6+ uniquefiles:dirs +USES= python uniquefiles:dirs USE_PYTHON= autoplist distutils MASTERDIR= ${.CURDIR}/../notmuch Index: mail/py-notmuch2/Makefile =================================================================== --- mail/py-notmuch2/Makefile +++ mail/py-notmuch2/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} LIB_DEPENDS= libnotmuch.so:mail/notmuch -USES= python:3.5+ pkgconfig uniquefiles:dirs +USES= python pkgconfig uniquefiles:dirs USE_PYTHON= autoplist distutils HAS_CONFIGURE= yes Index: mail/py-offlineimap3/Makefile =================================================================== --- mail/py-offlineimap3/Makefile +++ mail/py-offlineimap3/Makefile @@ -27,7 +27,7 @@ # Upstream doesn't have exact version currently only able to test up to 3.9 since # imaplib2 is 3.6-3.9. -USES= pytest python:3.7-3.9 +USES= pytest python:3.8-3.9 # Project is currently not publishing to pypi sdist. pypi/naming status: # https://github.com/OfflineIMAP/offlineimap3/issues/111 Index: mail/py-postfix-mta-sts-resolver/Makefile =================================================================== --- mail/py-postfix-mta-sts-resolver/Makefile +++ mail/py-postfix-mta-sts-resolver/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: mail/py-premailer/Makefile =================================================================== --- mail/py-premailer/Makefile +++ mail/py-premailer/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils concurrent do-test: Index: mail/py-pymailq/Makefile =================================================================== --- mail/py-pymailq/Makefile +++ mail/py-pymailq/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= postfix:mail/postfix NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils concurrent post-patch: Index: mail/py-pysasl/Makefile =================================================================== --- mail/py-pysasl/Makefile +++ mail/py-pysasl/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: mail/py-pyspf/Makefile =================================================================== --- mail/py-pyspf/Makefile +++ mail/py-pyspf/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16.0,1:dns/py-dnspython@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: mail/py-python-slimta/Makefile =================================================================== --- mail/py-python-slimta/Makefile +++ mail/py-python-slimta/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pycares>=1:dns/py-pycares@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysasl>=0.4.0:mail/py-pysasl@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: mail/py-pyzmail/Makefile =================================================================== --- mail/py-pyzmail/Makefile +++ mail/py-pyzmail/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: mail/py-spf-engine/Makefile =================================================================== --- mail/py-spf-engine/Makefile +++ mail/py-spf-engine/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}milter>0:mail/py-milter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyspf>0:mail/py-pyspf@${PY_FLAVOR} -USES= python:3.3+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist pep517 USE_RC_SUBR= pyspf-milter Index: mail/py-validate_email/Makefile =================================================================== --- mail/py-validate_email/Makefile +++ mail/py-validate_email/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py3dns>0:dns/py-py3dns@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: mail/pyzor/Makefile =================================================================== --- mail/pyzor/Makefile +++ mail/pyzor/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:databases/py-gdbm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: mail/rss2email3/Makefile =================================================================== --- mail/rss2email3/Makefile +++ mail/rss2email3/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.0:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:textproc/py-html2text@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= distutils concurrent autoplist Index: mail/slimta/Makefile =================================================================== --- mail/slimta/Makefile +++ mail/slimta/Makefile @@ -13,7 +13,7 @@ ${PYTHON_PKGNAMEPREFIX}python-slimta>0:mail/py-python-slimta@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils USE_RC_SUBR= ${PORTNAME} REINPLACE_ARGS= -i '' Index: math/asymptote/Makefile =================================================================== --- math/asymptote/Makefile +++ math/asymptote/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cson>=0.8:devel/py-cson@${PY_FLAVOR} \ ${PY_PILLOW} -USES= compiler:c++14-lang gettext-runtime ghostscript gl gmake gnome ncurses perl5 python:3.6+ \ +USES= compiler:c++14-lang gettext-runtime ghostscript gl gmake gnome ncurses perl5 python \ pyqt:5 shebangfix tar:tgz tex SHEBANG_FILES= GUI/*.py USE_GL= gl glu glut Index: math/bcal/Makefile =================================================================== --- math/bcal/Makefile +++ math/bcal/Makefile @@ -19,7 +19,7 @@ calc:math/calc TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= gmake python:test,3.5+ readline +USES= gmake python:test readline USE_GITHUB= yes GH_ACCOUNT= jarun Index: math/cadabra2/Makefile =================================================================== --- math/cadabra2/Makefile +++ math/cadabra2/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sympy/__init__.py:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} -USES= compiler:c++14-lang cmake:noninja dos2unix gettext-runtime gnome localbase:ldflags pkgconfig python:3.7+ sqlite tex # USES=python picks random python versions +USES= compiler:c++14-lang cmake:noninja dos2unix gettext-runtime gnome localbase:ldflags pkgconfig python sqlite tex # USES=python picks random python versions USE_GITHUB= yes GH_ACCOUNT= kpeeters DOS2UNIX_FILES= cmake/version.cmake Index: math/cantor/Makefile =================================================================== --- math/cantor/Makefile +++ math/cantor/Makefile @@ -17,7 +17,7 @@ docbook-xml>0:textproc/docbook-xml USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ - pkgconfig python:3.7+ qt:5 shared-mime-info tar:xz xorg + pkgconfig python qt:5 shared-mime-info tar:xz xorg USE_KDE= attica auth archive bookmarks codecs completion config \ configwidgets coreaddons crash emoticons i18n iconthemes \ itemmodels itemviews init jobwidgets kdelibs4support kio \ Index: math/convertall/Makefile =================================================================== --- math/convertall/Makefile +++ math/convertall/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE -USES= pyqt:5 python:3.5+ shebangfix +USES= pyqt:5 python shebangfix USE_PYQT= pyqt5 sip SHEBANG_FILES= source/convertall.py Index: math/cvc5/Makefile =================================================================== --- math/cvc5/Makefile +++ math/cvc5/Makefile @@ -23,7 +23,7 @@ libboost_system.so:devel/boost-libs USES= cmake:testing ncurses compiler:c++17-lang \ - localbase:ldflags pkgconfig python:3.5+,build + localbase:ldflags pkgconfig python:build USE_LDCONFIG= yes USE_GITHUB= yes Index: math/e-antic/Makefile =================================================================== --- math/e-antic/Makefile +++ math/e-antic/Makefile @@ -21,7 +21,7 @@ libboost_thread.so:devel/boost-libs USES= autoreconf compiler:c++11-lang gmake libtool localbase \ - python:3.7+ + python USE_GITHUB= yes ANTIC_TAG= f4e8a60 Index: math/elementary-calculator/Makefile =================================================================== --- math/elementary-calculator/Makefile +++ math/elementary-calculator/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgranite-7.so:x11-toolkits/granite7 -USES= gettext gnome meson pkgconfig python:3.6+,build vala:build +USES= gettext gnome meson pkgconfig python:build vala:build USE_GITHUB= yes GH_ACCOUNT= elementary Index: math/gnome-calculator/Makefile =================================================================== --- math/gnome-calculator/Makefile +++ math/gnome-calculator/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gnome localbase:ldflags meson pkgconfig \ - python:3.6+,build tar:xz vala:build + python:build tar:xz vala:build USE_GNOME= gtk40 gtksourceview5 introspection libxml2 BINARY_ALIAS= python3=${PYTHON_VERSION} Index: math/lapack/Makefile =================================================================== --- math/lapack/Makefile +++ math/lapack/Makefile @@ -72,7 +72,7 @@ # BUILD_TESTING to get tmglib. LIB_DEPENDS+= libblas.so:math/blas . if defined(MAINTAINER_MODE) -USES+= python:3.6+,build,test +USES+= python:build,test . endif CMAKE_ON+= USE_OPTIMIZED_BLAS BUILD_TESTING CMAKE_ARGS+= -DBLAS_LIBRARIES="${LOCALBASE}/lib/libblas.so" Index: math/libflame/Makefile =================================================================== --- math/libflame/Makefile +++ math/libflame/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= bash:shells/bash GNU_CONFIGURE= yes -USES= compiler:c11 gmake python:3.7 +USES= compiler:c11 gmake prthon:3.8 USE_CSTD= c99 USE_LDCONFIG= yes Index: math/libflame/files/patch-build_flatten-headers_py.diff =================================================================== --- math/libflame/files/patch-build_flatten-headers_py.diff +++ math/libflame/files/patch-build_flatten-headers_py.diff @@ -2,7 +2,7 @@ +++ build/flatten-headers.py 2020-05-02 16:30:49.511257000 -0500 @@ -1,4 +1,4 @@ -#!/usr/bin/env python -+#!/usr/bin/env python3.7 ++#!/usr/bin/env python3.8 # # BLIS # An object-based framework for developing high-performance BLAS-like Index: math/mathicsscript/Makefile =================================================================== --- math/mathicsscript/Makefile +++ math/mathicsscript/Makefile @@ -33,7 +33,7 @@ #USE_GITHUB= yes #GH_ACCOUNT= Mathics3 -USES= python:3.8+ readline shebangfix +USES= python readline shebangfix USE_PYTHON= distutils noflavors SHEBANG_GLOB= *.py Index: math/mathlibtools/Makefile =================================================================== --- math/mathlibtools/Makefile +++ math/mathlibtools/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}toml>=0.10.0:textproc/py-toml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils noflavors autoplist NO_ARCH= yes Index: math/openfst/Makefile =================================================================== --- math/openfst/Makefile +++ math/openfst/Makefile @@ -9,7 +9,7 @@ LICENSE= APACHE20 -USES= compiler:c++17-lang libtool python:3.6+ +USES= compiler:c++17-lang libtool python USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: math/pspp/Makefile =================================================================== --- math/pspp/Makefile +++ math/pspp/Makefile @@ -18,7 +18,7 @@ libgslcblas.so:math/gsl USES= cpe charsetfix gettext-tools gmake gnome iconv localbase \ - libtool perl5 pkgconfig python:3.7+,build readline + libtool perl5 pkgconfig python:build readline CPE_VENDOR= gnu USE_GNOME= libxml2 Index: math/py-CyLP/Makefile =================================================================== --- math/py-CyLP/Makefile +++ math/py-CyLP/Makefile @@ -25,7 +25,7 @@ libOsi.so:math/osi RUN_DEPENDS= ${PY_DEPENDS} -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++11-lang python USE_PYTHON= distutils cython autoplist pytest USE_GITHUB= yes Index: math/py-Diofant/Makefile =================================================================== --- math/py-Diofant/Makefile +++ math/py-Diofant/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}theano>=0.9.0:math/py-theano@${PY_FLAVOR} \ ${PYNUMPY} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython autoplist NO_ARCH= yes Index: math/py-GridDataFormats/Makefile =================================================================== --- math/py-GridDataFormats/Makefile +++ math/py-GridDataFormats/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}mrcfile>0:biology/py-mrcfile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent pytest USE_GITHUB= yes Index: math/py-MutatorMath/Makefile =================================================================== --- math/py-MutatorMath/Makefile +++ math/py-MutatorMath/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.8:x11-fonts/py-fontMath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes Index: math/py-PuLP/Makefile =================================================================== --- math/py-PuLP/Makefile +++ math/py-PuLP/Makefile @@ -16,7 +16,7 @@ cbc:math/cbc \ glpsol:math/glpk -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= ${PORTNAME:tl}project USE_PYTHON= distutils concurrent autoplist Index: math/py-PyMetis/Makefile =================================================================== --- math/py-PyMetis/Makefile +++ math/py-PyMetis/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= pytest:devel/py-pytest@${PY_FLAVOR} -USES= compiler:c++14-lang localbase python:3.6+ +USES= compiler:c++14-lang localbase python USE_PYTHON= distutils autoplist TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: math/py-PySCIPOpt/Makefile =================================================================== --- math/py-PySCIPOpt/Makefile +++ math/py-PySCIPOpt/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libscip.so:math/SCIP -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= distutils cython autoplist pytest USE_GITHUB= yes Index: math/py-PyWavelets/Makefile =================================================================== --- math/py-PyWavelets/Makefile +++ math/py-PyWavelets/Makefile @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_PROJECT= pywt -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils cython cython_run PYDISTUTILS_BUILD_TARGET= build build_ext Index: math/py-Pyomo/Makefile =================================================================== --- math/py-Pyomo/Makefile +++ math/py-Pyomo/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-parallel>0:devel/py-pytest-parallel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython concurrent autoplist pytest # 1 test fails, see https://github.com/Pyomo/pyomo/issues/2547 USE_GITHUB= yes Index: math/py-affine/Makefile =================================================================== --- math/py-affine/Makefile +++ math/py-affine/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: math/py-algopy/Makefile =================================================================== --- math/py-algopy/Makefile +++ math/py-algopy/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-altgraph/Makefile =================================================================== --- math/py-altgraph/Makefile +++ math/py-altgraph/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: math/py-amply/Makefile =================================================================== --- math/py-amply/Makefile +++ math/py-amply/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.3:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: math/py-animatplot-ng/Makefile =================================================================== --- math/py-animatplot-ng/Makefile +++ math/py-animatplot-ng/Makefile @@ -18,7 +18,7 @@ ${PY_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2:math/py-matplotlib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-animatplot/Makefile =================================================================== --- math/py-animatplot/Makefile +++ math/py-animatplot/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2:math/py-matplotlib@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2:math/py-matplotlib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-apgl/Makefile =================================================================== --- math/py-apgl/Makefile +++ math/py-apgl/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0.7.0:science/py-scipy@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: math/py-arviz/Makefile =================================================================== --- math/py-arviz/Makefile +++ math/py-arviz/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cloudpickle>0:devel/py-cloudpickle@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>0:devel/py-numba@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest # tests have 13 warnings, 1 error, see https://github.com/arviz-devs/arviz/issues/2084 NO_ARCH= yes Index: math/py-arybo/Makefile =================================================================== --- math/py-arybo/Makefile +++ math/py-arybo/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytanque>=1.0:math/py-pytanque@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= compiler:c++14-lang python:3.5+ +USES= compiler:c++14-lang python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: math/py-autograd/Makefile =================================================================== --- math/py-autograd/Makefile +++ math/py-autograd/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: math/py-baycomp/Makefile =================================================================== --- math/py-baycomp/Makefile +++ math/py-baycomp/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.2:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.19.1:science/py-scipy@${PY_FLAVOR} -USES= localbase:ldflags python:3.7+ +USES= localbase:ldflags python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-bayesian-optimization/Makefile =================================================================== --- math/py-bayesian-optimization/Makefile +++ math/py-bayesian-optimization/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18.0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0.0:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-benford_py/Makefile =================================================================== --- math/py-benford_py/Makefile +++ math/py-benford_py/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: math/py-bitmath/Makefile =================================================================== --- math/py-bitmath/Makefile +++ math/py-bitmath/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: math/py-bottleneck/Makefile =================================================================== --- math/py-bottleneck/Makefile +++ math/py-bottleneck/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent cython distutils DOCS= README.rst RELEASE.rst \ Index: math/py-brial/Makefile =================================================================== --- math/py-brial/Makefile +++ math/py-brial/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= BRiAl GH_PROJECT= ${GH_ACCOUNT} -USES= python:3.6+ +USES= python WRKSRC_SUBDIR= sage-brial USE_PYTHON= distutils Index: math/py-chaospy/Makefile =================================================================== --- math/py-chaospy/Makefile +++ math/py-chaospy/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 autoplist pytest USE_GITHUB= yes Index: math/py-claripy/Makefile =================================================================== --- math/py-claripy/Makefile +++ math/py-claripy/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}z3-solver>4.8.5.0:math/py-z3-solver@${PY_FLAVOR} TEST_DEPENDS= z3>4.8.5.0:math/z3 -USES= angr:nose python:3.6+ +USES= angr:nose python USE_GITHUB= yes GH_ACCOUNT= angr USE_PYTHON= autoplist distutils Index: math/py-clingcon/Makefile =================================================================== --- math/py-clingcon/Makefile +++ math/py-clingcon/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}clingo>0:math/py-clingo@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clingo>0:math/py-clingo@${PY_FLAVOR} -USES= compiler:c++17-lang python:3.6+ +USES= compiler:c++17-lang python USE_PYTHON= distutils autoplist post-install: Index: math/py-clingo/Makefile =================================================================== --- math/py-clingo/Makefile +++ math/py-clingo/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} -USES= compiler:c++14-lang python:3.6+ +USES= compiler:c++14-lang python USE_PYTHON= distutils autoplist unittest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/clingo Index: math/py-cma/Makefile =================================================================== --- math/py-cma/Makefile +++ math/py-cma/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-cmaes/Makefile =================================================================== --- math/py-cmaes/Makefile +++ math/py-cmaes/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-cmyt/Makefile =================================================================== --- math/py-cmyt/Makefile +++ math/py-cmyt/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}more-itertools>=8.4:devel/py-more-itertools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorspacious>=1.1.2:devel/py-colorspacious@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 concurrent autoplist NO_ARCH= yes Index: math/py-colormath/Makefile =================================================================== --- math/py-colormath/Makefile +++ math/py-colormath/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=1.9.1:math/py-networkx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: math/py-contourpy/Makefile =================================================================== --- math/py-contourpy/Makefile +++ math/py-contourpy/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pybind11:devel/py-pybind11@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: math/py-cryptominisat/Makefile =================================================================== --- math/py-cryptominisat/Makefile +++ math/py-cryptominisat/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libcryptominisat5.so:math/cryptominisat -USES= compiler:c++11-lib python:3.6+ +USES= compiler:c++11-lib python USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: math/py-cvxopt/Makefile =================================================================== --- math/py-cvxopt/Makefile +++ math/py-cvxopt/Makefile @@ -23,7 +23,7 @@ libumfpack.so:math/suitesparse-umfpack TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ localbase:ldflags cpe +USES= python localbase:ldflags cpe #USE_GITHUB= yes USE_PYTHON= pep517 autoplist Index: math/py-cvxpy/Makefile =================================================================== --- math/py-cvxpy/Makefile +++ math/py-cvxpy/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}scs>=1.1.6:math/py-scs@${PY_FLAVOR} TEST_DEPENDS= pytest:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: math/py-cyipopt/Makefile =================================================================== --- math/py-cyipopt/Makefile +++ math/py-cyipopt/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= fortran python:3.6+ pkgconfig # fortran because ipopt's pkg-config returns gcc libs +USES= fortran python pkgconfig # fortran because ipopt's pkg-config returns gcc libs USE_PYTHON= distutils cython autoplist pytest USE_GITHUB= yes Index: math/py-cypari2/Makefile =================================================================== --- math/py-cypari2/Makefile +++ math/py-cypari2/Makefile @@ -19,7 +19,7 @@ #USE_GITHUB= yes #GH_ACCOUNT= sagemath -USES= compiler:c11 python:3.6+ +USES= compiler:c11 python USE_PYTHON= cython distutils .if !defined(WITH_DEBUG) Index: math/py-deap/Makefile =================================================================== --- math/py-deap/Makefile +++ math/py-deap/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist pytest # tests fail, see https://github.com/DEAP/deap/issues/668 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: math/py-dgl/Makefile =================================================================== --- math/py-dgl/Makefile +++ math/py-dgl/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ ${BACKEND_DEPENDS} -USES= python:3.7+ localbase +USES= python localbase USE_PYTHON= distutils cython autoplist WRKSRC_SUBDIR= python Index: math/py-disjoint-set/Makefile =================================================================== --- math/py-disjoint-set/Makefile +++ math/py-disjoint-set/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: math/py-docplex/Makefile =================================================================== --- math/py-docplex/Makefile +++ math/py-docplex/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-ducc0/Makefile =================================================================== --- math/py-ducc0/Makefile +++ math/py-ducc0/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++17-lang python:3.6+ +USES= compiler:c++17-lang python USE_PYTHON= distutils autoplist pytest Index: math/py-ecos/Makefile =================================================================== --- math/py-ecos/Makefile +++ math/py-ecos/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pre-configure: Index: math/py-fastcluster/Makefile =================================================================== --- math/py-fastcluster/Makefile +++ math/py-fastcluster/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9,1:math/py-numpy@${PY_FLAVOR} -USES= compiler python:3.7+ +USES= compiler python USE_PYTHON= autoplist concurrent distutils .include Index: math/py-fastdtw/Makefile =================================================================== --- math/py-fastdtw/Makefile +++ math/py-fastdtw/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes # tests are only on github GH_ACCOUNT= slaypni Index: math/py-flax/Makefile =================================================================== --- math/py-flax/Makefile +++ math/py-flax/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}rich>=11.1:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.1:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-fpylll/Makefile =================================================================== --- math/py-fpylll/Makefile +++ math/py-fpylll/Makefile @@ -29,7 +29,7 @@ USE_GITHUB= yes GH_ACCOUNT= fplll -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++11-lang python USE_PYTHON= distutils .if !defined(WITH_DEBUG) LDFLAGS+= -s Index: math/py-fraction/Makefile =================================================================== --- math/py-fraction/Makefile +++ math/py-fraction/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-fvcore/Makefile =================================================================== --- math/py-fvcore/Makefile +++ math/py-fvcore/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}yacs>0:devel/py-yacs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-gau2grid/Makefile =================================================================== --- math/py-gau2grid/Makefile +++ math/py-gau2grid/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= cmake compiler:c11 python:3.6+ +USES= cmake compiler:c11 python USE_GITHUB= yes GH_ACCOUNT= dgasmith USE_PYTHON= flavors Index: math/py-gimmik/Makefile =================================================================== --- math/py-gimmik/Makefile +++ math/py-gimmik/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} -USES= python:3.3+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-gmpy/Makefile =================================================================== --- math/py-gmpy/Makefile +++ math/py-gmpy/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgmp.so:math/gmp -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist post-extract: Index: math/py-grandalf/Makefile =================================================================== --- math/py-grandalf/Makefile +++ math/py-grandalf/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= bdcht USE_PYTHON= distutils autoplist Index: math/py-graphillion/Makefile =================================================================== --- math/py-graphillion/Makefile +++ math/py-graphillion/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} # Python 2.7,3.4+ -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: math/py-gym-notices/Makefile =================================================================== --- math/py-gym-notices/Makefile +++ math/py-gym-notices/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-gym/Makefile =================================================================== --- math/py-gym/Makefile +++ math/py-gym/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-hdbscan/Makefile =================================================================== --- math/py-hdbscan/Makefile +++ math/py-hdbscan/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent cython distutils post-install: Index: math/py-hdmedians/Makefile =================================================================== --- math/py-hdmedians/Makefile +++ math/py-hdmedians/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist post-install: Index: math/py-heyoka/Makefile =================================================================== --- math/py-heyoka/Makefile +++ math/py-heyoka/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} -USES= cmake compiler:c++17-lang python:3.7+ +USES= cmake compiler:c++17-lang python USE_PYTHON= flavors USE_GITHUB= yes Index: math/py-igraph/Makefile =================================================================== --- math/py-igraph/Makefile +++ math/py-igraph/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR} TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} -USES= bison gnome pkgconfig python:3.6+ +USES= bison gnome pkgconfig python USE_PYTHON= distutils concurrent autoplist USE_GNOME= libxml2 Index: math/py-intspan/Makefile =================================================================== --- math/py-intspan/Makefile +++ math/py-intspan/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-iohexperimenter/Makefile =================================================================== --- math/py-iohexperimenter/Makefile +++ math/py-iohexperimenter/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= compiler:c++14-lang dos2unix python:3.7+ +USES= compiler:c++14-lang dos2unix python USE_PYTHON= autoplist concurrent distutils unittest USE_CXXSTD= c++14 Index: math/py-ipyopt/Makefile =================================================================== --- math/py-ipyopt/Makefile +++ math/py-ipyopt/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libipopt.so:math/ipopt RUN_DEPENDS= ${PY_DEPENDS} -USES= compiler:c++17-lang pkgconfig python:3.6+ +USES= compiler:c++17-lang pkgconfig python USE_PYTHON= distutils autoplist pytest CXXFLAGS+= $(pkg-config --cflags ipopt) Index: math/py-jax/Makefile =================================================================== --- math/py-jax/Makefile +++ math/py-jax/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}opt-einsum>=0:math/py-opt-einsum@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.7:science/py-scipy@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: math/py-keras-applications/Makefile =================================================================== --- math/py-keras-applications/Makefile +++ math/py-keras-applications/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}h5py>=0:science/py-h5py@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= keras-team USE_PYTHON= autoplist distutils Index: math/py-keras-preprocessing/Makefile =================================================================== --- math/py-keras-preprocessing/Makefile +++ math/py-keras-preprocessing/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= keras-team USE_PYTHON= autoplist distutils Index: math/py-keras/Makefile =================================================================== --- math/py-keras/Makefile +++ math/py-keras/Makefile @@ -28,7 +28,7 @@ bazel:devel/bazel5 \ bash:shells/bash -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= keras-team Index: math/py-kiwisolver/Makefile =================================================================== --- math/py-kiwisolver/Makefile +++ math/py-kiwisolver/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.7+ +USES= compiler:c++11-lang python USE_PYTHON= autoplist concurrent distutils .include Index: math/py-levmar/Makefile =================================================================== --- math/py-levmar/Makefile +++ math/py-levmar/Makefile @@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \ ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: math/py-libpoly/Makefile =================================================================== --- math/py-libpoly/Makefile +++ math/py-libpoly/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpoly.so:math/libpoly -USES= cmake localbase:ldflags python:3.6+ +USES= cmake localbase:ldflags python USE_GITHUB= yes GH_ACCOUNT= SRI-CSL USE_LDCONFIG= yes Index: math/py-linearmodels/Makefile =================================================================== --- math/py-linearmodels/Makefile +++ math/py-linearmodels/Makefile @@ -32,7 +32,7 @@ ${PYTHON_PKGNAMEPREFIX}seaborn>0:math/py-seaborn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xarray>=0.13:devel/py-xarray@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= distutils cython autoplist pytest # tests fail to run, see https://github.com/bashtage/linearmodels/issues/512 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: math/py-lmfit/Makefile =================================================================== --- math/py-lmfit/Makefile +++ math/py-lmfit/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}numdifftools>0:math/py-numdifftools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ -USES= python:3.6+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: math/py-lrcalc/Makefile =================================================================== --- math/py-lrcalc/Makefile +++ math/py-lrcalc/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= liblrcalc.so:math/lrcalc -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= cython distutils Index: math/py-luminol/Makefile =================================================================== --- math/py-luminol/Makefile +++ math/py-luminol/Makefile @@ -15,7 +15,7 @@ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: math/py-mathics-scanner/Makefile =================================================================== --- math/py-mathics-scanner/Makefile +++ math/py-mathics-scanner/Makefile @@ -23,7 +23,7 @@ #USE_GITHUB= yes #GH_ACCOUNT= Mathics3 -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils noflavors NO_ARCH= yes Index: math/py-mathics/Makefile =================================================================== --- math/py-mathics/Makefile +++ math/py-mathics/Makefile @@ -67,7 +67,7 @@ #USE_GITHUB= yes #GH_ACCOUNT= ${PORTNAME:tl} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= cython distutils noflavors MAKE_ENV+= USE_CYTHON=yes SHEBANG_GLOB= *.py Index: math/py-matplotlib-inline/Makefile =================================================================== --- math/py-matplotlib-inline/Makefile +++ math/py-matplotlib-inline/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>0:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-matplotlib-scalebar/Makefile =================================================================== --- math/py-matplotlib-scalebar/Makefile +++ math/py-matplotlib-scalebar/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_LOCALE= en_US.UTF-8 USE_PYTHON= autoplist distutils Index: math/py-matplotlib/Makefile =================================================================== --- math/py-matplotlib/Makefile +++ math/py-matplotlib/Makefile @@ -38,7 +38,7 @@ ${PYTHON_PKGNAMEPREFIX}fonttools>=4.22.0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} -USES= compiler:c++11-lib gettext gnome localbase pkgconfig python:3.7+ shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext gnome localbase pkgconfig python shebangfix uniquefiles:dirs USE_PYTHON= distutils PLIST_SUB= VER=${PORTVERSION} Index: math/py-matplotlib2/Makefile =================================================================== --- math/py-matplotlib2/Makefile +++ math/py-matplotlib2/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}kiwisolver>=1.0.0:math/py-kiwisolver@${PY_FLAVOR} -USES= compiler:c++11-lib gettext gnome pkgconfig python:3.6+ shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext gnome pkgconfig python shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include Index: math/py-minorminer/Makefile =================================================================== --- math/py-minorminer/Makefile +++ math/py-minorminer/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist pytest # 9 tests fail, see https://github.com/dwavesystems/minorminer/issues/231 USE_GITHUB= yes Index: math/py-mip/Makefile =================================================================== --- math/py-mip/Makefile +++ math/py-mip/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-mixsimulator/Makefile =================================================================== --- math/py-mixsimulator/Makefile +++ math/py-mixsimulator/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-ml-dtypes/Makefile =================================================================== --- math/py-ml-dtypes/Makefile +++ math/py-ml-dtypes/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.23.3:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 post-install: Index: math/py-mnnpy/Makefile =================================================================== --- math/py-mnnpy/Makefile +++ math/py-mnnpy/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.4+ +USES= python USE_PYTHON= distutils cython autoplist post-install: Index: math/py-moarchiving/Makefile =================================================================== --- math/py-moarchiving/Makefile +++ math/py-moarchiving/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-mpmath/Makefile =================================================================== --- math/py-mpmath/Makefile +++ math/py-mpmath/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy>=0:math/py-gmpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-munkres/Makefile =================================================================== --- math/py-munkres/Makefile +++ math/py-munkres/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-munkres10/Makefile =================================================================== --- math/py-munkres10/Makefile +++ math/py-munkres10/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-ndindex/Makefile =================================================================== --- math/py-ndindex/Makefile +++ math/py-ndindex/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-networkx/Makefile =================================================================== --- math/py-networkx/Makefile +++ math/py-networkx/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}decorator>=4.3.0:devel/py-decorator@${PY_FLAVOR} -USES= cpe python:3.8+ shebangfix +USES= cpe python shebangfix USE_PYTHON= autoplist concurrent distutils pytest SHEBANG_GLOB= *.py NO_ARCH= yes Index: math/py-nevergrad/Makefile =================================================================== --- math/py-nevergrad/Makefile +++ math/py-nevergrad/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}cma>=2.6.0:math/py-cma@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.15.0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-numdifftools/Makefile =================================================================== --- math/py-numdifftools/Makefile +++ math/py-numdifftools/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-pep8>0:devel/py-pytest-pep8@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest # test dependencies fail to install due to inter-package conflicts NO_ARCH= yes Index: math/py-numexpr/Makefile =================================================================== --- math/py-numexpr/Makefile +++ math/py-numexpr/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.13.3,1:math/py-numpy@${PY_FLAVOR} -USES= dos2unix python:3.7+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils post-install: Index: math/py-numpoly/Makefile =================================================================== --- math/py-numpoly/Makefile +++ math/py-numpoly/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-numpy-stl/Makefile =================================================================== --- math/py-numpy-stl/Makefile +++ math/py-numpy-stl/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}python-utils>=2.3.0:misc/py-python-utils@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= cython distutils autoplist post-install: Index: math/py-numpy/Makefile =================================================================== --- math/py-numpy/Makefile +++ math/py-numpy/Makefile @@ -25,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.5:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.24.1:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= compiler:c11 cpe fortran python:3.8+ +USES= compiler:c11 cpe fortran python USE_PYTHON= allflavors autoplist concurrent cython distutils GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so// Index: math/py-openTSNE/Makefile =================================================================== --- math/py-openTSNE/Makefile +++ math/py-openTSNE/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20:science/py-scikit-learn@${PY_FLAVOR} -USES= compiler:c++14-lang localbase:ldflags python:3.6+ +USES= compiler:c++14-lang localbase:ldflags python USE_PYTHON= pep517 cython autoplist pytest # tests fail to run, see https://github.com/pavlin-policar/openTSNE/issues/237 TEST_WRKSRC= ${WRKSRC}/tests Index: math/py-opt-einsum/Makefile =================================================================== --- math/py-opt-einsum/Makefile +++ math/py-opt-einsum/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-optuna/Makefile =================================================================== --- math/py-optuna/Makefile +++ math/py-optuna/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>0:databases/py-sqlalchemy12@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: math/py-or-tools/Makefile =================================================================== --- math/py-or-tools/Makefile +++ math/py-or-tools/Makefile @@ -41,7 +41,7 @@ libre2.so:devel/re2 RUN_DEPENDS= ${PY_DEPENDS} -USES= blaslapack cmake:insource compiler:c++17-lang eigen:3 pkgconfig python:3.6+ +USES= blaslapack cmake:insource compiler:c++17-lang eigen:3 pkgconfig python USE_PYTHON= flavors pytest # tests fail, see https://github.com/google/or-tools/issues/3464 USE_GITHUB= yes Index: math/py-osqp/Makefile =================================================================== --- math/py-osqp/Makefile +++ math/py-osqp/Makefile @@ -20,7 +20,7 @@ cmake:devel/cmake-core RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: math/py-pandas-datareader/Makefile =================================================================== --- math/py-pandas-datareader/Makefile +++ math/py-pandas-datareader/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-pandas/Makefile =================================================================== --- math/py-pandas/Makefile +++ math/py-pandas/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}tzdata>=2022.1:devel/py-tzdata@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=0:devel/py-arrow@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python CPE_VENDOR= numfocus USE_PYTHON= autoplist cython pep517 Index: math/py-patsy/Makefile =================================================================== --- math/py-patsy/Makefile +++ math/py-patsy/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.4,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-pdal/Makefile =================================================================== --- math/py-pdal/Makefile +++ math/py-pdal/Makefile @@ -21,7 +21,7 @@ ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= compiler:c++11-lang ninja:build python:3.6+ +USES= compiler:c++11-lang ninja:build python USE_PYTHON= autoplist cython distutils post-install: Index: math/py-permutation/Makefile =================================================================== --- math/py-permutation/Makefile +++ math/py-permutation/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: math/py-petsc4py/Makefile =================================================================== --- math/py-petsc4py/Makefile +++ math/py-petsc4py/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpetsc.so:science/PETSc RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist pytest # tests fail to run, see https://gitlab.com/petsc/petsc/-/issues/1301 MAKE_ENV= PETSC_DIR=${LOCALBASE} Index: math/py-piranha/Makefile =================================================================== --- math/py-piranha/Makefile +++ math/py-piranha/Makefile @@ -22,7 +22,7 @@ libmpfr.so:math/mpfr \ ${PY_BOOST} -USES= cmake compiler:c++14-lang python:3.6+ +USES= cmake compiler:c++14-lang python USE_GITHUB= yes GH_ACCOUNT= bluescarni USE_PYTHON= flavors Index: math/py-plastex/Makefile =================================================================== --- math/py-plastex/Makefile +++ math/py-plastex/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unidecode>=0.4.21:converters/py-unidecode@${PY_FLAVOR} -USES= python:3.6+ tex +USES= python tex USE_PYTHON= autoplist concurrent distutils USE_TEX= base:run Index: math/py-point-annotator/Makefile =================================================================== --- math/py-point-annotator/Makefile +++ math/py-point-annotator/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: math/py-pplpy/Makefile =================================================================== --- math/py-pplpy/Makefile +++ math/py-pplpy/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} -USES= compiler:c++11-lang localbase python:3.6+ +USES= compiler:c++11-lang localbase python USE_PYTHON= cython distutils .if !defined(WITH_DEBUG) Index: math/py-primecountpy/Makefile =================================================================== --- math/py-primecountpy/Makefile +++ math/py-primecountpy/Makefile @@ -17,7 +17,7 @@ libprimesieve.so:math/primesieve RUN_DEPENDS= ${PYDEPS} -USES= localbase python:3.7+ +USES= localbase python USE_PYTHON= cython distutils .if !defined(WITH_DEBUG) LDFLAGS+= -s Index: math/py-primme/Makefile =================================================================== --- math/py-primme/Makefile +++ math/py-primme/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= fortran gmake localbase:ldflags python:3.6+ shebangfix +USES= fortran gmake localbase:ldflags python shebangfix USE_PYTHON= distutils cython autoplist TEST_TARGET= test Index: math/py-py-find-1st/Makefile =================================================================== --- math/py-py-find-1st/Makefile +++ math/py-py-find-1st/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 autoplist pytest # tests are broken, see https://github.com/roebel/py_find_1st/issues/13 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: math/py-pyFFTW/Makefile =================================================================== --- math/py-pyFFTW/Makefile +++ math/py-pyFFTW/Makefile @@ -19,7 +19,7 @@ libfftw3f.so:math/fftw3-float RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.8+ localbase:ldflags +USES= python localbase:ldflags USE_PYTHON= distutils cython autoplist post-install: Index: math/py-pybloom/Makefile =================================================================== --- math/py-pybloom/Makefile +++ math/py-pybloom/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bitarray>0:devel/py-bitarray@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: math/py-pyclipper/Makefile =================================================================== --- math/py-pyclipper/Makefile +++ math/py-pyclipper/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.11.1:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils cython autoplist .include Index: math/py-pycosat/Makefile =================================================================== --- math/py-pycosat/Makefile +++ math/py-pycosat/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpicosat.so:math/picosat -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils PYDISTUTILS_BUILDARGS= build_ext \ Index: math/py-pygsl/Makefile =================================================================== --- math/py-pygsl/Makefile +++ math/py-pygsl/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libgsl.so:math/gsl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 post-install: Index: math/py-pygslodeiv2/Makefile =================================================================== --- math/py-pygslodeiv2/Makefile +++ math/py-pygslodeiv2/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libgsl.so:math/gsl RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++11-lang localbase python:3.6+ pytest +USES= compiler:c++11-lang localbase python pytest USE_PYTHON= distutils autoplist pre-test: Index: math/py-pyhdfe/Makefile =================================================================== --- math/py-pyhdfe/Makefile +++ math/py-pyhdfe/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: math/py-pyhull/Makefile =================================================================== --- math/py-pyhull/Makefile +++ math/py-pyhull/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: math/py-pymc3/Makefile =================================================================== --- math/py-pymc3/Makefile +++ math/py-pymc3/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}theano>0:math/py-theano@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_GITHUB= yes GH_ACCOUNT= pymc-devs USE_PYTHON= distutils concurrent autoplist Index: math/py-pynauty/Makefile =================================================================== --- math/py-pynauty/Makefile +++ math/py-pynauty/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= gmake:devel/gmake TEST_DEPENDS= pytest:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils autoplist SHEBANG_FILES= src/pynauty/tests/test_minimal.py Index: math/py-pyneqsys/Makefile =================================================================== --- math/py-pyneqsys/Makefile +++ math/py-pyneqsys/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}sym>=0.3.1:math/py-sym@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=1.3:math/py-sympy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-pynleq2/Makefile =================================================================== --- math/py-pynleq2/Makefile +++ math/py-pynleq2/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYNUMPY} -USES= fortran python:3.6+ +USES= fortran python USE_PYTHON= distutils autoplist USE_GITHUB= nodefault GH_TUPLE= PySCeS:pysces:0.9.8:fortran Index: math/py-pynndescent/Makefile =================================================================== --- math/py-pynndescent/Makefile +++ math/py-pynndescent/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/lmcinnes/pynndescent/issues/216 ; in 0.5.10 tests fail @ 64% w/out any error message NO_ARCH= yes Index: math/py-pyodeint/Makefile =================================================================== --- math/py-pyodeint/Makefile +++ math/py-pyodeint/Makefile @@ -16,7 +16,7 @@ ${LOCALBASE}/include/boost/config.hpp:devel/boost-libs RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++11-lang localbase python:3.6+ +USES= compiler:c++11-lang localbase python USE_PYTHON= distutils autoplist .include Index: math/py-pyodesys/Makefile =================================================================== --- math/py-pyodesys/Makefile +++ math/py-pyodesys/Makefile @@ -20,7 +20,7 @@ TEST_DEPENDS= ${LOCALBASE}/include/boost/numeric/ublas/matrix.hpp:devel/boost-libs \ ${LOCALBASE}/include/gsl/gsl_errno.h:math/gsl -USES= display:test localbase:ldflags python:3.7+ shebangfix +USES= display:test localbase:ldflags python shebangfix USE_PYTHON= distutils autoplist pytest SHEBANG_GLOB= *.py Index: math/py-pysmt/Makefile =================================================================== --- math/py-pysmt/Makefile +++ math/py-pysmt/Makefile @@ -17,7 +17,7 @@ z3>0:math/z3 \ cvc5>0:math/cvc5 # CVC4 was replaced with CVC5 - tests are now broken untile this is resolved: https://github.com/pysmt/pysmt/issues/744 -USES= python:3.5+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils PYDISTUTILS_PKGNAME= PySMT Index: math/py-pystan/Makefile =================================================================== --- math/py-pystan/Makefile +++ math/py-pystan/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++14-lang python:3.6+ shebangfix +USES= compiler:c++14-lang python shebangfix USE_PYTHON= autoplist distutils .include Index: math/py-pysym/Makefile =================================================================== --- math/py-pysym/Makefile +++ math/py-pysym/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \ ${PYNUMPY} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-pytanque/Makefile =================================================================== --- math/py-pytanque/Makefile +++ math/py-pytanque/Makefile @@ -12,7 +12,7 @@ BROKEN_riscv64= ld: error: lto.tmp: cannot link object files with different floating-point ABI -USES= compiler:c++14-lang python:3.6+ +USES= compiler:c++14-lang python USE_PYTHON= distutils autoplist .include Index: math/py-pytensor/Makefile =================================================================== --- math/py-pytensor/Makefile +++ math/py-pytensor/Makefile @@ -25,7 +25,7 @@ ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= pep517 cython autoplist pytest # tests fail to run, see https://github.com/pymc-devs/pytensor/issues/355 SHEBANG_FILES= bin/pytensor-cache Index: math/py-python-fcl/Makefile =================================================================== --- math/py-python-fcl/Makefile +++ math/py-python-fcl/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++11-lang eigen:3 python:3.6+ +USES= compiler:c++11-lang eigen:3 python USE_PYTHON= distutils autoplist concurrent cython Index: math/py-python-louvain/Makefile =================================================================== --- math/py-python-louvain/Makefile +++ math/py-python-louvain/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: math/py-python-picard/Makefile =================================================================== --- math/py-python-picard/Makefile +++ math/py-python-picard/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: math/py-pytorchvideo/Makefile =================================================================== --- math/py-pytorchvideo/Makefile +++ math/py-pytorchvideo/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}iopath>0:devel/py-iopath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-pyvtk/Makefile =================================================================== --- math/py-pyvtk/Makefile +++ math/py-pyvtk/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: math/py-qdldl/Makefile =================================================================== --- math/py-qdldl/Makefile +++ math/py-qdldl/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=0.13.2:science/py-scipy@${PY_FLAVOR} TEST_DEPENDS= pytest:devel/py-pytest@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++11-lang python USE_PYTHON= distutils autoplist post-install: Index: math/py-quadprog/Makefile =================================================================== --- math/py-quadprog/Makefile +++ math/py-quadprog/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist cython .include Index: math/py-random2/Makefile =================================================================== --- math/py-random2/Makefile +++ math/py-random2/Makefile @@ -10,7 +10,7 @@ LICENSE= PSFL -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-rectangle-packer/Makefile =================================================================== --- math/py-rectangle-packer/Makefile +++ math/py-rectangle-packer/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist unittest USE_GITHUB= yes Index: math/py-resample/Makefile =================================================================== --- math/py-resample/Makefile +++ math/py-resample/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: math/py-roman/Makefile =================================================================== --- math/py-roman/Makefile +++ math/py-roman/Makefile @@ -8,7 +8,7 @@ COMMENT= Integer to Roman numerals converter WWW= https://pypi.org/project/roman/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-rpy2/Makefile =================================================================== --- math/py-rpy2/Makefile +++ math/py-rpy2/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=0<5.0:devel/py-tzlocal@${PY_FLAVOR} -USES= compiler:c11 fortran python:3.7+ readline +USES= compiler:c11 fortran python readline USE_PYTHON= autoplist concurrent pep517 MAKE_ENV= RPY2_CFFI_MODE=BOTH Index: math/py-rustworkx/Makefile =================================================================== --- math/py-rustworkx/Makefile +++ math/py-rustworkx/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pillow>=5.4:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} -USES= cargo python:3.7+ +USES= cargo python USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: math/py-rvlib/Makefile =================================================================== --- math/py-rvlib/Makefile +++ math/py-rvlib/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: math/py-scikit-umfpack/Makefile =================================================================== --- math/py-scikit-umfpack/Makefile +++ math/py-scikit-umfpack/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist pytest # tests fail, see https://github.com/scikit-umfpack/scikit-umfpack/issues/77 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: math/py-scs/Makefile =================================================================== --- math/py-scs/Makefile +++ math/py-scs/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.13.2:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ blaslapack:openblas fortran # fortran is for openblas +USES= python blaslapack:openblas fortran # fortran is for openblas USE_PYTHON= distutils autoplist CONFIGURE_ENV= BLAS_LAPACK_LIBS="openblas" Index: math/py-seaborn/Makefile =================================================================== --- math/py-seaborn/Makefile +++ math/py-seaborn/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: math/py-secp256k1/Makefile =================================================================== --- math/py-secp256k1/Makefile +++ math/py-secp256k1/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR} LIB_DEPENDS= libsecp256k1.so:math/secp256k1 -USES= localbase python:3.6+ pkgconfig +USES= localbase python pkgconfig USE_PYTHON= autoplist distutils .include Index: math/py-seriate/Makefile =================================================================== --- math/py-seriate/Makefile +++ math/py-seriate/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_GITHUB= yes GH_ACCOUNT= src-d USE_PYTHON= distutils autoplist Index: math/py-simhash/Makefile =================================================================== --- math/py-simhash/Makefile +++ math/py-simhash/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-slepc4py/Makefile =================================================================== --- math/py-slepc4py/Makefile +++ math/py-slepc4py/Makefile @@ -20,7 +20,7 @@ libslepc.so:math/slepc RUN_DEPENDS= ${PYNUMPY} -USES= fortran python:3.6+ +USES= fortran python USE_PYTHON= distutils cython autoplist pytest MAKE_ENV= PETSC_DIR=${LOCALBASE} SLEPC_DIR=${LOCALBASE} Index: math/py-snuggs/Makefile =================================================================== --- math/py-snuggs/Makefile +++ math/py-snuggs/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.6:devel/py-pyparsing@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-spectral/Makefile =================================================================== --- math/py-spectral/Makefile +++ math/py-spectral/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-spglm/Makefile =================================================================== --- math/py-spglm/Makefile +++ math/py-spglm/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spreg>=1.0.4:math/py-spreg@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-spint/Makefile =================================================================== --- math/py-spint/Makefile +++ math/py-spint/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}spglm>=1.0.6:math/py-spglm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-splot/Makefile =================================================================== --- math/py-splot/Makefile +++ math/py-splot/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-spopt/Makefile =================================================================== --- math/py-spopt/Makefile +++ math/py-spopt/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}spaghetti>=0:science/py-spaghetti@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.27.0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-spot/Makefile =================================================================== --- math/py-spot/Makefile +++ math/py-spot/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libspot.so:math/spot -USES= compiler:c++17-lang gmake libtool python:3.4+ +USES= compiler:c++17-lang gmake libtool python GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --disable-static Index: math/py-spreg/Makefile =================================================================== --- math/py-spreg/Makefile +++ math/py-spreg/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-spvcm/Makefile =================================================================== --- math/py-spvcm/Makefile +++ math/py-spvcm/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-ssm/Makefile =================================================================== --- math/py-ssm/Makefile +++ math/py-ssm/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython concurrent autoplist post-install: Index: math/py-statsmodels/Makefile =================================================================== --- math/py-statsmodels/Makefile +++ math/py-statsmodels/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}patsy>=0.5.2:math/py-patsy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.3:science/py-scipy@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent cython distutils SHEBANG_GLOB= *.py Index: math/py-svgmath/Makefile =================================================================== --- math/py-svgmath/Makefile +++ math/py-svgmath/Makefile @@ -9,7 +9,7 @@ COMMENT= MathML to SVG Converter in Python WWW= http://svgmath.sf.net -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= distutils autoplist .include Index: math/py-sym/Makefile =================================================================== --- math/py-sym/Makefile +++ math/py-sym/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-symengine/Makefile =================================================================== --- math/py-symengine/Makefile +++ math/py-symengine/Makefile @@ -22,7 +22,7 @@ libsymengine.so:math/symengine TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} # see https://github.com/symengine/symengine.py/issues/416 -USES= cmake compiler:c++11-lang python:3.7+ +USES= cmake compiler:c++11-lang python USE_PYTHON= cython flavors pytest USE_GITHUB= yes Index: math/py-sympy/Makefile =================================================================== --- math/py-sympy/Makefile +++ math/py-sympy/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils concurrent autoplist pytest NO_ARCH= yes Index: math/py-theano/Makefile =================================================================== --- math/py-theano/Makefile +++ math/py-theano/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= concurrent distutils autoplist NO_ARCH= yes Index: math/py-timple/Makefile =================================================================== --- math/py-timple/Makefile +++ math/py-timple/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-triangle/Makefile =================================================================== --- math/py-triangle/Makefile +++ math/py-triangle/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang python:3.6-3.9 +USES= compiler:c++11-lang python:3.8-3.9 USE_PYTHON= distutils autoplist Index: math/py-umap-learn/Makefile =================================================================== --- math/py-umap-learn/Makefile +++ math/py-umap-learn/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=3.4.0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: math/py-uncertainties/Makefile =================================================================== --- math/py-uncertainties/Makefile +++ math/py-uncertainties/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: math/py-unyt/Makefile =================================================================== --- math/py-unyt/Makefile +++ math/py-unyt/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: math/py-vincenty/Makefile =================================================================== --- math/py-vincenty/Makefile +++ math/py-vincenty/Makefile @@ -10,7 +10,7 @@ LICENSE= UNLICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: math/py-yt/Makefile =================================================================== --- math/py-yt/Makefile +++ math/py-yt/Makefile @@ -32,7 +32,7 @@ ${PYTHON_PKGNAMEPREFIX}tqdm>=3.4.0:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unyt>=2.8.0:math/py-unyt@${PY_FLAVOR} -USES= dos2unix localbase python:3.8+ +USES= dos2unix localbase python USE_PYTHON= distutils cython autoplist concurrent post-patch: Index: math/py-z3-solver/Makefile =================================================================== --- math/py-z3-solver/Makefile +++ math/py-z3-solver/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++11-lang python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: math/rpcalc/Makefile =================================================================== --- math/rpcalc/Makefile +++ math/rpcalc/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE -USES= pyqt:5 python:3.4+ shebangfix +USES= pyqt:5 python shebangfix USE_PYQT= pyqt5 sip SHEBANG_FILES= source/rpcalc.py Index: math/sage/Makefile =================================================================== --- math/sage/Makefile +++ math/sage/Makefile @@ -338,7 +338,7 @@ USES= autoreconf blaslapack:openblas compiler:c++11-lib fortran \ gettext gmake gnome iconv jpeg libtool localbase magick:6,build \ - ncurses ninja:build perl5 pkgconfig python:3.7+ readline shebangfix \ + ncurses ninja:build perl5 pkgconfig python readline shebangfix \ sqlite tex tk xorg USE_TEX= latex:build pdftex:build tex:build USE_XORG= x11 xext xscrnsaver Index: math/vtk9/Makefile =================================================================== --- math/vtk9/Makefile +++ math/vtk9/Makefile @@ -66,7 +66,7 @@ $w_DESC= Enable $w group .endfor -PYTHON_USES= python:3.6+ +PYTHON_USES= python PYTHON_CMAKE_BOOL= VTK_WRAP_PYTHON PYTHON_CMAKE_ON= -DVTK_PYTHON_VERSION=${PYTHON_MAJOR_VER} -DPython3_EXECUTABLE=${PYTHON_CMD} PYTHON_VARS= SUB_FILES=PKG-INFO SUB_LIST=PORTVERSION=${PORTVERSION} Index: misc/broot/Makefile =================================================================== --- misc/broot/Makefile +++ misc/broot/Makefile @@ -29,7 +29,7 @@ CLIPBOARD_DESC= Enable terminal X11 clipboard support -CLIPBOARD_USES= python:3.6+,build xorg +CLIPBOARD_USES= python:build xorg CLIPBOARD_USE= XORG=xcb CLIPBOARD_BINARY_ALIAS= python3=${PYTHON_CMD} CLIPBOARD_VARS= CARGO_FEATURES+=clipboard Index: misc/cs/Makefile =================================================================== --- misc/cs/Makefile +++ misc/cs/Makefile @@ -14,7 +14,7 @@ NO_BUILD= yes -USES= python:run,3.6+ shebangfix tar:tgz +USES= python:run shebangfix tar:tgz SHEBANG_FILES= xs.py PLIST_FILES= bin/xs Index: misc/ecflow/Makefile =================================================================== --- misc/ecflow/Makefile +++ misc/ecflow/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs RUN_DEPENDS= ${PY_DEPENDS} -USES= cmake compiler:c++17-lang localbase perl5 pkgconfig python:3.6+ qt:5 shebangfix ssl +USES= cmake compiler:c++17-lang localbase perl5 pkgconfig python qt:5 shebangfix ssl USE_QT= charts core gui network svg widgets buildtools:build qmake:build SHEBANG_GLOB= *.sh *.in *.py Index: misc/frugally-deep/Makefile =================================================================== --- misc/frugally-deep/Makefile +++ misc/frugally-deep/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= doctest>0:devel/doctest \ ${PYTHON_PKGNAMEPREFIX}keras>0:math/py-keras@${PY_FLAVOR} -USES= cmake compiler:c++14-lang eigen:3,build,run python:3.6+,test +USES= cmake compiler:c++14-lang eigen:3,build,run python:test USE_GITHUB= yes GH_ACCOUNT= Dobiasd Index: misc/hashdb/Makefile =================================================================== --- misc/hashdb/Makefile +++ misc/hashdb/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libewf.so:devel/libewf USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags \ - python:3.5+ ssl + python ssl GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= NPS-DEEP Index: misc/ironscanner/Makefile =================================================================== --- misc/ironscanner/Makefile +++ misc/ironscanner/Makefile @@ -13,7 +13,7 @@ ${PYTHON_PKGNAMEPREFIX}pyinsane2>0:graphics/py-pyinsane2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_GITLAB= yes GL_SITE= https://gitlab.gnome.org/World GL_ACCOUNT= OpenPaperwork Index: misc/iso-codes/Makefile =================================================================== --- misc/iso-codes/Makefile +++ misc/iso-codes/Makefile @@ -8,7 +8,7 @@ LICENSE= LGPL21 -USES= gettext-tools gmake pathfix python:3.4+,build tar:xz +USES= gettext-tools gmake pathfix python:build tar:xz GNU_CONFIGURE= yes NO_ARCH= yes Index: misc/lxi-tools/Makefile =================================================================== --- misc/lxi-tools/Makefile +++ misc/lxi-tools/Makefile @@ -23,7 +23,7 @@ OPTIONS_SUB= yes GUI_LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib -GUI_USES= gettext-tools gnome python:3.6+,build +GUI_USES= gettext-tools gnome python:build GUI_USE= gnome=cairo,gdkpixbuf2,glib20,gtk40,gtksourceview5,libadwaita GUI_MESON_OFF= -Dgui=false GUI_BINARY_ALIAS= python3=${PYTHON_CMD} Index: misc/mmdnn/Makefile =================================================================== --- misc/mmdnn/Makefile +++ misc/mmdnn/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= microsoft GH_PROJECT= MMdnn Index: misc/morse/Makefile =================================================================== --- misc/morse/Makefile +++ misc/morse/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake pkgconfig python:3.4+ shebangfix +USES= cmake pkgconfig python shebangfix USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}-simulator SHEBANG_FILES= bin/morse_inspector Index: misc/netron/Makefile =================================================================== --- misc/netron/Makefile +++ misc/netron/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= lutzroeder USE_PYTHON= distutils noflavors Index: misc/orange3/Makefile =================================================================== --- misc/orange3/Makefile +++ misc/orange3/Makefile @@ -39,7 +39,7 @@ ${PYTHON_PKGNAMEPREFIX}XlsxWriter>0:textproc/py-xlsxwriter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ pyqt:5 +USES= python pyqt:5 USE_PYTHON= distutils cython autoplist noflavors USE_PYQT= pyqt5:run webengine:run Index: misc/pastebinit/Makefile =================================================================== --- misc/pastebinit/Makefile +++ misc/pastebinit/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:devel/py-configobj@${PY_FLAVOR} -USES= python:3.6+,run shebangfix +USES= python:run shebangfix SHEBANG_FILES= pastebinit NO_BUILD= yes NO_ARCH= yes Index: misc/pubs/Makefile =================================================================== --- misc/pubs/Makefile +++ misc/pubs/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes Index: misc/py-PyUserInput/Makefile =================================================================== --- misc/py-PyUserInput/Makefile +++ misc/py-PyUserInput/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: misc/py-PyWavefront/Makefile =================================================================== --- misc/py-PyWavefront/Makefile +++ misc/py-PyWavefront/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: misc/py-QSpectrumAnalyzer/Makefile =================================================================== --- misc/py-QSpectrumAnalyzer/Makefile +++ misc/py-QSpectrumAnalyzer/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pyqtgraph>=0.10.0:graphics/py-pyqtgraph@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}soapy_power>=1.5.0:misc/py-soapy_power@${PY_FLAVOR} -USES= fortran python:3.8+ pyqt:5 +USES= fortran python pyqt:5 USE_PYQT= pyqt5 USE_PYTHON= distutils concurrent autoplist Index: misc/py-SimpleSoapy/Makefile =================================================================== --- misc/py-SimpleSoapy/Makefile +++ misc/py-SimpleSoapy/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}SoapySDR>0:misc/py-SoapySDR@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: misc/py-SoapySDR/Makefile =================================================================== --- misc/py-SoapySDR/Makefile +++ misc/py-SoapySDR/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= swig:devel/swig LIB_DEPENDS= libSoapySDR.so:misc/soapysdr -USES= cmake compiler:c++11-lang gettext-runtime python:3.6+ +USES= cmake compiler:c++11-lang gettext-runtime python USE_GITHUB= yes GH_ACCOUNT= pothosware USE_PYTHON= flavors Index: misc/py-alive-progress/Makefile =================================================================== --- misc/py-alive-progress/Makefile +++ misc/py-alive-progress/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}about-time>=4.2.1:devel/py-about-time@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}grapheme>=0.6.0<0.6.0_99:textproc/py-grapheme@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: misc/py-apache-beam/Makefile =================================================================== --- misc/py-apache-beam/Makefile +++ misc/py-apache-beam/Makefile @@ -52,7 +52,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} # testcontainers[mysql]>=3.0.3 is also required -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils cython concurrent autoplist pytest # 5 tests fail, depending on pyarrow, MySqlContainer, threadpoolctl post-install: Index: misc/py-ascii-magic/Makefile =================================================================== --- misc/py-ascii-magic/Makefile +++ misc/py-ascii-magic/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist .include Index: misc/py-boost-histogram/Makefile =================================================================== --- misc/py-boost-histogram/Makefile +++ misc/py-boost-histogram/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.0:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-benchmark>0:devel/py-pytest-benchmark@${PY_FLAVOR} -USES= compiler:c++14-lang python:3.6+ +USES= compiler:c++14-lang python USE_PYTHON= distutils autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: misc/py-censys/Makefile =================================================================== --- misc/py-censys/Makefile +++ misc/py-censys/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 autoplist NO_ARCH= yes Index: misc/py-cinder/Makefile =================================================================== --- misc/py-cinder/Makefile +++ misc/py-cinder/Makefile @@ -75,7 +75,7 @@ ${PYTHON_PKGNAMEPREFIX}tooz>=1.58.0:devel/py-tooz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: misc/py-colorbrewer/Makefile =================================================================== --- misc/py-colorbrewer/Makefile +++ misc/py-colorbrewer/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: misc/py-colored/Makefile =================================================================== --- misc/py-colored/Makefile +++ misc/py-colored/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: misc/py-crudini/Makefile =================================================================== --- misc/py-crudini/Makefile +++ misc/py-crudini/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniparse>=0.5:devel/py-iniparse@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: misc/py-detecta/Makefile =================================================================== --- misc/py-detecta/Makefile +++ misc/py-detecta/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: misc/py-dictdiffer/Makefile =================================================================== --- misc/py-dictdiffer/Makefile +++ misc/py-dictdiffer/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.7:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.1.0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: misc/py-eemeter/Makefile =================================================================== --- misc/py-eemeter/Makefile +++ misc/py-eemeter/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils concurrent autoplist pytest # several tests fail, see https://github.com/openeemeter/eemeter/issues/448 .include Index: misc/py-einops/Makefile =================================================================== --- misc/py-einops/Makefile +++ misc/py-einops/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nbconvert>0:devel/py-nbconvert@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 autoplist pytest # 1 test fails because of missing pytorch NO_ARCH= yes Index: misc/py-emoji/Makefile =================================================================== --- misc/py-emoji/Makefile +++ misc/py-emoji/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: misc/py-fast-histogram/Makefile =================================================================== --- misc/py-fast-histogram/Makefile +++ misc/py-fast-histogram/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: misc/py-fleep/Makefile =================================================================== --- misc/py-fleep/Makefile +++ misc/py-fleep/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: misc/py-fuzzy/Makefile =================================================================== --- misc/py-fuzzy/Makefile +++ misc/py-fuzzy/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils cython cython_run do-test: Index: misc/py-gluoncv/Makefile =================================================================== --- misc/py-gluoncv/Makefile +++ misc/py-gluoncv/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= compiler:c11 python:3.7+ localbase +USES= compiler:c11 python localbase USE_GITHUB= yes GH_ACCOUNT= dmlc GH_PROJECT= gluon-cv Index: misc/py-gluonnlp/Makefile =================================================================== --- misc/py-gluonnlp/Makefile +++ misc/py-gluonnlp/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ localbase +USES= python localbase USE_GITHUB= yes GH_ACCOUNT= dmlc GH_PROJECT= gluon-nlp Index: misc/py-histoprint/Makefile =================================================================== --- misc/py-histoprint/Makefile +++ misc/py-histoprint/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uhi>=0.2.1:misc/py-uhi@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: misc/py-huepy/Makefile =================================================================== --- misc/py-huepy/Makefile +++ misc/py-huepy/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: misc/py-ipyfastscape/Makefile =================================================================== --- misc/py-ipyfastscape/Makefile +++ misc/py-ipyfastscape/Makefile @@ -20,7 +20,7 @@ ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: misc/py-kartograph/Makefile =================================================================== --- misc/py-kartograph/Makefile +++ misc/py-kartograph/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}shapely>=1.0.14:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tinycss>0:textproc/py-tinycss@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_GITHUB= yes GH_PROJECT= ${PORTNAME}.py USE_PYTHON= distutils concurrent autoplist Index: misc/py-lightning-utilities/Makefile =================================================================== --- misc/py-lightning-utilities/Makefile +++ misc/py-lightning-utilities/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: misc/py-mffpy/Makefile =================================================================== --- misc/py-mffpy/Makefile +++ misc/py-mffpy/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: misc/py-molequeue/Makefile =================================================================== --- misc/py-molequeue/Makefile +++ misc/py-molequeue/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} -USES= cmake compiler:c++11-lang python:3.6+ +USES= cmake compiler:c++11-lang python USE_PYTHON= flavors WRKSRC_SUBDIR= python Index: misc/py-mxnet/Makefile =================================================================== --- misc/py-mxnet/Makefile +++ misc/py-mxnet/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}graphviz>0:graphics/py-graphviz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ localbase +USES= python localbase USE_GITHUB= yes USE_PYTHON= distutils cython autoplist Index: misc/py-numcodecs/Makefile =================================================================== --- misc/py-numcodecs/Makefile +++ misc/py-numcodecs/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zfp>0:devel/py-zfp@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython autoplist pytest # tests fail to find the library in the staged directory for some reason TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: misc/py-onnx-tf/Makefile =================================================================== --- misc/py-onnx-tf/Makefile +++ misc/py-onnx-tf/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}onnx>0:misc/py-onnx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: misc/py-onnx/Makefile =================================================================== --- misc/py-onnx/Makefile +++ misc/py-onnx/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.2.1:devel/py-typing-extensions@${PY_FLAVOR} -USES= compiler:c11 python:3.6+ shebangfix +USES= compiler:c11 python shebangfix USE_PYTHON= distutils concurrent autoplist SHEBANG_FILES= tools/protoc-gen-mypy.sh.in Index: misc/py-openai/Makefile =================================================================== --- misc/py-openai/Makefile +++ misc/py-openai/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pandas>=1.2.3:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wandb>0:misc/py-wandb@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 autoplist NO_ARCH= yes Index: misc/py-openpaperwork-core/Makefile =================================================================== --- misc/py-openpaperwork-core/Makefile +++ misc/py-openpaperwork-core/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: misc/py-openpaperwork-gtk/Makefile =================================================================== --- misc/py-openpaperwork-gtk/Makefile +++ misc/py-openpaperwork-gtk/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: misc/py-orange3-associate/Makefile =================================================================== --- misc/py-orange3-associate/Makefile +++ misc/py-orange3-associate/Makefile @@ -14,7 +14,7 @@ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: misc/py-orange3-datafusion/Makefile =================================================================== --- misc/py-orange3-datafusion/Makefile +++ misc/py-orange3-datafusion/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= orange3>0:misc/orange3 \ ${PYTHON_PKGNAMEPREFIX}scikit-fusion>0:misc/py-scikit-fusion@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_GITHUB= yes GH_ACCOUNT= biolab USE_PYTHON= distutils autoplist Index: misc/py-orange3-educational/Makefile =================================================================== --- misc/py-orange3-educational/Makefile +++ misc/py-orange3-educational/Makefile @@ -15,7 +15,7 @@ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: misc/py-orange3-network/Makefile =================================================================== --- misc/py-orange3-network/Makefile +++ misc/py-orange3-network/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}gensim>0:textproc/py-gensim@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyqtgraph>=0.9.10:graphics/py-pyqtgraph@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= distutils cython autoplist USE_GITHUB= yes Index: misc/py-orange3-timeseries/Makefile =================================================================== --- misc/py-orange3-timeseries/Makefile +++ misc/py-orange3-timeseries/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=0.17:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.10.0:math/py-statsmodels@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= biolab USE_PYTHON= distutils autoplist Index: misc/py-palettable/Makefile =================================================================== --- misc/py-palettable/Makefile +++ misc/py-palettable/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: misc/py-papermill/Makefile =================================================================== --- misc/py-papermill/Makefile +++ misc/py-papermill/Makefile @@ -32,7 +32,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-env>0:devel/py-pytest-env@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: misc/py-pexpect/Makefile =================================================================== --- misc/py-pexpect/Makefile +++ misc/py-pexpect/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0.5:sysutils/py-ptyprocess@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: misc/py-placekey/Makefile =================================================================== --- misc/py-placekey/Makefile +++ misc/py-placekey/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}shapely>=0:devel/py-shapely@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: misc/py-powerline-status/Makefile =================================================================== --- misc/py-powerline-status/Makefile +++ misc/py-powerline-status/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= powerline GH_PROJECT= powerline Index: misc/py-progressbar/Makefile =================================================================== --- misc/py-progressbar/Makefile +++ misc/py-progressbar/Makefile @@ -14,7 +14,7 @@ NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils -USES= python:3.6+ +USES= python CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}progressbar231 Index: misc/py-progressbar2/Makefile =================================================================== --- misc/py-progressbar2/Makefile +++ misc/py-progressbar2/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}progressbar Index: misc/py-pyEDFlib/Makefile =================================================================== --- misc/py-pyEDFlib/Makefile +++ misc/py-pyEDFlib/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= fortran python:3.6+ +USES= fortran python USE_PYTHON= distutils cython autoplist USE_GITHUB= yes Index: misc/py-pyfiglet/Makefile =================================================================== --- misc/py-pyfiglet/Makefile +++ misc/py-pyfiglet/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: misc/py-pykml/Makefile =================================================================== --- misc/py-pykml/Makefile +++ misc/py-pykml/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.6:devel/py-lxml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: misc/py-pypatent/Makefile =================================================================== --- misc/py-pypatent/Makefile +++ misc/py-pypatent/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: misc/py-pyprind/Makefile =================================================================== --- misc/py-pyprind/Makefile +++ misc/py-pyprind/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils nose NO_ARCH= yes Index: misc/py-python-geohash/Makefile =================================================================== --- misc/py-python-geohash/Makefile +++ misc/py-python-geohash/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 MIT BSD3CLAUSE LICENSE_COMB= multi -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: misc/py-python-utils/Makefile =================================================================== --- misc/py-python-utils/Makefile +++ misc/py-python-utils/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: misc/py-pytorch-lightning/Makefile =================================================================== --- misc/py-pytorch-lightning/Makefile +++ misc/py-pytorch-lightning/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: misc/py-qiskit-machine-learning/Makefile =================================================================== --- misc/py-qiskit-machine-learning/Makefile +++ misc/py-qiskit-machine-learning/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # several tests fail with "No module named 'threadpoolctl'", see https://reviews.freebsd.org/D35513 USE_GITHUB= yes Index: misc/py-scikit-fusion/Makefile =================================================================== --- misc/py-scikit-fusion/Makefile +++ misc/py-scikit-fusion/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}joblib>=0.8.4:devel/py-joblib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.12.0:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: misc/py-serverfiles/Makefile =================================================================== --- misc/py-serverfiles/Makefile +++ misc/py-serverfiles/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: misc/py-shap2/Makefile =================================================================== --- misc/py-shap2/Makefile +++ misc/py-shap2/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: misc/py-soapy_power/Makefile =================================================================== --- misc/py-soapy_power/Makefile +++ misc/py-soapy_power/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}SimpleSoapy>=1.5.0:misc/py-SimpleSoapy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}SimpleSpectral>0:science/py-SimpleSpectral@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils concurrent autoplist .include Index: misc/py-spdx-lookup/Makefile =================================================================== --- misc/py-spdx-lookup/Makefile +++ misc/py-spdx-lookup/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>=2.3.0:misc/py-spdx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: misc/py-spdx-tools/Makefile =================================================================== --- misc/py-spdx-tools/Makefile +++ misc/py-spdx-tools/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}license-expression>=0:textproc/py-license-expression@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} LC_ALL=en_US.UTF-8 Index: misc/py-spdx/Makefile =================================================================== --- misc/py-spdx/Makefile +++ misc/py-spdx/Makefile @@ -11,7 +11,7 @@ LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: misc/py-tflearn/Makefile =================================================================== --- misc/py-tflearn/Makefile +++ misc/py-tflearn/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tensorflow>0:science/py-tensorflow@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= distutils autoplist Index: misc/py-tflite-support/Makefile =================================================================== --- misc/py-tflite-support/Makefile +++ misc/py-tflite-support/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}absl>=0.7.0:devel/py-absl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=2.4:devel/py-pybind11@${PY_FLAVOR} -USES= compiler:c++14-lang python:3.6+ +USES= compiler:c++14-lang python USE_PYTHON= distutils concurrent autoplist post-install: Index: misc/py-tflite/Makefile =================================================================== --- misc/py-tflite/Makefile +++ misc/py-tflite/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flatbuffers>0:devel/py-flatbuffers@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= jackwish Index: misc/py-toil/Makefile =================================================================== --- misc/py-toil/Makefile +++ misc/py-toil/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libcloud>=0.14.0:net/py-libcloud@${PY_FLAVOR} -USES= python:3.6+ pytest +USES= python pytest USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: misc/py-torch-geometric/Makefile =================================================================== --- misc/py-torch-geometric/Makefile +++ misc/py-torch-geometric/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: misc/py-torchmetrics/Makefile =================================================================== --- misc/py-torchmetrics/Makefile +++ misc/py-torchmetrics/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: misc/py-tqdm/Makefile =================================================================== --- misc/py-tqdm/Makefile +++ misc/py-tqdm/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: misc/py-tvm/Makefile =================================================================== --- misc/py-tvm/Makefile +++ misc/py-tvm/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}synr>0:devel/py-synr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils noegginfo pytest # tests fail, see https://github.com/apache/tvm/issues/13132 USE_GITHUB= yes Index: misc/py-uhi/Makefile =================================================================== --- misc/py-uhi/Makefile +++ misc/py-uhi/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boost-histogram>=1.0:misc/py-boost-histogram@${PY_FLAVOR} -USES= compiler:c++14-lang python:3.8+ +USES= compiler:c++14-lang python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: misc/py-wandb/Makefile =================================================================== --- misc/py-wandb/Makefile +++ misc/py-wandb/Makefile @@ -41,7 +41,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= pep517 concurrent autoplist pytest # tests fail because some test dependencies are missing USE_GITHUB= yes Index: misc/py-wurlitzer/Makefile =================================================================== --- misc/py-wurlitzer/Makefile +++ misc/py-wurlitzer/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.6+ pytest +USES= python pytest USE_PYTHON= autoplist concurrent distutils PYTEST_ARGS= test.py Index: misc/py-xgboost/Makefile =================================================================== --- misc/py-xgboost/Makefile +++ misc/py-xgboost/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} -USES= compiler:c11 python:3.5+ localbase:ldflags +USES= compiler:c11 python localbase:ldflags USE_PYTHON= distutils pytest # Python tests are broken because py-scikit-learn is missing the py-threadpoolctl dependency which is also currently broken USE_LDCONFIG= yes Index: misc/silicon/Makefile =================================================================== --- misc/silicon/Makefile +++ misc/silicon/Makefile @@ -17,7 +17,7 @@ libharfbuzz.so:print/harfbuzz \ libonig.so:devel/oniguruma -USES= cargo python:3.6+ xorg +USES= cargo python xorg USE_XORG= xcb USE_GITHUB= yes Index: misc/snakemake/Makefile =================================================================== --- misc/snakemake/Makefile +++ misc/snakemake/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils noflavors autoplist NO_ARCH= yes Index: misc/urh/Makefile =================================================================== --- misc/urh/Makefile +++ misc/urh/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} -USES= compiler:c++11-lang fortran python:3.4+ localbase pyqt:5 +USES= compiler:c++11-lang fortran python localbase pyqt:5 USE_PYQT= pyqt5 USE_PYTHON= distutils cython noflavors autoplist Index: misc/veles/Makefile =================================================================== --- misc/veles/Makefile +++ misc/veles/Makefile @@ -24,7 +24,7 @@ ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= cmake compiler python:3.6+ qt:5 shebangfix +USES= cmake compiler python qt:5 shebangfix SHEBANG_GLOB= *.py SHEBANG_FILES= python/plugin python/proxy resources/install/postinst python/test_dis USE_GITHUB= yes Index: multimedia/celluloid/Makefile =================================================================== --- multimedia/celluloid/Makefile +++ multimedia/celluloid/Makefile @@ -15,7 +15,7 @@ libmpv.so:multimedia/mpv USES= compiler:c11 desktop-file-utils gettext-tools gnome \ - meson pkgconfig python:3.5+,build shebangfix tar:xz + meson pkgconfig python:build shebangfix tar:xz USE_GITHUB= yes USE_GNOME= gdkpixbuf2 gtk40 libadwaita GH_ACCOUNT= ${PORTNAME}-player Index: multimedia/gaupol/Makefile =================================================================== --- multimedia/gaupol/Makefile +++ multimedia/gaupol/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}enchant>=1.5.1:textproc/py-enchant@${PY_FLAVOR} -USES= desktop-file-utils gnome gstreamer: python:3.2+ +USES= desktop-file-utils gnome gstreamer: python USE_GITHUB= yes GH_ACCOUNT= otsaloma USE_GNOME= gtk30 pygobject3 intltool Index: multimedia/gpodder/Makefile =================================================================== --- multimedia/gpodder/Makefile +++ multimedia/gpodder/Makefile @@ -20,7 +20,7 @@ yt-dlp:www/yt-dlp \ ${PYTHON_PKGNAMEPREFIX}eyed3>=0:audio/py-eyed3@${PY_FLAVOR} -USES= gettext gmake gnome python:3.5+ shebangfix +USES= gettext gmake gnome python shebangfix USE_GITHUB= yes Index: multimedia/gstreamer1-editing-services/Makefile =================================================================== --- multimedia/gstreamer1-editing-services/Makefile +++ multimedia/gstreamer1-editing-services/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL20 -USES= bison compiler:c11 gnome gstreamer meson ninja python:3.8+ pkgconfig tar:xz +USES= bison compiler:c11 gnome gstreamer meson ninja python pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 introspection:build libxml2 pygobject3:build USE_GSTREAMER= good bad Index: multimedia/gstreamer1-libav/Makefile =================================================================== --- multimedia/gstreamer1-libav/Makefile +++ multimedia/gstreamer1-libav/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even USES= bison gettext-runtime gnome gstreamer libtool localbase \ - meson ninja pkgconfig python:3.8+,build shebangfix tar:xz + meson ninja pkgconfig python:build shebangfix tar:xz USE_GNOME= glib20 SHEBANG_FILES= scripts/gen-changelog.py \ scripts/extract-release-date-from-doap-file.py Index: multimedia/gstreamer1-plugins-gnonlin/Makefile =================================================================== --- multimedia/gstreamer1-plugins-gnonlin/Makefile +++ multimedia/gstreamer1-plugins-gnonlin/Makefile @@ -9,7 +9,7 @@ COMMENT= GStreamer library for writing non-linear audio and video WWW= http://gstreamer.net -USES= gettext-runtime gnome gstreamer libtool pkgconfig python:3.4+,build tar:xz +USES= gettext-runtime gnome gstreamer libtool pkgconfig python:build tar:xz USE_GNOME= glib20 GNU_CONFIGURE= yes USE_GSTREAMER= good Index: multimedia/gstreamer1-plugins/Makefile =================================================================== --- multimedia/gstreamer1-plugins/Makefile +++ multimedia/gstreamer1-plugins/Makefile @@ -37,7 +37,7 @@ UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} DIST?= base -USES+= meson cpe gettext gnome gstreamer libtool pathfix pkgconfig python:3.8+,build tar:xz +USES+= meson cpe gettext gnome gstreamer libtool pathfix pkgconfig python:build tar:xz USE_GNOME+= glib20 introspection:build libxml2 GST_PLUGIN?= base USE_LDCONFIG= yes Index: multimedia/gstreamer1-rtsp-server/Makefile =================================================================== --- multimedia/gstreamer1-rtsp-server/Makefile +++ multimedia/gstreamer1-rtsp-server/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison gnome gstreamer libtool meson ninja pathfix pkgconfig python:3.8+,build tar:xz +USES= bison gnome gstreamer libtool meson ninja pathfix pkgconfig python:build tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 introspection:build USE_GSTREAMER= good bad Index: multimedia/gstreamer1-vaapi/Makefile =================================================================== --- multimedia/gstreamer1-vaapi/Makefile +++ multimedia/gstreamer1-vaapi/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libva.so:multimedia/libva USES= bison compiler:c11 gettext-runtime gl gnome gstreamer libtool \ - meson ninja pkgconfig python:3.8+,build tar:xz xorg + meson ninja pkgconfig python:build tar:xz xorg USE_LDCONFIG= yes USE_GNOME= glib20 USE_GSTREAMER= bad Index: multimedia/gstreamer1/Makefile =================================================================== --- multimedia/gstreamer1/Makefile +++ multimedia/gstreamer1/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison libtool gnome meson ninja pkgconfig python:3.8+,build shebangfix tar:xz +USES= bison libtool gnome meson ninja pkgconfig python:build shebangfix tar:xz USE_GNOME= glib20 introspection:build LIB_DEPENDS= libdw.so:devel/elfutils \ Index: multimedia/handbrake/Makefile =================================================================== --- multimedia/handbrake/Makefile +++ multimedia/handbrake/Makefile @@ -43,7 +43,7 @@ libjansson.so:devel/jansson USES= autoreconf:build compiler:c11 gmake iconv libtool:build \ - localbase:ldflags ninja:build pkgconfig python:3.6+,build + localbase:ldflags ninja:build pkgconfig python:build CONTRIB_FILES= SVT-AV1-v1.4.1.tar.gz \ fdk-aac-2.0.2.tar.gz \ Index: multimedia/hypnotix/Makefile =================================================================== --- multimedia/hypnotix/Makefile +++ multimedia/hypnotix/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unidecode>0:converters/py-unidecode@${PY_FLAVOR} -USES= python:3.6+ shebangfix gnome +USES= python shebangfix gnome USE_GNOME= gtk30 glib20 gdkpixbuf2 pango GLIB_SCHEMAS= org.x.hypnotix.gschema.xml Index: multimedia/kodi/Makefile =================================================================== --- multimedia/kodi/Makefile +++ multimedia/kodi/Makefile @@ -46,7 +46,7 @@ USES= autoreconf:build cmake:noninja compiler:c++17-lang cpe \ desktop-file-utils gettext gmake gnome iconv jpeg libtool \ - pkgconfig python:3.7+ sqlite ssl + pkgconfig python sqlite ssl KODI_CODENAME= Nexus LIBDVDCSS_VERSION= 1.4.3-Next-Nexus-Alpha2-2 Index: multimedia/mythtv/Makefile =================================================================== --- multimedia/mythtv/Makefile +++ multimedia/mythtv/Makefile @@ -44,7 +44,7 @@ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto USES= compiler:c++17-lang gmake gl iconv libtool pkgconfig pathfix \ - perl5 python:3.5+ qmake:no_env qt:5 shebangfix ssl xorg + perl5 python qmake:no_env qt:5 shebangfix ssl xorg USE_GITHUB= yes GH_ACCOUNT= MythTV Index: multimedia/obs-studio/Makefile =================================================================== --- multimedia/obs-studio/Makefile +++ multimedia/obs-studio/Makefile @@ -46,7 +46,7 @@ LIB_DEPENDS_powerpc64= libluajit-5.1.so:lang/luajit-openresty LIB_DEPENDS_powerpc64le= libluajit-5.1.so:lang/luajit-openresty -USES= cmake compiler:c++17-lang desktop-file-utils gl gnome lua pkgconfig python:3.4+ \ +USES= cmake compiler:c++17-lang desktop-file-utils gl gnome lua pkgconfig python \ qt:6 xorg USE_QT= base svg tools:build USE_GNOME= glib20 Index: multimedia/photofilmstrip/Makefile =================================================================== --- multimedia/photofilmstrip/Makefile +++ multimedia/photofilmstrip/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= mencoder:multimedia/mencoder \ mplayer:multimedia/mplayer -USES= python:3.6+ gettext gstreamer +USES= python gettext gstreamer USE_GSTREAMER= jpeg USE_PYTHON= distutils USE_WX= 3.2 Index: multimedia/pipewire/Makefile =================================================================== --- multimedia/pipewire/Makefile +++ multimedia/pipewire/Makefile @@ -21,7 +21,7 @@ libwebrtc_audio_processing.so:audio/webrtc-audio-processing0 USES= compiler:c11 gettext-tools gnome localbase:ldflags meson \ - ncurses pkgconfig python:3.6+,build readline ssl + ncurses pkgconfig python:build readline ssl USE_GNOME= glib20 USE_LDCONFIG= yes Index: multimedia/pitivi/Makefile =================================================================== --- multimedia/pitivi/Makefile +++ multimedia/pitivi/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYNUMPY} -USES= cpe desktop-file-utils gettext gnome gstreamer meson pkgconfig python:3.7+ \ +USES= cpe desktop-file-utils gettext gnome gstreamer meson pkgconfig python \ shared-mime-info shebangfix tar:xz SHEBANG_FILES= bin/pitivi.in \ getenvvar.py \ Index: multimedia/py-PySceneDetect/Makefile =================================================================== --- multimedia/py-PySceneDetect/Makefile +++ multimedia/py-PySceneDetect/Makefile @@ -18,7 +18,7 @@ opencv>=0:graphics/opencv \ mkvmerge:multimedia/mkvtoolnix -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= Breakthrough USE_PYTHON= autoplist distutils Index: multimedia/py-av/Makefile =================================================================== --- multimedia/py-av/Makefile +++ multimedia/py-av/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libavutil.so:multimedia/ffmpeg -USES= python:3.7+ pkgconfig +USES= python pkgconfig USE_PYTHON= autoplist concurrent cython distutils post-install: Index: multimedia/py-cec/Makefile =================================================================== --- multimedia/py-cec/Makefile +++ multimedia/py-cec/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcec.so:multimedia/libcec -USES= compiler:c++11-lang localbase python:3.6+ +USES= compiler:c++11-lang localbase python USE_PYTHON= autoplist concurrent distutils post-install: Index: multimedia/py-enzyme/Makefile =================================================================== --- multimedia/py-enzyme/Makefile +++ multimedia/py-enzyme/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: multimedia/py-ffmpeg-python/Makefile =================================================================== --- multimedia/py-ffmpeg-python/Makefile +++ multimedia/py-ffmpeg-python/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ ffmpeg:multimedia/ffmpeg -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: multimedia/py-gstreamer1/Makefile =================================================================== --- multimedia/py-gstreamer1/Makefile +++ multimedia/py-gstreamer1/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even -USES= cpe gnome gstreamer meson pkgconfig python:3.6+ tar:xz +USES= cpe gnome gstreamer meson pkgconfig python tar:xz CPE_VENDOR= ${PORTNAME}_project USE_GNOME= pygobject3 USE_PYTHON= flavors py3kplist Index: multimedia/py-guessit/Makefile =================================================================== --- multimedia/py-guessit/Makefile +++ multimedia/py-guessit/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyaml>0:textproc/py-pyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: multimedia/py-librtmp/Makefile =================================================================== --- multimedia/py-librtmp/Makefile +++ multimedia/py-librtmp/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} -USES= python:3.6+ localbase:ldflags +USES= python localbase:ldflags USE_PYTHON= autoplist distutils .include Index: multimedia/py-mido/Makefile =================================================================== --- multimedia/py-mido/Makefile +++ multimedia/py-mido/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: multimedia/py-mlt6/Makefile =================================================================== --- multimedia/py-mlt6/Makefile +++ multimedia/py-mlt6/Makefile @@ -16,7 +16,7 @@ PORTEXAMPLES= * -USES= gettext-runtime python:3.6+ shebangfix +USES= gettext-runtime python shebangfix USE_PYTHON= flavors # Only enable python swig binding, and disable everything else Index: multimedia/py-moviepy/Makefile =================================================================== --- multimedia/py-moviepy/Makefile +++ multimedia/py-moviepy/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.8.1<3.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.11.2<5.0:misc/py-tqdm@${PY_FLAVOR} \ -USES= magick:run python:3.8+ +USES= magick:run python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: multimedia/py-periscope/Makefile =================================================================== --- multimedia/py-periscope/Makefile +++ multimedia/py-periscope/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= desktop-file-utils python:3.6+ +USES= desktop-file-utils python USE_PYTHON= autoplist distutils OPTIONS_DEFINE= UNRAR Index: multimedia/py-pretty_midi/Makefile =================================================================== --- multimedia/py-pretty_midi/Makefile +++ multimedia/py-pretty_midi/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}mido>=1.1.16:multimedia/py-mido@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: multimedia/py-pymediainfo/Makefile =================================================================== --- multimedia/py-pymediainfo/Makefile +++ multimedia/py-pymediainfo/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ mediainfo>0:multimedia/mediainfo -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: multimedia/py-pysubs2/Makefile =================================================================== --- multimedia/py-pysubs2/Makefile +++ multimedia/py-pysubs2/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist pytest # 4 tests fail, see https://github.com/tkarabela/pysubs2/issues/75 NO_ARCH= yes Index: multimedia/py-subliminal/Makefile =================================================================== --- multimedia/py-subliminal/Makefile +++ multimedia/py-subliminal/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}rarfile>=2.7:archivers/py-rarfile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2012c:devel/py-pytz@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: multimedia/py-tvnamer/Makefile =================================================================== --- multimedia/py-tvnamer/Makefile +++ multimedia/py-tvnamer/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.3:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist flavors NO_ARCH= yes Index: multimedia/quodlibet/Makefile =================================================================== --- multimedia/quodlibet/Makefile +++ multimedia/quodlibet/Makefile @@ -19,7 +19,7 @@ ${LOCALBASE}/libexec/notification-daemon:deskutils/notification-daemon LIB_DEPENDS= libsoup-2.4.so:devel/libsoup -USES= desktop-file-utils gettext gnome gstreamer python:3.6+ shebangfix +USES= desktop-file-utils gettext gnome gstreamer python shebangfix SHEBANG_FILES= exfalso.py operon.py quodlibet.py USE_PYTHON= distutils autoplist USE_GNOME= gtk30 pygobject3 Index: multimedia/ringrtc/Makefile =================================================================== --- multimedia/ringrtc/Makefile +++ multimedia/ringrtc/Makefile @@ -44,7 +44,7 @@ libfreetype.so:print/freetype2 \ libpulse.so:audio/pulseaudio -USES= cargo gnome localbase:ldflags ninja pkgconfig python:3.7+,build \ +USES= cargo gnome localbase:ldflags ninja pkgconfig python:build \ tar:xz USE_GNOME= glib20 USE_GITHUB= yes Index: multimedia/streamlink/Makefile =================================================================== --- multimedia/streamlink/Makefile +++ multimedia/streamlink/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}requests-mock>0:www/py-requests-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= FFMPEG RTMPDUMP Index: multimedia/subsync/Makefile =================================================================== --- multimedia/subsync/Makefile +++ multimedia/subsync/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webrtcvad>0:audio/py-webrtcvad@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_GITHUB= yes GH_ACCOUNT= smacke # tympanix account has another version of the same project requiring tensorflow GH_TAGNAME= d9798a5 Index: multimedia/syncplay/Makefile =================================================================== --- multimedia/syncplay/Makefile +++ multimedia/syncplay/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} -USES= desktop-file-utils gmake python:3.4+ shebangfix +USES= desktop-file-utils gmake python shebangfix USE_GITHUB= yes GH_ACCOUNT= Syncplay Index: multimedia/tautulli/Makefile =================================================================== --- multimedia/tautulli/Makefile +++ multimedia/tautulli/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= cpe python:3.5+ shebangfix +USES= cpe python shebangfix USE_GITHUB= yes GH_ACCOUNT= Tautulli GH_PROJECT= Tautulli Index: multimedia/totem/Makefile =================================================================== --- multimedia/totem/Makefile +++ multimedia/totem/Makefile @@ -38,7 +38,7 @@ PORTSCOUT= limitw:1,even USES= compiler desktop-file-utils gettext gl gnome gstreamer localbase meson \ - pkgconfig python:3.6+ tar:xz xorg + pkgconfig python tar:xz xorg USE_GNOME= cairo gtk30 intlhack introspection libxml2 pygobject3 gnomedesktop3 USE_XORG= x11 xorgproto xtst ice sm USE_GSTREAMER= core good bad soup ugly Index: multimedia/vapoursynth/Makefile =================================================================== --- multimedia/vapoursynth/Makefile +++ multimedia/vapoursynth/Makefile @@ -56,7 +56,7 @@ CORE_USES= compiler:c++11-lib CORE_CONFIGURE_ENABLE= core -PYTHON_USES= python:3.3+ +PYTHON_USES= python PYTHON_USE= python=cython PYTHON_VARS= BINARY_ALIAS=cython=cython-${PYTHON_VER} PYTHON_CONFIGURE_ENABLE= python-module @@ -68,7 +68,7 @@ VSPIPE_IMPLIES= VSSCRIPT VSSCRIPT_DESC= Scripting library -VSSCRIPT_USES= compiler:c++11-lib python:3.3+ +VSSCRIPT_USES= compiler:c++11-lib python VSSCRIPT_CONFIGURE_ENABLE= vsscript # PLUGINS group Index: net-im/folks/Makefile =================================================================== --- net-im/folks/Makefile +++ net-im/folks/Makefile @@ -22,7 +22,7 @@ libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus -USES= gettext gnome localbase meson python:3.5+,build pkgconfig \ +USES= gettext gnome localbase meson python:build pkgconfig \ readline sqlite tar:xz vala:build USE_GNOME= evolutiondataserver3 intlhack introspection:build USE_LDCONFIG= yes Index: net-im/gajim/Makefile =================================================================== --- net-im/gajim/Makefile +++ net-im/gajim/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} LIB_DEPENDS= libsoup-2.4.so:devel/libsoup -USES= cpe gettext gnome python:3.7+ xorg +USES= cpe gettext gnome python xorg USE_PYTHON= autoplist distutils noflavors USE_GNOME= pygobject3 USE_XORG= x11 xext xscrnsaver Index: net-im/libpurple/Makefile =================================================================== --- net-im/libpurple/Makefile +++ net-im/libpurple/Makefile @@ -203,7 +203,7 @@ .endif .if ${PORT_OPTIONS:MDBUS} -USES+= python:3.5+ +USES+= python LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib .if !defined(PIDGIN_SLAVE) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} Index: net-im/libsignal-node/Makefile =================================================================== --- net-im/libsignal-node/Makefile +++ net-im/libsignal-node/Makefile @@ -20,7 +20,7 @@ protoc:devel/protobuf \ yarn:www/yarn-node16 -USES= cargo gmake python:3.7+,build +USES= cargo gmake python:build USE_GITHUB= yes GH_ACCOUNT= signalapp GH_TUPLE= google:boringssl:f1c75347daa2ea81a941e953f2263e0a4d970c8d:boringssl \ Index: net-im/profanity/Makefile =================================================================== --- net-im/profanity/Makefile +++ net-im/profanity/Makefile @@ -21,7 +21,7 @@ libstrophe.so:net-im/libstrophe \ libqrencode.so:graphics/libqrencode -USES= cpe gnome libtool ncurses pkgconfig python:3.8+ \ +USES= cpe gnome libtool ncurses pkgconfig python \ readline sqlite:3 tar:xz CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes Index: net-im/py-fbmq/Makefile =================================================================== --- net-im/py-fbmq/Makefile +++ net-im/py-fbmq/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: net-im/py-matrix-synapse/Makefile =================================================================== --- net-im/py-matrix-synapse/Makefile +++ net-im/py-matrix-synapse/Makefile @@ -55,7 +55,7 @@ ${PYTHON_PKGNAMEPREFIX}authlib>=0.15.1:security/py-authlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${PY_FLAVOR} -USES= python:3.7+ cargo +USES= python cargo USE_PYTHON= autoplist distutils USE_RC_SUBR= synapse WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}-${DISTVERSION} Index: net-im/py-nbxmpp/Makefile =================================================================== --- net-im/py-nbxmpp/Makefile +++ net-im/py-nbxmpp/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}precis_i18n>=1.0.0:textproc/py-precis_i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} -USES= gnome python:3.7+ +USES= gnome python USE_GNOME= pygobject3 USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net-im/py-punjab/Makefile =================================================================== --- net-im/py-punjab/Makefile +++ net-im/py-punjab/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils USE_RC_SUBR= punjab Index: net-im/py-python-telegram-bot/Makefile =================================================================== --- net-im/py-python-telegram-bot/Makefile +++ net-im/py-python-telegram-bot/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}apscheduler>0:devel/py-apscheduler@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils PYDISTUTILS_BUILDARGS= --with-upstream-urllib3 Index: net-im/py-slack-sdk/Makefile =================================================================== --- net-im/py-slack-sdk/Makefile +++ net-im/py-slack-sdk/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.7.3:www/py-aiohttp@${PY_FLAVOR} -USES= python:3.6+ +USES= python # PyPi sdist do not have tests USE_GITHUB= yes GH_ACCOUNT= slackapi Index: net-im/py-slixmpp/Makefile =================================================================== --- net-im/py-slixmpp/Makefile +++ net-im/py-slixmpp/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} TEST_DEPENDS= gpg:security/gnupg -USES= cpe pkgconfig python:3.7+ +USES= cpe pkgconfig python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= distutils autoplist cython Index: net-im/py-telepot/Makefile =================================================================== --- net-im/py-telepot/Makefile +++ net-im/py-telepot/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.0.0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.9.1,1:net/py-urllib3@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net-im/py-toxcore-c/Makefile =================================================================== --- net-im/py-toxcore-c/Makefile +++ net-im/py-toxcore-c/Makefile @@ -18,7 +18,7 @@ libvpx.so:multimedia/libvpx \ libopus.so:audio/opus -USES= localbase python:3.6+ +USES= localbase python USE_GITHUB= yes GH_ACCOUNT= TokTok GH_PROJECT= py-toxcore-c Index: net-im/py-unmessage/Makefile =================================================================== --- net-im/py-unmessage/Makefile +++ net-im/py-unmessage/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=0.6:dns/py-idna@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-im/scli/Makefile =================================================================== --- net-im/scli/Makefile +++ net-im/scli/Makefile @@ -15,7 +15,7 @@ dbus>=0:devel/dbus \ signal-cli>=0.8.4.1:net-im/signal-cli -USES= python:run,3.7+ shebangfix +USES= python:run shebangfix USE_GITHUB= yes GH_ACCOUNT= isamert SHEBANG_FILES= ${PORTNAME} Index: net-im/scudcloud/Makefile =================================================================== --- net-im/scudcloud/Makefile +++ net-im/scudcloud/Makefile @@ -21,7 +21,7 @@ OPTIONS_DEFINE= HUNSPELL -USES= gnome python:3.5+ pyqt:5 +USES= gnome python pyqt:5 USE_PYQT= sip:run pyqt5:run USE_GITHUB= yes USE_PYTHON= autoplist distutils optsuffix Index: net-im/telegram-desktop/Makefile =================================================================== --- net-im/telegram-desktop/Makefile +++ net-im/telegram-desktop/Makefile @@ -51,7 +51,7 @@ qt6_CONFLICTS_INSTALL= ${PORTNAME} USES= cmake desktop-file-utils gl gnome jpeg localbase \ - minizip openal pkgconfig python:3.7+,build ssl xorg + minizip openal pkgconfig python:build ssl xorg USE_CXXSTD= c++17 USE_GITHUB= nodefault Index: net-im/telepathy-logger-qt5/Makefile =================================================================== --- net-im/telepathy-logger-qt5/Makefile +++ net-im/telepathy-logger-qt5/Makefile @@ -20,7 +20,7 @@ libtelepathy-qt5.so:net-im/telepathy-qt USES= bison:build cmake compiler:c++11-lang gnome kde:5 \ - pkgconfig python:3.5+,build qt:5 tar:xz + pkgconfig python:build qt:5 tar:xz USE_GNOME= glib20 libxml2 USE_KDE= ecm USE_QT= core buildtools:build dbus network qmake:build xml Index: net-im/telepathy-qt/Makefile =================================================================== --- net-im/telepathy-qt/Makefile +++ net-im/telepathy-qt/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus@${PY_FLAVOR} USES= cmake compiler:c++11-lang gettext gnome gstreamer localbase:ldflags pathfix \ - pkgconfig python:3.5+,build qt:5 + pkgconfig python:build qt:5 USE_GNOME= glib20 libxslt:build USE_QT= core dbus gui network xml \ buildtools:build qmake:build testlib:build widgets:build Index: net-im/toot/Makefile =================================================================== --- net-im/toot/Makefile +++ net-im/toot/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.4.0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_GITHUB= yes GH_ACCOUNT= ihabunek USE_PYTHON= autoplist distutils Index: net-im/toxic/Makefile =================================================================== --- net-im/toxic/Makefile +++ net-im/toxic/Makefile @@ -37,7 +37,7 @@ X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 X11_LIB_DEPENDS=libnotify.so:devel/libnotify -PYTHON_USES= python:3.8+ +PYTHON_USES= python PYTHON_MAKE_ARGS= ENABLE_PYTHON=1 CFLAGS+= -I${NCURSESINC} -pthread Index: net-mgmt/2ping/Makefile =================================================================== --- net-mgmt/2ping/Makefile +++ net-mgmt/2ping/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.md -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes Index: net-mgmt/nagstamon/Makefile =================================================================== --- net-mgmt/nagstamon/Makefile +++ net-mgmt/nagstamon/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}requests-gssapi>0:www/py-requests-gssapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-kerberos>0:security/py-requests-kerberos@${PY_FLAVOR} -USES= cpe pyqt:5 python:3.6+ +USES= cpe pyqt:5 python CPE_VENDOR= henri_wahl USE_GITHUB= yes GH_ACCOUNT= HenriWahl Index: net-mgmt/net-snmp/Makefile =================================================================== --- net-mgmt/net-snmp/Makefile +++ net-mgmt/net-snmp/Makefile @@ -77,7 +77,7 @@ .if ${PORT_OPTIONS:MPYTHON} PYDISTUTILS_PKGNAME?= netsnmp-python PYDISTUTILS_PKGVERSION?= 1.0a1 -USES+= python:3.5+ +USES+= python RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} CONFIGURE_ARGS+=--with-python-modules Index: net-mgmt/netbox/Makefile =================================================================== --- net-mgmt/netbox/Makefile +++ net-mgmt/netbox/Makefile @@ -62,7 +62,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=6.0<7:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gunicorn>=20.1.0<21:www/py-gunicorn@${PY_FLAVOR} -USES= cpe pgsql:11+ python:3.8+ +USES= cpe pgsql:11+ python CPE_VENDOR= netbox_project USE_GITHUB= yes GH_ACCOUNT= netbox-community Index: net-mgmt/networkmgr/Makefile =================================================================== --- net-mgmt/networkmgr/Makefile +++ net-mgmt/networkmgr/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ sudo:security/sudo -USES= gettext-tools gnome python:3.7+ shebangfix +USES= gettext-tools gnome python shebangfix USE_GITHUB= yes GH_ACCOUNT= GhostBSD USE_GNOME= pygobject3 Index: net-mgmt/observium/Makefile =================================================================== --- net-mgmt/observium/Makefile +++ net-mgmt/observium/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -USES= cpe php:cli,flavors python:3.5+ shebangfix +USES= cpe php:cli,flavors python shebangfix IGNORE_WITH_PHP= 82 83 SHEBANG_FILES= \ poller-wrapper.py \ Index: net-mgmt/py-adal/Makefile =================================================================== --- net-mgmt/py-adal/Makefile +++ net-mgmt/py-adal/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1.0<3:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net-mgmt/py-aggregate6/Makefile =================================================================== --- net-mgmt/py-aggregate6/Makefile +++ net-mgmt/py-aggregate6/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net-mgmt/py-arouteserver/Makefile =================================================================== --- net-mgmt/py-arouteserver/Makefile +++ net-mgmt/py-arouteserver/Makefile @@ -21,7 +21,7 @@ ca_root_nss>0:security/ca_root_nss TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= pierky/arouteserver/config.d/rtt_getter.sh Index: net-mgmt/py-ciscoconfparse/Makefile =================================================================== --- net-mgmt/py-ciscoconfparse/Makefile +++ net-mgmt/py-ciscoconfparse/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-mgmt/py-dnsdiag/Makefile =================================================================== --- net-mgmt/py-dnsdiag/Makefile +++ net-mgmt/py-dnsdiag/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: net-mgmt/py-gstat_exporter/Makefile =================================================================== --- net-mgmt/py-gstat_exporter/Makefile +++ net-mgmt/py-gstat_exporter/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.7.1:net-mgmt/py-prometheus-client@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= tykling GH_TAGNAME= 3c1858a52544b2eec56f5470e4042a7171e5448a Index: net-mgmt/py-ipcalc/Makefile =================================================================== --- net-mgmt/py-ipcalc/Makefile +++ net-mgmt/py-ipcalc/Makefile @@ -8,7 +8,7 @@ COMMENT= Module to perform IP subnet calculations WWW= https://pypi.org/project/ipcalc/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-mgmt/py-ipy/Makefile =================================================================== --- net-mgmt/py-ipy/Makefile +++ net-mgmt/py-ipy/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net-mgmt/py-junos-eznc/Makefile =================================================================== --- net-mgmt/py-junos-eznc/Makefile +++ net-mgmt/py-junos-eznc/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yamlordereddictloader>0:devel/py-yamlordereddictloader@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-mgmt/py-msrest/Makefile =================================================================== --- net-mgmt/py-msrest/Makefile +++ net-mgmt/py-msrest/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.16:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.5.0:www/py-requests-oauthlib@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net-mgmt/py-msrestazure/Makefile =================================================================== --- net-mgmt/py-msrestazure/Makefile +++ net-mgmt/py-msrestazure/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}adal>=0.6.0<2.0.0:net-mgmt/py-adal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net-mgmt/py-napalm-logs/Makefile =================================================================== --- net-mgmt/py-napalm-logs/Makefile +++ net-mgmt/py-napalm-logs/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}prometheus-client>0:net-mgmt/py-prometheus-client@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= napalm-automation USE_PYTHON= distutils concurrent autoplist Index: net-mgmt/py-napalm/Makefile =================================================================== --- net-mgmt/py-napalm/Makefile +++ net-mgmt/py-napalm/Makefile @@ -32,7 +32,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ddt>=1.2.0:devel/py-ddt@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils concurrent autoplist USE_GITHUB= yes GH_ACCOUNT= napalm-automation Index: net-mgmt/py-ncclient/Makefile =================================================================== --- net-mgmt/py-ncclient/Makefile +++ net-mgmt/py-ncclient/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}paramiko>=1.15.0:security/py-paramiko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-mgmt/py-netutils/Makefile =================================================================== --- net-mgmt/py-netutils/Makefile +++ net-mgmt/py-netutils/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net-mgmt/py-nxapi-plumbing/Makefile =================================================================== --- net-mgmt/py-nxapi-plumbing/Makefile +++ net-mgmt/py-nxapi-plumbing/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}scp>=0:security/py-scp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-mgmt/py-opn-cli/Makefile =================================================================== --- net-mgmt/py-opn-cli/Makefile +++ net-mgmt/py-opn-cli/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils Index: net-mgmt/py-pdagent-integrations/Makefile =================================================================== --- net-mgmt/py-pdagent-integrations/Makefile +++ net-mgmt/py-pdagent-integrations/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdagent>0:net-mgmt/py-pdagent@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= PagerDuty Index: net-mgmt/py-pdagent/Makefile =================================================================== --- net-mgmt/py-pdagent/Makefile +++ net-mgmt/py-pdagent/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= flavors USE_RC_SUBR= pdagentd USE_GITHUB= yes Index: net-mgmt/py-phonebox-plugin/Makefile =================================================================== --- net-mgmt/py-phonebox-plugin/Makefile +++ net-mgmt/py-phonebox-plugin/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net-mgmt/py-pyIOSXR/Makefile =================================================================== --- net-mgmt/py-pyIOSXR/Makefile +++ net-mgmt/py-pyIOSXR/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.2.4:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netmiko>=1.4.3:security/py-netmiko@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-mgmt/py-pyang/Makefile =================================================================== --- net-mgmt/py-pyang/Makefile +++ net-mgmt/py-pyang/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net-mgmt/py-pyeapi/Makefile =================================================================== --- net-mgmt/py-pyeapi/Makefile +++ net-mgmt/py-pyeapi/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils unittest TEST_ARGS= discover test/unit -v Index: net-mgmt/py-pynetbox/Makefile =================================================================== --- net-mgmt/py-pynetbox/Makefile +++ net-mgmt/py-pynetbox/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20<3:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest # Skip integration tests as they require Docker and a checked out git repository Index: net-mgmt/py-pynxos/Makefile =================================================================== --- net-mgmt/py-pynxos/Makefile +++ net-mgmt/py-pynxos/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scp>0:security/py-scp@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-mgmt/py-pypowerwall/Makefile =================================================================== --- net-mgmt/py-pypowerwall/Makefile +++ net-mgmt/py-pypowerwall/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>0:devel/py-googleapis-common-protos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils SHEBANG_FILES= proxy/server.py proxy/server-r.py Index: net-mgmt/py-pysmi/Makefile =================================================================== --- net-mgmt/py-pysmi/Makefile +++ net-mgmt/py-pysmi/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.11:devel/py-ply@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.26.0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: net-mgmt/py-pysnmp-mibs/Makefile =================================================================== --- net-mgmt/py-pysnmp-mibs/Makefile +++ net-mgmt/py-pysnmp-mibs/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp>=4.3.2:net-mgmt/py-pysnmp@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-mgmt/py-pysnmp/Makefile =================================================================== --- net-mgmt/py-pysnmp/Makefile +++ net-mgmt/py-pysnmp/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pycryptodomex>=0:security/py-pycryptodomex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysmi>=0:net-mgmt/py-pysmi@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-mgmt/py-pyzabbix/Makefile =================================================================== --- net-mgmt/py-pyzabbix/Makefile +++ net-mgmt/py-pyzabbix/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8.5:devel/py-semantic-version@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net-mgmt/py-snmp_passpersist/Makefile =================================================================== --- net-mgmt/py-snmp_passpersist/Makefile +++ net-mgmt/py-snmp_passpersist/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= net-snmp>=0:net-mgmt/net-snmp -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= nagius Index: net-mgmt/py-snmpclitools/Makefile =================================================================== --- net-mgmt/py-snmpclitools/Makefile +++ net-mgmt/py-snmpclitools/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp>=4.4.4:net-mgmt/py-pysnmp@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= concurrent distutils autoplist NO_ARCH= yes Index: net-mgmt/seafile-client/Makefile =================================================================== --- net-mgmt/seafile-client/Makefile +++ net-mgmt/seafile-client/Makefile @@ -21,7 +21,7 @@ bash:shells/bash USES= autoreconf gnome iconv libarchive libtool localbase \ - pathfix pkgconfig python:3.6+ shebangfix sqlite ssl vala:build + pathfix pkgconfig python shebangfix sqlite ssl vala:build USE_GITHUB= yes GH_ACCOUNT= haiwen GH_PROJECT= seafile Index: net-mgmt/seafile-server/Makefile =================================================================== --- net-mgmt/seafile-server/Makefile +++ net-mgmt/seafile-server/Makefile @@ -27,7 +27,7 @@ CONFLICTS= seafile USES= autoreconf compiler:c11 gnome iconv libarchive libtool localbase mysql \ - pathfix pgsql pkgconfig python:3.7+ shebangfix sqlite ssl vala:build + pathfix pgsql pkgconfig python shebangfix sqlite ssl vala:build USE_GITHUB= yes GH_ACCOUNT= haiwen USE_GNOME= glib20 Index: net-mgmt/virt-viewer/Makefile =================================================================== --- net-mgmt/virt-viewer/Makefile +++ net-mgmt/virt-viewer/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 USES= cpe desktop-file-utils gettext gettext-tools gmake gnome \ - libtool meson perl5 pkgconfig python:3.6+,build \ + libtool meson perl5 pkgconfig python:build \ shared-mime-info tar:xz xorg CPE_VENDOR= redhat USE_GNOME= gtk30 libxml2 Index: net-p2p/bazarr/Makefile =================================================================== --- net-p2p/bazarr/Makefile +++ net-p2p/bazarr/Makefile @@ -19,7 +19,7 @@ ffprobe:multimedia/ffmpeg \ unrar:archivers/unrar -USES= python:3.7+ zip +USES= python zip USE_RC_SUBR= bazarr Index: net-p2p/c-lightning/Makefile =================================================================== --- net-p2p/c-lightning/Makefile +++ net-p2p/c-lightning/Makefile @@ -27,7 +27,7 @@ gettext \ gmake \ libtool \ - python:3.5+,build \ + python:build \ shebangfix CPE_VENDOR= elementsproject BINARY_ALIAS= python=${PYTHON_CMD} python3=${PYTHON_CMD} Index: net-p2p/deluge-cli/Makefile =================================================================== --- net-p2p/deluge-cli/Makefile +++ net-p2p/deluge-cli/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR} -USES= cpe gettext python:3.5+ +USES= cpe gettext python USE_PYTHON= autoplist distutils CPE_VENDOR= deluge-torrent Index: net-p2p/deluge/Makefile =================================================================== --- net-p2p/deluge/Makefile +++ net-p2p/deluge/Makefile @@ -16,7 +16,7 @@ xdg-utils>=1.0.2:devel/xdg-utils \ deluge:net-p2p/deluge-cli -USES= gnome metaport python:3.5+ +USES= gnome metaport python USE_GNOME= gtk30 librsvg2 pygobject3 .include Index: net-p2p/lxmf/Makefile =================================================================== --- net-p2p/lxmf/Makefile +++ net-p2p/lxmf/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= reticulum>0:net-p2p/reticulum -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-p2p/nomadnet/Makefile =================================================================== --- net-p2p/nomadnet/Makefile +++ net-p2p/nomadnet/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid@${PY_FLAVOR} \ reticulum>0:net-p2p/reticulum -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net-p2p/py-libtorrent-rasterbar/Makefile =================================================================== --- net-p2p/py-libtorrent-rasterbar/Makefile +++ net-p2p/py-libtorrent-rasterbar/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ ${PY_BOOST} -USES= compiler:c11 iconv localbase:ldflags python:3.6+ +USES= compiler:c11 iconv localbase:ldflags python USE_GITHUB= yes GH_ACCOUNT= arvidn GH_PROJECT= libtorrent Index: net-p2p/py-nicotine-plus/Makefile =================================================================== --- net-p2p/py-nicotine-plus/Makefile +++ net-p2p/py-nicotine-plus/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}gobject3>=3.16:devel/py-gobject3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gdbm>=3.6:databases/py-gdbm@${PY_FLAVOR} -USES= gettext-tools gnome python:3.5+ +USES= gettext-tools gnome python USE_GNOME= gtk30 USE_PYTHON= autoplist concurrent distutils unittest Index: net-p2p/py-transmission-rpc/Makefile =================================================================== --- net-p2p/py-transmission-rpc/Makefile +++ net-p2p/py-transmission-rpc/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.23.0<3.0.0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: net-p2p/py-tremc/Makefile =================================================================== --- net-p2p/py-tremc/Makefile +++ net-p2p/py-tremc/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITHUB= yes NO_ARCH= yes NO_BUILD= yes Index: net-p2p/py-vertex/Makefile =================================================================== --- net-p2p/py-vertex/Makefile +++ net-p2p/py-vertex/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net-p2p/qbittorrent/Makefile =================================================================== --- net-p2p/qbittorrent/Makefile +++ net-p2p/qbittorrent/Makefile @@ -67,7 +67,7 @@ LIBTORRENT2_EXTRA_PATCHES= ${FILESDIR}/extrapatch-libtorrent-rasterbar2-settings PYTHON_DESC= Install Python to support some plugin functionality -PYTHON_USES= python:3.6+,run +PYTHON_USES= python:run post-patch-PYTHON-on: @${REINPLACE_CMD} -e 's|"python3"|"${PYTHON_CMD}"|' ${WRKSRC}/src/base/utils/foreignapps.cpp Index: net-p2p/reticulum/Makefile =================================================================== --- net-p2p/reticulum/Makefile +++ net-p2p/reticulum/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= distutils USE_RC_SUBR= reticulum GROUPS= _reticulum Index: net/cloud-init-devel/Makefile =================================================================== --- net/cloud-init-devel/Makefile +++ net/cloud-init-devel/Makefile @@ -31,7 +31,7 @@ ${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR} \ bash:shells/bash -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= canonical USE_PYTHON= autoplist distutils Index: net/cloud-init/Makefile =================================================================== --- net/cloud-init/Makefile +++ net/cloud-init/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ sudo>0:security/sudo -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= canonical USE_PYTHON= autoplist distutils Index: net/dhcpcd-ui/Makefile =================================================================== --- net/dhcpcd-ui/Makefile +++ net/dhcpcd-ui/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairosvg>=0:graphics/py-cairosvg@${PY_FLAVOR} LIB_DEPENDS= libnotify.so:devel/libnotify -USES= pkgconfig python:3.6+ +USES= pkgconfig python USE_GITHUB= yes GH_ACCOUNT= NetworkConfiguration Index: net/dpdk-20.11/Makefile =================================================================== --- net/dpdk-20.11/Makefile +++ net/dpdk-20.11/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libelf.so:devel/elfutils \ libjansson.so:devel/jansson -USES= kmod meson pkgconfig:both python:3.5+ shebangfix tar:xz +USES= kmod meson pkgconfig:both python shebangfix tar:xz USE_LDCONFIG= yes SHEBANG_FILES= examples/ipsec-secgw/test/pkttest.py \ examples/ipsec-secgw/test/pkttest.sh \ Index: net/dpdk/Makefile =================================================================== --- net/dpdk/Makefile +++ net/dpdk/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libjansson.so:devel/jansson BUILD_DEPENDS= objdump:devel/binutils -USES= meson kmod pkgconfig:both shebangfix tar:xz python:3.5+ +USES= meson kmod pkgconfig:both shebangfix tar:xz python WRKSRC= ${WRKDIR}/${PORTNAME}-stable-${PORTVERSION} MESON_ARGS= -Dmachine=default -Ddefault_library=shared -Denable_kmods=true USE_LDCONFIG= yes Index: net/exabgp4/Makefile =================================================================== --- net/exabgp4/Makefile +++ net/exabgp4/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE.txt -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= exabgp Index: net/frr7/Makefile =================================================================== --- net/frr7/Makefile +++ net/frr7/Makefile @@ -20,7 +20,7 @@ .if defined(PYTHONTOOLS) RUN_DEPENDS= frr-reload:net/frr7 -USES= python:run,3.6+ shebangfix +USES= python:run shebangfix post-patch: @${REINPLACE_CMD} -e 's|/etc/frr|${ETCDIR}|g' \ @@ -41,7 +41,7 @@ libcares.so:dns/c-ares USES= autoreconf bison compiler:c++11-lang gmake pkgconfig libtool \ - makeinfo python:build,3.6+ readline shebangfix + makeinfo python:build readline shebangfix BINARY_ALIAS= python=${PYTHON_VERSION} Index: net/frr8/Makefile =================================================================== --- net/frr8/Makefile +++ net/frr8/Makefile @@ -19,7 +19,7 @@ .if defined(PYTHONTOOLS) RUN_DEPENDS= frr-reload:net/frr8 -USES= python:run,3.6+ shebangfix +USES= python:run shebangfix post-patch: @${REINPLACE_CMD} -e 's|/etc/frr|${ETCDIR}|g' \ @@ -42,7 +42,7 @@ libpcre2-8.so:devel/pcre2 USES= autoreconf bison compiler:c++11-lang gmake pkgconfig libtool \ - makeinfo python:build,3.6+ readline shebangfix + makeinfo python:build readline shebangfix BINARY_ALIAS= python=${PYTHON_VERSION} Index: net/glib-networking/Makefile =================================================================== --- net/glib-networking/Makefile +++ net/glib-networking/Makefile @@ -16,7 +16,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gnome localbase meson pkgconfig \ - python:3.7+,build tar:xz + python:build tar:xz USE_GNOME= glib20 BINARY_ALIAS= python3=${PYTHON_VERSION} Index: net/gnome-nettool/Makefile =================================================================== --- net/gnome-nettool/Makefile +++ net/gnome-nettool/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop RUN_DEPENDS= ${LOCALBASE}/bin/dig:dns/bind-tools -USES= gettext gmake gnome meson pathfix pkgconfig python:3.8+ tar:xz +USES= gettext gmake gnome meson pathfix pkgconfig python tar:xz USE_GNOME= gtk30 intlhack libxml2:build GLIB_SCHEMAS= org.gnome.gnome-nettool.gschema.xml Index: net/google-cloud-sdk/Makefile =================================================================== --- net/google-cloud-sdk/Makefile +++ net/google-cloud-sdk/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.7+ +USES= python WRKSRC= ${WRKDIR}/google-cloud-sdk NO_ARCH= yes Index: net/grilo/Makefile =================================================================== --- net/grilo/Makefile +++ net/grilo/Makefile @@ -15,7 +15,7 @@ libtotem-plparser.so:multimedia/totem-pl-parser USES= cpe gettext gnome localbase meson pathfix pkgconfig \ - python:3.7+,build tar:xz vala:build + python:build tar:xz vala:build CPE_VENDOR= gnome USE_LDCONFIG= yes USE_GNOME= glib20 introspection:build libxml2 Index: net/irrd/Makefile =================================================================== --- net/irrd/Makefile +++ net/irrd/Makefile @@ -56,7 +56,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=7.0.1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=22.2.0:devel/py-twisted@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= irrdnet GH_PROJECT= ${PORTNAME} Index: net/kamailio/Makefile =================================================================== --- net/kamailio/Makefile +++ net/kamailio/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -USES= compiler:c11 cpe gmake ncurses pkgconfig python:3.5+ readline \ +USES= compiler:c11 cpe gmake ncurses pkgconfig python readline \ shebangfix USE_LDCONFIG= yes Index: net/kea/Makefile =================================================================== --- net/kea/Makefile +++ net/kea/Makefile @@ -55,7 +55,7 @@ PGSQL_SUB_LIST= REQ_PGSQL=postgresql PGSQL_SUB_LIST_OFF= REQ_PGSQL="" SHELL_DESC= Install kea-shell(8) (Python) -SHELL_USES= python:3.5+ +SHELL_USES= python SHELL_CONFIGURE_ON= --enable-shell .include Index: net/libarcus/Makefile =================================================================== --- net/libarcus/Makefile +++ net/libarcus/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= sip:devel/py-sip4 LIB_DEPENDS= libprotobuf.so:devel/protobuf -USES= cmake compiler:c++11-lang python:3.5+ pyqt:5 +USES= cmake compiler:c++11-lang python pyqt:5 USE_PYQT= pysip USE_GITHUB= yes GH_ACCOUNT= Ultimaker Index: net/libcharon/Makefile =================================================================== --- net/libcharon/Makefile +++ net/libcharon/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake python:3.4+ +USES= cmake python STRIP= USE_GITHUB= yes Index: net/libgweather/Makefile =================================================================== --- net/libgweather/Makefile +++ net/libgweather/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.6+,build \ +USES= gettext gnome localbase meson pkgconfig python:build \ shebangfix tar:xz vala:build USE_GNOME= gtk30 libxml2 pygobject3 introspection:build USE_LDCONFIG= yes Index: net/libgweather4/Makefile =================================================================== --- net/libgweather4/Makefile +++ net/libgweather4/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.6+,build \ +USES= gettext gnome localbase meson pkgconfig python:build \ shebangfix tar:xz vala:build USE_GNOME= gtk30 libxml2 pygobject3 introspection:build USE_LDCONFIG= yes Index: net/libproxy-python/Makefile =================================================================== --- net/libproxy-python/Makefile +++ net/libproxy-python/Makefile @@ -5,7 +5,7 @@ COMMENT= Python binding for libproxy -USES= python:3.6+ +USES= python USE_PYTHON= flavors py3kplist LIBPROXY_SLAVE= python Index: net/librest1/Makefile =================================================================== --- net/librest1/Makefile +++ net/librest1/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.8+ tar:bz2 +USES= gettext gnome localbase meson pkgconfig python tar:bz2 USE_GNOME= glib20 gtksourceview5 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Dca_certificates=true \ Index: net/liferea/Makefile =================================================================== --- net/liferea/Makefile +++ net/liferea/Makefile @@ -21,7 +21,7 @@ USES= compiler:c++11-lang cpe desktop-file-utils gettext \ gmake gnome libtool localbase \ - pathfix pkgconfig python:3.4+ sqlite tar:bzip2 + pathfix pkgconfig python sqlite tar:bzip2 USE_GNOME= cairo dconf:run gtk30 gdkpixbuf2 intltool introspection \ libxslt libxml2 Index: net/mrtparse/Makefile =================================================================== --- net/mrtparse/Makefile +++ net/mrtparse/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ shebangfix +USES= python shebangfix GH_ACCOUNT= t2mune GH_PROJECT= ${PORTNAME} Index: net/nbdkit/Makefile =================================================================== --- net/nbdkit/Makefile +++ net/nbdkit/Makefile @@ -60,7 +60,7 @@ PERL_CONFIGURE_ENABLE= perl PERL_USE+= perl5 PYTHON_CONFIGURE_ENABLE= python -PYTHON_USES+= python:3.3+ +PYTHON_USES+= python RUBY_CONFIGURE_ENABLE= ruby RUBY_USE+= ruby SSH_CONFIGURE_WITH= ssh Index: net/nsscache/Makefile =================================================================== --- net/nsscache/Makefile +++ net/nsscache/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_GITHUB= yes GH_ACCOUNT= google USE_PYTHON= autoplist distutils noflavors Index: net/onionprobe/Makefile =================================================================== --- net/onionprobe/Makefile +++ net/onionprobe/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ tor:security/tor -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/open-isns/Makefile =================================================================== --- net/open-isns/Makefile +++ net/open-isns/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 -USES= autoreconf gmake pathfix python:3.6+,test shebangfix +USES= autoreconf gmake pathfix python:test shebangfix USE_GITHUB= yes GH_ACCOUNT= open-iscsi Index: net/pacemaker1/Makefile.common =================================================================== --- net/pacemaker1/Makefile.common +++ net/pacemaker1/Makefile.common @@ -30,7 +30,7 @@ GH_PROJECT= pacemaker USES= autoreconf:2.69 corosync cpe gmake gnome libtool \ - ncurses pathfix pkgconfig python:3.6+ shebangfix + ncurses pathfix pkgconfig python shebangfix CPE_VENDOR= clusterlabs USE_BINUTILS= yes USE_GNOME= glib20 Index: net/py-DTLSSocket/Makefile =================================================================== --- net/py-DTLSSocket/Makefile +++ net/py-DTLSSocket/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= autoconf>0:devel/autoconf -USES= python:3.6+ +USES= python USE_PYTHON= autoplist cython distutils .include Index: net/py-GeoIP2/Makefile =================================================================== --- net/py-GeoIP2/Makefile +++ net/py-GeoIP2/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.24.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.2:net/py-urllib3@${PY_FLAVOR} -USES= python:3.6+ +USES= python GH_ACCOUNT= maxmind GH_PROJECT= GeoIP2-python Index: net/py-aiocoap/Makefile =================================================================== --- net/py-aiocoap/Makefile +++ net/py-aiocoap/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: net/py-aiohttp-socks/Makefile =================================================================== --- net/py-aiohttp-socks/Makefile +++ net/py-aiohttp-socks/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}trio>0:net/py-trio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: net/py-amqp/Makefile =================================================================== --- net/py-amqp/Makefile +++ net/py-amqp/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}case>0:devel/py-case@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-amqplib/Makefile =================================================================== --- net/py-amqplib/Makefile +++ net/py-amqplib/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ tar:tgz +USES= python tar:tgz USE_PYTHON= autoplist distutils .include Index: net/py-avahi/Makefile =================================================================== --- net/py-avahi/Makefile +++ net/py-avahi/Makefile @@ -22,7 +22,7 @@ AVAHI_SLAVE= python USE_GNOME= pygobject3 gtk30 -USES= python:3.5+ +USES= python USE_PYTHON= flavors py3kplist MANPAGES= avahi-bookmarks.1 Index: net/py-bonsai/Makefile =================================================================== --- net/py-bonsai/Makefile +++ net/py-bonsai/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} -USES= localbase python:3.7+ +USES= localbase python USE_PYTHON= autoplist concurrent distutils pytest OPTIONS_DEFINE= GEVENT TORNADO TRIO Index: net/py-cepa/Makefile =================================================================== --- net/py-cepa/Makefile +++ net/py-cepa/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Index: net/py-cjdns/Makefile =================================================================== --- net/py-cjdns/Makefile +++ net/py-cjdns/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable>0:devel/py-prettytable@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: net/py-cloudflare-scrape-js2py/Makefile =================================================================== --- net/py-cloudflare-scrape-js2py/Makefile +++ net/py-cloudflare-scrape-js2py/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.4.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Js2Py>=0:devel/py-Js2Py@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: net/py-cloudflare-scrape/Makefile =================================================================== --- net/py-cloudflare-scrape/Makefile +++ net/py-cloudflare-scrape/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyExecJS>=0:devel/py-PyExecJS@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: net/py-cloudscraper/Makefile =================================================================== --- net/py-cloudscraper/Makefile +++ net/py-cloudscraper/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>0:www/py-requests-toolbelt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}brotli>0:archivers/py-brotli@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}cloudflare-scrape-1.* Index: net/py-confluent-kafka/Makefile =================================================================== --- net/py-confluent-kafka/Makefile +++ net/py-confluent-kafka/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= librdkafka.so:net/librdkafka -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist distutils post-install: Index: net/py-cymruwhois/Makefile =================================================================== --- net/py-cymruwhois/Makefile +++ net/py-cymruwhois/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: net/py-dpkt/Makefile =================================================================== --- net/py-dpkt/Makefile +++ net/py-dpkt/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pythonprefix OPTIONS_DEFINE= DOCS Index: net/py-duet/Makefile =================================================================== --- net/py-duet/Makefile +++ net/py-duet/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.8+ # 3.7 requires extra-dependencies +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net/py-dugong/Makefile =================================================================== --- net/py-dugong/Makefile +++ net/py-dugong/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} -USES= python:3.3+ tar:bzip2 +USES= python tar:bzip2 USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-ec2-cli-tools/Makefile =================================================================== --- net/py-ec2-cli-tools/Makefile +++ net/py-ec2-cli-tools/Makefile @@ -15,7 +15,7 @@ bash:shells/bash USE_PYTHON= distutils autoplist -USES= python:3.6+ shebangfix +USES= python shebangfix SHEBANG_FILES= bin/ec2getsnaps bin/ec2hostcache bin/ec2ssh .include Index: net/py-errbot/Makefile =================================================================== --- net/py-errbot/Makefile +++ net/py-errbot/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.27.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webtest>=2.0.32:www/py-WebTest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-eventlet/Makefile =================================================================== --- net/py-eventlet/Makefile +++ net/py-eventlet/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3:devel/py-greenlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils nose NO_ARCH= yes Index: net/py-gdown/Makefile =================================================================== --- net/py-gdown/Makefile +++ net/py-gdown/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-geopy/Makefile =================================================================== --- net/py-geopy/Makefile +++ net/py-geopy/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.16.2:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.24.2,1:net/py-urllib3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: net/py-gntp/Makefile =================================================================== --- net/py-gntp/Makefile +++ net/py-gntp/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ gol:deskutils/growl-for-linux -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= kfdm USE_PYTHON= distutils autoplist concurrent Index: net/py-gspread/Makefile =================================================================== --- net/py-gspread/Makefile +++ net/py-gspread/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}google-auth>1.12.0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>0.4.1:security/py-google-auth-oauthlib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net/py-h11/Makefile =================================================================== --- net/py-h11/Makefile +++ net/py-h11/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-haproxy-log-analysis/Makefile =================================================================== --- net/py-haproxy-log-analysis/Makefile +++ net/py-haproxy-log-analysis/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: net/py-haproxyctl/Makefile =================================================================== --- net/py-haproxyctl/Makefile +++ net/py-haproxyctl/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist USE_GITHUB= yes Index: net/py-httpstat/Makefile =================================================================== --- net/py-httpstat/Makefile +++ net/py-httpstat/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= curl:ftp/curl -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= reorx Index: net/py-ifaddr/Makefile =================================================================== --- net/py-ifaddr/Makefile +++ net/py-ifaddr/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils Index: net/py-impacket/Makefile =================================================================== --- net/py-impacket/Makefile +++ net/py-impacket/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pcapy>=0:net/py-pcapy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-iplib/Makefile =================================================================== --- net/py-iplib/Makefile +++ net/py-iplib/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils flavors .include Index: net/py-iptools/Makefile =================================================================== --- net/py-iptools/Makefile +++ net/py-iptools/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net/py-kafka-python/Makefile =================================================================== --- net/py-kafka-python/Makefile +++ net/py-kafka-python/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-kombu/Makefile =================================================================== --- net/py-kombu/Makefile +++ net/py-kombu/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=2.6.0<2.7:net/py-amqp@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-ldap/Makefile =================================================================== --- net/py-ldap/Makefile +++ net/py-ldap/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>0:devel/py-pyasn1-modules@${PY_FLAVOR} -USES= ldap python:3.6+ +USES= ldap python USE_PYTHON= autoplist distutils post-patch: Index: net/py-ldap0/Makefile =================================================================== --- net/py-ldap0/Makefile +++ net/py-ldap0/Makefile @@ -14,7 +14,7 @@ # Cyrus needs PLAIN / CRAM-MD5 / DIGEST-MD5 enabled TEST_DEPENDS= ${LOCALBASE}/libexec/slapd:net/openldap${OPENLDAP_VER}-server -USES= ldap:24 localbase python:3.6+ +USES= ldap:24 localbase python USE_LOCALE= en_US.UTF-8 USE_PYTHON= autoplist distutils Index: net/py-ldap3/Makefile =================================================================== --- net/py-ldap3/Makefile +++ net/py-ldap3/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: net/py-ldappool/Makefile =================================================================== --- net/py-ldappool/Makefile +++ net/py-ldappool/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net/py-libcloud/Makefile =================================================================== --- net/py-libcloud/Makefile +++ net/py-libcloud/Makefile @@ -17,7 +17,7 @@ NO_ARCH= yes -USES= cpe python:3.6+ tar:bzip2 +USES= cpe python tar:bzip2 USE_PYTHON= distutils autoplist CPE_VENDOR= apache Index: net/py-libdnet/Makefile =================================================================== --- net/py-libdnet/Makefile +++ net/py-libdnet/Makefile @@ -6,7 +6,7 @@ LIB_DEPENDS= libdnet.so:net/libdnet -USES= autoreconf libtool python:3.6+ +USES= autoreconf libtool python MASTERDIR= ${.CURDIR}/../libdnet INSTALL_WRKSRC= ${WRKSRC}/python Index: net/py-magic-wormhole/Makefile =================================================================== --- net/py-magic-wormhole/Makefile +++ net/py-magic-wormhole/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}twisted>=17.5.0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}txtorcon>=18.0.2:security/py-txtorcon@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-matrix-synapse-ldap3/Makefile =================================================================== --- net/py-matrix-synapse-ldap3/Makefile +++ net/py-matrix-synapse-ldap3/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=15.1.0:devel/py-twisted@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: net/py-maxminddb/Makefile =================================================================== --- net/py-maxminddb/Makefile +++ net/py-maxminddb/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb -USES= compiler:c11 localbase python:3.7+ +USES= compiler:c11 localbase python USE_GITHUB= yes GH_ACCOUNT= maxmind GH_PROJECT= MaxMind-DB-Reader-python Index: net/py-miniupnpc/Makefile =================================================================== --- net/py-miniupnpc/Makefile +++ net/py-miniupnpc/Makefile @@ -10,7 +10,7 @@ MASTERDIR= ${.CURDIR}/../miniupnpc -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist distutils MAKE_ENV= MAKE=gmake PLIST= Index: net/py-mpi4py/Makefile =================================================================== --- net/py-mpi4py/Makefile +++ net/py-mpi4py/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist concurrent LDFLAGS+= ${MPI_LIBS} Index: net/py-msrplib/Makefile =================================================================== --- net/py-msrplib/Makefile +++ net/py-msrplib/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-ndg-httpsclient/Makefile =================================================================== --- net/py-ndg-httpsclient/Makefile +++ net/py-ndg-httpsclient/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.4:devel/py-pyasn1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-netaddr/Makefile =================================================================== --- net/py-netaddr/Makefile +++ net/py-netaddr/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.4.2:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-netif/Makefile =================================================================== --- net/py-netif/Makefile +++ net/py-netif/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsd>0:devel/py-bsd@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= freenas GH_PROJECT= py-netif Index: net/py-netifaces/Makefile =================================================================== --- net/py-netifaces/Makefile +++ net/py-netifaces/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: net/py-netsnmpagent/Makefile =================================================================== --- net/py-netsnmpagent/Makefile +++ net/py-netsnmpagent/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: net/py-nnpy/Makefile =================================================================== --- net/py-nnpy/Makefile +++ net/py-nnpy/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: net/py-ntplib/Makefile =================================================================== --- net/py-ntplib/Makefile +++ net/py-ntplib/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-oauth/Makefile =================================================================== --- net/py-oauth/Makefile +++ net/py-oauth/Makefile @@ -9,7 +9,7 @@ COMMENT= Python Library for OAuth WWW= https://pypi.org/project/oauth/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: net/py-oauth2/Makefile =================================================================== --- net/py-oauth2/Makefile +++ net/py-oauth2/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils unittest NO_ARCH= yes Index: net/py-paho-mqtt/Makefile =================================================================== --- net/py-paho-mqtt/Makefile +++ net/py-paho-mqtt/Makefile @@ -11,7 +11,7 @@ LICENSE= EPL LICENSE_FILE= ${WRKSRC}/edl-v10 -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils autoplist SHEBANG_FILES= examples/*.py Index: net/py-pamqp/Makefile =================================================================== --- net/py-pamqp/Makefile +++ net/py-pamqp/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: net/py-pcapy-ng/Makefile =================================================================== --- net/py-pcapy-ng/Makefile +++ net/py-pcapy-ng/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE11 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= pcapy Index: net/py-pcapy/Makefile =================================================================== --- net/py-pcapy/Makefile +++ net/py-pcapy/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE11 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ dos2unix +USES= python dos2unix USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} Index: net/py-port-for/Makefile =================================================================== --- net/py-port-for/Makefile +++ net/py-port-for/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0.8:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: net/py-portend/Makefile =================================================================== --- net/py-portend/Makefile +++ net/py-portend/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tempora>=1.8:devel/py-tempora@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.5:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-pyenet/Makefile =================================================================== --- net/py-pyenet/Makefile +++ net/py-pyenet/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE LICENSE_FILE_MIT= ${WRKSRC}/enet/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist cython distutils post-install: Index: net/py-pygeoip/Makefile =================================================================== --- net/py-pygeoip/Makefile +++ net/py-pygeoip/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: net/py-pyicap/Makefile =================================================================== --- net/py-pyicap/Makefile +++ net/py-pyicap/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-pynamecheap/Makefile =================================================================== --- net/py-pynamecheap/Makefile +++ net/py-pynamecheap/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-pynmsg/Makefile =================================================================== --- net/py-pynmsg/Makefile +++ net/py-pynmsg/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libnmsg.so:net/nmsg -USES= pkgconfig python:3.6+ shebangfix uniquefiles:dirs +USES= pkgconfig python shebangfix uniquefiles:dirs USE_PYTHON= autoplist cython distutils SHEBANG_FILES= examples/*.py Index: net/py-pynsq/Makefile =================================================================== --- net/py-pynsq/Makefile +++ net/py-pynsq/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}python-snappy>0:archivers/py-python-snappy@${PY_FLAVOR} \ nsqd:net/nsq -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= nsqio USE_PYTHON= distutils autoplist Index: net/py-pypcap/Makefile =================================================================== --- net/py-pypcap/Makefile +++ net/py-pypcap/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent cython distutils # PR 239725: workaround to avoid using /usr/lib32 over /usr/lib Index: net/py-pyroute2.minimal/Makefile =================================================================== --- net/py-pyroute2.minimal/Makefile +++ net/py-pyroute2.minimal/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: net/py-pyroute2.protocols/Makefile =================================================================== --- net/py-pyroute2.protocols/Makefile +++ net/py-pyroute2.protocols/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyroute2>=${PORTVERSION}:net/py-pyroute2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-pyroute2/Makefile =================================================================== --- net/py-pyroute2/Makefile +++ net/py-pyroute2/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: net/py-pysendfile/Makefile =================================================================== --- net/py-pysendfile/Makefile +++ net/py-pysendfile/Makefile @@ -14,7 +14,7 @@ CONFLICTS_INSTALL= py*-sendfile -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: net/py-pyshark/Makefile =================================================================== --- net/py-pyshark/Makefile +++ net/py-pyshark/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-pysmb/Makefile =================================================================== --- net/py-pysmb/Makefile +++ net/py-pysmb/Makefile @@ -16,7 +16,7 @@ OPTIONS_DEFINE= DOCS -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-pysocks/Makefile =================================================================== --- net/py-pysocks/Makefile +++ net/py-pysocks/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-pystun/Makefile =================================================================== --- net/py-pystun/Makefile +++ net/py-pystun/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-python-barbicanclient/Makefile =================================================================== --- net/py-python-barbicanclient/Makefile +++ net/py-python-barbicanclient/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-python-bitcoinrpc/Makefile =================================================================== --- net/py-python-bitcoinrpc/Makefile +++ net/py-python-bitcoinrpc/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: net/py-python-ceilometerclient/Makefile =================================================================== --- net/py-python-ceilometerclient/Makefile +++ net/py-python-ceilometerclient/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.10.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-python-cinderclient/Makefile =================================================================== --- net/py-python-cinderclient/Makefile +++ net/py-python-cinderclient/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.25.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=3.3.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-python-designateclient/Makefile =================================================================== --- net/py-python-designateclient/Makefile +++ net/py-python-designateclient/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-python-glanceclient/Makefile =================================================================== --- net/py-python-glanceclient/Makefile +++ net/py-python-glanceclient/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}warlock>=1.2.0:devel/py-warlock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.7.0:devel/py-wrapt@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-python-heatclient/Makefile =================================================================== --- net/py-python-heatclient/Makefile +++ net/py-python-heatclient/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-python-keystoneclient/Makefile =================================================================== --- net/py-python-keystoneclient/Makefile +++ net/py-python-keystoneclient/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-python-neutronclient/Makefile =================================================================== --- net/py-python-neutronclient/Makefile +++ net/py-python-neutronclient/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-python-novaclient/Makefile =================================================================== --- net/py-python-novaclient/Makefile +++ net/py-python-novaclient/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=2.0.1:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-python-openstackclient/Makefile =================================================================== --- net/py-python-openstackclient/Makefile +++ net/py-python-openstackclient/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}python-novaclient>=18.1.0:net/py-python-novaclient@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=2.0.1:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-python-socks/Makefile =================================================================== --- net/py-python-socks/Makefile +++ net/py-python-socks/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}curio>=1.4:devel/py-curio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trio>=0.16.0:net/py-trio@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-python-twitter/Makefile =================================================================== --- net/py-python-twitter/Makefile +++ net/py-python-twitter/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-pytradfri/Makefile =================================================================== --- net/py-pytradfri/Makefile +++ net/py-pytradfri/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiocoap>=0:net/py-aiocoap@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}DTLSSocket>=0:net/py-DTLSSocket@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils .include Index: net/py-pyu2f/Makefile =================================================================== --- net/py-pyu2f/Makefile +++ net/py-pyu2f/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-pyvmomi/Makefile =================================================================== --- net/py-pyvmomi/Makefile +++ net/py-pyvmomi/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.7.3:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils concurrent optsuffix post-patch: Index: net/py-pyzmq/Makefile =================================================================== --- net/py-pyzmq/Makefile +++ net/py-pyzmq/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} LIB_DEPENDS= libzmq.so:net/libzmq4 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist cython pytest # 3 tests fail, see https://github.com/zeromq/pyzmq/issues/1802 PYDISTUTILS_CONFIGUREARGS= --zmq=${LOCALBASE} Index: net/py-qt5-networkauth/Makefile =================================================================== --- net/py-qt5-networkauth/Makefile +++ net/py-qt5-networkauth/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= qmake-qt5:devel/qt5-qmake LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 -USES= gl pyqt:5 python:3.8+ qt:5 +USES= gl pyqt:5 python qt:5 USE_GL= gl USE_PYQT= sip:build pyqt5 USE_PYTHON= concurrent flavors py3kplist Index: net/py-qt6-networkauth/Makefile =================================================================== --- net/py-qt6-networkauth/Makefile +++ net/py-qt6-networkauth/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libqscintilla2_qt6.so:devel/qscintilla2-qt6 -USES= gl pyqt:6 python:3.8+ qt:6 +USES= gl pyqt:6 python qt:6 USE_GL= gl USE_PYQT= sip:build pyqt6 qtbuilder USE_PYTHON= concurrent flavors py3kplist Index: net/py-rabbitpy/Makefile =================================================================== --- net/py-rabbitpy/Makefile +++ net/py-rabbitpy/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pamqp>0:net/py-pamqp@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: net/py-radix/Makefile =================================================================== --- net/py-radix/Makefile +++ net/py-radix/Makefile @@ -12,7 +12,7 @@ LICENSE= ISCL BSD4CLAUSE LICENSE_COMB= dual -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-install: Index: net/py-raet/Makefile =================================================================== --- net/py-raet/Makefile +++ net/py-raet/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=1.1:devel/py-setuptools-git@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-ripe.atlas.cousteau/Makefile =================================================================== --- net/py-ripe.atlas.cousteau/Makefile +++ net/py-ripe.atlas.cousteau/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: net/py-ripe.atlas.sagan/Makefile =================================================================== --- net/py-ripe.atlas.sagan/Makefile +++ net/py-ripe.atlas.sagan/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-ripe.atlas.tools/Makefile =================================================================== --- net/py-ripe.atlas.tools/Makefile +++ net/py-ripe.atlas.tools/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-s3cmd/Makefile =================================================================== --- net/py-s3cmd/Makefile +++ net/py-s3cmd/Makefile @@ -24,7 +24,7 @@ MAGIC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}magic>0:devel/py-magic@${PY_FLAVOR} PYTHON_MAGIC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-magic>0:devel/py-python-magic@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-s3transfer/Makefile =================================================================== --- net/py-s3transfer/Makefile +++ net/py-s3transfer/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.36<2.0.0:devel/py-botocore@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: net/py-saltyrtc.server/Makefile =================================================================== --- net/py-saltyrtc.server/Makefile +++ net/py-saltyrtc.server/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.5:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=1.10:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils USE_RC_SUBR= saltyrtc-server Index: net/py-sbws/Makefile =================================================================== --- net/py-sbws/Makefile +++ net/py-sbws/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}tox>=0:devel/py-tox@${PY_FLAVOR} \ bash:shells/bash -USES= cpe python:3.6+ shebangfix +USES= cpe python shebangfix USE_GITLAB= yes USE_PYTHON= autoplist distutils concurrent flavors Index: net/py-shodan/Makefile =================================================================== --- net/py-shodan/Makefile +++ net/py-shodan/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.2.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9:devel/py-colorama@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-siosocks/Makefile =================================================================== --- net/py-siosocks/Makefile +++ net/py-siosocks/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-trio>=0:devel/py-pytest-trio@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: net/py-smart-open/Makefile =================================================================== --- net/py-smart-open/Makefile +++ net/py-smart-open/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>=0:devel/py-pytest-rerunfailures@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-smbpasswd/Makefile =================================================================== --- net/py-smbpasswd/Makefile +++ net/py-smbpasswd/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 # Python3 ready -USES= python:3.6+ tar:tgz +USES= python tar:tgz USE_PYTHON= autoplist distutils .include Index: net/py-smbprotocol/Makefile =================================================================== --- net/py-smbprotocol/Makefile +++ net/py-smbprotocol/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyspnego>=0:security/py-pyspnego@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-soap2py/Makefile =================================================================== --- net/py-soap2py/Makefile +++ net/py-soap2py/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL3+ -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-socketio-client/Makefile =================================================================== --- net/py-socketio-client/Makefile +++ net/py-socketio-client/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: net/py-socksio/Makefile =================================================================== --- net/py-socksio/Makefile +++ net/py-socksio/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-softlayer/Makefile =================================================================== --- net/py-softlayer/Makefile +++ net/py-softlayer/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}rich>=13.3.5:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.24,1:net/py-urllib3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-sshtunnel/Makefile =================================================================== --- net/py-sshtunnel/Makefile +++ net/py-sshtunnel/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.15.2:security/py-paramiko@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-sshuttle/Makefile =================================================================== --- net/py-sshuttle/Makefile +++ net/py-sshuttle/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: net/py-stomp.py/Makefile =================================================================== --- net/py-stomp.py/Makefile +++ net/py-stomp.py/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python OPTIONS_DEFINE= DOXYGEN DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen Index: net/py-suds/Makefile =================================================================== --- net/py-suds/Makefile +++ net/py-suds/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: net/py-tacacs_plus/Makefile =================================================================== --- net/py-tacacs_plus/Makefile +++ net/py-tacacs_plus/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-terminado/Makefile =================================================================== --- net/py-terminado/Makefile +++ net/py-terminado/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>0:sysutils/py-ptyprocess@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net/py-tofu/Makefile =================================================================== --- net/py-tofu/Makefile +++ net/py-tofu/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ tar:bzip2 +USES= python tar:bzip2 USE_PYTHON= autoplist distutils EXAMPLESDIR= ${PREFIX}/share/examples/py-tofu PORTEXAMPLES= * Index: net/py-transip/Makefile =================================================================== --- net/py-transip/Makefile +++ net/py-transip/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}suds>=0:net/py-suds@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-trio-websocket/Makefile =================================================================== --- net/py-trio-websocket/Makefile +++ net/py-trio-websocket/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}trio>=0.11:net/py-trio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wsproto>=0.14:net/py-wsproto@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-trio/Makefile =================================================================== --- net/py-trio/Makefile +++ net/py-trio/Makefile @@ -29,7 +29,7 @@ pylint${PYTHON_PKGNAMESUFFIX}>=0:devel/pylint@${PY_FLAVOR} # 3.6+ but contextvars comes with 3.7 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-tweepy/Makefile =================================================================== --- net/py-tweepy/Makefile +++ net/py-tweepy/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.27.0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcrpy>=1.10.3:devel/py-vcrpy@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= josh_roesslein USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: net/py-twitter-tools/Makefile =================================================================== --- net/py-twitter-tools/Makefile +++ net/py-twitter-tools/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= sixohsix USE_PYTHON= autoplist concurrent distutils nose Index: net/py-txamqp/Makefile =================================================================== --- net/py-txamqp/Makefile +++ net/py-txamqp/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: net/py-txrestapi/Makefile =================================================================== --- net/py-txrestapi/Makefile +++ net/py-txrestapi/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: net/py-uri-template/Makefile =================================================================== --- net/py-uri-template/Makefile +++ net/py-uri-template/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-uritemplate/Makefile =================================================================== --- net/py-uritemplate/Makefile +++ net/py-uritemplate/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-uritools/Makefile =================================================================== --- net/py-uritools/Makefile +++ net/py-uritools/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-url-normalize/Makefile =================================================================== --- net/py-url-normalize/Makefile +++ net/py-url-normalize/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-urlextract/Makefile =================================================================== --- net/py-urlextract/Makefile +++ net/py-urlextract/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritools>=0:net/py-uritools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-urllib3/Makefile =================================================================== --- net/py-urllib3/Makefile +++ net/py-urllib3/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trustme>=0.6.0:security/py-trustme@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils pytest CPE_VENDOR= python Index: net/py-whois/Makefile =================================================================== --- net/py-whois/Makefile +++ net/py-whois/Makefile @@ -12,7 +12,7 @@ LICENSE= WTFPL LICENSE_FILE= ${WRKSRC}/license -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/py-wmi-query/Makefile =================================================================== --- net/py-wmi-query/Makefile +++ net/py-wmi-query/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}impacket>=0:net/py-impacket@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-wsdd/Makefile =================================================================== --- net/py-wsdd/Makefile +++ net/py-wsdd/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+,run shebangfix +USES= python:run shebangfix USE_GITHUB= yes GH_ACCOUNT= christgau SHEBANG_FILES= src/${PORTNAME}.py Index: net/py-wsproto/Makefile =================================================================== --- net/py-wsproto/Makefile +++ net/py-wsproto/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h11>=0.9.0:net/py-h11@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-zeep/Makefile =================================================================== --- net/py-zeep/Makefile +++ net/py-zeep/Makefile @@ -27,7 +27,7 @@ ${PYTHON_PKGNAMEPREFIX}xmlsec>=0.6.1:security/py-xmlsec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3.5:www/py-aiohttp@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: net/py-zeroconf/Makefile =================================================================== --- net/py-zeroconf/Makefile +++ net/py-zeroconf/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ifaddr>=0.1.7:net/py-ifaddr@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= jstasiak Index: net/py-zope.proxy/Makefile =================================================================== --- net/py-zope.proxy/Makefile +++ net/py-zope.proxy/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: net/pyrad/Makefile =================================================================== --- net/pyrad/Makefile +++ net/pyrad/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.0b1:devel/py-nose@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_GITHUB= yes GH_ACCOUNT= pyradius USE_PYTHON= autoplist concurrent distutils Index: net/ryu/Makefile =================================================================== --- net/ryu/Makefile +++ net/ryu/Makefile @@ -31,7 +31,7 @@ NO_ARCH= yes -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: net/samba413/Makefile =================================================================== --- net/samba413/Makefile +++ net/samba413/Makefile @@ -437,7 +437,7 @@ USES+= python:build,test CONFIGURE_ARGS+= --disable-python .else -USES+= python:3.6+ +USES+= python PLIST+= ${PKGDIR}/pkg-plist.python # Don't cache Python modules CONFIGURE_ARGS+= --nopycache Index: net/samba416/Makefile =================================================================== --- net/samba416/Makefile +++ net/samba416/Makefile @@ -458,7 +458,7 @@ USES+= python:build,test CONFIGURE_ARGS+= --disable-python .else -USES+= python:3.6+ +USES+= python PLIST+= ${PKGDIR}/pkg-plist.python # Don't cache Python modules CONFIGURE_ARGS+= --nopycache Index: net/savvycan/Makefile =================================================================== --- net/savvycan/Makefile +++ net/savvycan/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT -USES= compiler:c++11-lang gmake python:build,3.6+ qmake qt:5 +USES= compiler:c++11-lang gmake python:build qmake qt:5 USE_QT= core gui help network opengl printsupport serialbus serialport \ websockets-qml widgets buildtools:build Index: net/scapy/Makefile =================================================================== --- net/scapy/Makefile +++ net/scapy/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pypcap>0:net/py-pypcap@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: net/sems/Makefile =================================================================== --- net/sems/Makefile +++ net/sems/Makefile @@ -20,7 +20,7 @@ libspeex.so:audio/speex \ libspandsp.so:comms/spandsp -USES= cmake compiler:c++11-lang python:3.4+,run shebangfix ssl +USES= cmake compiler:c++11-lang python:run shebangfix ssl SHEBANG_GLOB= sems-* PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} Index: net/tcpwatch/Makefile =================================================================== --- net/tcpwatch/Makefile +++ net/tcpwatch/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent optsuffix NO_ARCH= yes Index: net/tiny-network-utilities/Makefile =================================================================== --- net/tiny-network-utilities/Makefile +++ net/tiny-network-utilities/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hexdump>0:textproc/py-hexdump@${PY_FLAVOR} -USES= python:3.4+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= yurivict SHEBANG_FILES= *.py Index: net/wireshark/Makefile =================================================================== --- net/wireshark/Makefile +++ net/wireshark/Makefile @@ -32,7 +32,7 @@ nox11_PKGNAMESUFFIX= -nox11 USES= cmake compiler:c++11-lang cpe gettext-runtime gnome \ - localbase pathfix perl5 pkgconfig python:3.6+ ssl tar:xz + localbase pathfix perl5 pkgconfig python ssl tar:xz USE_GNOME= glib20 libxml2 USE_PERL5= build USE_LDCONFIG= yes Index: news/nzbhydra2/Makefile =================================================================== --- news/nzbhydra2/Makefile +++ news/nzbhydra2/Makefile @@ -13,7 +13,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le -USES= python:3.5+ zip +USES= python zip USE_JAVA= yes USE_RC_SUBR= nzbhydra2 Index: news/py-pynzb/Makefile =================================================================== --- news/py-pynzb/Makefile +++ news/py-pynzb/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: news/py-sabctools/Makefile =================================================================== --- news/py-sabctools/Makefile +++ news/py-sabctools/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: news/sabnzbd/Makefile =================================================================== --- news/sabnzbd/Makefile +++ news/sabnzbd/Makefile @@ -26,7 +26,7 @@ par2repair:archivers/par2cmdline \ unrar:archivers/unrar -USES= python:3.8+ shebangfix gettext +USES= python shebangfix gettext USE_RC_SUBR= sabnzbd SHEBANG_FILES= SABnzbd.py tools/msgfmt.py Index: ports-mgmt/fastest_pkg/Makefile =================================================================== --- ports-mgmt/fastest_pkg/Makefile +++ ports-mgmt/fastest_pkg/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycurl>0:ftp/py-pycurl@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= ehaupt USE_PYTHON= autoplist concurrent distutils Index: ports-mgmt/portgraph/Makefile =================================================================== --- ports-mgmt/portgraph/Makefile +++ ports-mgmt/portgraph/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphviz>=0.8.2:graphics/py-graphviz@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes Index: ports-mgmt/porttree/Makefile =================================================================== --- ports-mgmt/porttree/Makefile +++ ports-mgmt/porttree/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=2.0:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configargparse>0:devel/py-configargparse@${PY_FLAVOR} -USES= python:3.6+ tar:bzip2 shebangfix +USES= python tar:bzip2 shebangfix #USE_PYTHON= concurrent SVN_REV= 114 Index: ports-mgmt/py-FreeBSD-ports/Makefile =================================================================== --- ports-mgmt/py-FreeBSD-ports/Makefile +++ ports-mgmt/py-FreeBSD-ports/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: ports-mgmt/py-pytoport/Makefile =================================================================== --- ports-mgmt/py-pytoport/Makefile +++ ports-mgmt/py-pytoport/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spdx-lookup>=0.3.0:misc/py-spdx-lookup@${PY_FLAVOR} -USES= python:3.3+ +USES= python USE_GITHUB= yes GH_ACCOUNT= freebsd USE_PYTHON= autoplist distutils Index: ports-mgmt/py-skog/Makefile =================================================================== --- ports-mgmt/py-skog/Makefile +++ ports-mgmt/py-skog/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.3+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: print/dot2tex/Makefile =================================================================== --- print/dot2tex/Makefile +++ print/dot2tex/Makefile @@ -14,7 +14,7 @@ dot:graphics/graphviz TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ tex +USES= python tex USE_GITHUB= yes USE_PYTHON= distutils autoplist concurrent Index: print/fontforge/Makefile =================================================================== --- print/fontforge/Makefile +++ print/fontforge/Makefile @@ -55,8 +55,8 @@ PNG_LIB_DEPENDS=libpng.so:graphics/png PNG_CMAKE_BOOL= ENABLE_LIBPNG -PYTHON_USES= python:3.5+ -PYTHON_USES_OFF=python:3.5+,build +PYTHON_USES= python +PYTHON_USES_OFF=python:build PYTHON_CMAKE_BOOL= ENABLE_PYTHON_SCRIPTING ENABLE_PYTHON_EXTENSION READLINE_USES= readline Index: print/hplip/Makefile =================================================================== --- print/hplip/Makefile +++ print/hplip/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}distro>=1.0.1:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} -USES= dos2unix jpeg libtool localbase pkgconfig python:3.6+ \ +USES= dos2unix jpeg libtool localbase pkgconfig python \ shebangfix USE_LDCONFIG= yes Index: print/libraqm/Makefile =================================================================== --- print/libraqm/Makefile +++ print/libraqm/Makefile @@ -15,7 +15,7 @@ libharfbuzz.so:print/harfbuzz \ libfreetype.so:print/freetype2 -USES= meson pkgconfig python:3.7+,test tar:xz +USES= meson pkgconfig python:test tar:xz USE_LDCONFIG= yes Index: print/lilypond-devel/Makefile =================================================================== --- print/lilypond-devel/Makefile +++ print/lilypond-devel/Makefile @@ -32,7 +32,7 @@ mftrace:print/mftrace USES= bison:build compiler:c++11-lib cpe ghostscript gmake gnome \ - magick:7,build perl5 pkgconfig python:3.5+ + magick:7,build perl5 pkgconfig python USE_CXXSTD= c++14 USE_GNOME= cairo pango USE_PERL5= build Index: print/lilypond/Makefile =================================================================== --- print/lilypond/Makefile +++ print/lilypond/Makefile @@ -30,7 +30,7 @@ mftrace:print/mftrace USES= bison:build compiler:c++11-lib cpe ghostscript gmake gnome \ - magick:7,build perl5 pkgconfig python:3.5+ + magick:7,build perl5 pkgconfig python USE_CXXSTD= c++14 USE_GNOME= pango USE_PERL5= build Index: print/pdf-redact-tools/Makefile =================================================================== --- print/pdf-redact-tools/Makefile +++ print/pdf-redact-tools/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= exiftool:graphics/p5-Image-ExifTool -USES= magick:6,run python:3.6+ +USES= magick:6,run python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils Index: print/py-collidoscope/Makefile =================================================================== --- print/py-collidoscope/Makefile +++ print/py-collidoscope/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}glyphtools>=0:print/py-glyphtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0:print/py-uharfbuzz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-dehinter/Makefile =================================================================== --- print/py-dehinter/Makefile +++ print/py-dehinter/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-font-v/Makefile =================================================================== --- print/py-font-v/Makefile +++ print/py-font-v/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gitpython>=0:devel/py-gitpython@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-fontaine/Makefile =================================================================== --- print/py-fontaine/Makefile +++ print/py-fontaine/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-fontbakery/Makefile =================================================================== --- print/py-fontbakery/Makefile +++ print/py-fontbakery/Makefile @@ -41,7 +41,7 @@ ${PYTHON_PKGNAMEPREFIX}unicodedata2>=0:devel/py-unicodedata2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vharfbuzz>=0.2.0:print/py-vharfbuzz@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-fontparts/Makefile =================================================================== --- print/py-fontparts/Makefile +++ print/py-fontparts/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}fontpens>=0.1.0:print/py-fontpens@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-fontpens/Makefile =================================================================== --- print/py-fontpens/Makefile +++ print/py-fontpens/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fontparts>=0.8.1:print/py-fontparts@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-fonttools/Makefile =================================================================== --- print/py-fonttools/Makefile +++ print/py-fonttools/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ufolib2>=0:print/py-ufolib2@${PY_FLAVOR} -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist concurrent cython distutils OPTIONS_DEFINE= GRAPHITE INTERPOLATABLE LXML PLOT REPACKER SYMFONT UFO UNICODE WOFF Index: print/py-fpdf/Makefile =================================================================== --- print/py-fpdf/Makefile +++ print/py-fpdf/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL3 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: print/py-freetype-py/Makefile =================================================================== --- print/py-freetype-py/Makefile +++ print/py-freetype-py/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: print/py-frescobaldi/Makefile =================================================================== --- print/py-frescobaldi/Makefile +++ print/py-frescobaldi/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qpageview>=0:graphics/py-qpageview@${PY_FLAVOR} -USES= desktop-file-utils gettext gmake pyqt:5 python:3.8+ qmake qt:5 +USES= desktop-file-utils gettext gmake pyqt:5 python qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= frescobaldi USE_PYQT= pyqt5 sip webengine Index: print/py-glyphsets/Makefile =================================================================== --- print/py-glyphsets/Makefile +++ print/py-glyphsets/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-glyphtools/Makefile =================================================================== --- print/py-glyphtools/Makefile +++ print/py-glyphtools/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-pollyreports/Makefile =================================================================== --- print/py-pollyreports/Makefile +++ print/py-pollyreports/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: print/py-preppy/Makefile =================================================================== --- print/py-preppy/Makefile +++ print/py-preppy/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-psautohint/Makefile =================================================================== --- print/py-psautohint/Makefile +++ print/py-psautohint/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.22.0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: print/py-pycups/Makefile =================================================================== --- print/py-pycups/Makefile +++ print/py-pycups/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcups.so:print/cups -USES= iconv localbase python:3.5+ +USES= iconv localbase python USE_PYTHON= autoplist concurrent distutils .include Index: print/py-pydyf/Makefile =================================================================== --- print/py-pydyf/Makefile +++ print/py-pydyf/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit>=3.8.0:devel/py-flit@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 autoplist NO_ARCH= yes Index: print/py-pypdf/Makefile =================================================================== --- print/py-pypdf/Makefile +++ print/py-pypdf/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>2:devel/py-flit-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: print/py-pypdf2/Makefile =================================================================== --- print/py-pypdf2/Makefile +++ print/py-pypdf2/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-pypdf3/Makefile =================================================================== --- print/py-pypdf3/Makefile +++ print/py-pypdf3/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-python-ly/Makefile =================================================================== --- print/py-python-ly/Makefile +++ print/py-python-ly/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_GITHUB= yes GH_ACCOUNT= frescobaldi Index: print/py-relatorio/Makefile =================================================================== --- print/py-relatorio/Makefile +++ print/py-relatorio/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:textproc/py-genshi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=2.0:devel/py-lxml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: print/py-reportlab/Makefile =================================================================== --- print/py-reportlab/Makefile +++ print/py-reportlab/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PY_PILLOW} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist distutils CONFLICTS= py*-reportlab[^3]-[^3].* \ Index: print/py-rtf/Makefile =================================================================== --- print/py-rtf/Makefile +++ print/py-rtf/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv1 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: print/py-ttfautohint-py/Makefile =================================================================== --- print/py-ttfautohint-py/Makefile +++ print/py-ttfautohint-py/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} LIB_DEPENDS= libttfautohint.so:print/ttfautohint -USES= gmake python:3.6+ +USES= gmake python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-ufolib2/Makefile =================================================================== --- print/py-ufolib2/Makefile +++ print/py-ufolib2/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=22.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=4.0.0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: print/py-uharfbuzz/Makefile =================================================================== --- print/py-uharfbuzz/Makefile +++ print/py-uharfbuzz/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -USES= compiler:c++11-lang python:3.6+ zip +USES= compiler:c++11-lang python zip USE_PYTHON= autoplist concurrent cython pep517 post-patch: Index: print/py-vharfbuzz/Makefile =================================================================== --- print/py-vharfbuzz/Makefile +++ print/py-vharfbuzz/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0:print/py-uharfbuzz@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: print/py-weasyprint/Makefile =================================================================== --- print/py-weasyprint/Makefile +++ print/py-weasyprint/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}pyphen>=0.9.1:textproc/py-pyphen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tinycss2>=1.0.0:textproc/py-tinycss2@${PY_FLAVOR} -USES= gnome python:3.8+ +USES= gnome python USE_PYTHON= autoplist pep517 USE_GNOME= gdkpixbuf2 pango Index: print/scribus-devel/Makefile =================================================================== --- print/scribus-devel/Makefile +++ print/scribus-devel/Makefile @@ -38,7 +38,7 @@ libzmf-0.0.so:graphics/libzmf USES= cmake compiler:c++17-lang desktop-file-utils dos2unix gnome \ - jpeg pkgconfig python:3.6+ qt:5 shared-mime-info tar:xz + jpeg pkgconfig python qt:5 shared-mime-info tar:xz USE_QT= buildtools:build core declarative gui linguisttools:build \ network opengl printsupport qmake:build widgets xml DOS2UNIX_REGEX= .*\.(cpp|h|txt) Index: print/system-config-printer/Makefile =================================================================== --- print/system-config-printer/Makefile +++ print/system-config-printer/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USES= autoreconf desktop-file-utils gettext gmake gnome pathfix \ - pkgconfig python:3.5+ shebangfix tar:xz + pkgconfig python shebangfix tar:xz USE_GITHUB= yes GH_ACCOUNT= OpenPrinting Index: russian/py-pytils/Makefile =================================================================== --- russian/py-pytils/Makefile +++ russian/py-pytils/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: science/PETSc/Makefile =================================================================== --- science/PETSc/Makefile +++ science/PETSc/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core LIB_DEPENDS= libmpich.so:net/mpich -USES= blaslapack fortran gmake python:3.7+ shebangfix xorg +USES= blaslapack fortran gmake python shebangfix xorg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-shared-libraries=1 \ --with-mpi-dir=${LOCALBASE} \ Index: science/abinit/Makefile =================================================================== --- science/abinit/Makefile +++ science/abinit/Makefile @@ -32,7 +32,7 @@ libyaml>0:textproc/libyaml USES= autoreconf:build blaslapack:netlib fortran gmake gnome localbase:ldflags \ - python:3.7+ shebangfix + python shebangfix USE_GITHUB= yes USE_GNOME= libxml2 SHEBANG_FILES= config/scripts/* doc/tutorial/paral_bandpw_assets/abinit.sub.* Index: science/agrum/Makefile =================================================================== --- science/agrum/Makefile +++ science/agrum/Makefile @@ -40,7 +40,7 @@ OPENMP_CMAKE_BOOL= USE_OPENMP PYTHON_CMAKE_BOOL= BUILD_PYTHON -PYTHON_USES= python:3.7+ +PYTHON_USES= python PYTHON_PLIST_SUB= PYTHON_VER_MAJ=${PYTHON_VER:R} PYTHON_RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser@${PY_FLAVOR} \ Index: science/bout++/Makefile =================================================================== --- science/bout++/Makefile +++ science/bout++/Makefile @@ -17,7 +17,7 @@ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= bash:shells/bash -USES= cmake:testing python:3.6+ gettext-runtime shebangfix +USES= cmake:testing python gettext-runtime shebangfix USE_LDCONFIG= yes USE_GITHUB= yes Index: science/cantera/Makefile =================================================================== --- science/cantera/Makefile +++ science/cantera/Makefile @@ -49,7 +49,7 @@ OCTAVE_SUB_FILES= pkg-message-octave OCTAVE_USES= octave:env -PYTHON_USES= python:3.6+ +PYTHON_USES= python PYTHON_USE= PYTHON=cython PYTHON_MAKE_ARGS= python_cmd=${PYTHON_CMD} python_package=full PYTHON_MAKE_ARGS_OFF= python_package="none" Index: science/chimes-calculator/Makefile =================================================================== --- science/chimes-calculator/Makefile +++ science/chimes-calculator/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:testing fortran shebangfix python:3.7+,test +USES= cmake:testing fortran shebangfix python:test USE_LDCONFIG= yes USE_GITHUB= yes Index: science/code_saturne/Makefile =================================================================== --- science/code_saturne/Makefile +++ science/code_saturne/Makefile @@ -25,7 +25,7 @@ GH_ACCOUNT= code-saturne USES= autoreconf bison compiler:c11 fortran gettext gnome gmake \ - iconv localbase libtool pyqt:5 python:3.7+ shebangfix xorg + iconv localbase libtool pyqt:5 python shebangfix xorg USE_GNOME= libxml2 USE_PYQT= pyqt5 sip USE_XORG= x11 Index: science/dvc/Makefile =================================================================== --- science/dvc/Makefile +++ science/dvc/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}schema>=0.6.7:devel/py-schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zclockfile>0:devel/py-zclockfile@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes Index: science/gnudatalanguage/Makefile =================================================================== --- science/gnudatalanguage/Makefile +++ science/gnudatalanguage/Makefile @@ -101,7 +101,7 @@ NETCDF_CMAKE_ON= -DNETCDF:BOOL=YES -DHDF:BOOL=NO NETCDF_CMAKE_OFF= -DNETCDF:BOOL=NO -PYTHON_USES= python:3.7+ +PYTHON_USES= python PYTHON_BUILD_DEPENDS= ${PYNUMPY} PYTHON_RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} Index: science/gramps/Makefile =================================================================== --- science/gramps/Makefile +++ science/gramps/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ xdg-open:devel/xdg-utils -USES= desktop-file-utils gettext gnome python:3.3+ shared-mime-info +USES= desktop-file-utils gettext gnome python shared-mime-info USE_GITHUB= yes GH_ACCOUNT= gramps-project USE_GNOME= cairo gtk30 intltool librsvg2 pango pygobject3 Index: science/lamprop/Makefile =================================================================== --- science/lamprop/Makefile +++ science/lamprop/Makefile @@ -8,7 +8,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ shebangfix +USES= python shebangfix SHEBANG_FILES= setup.py USE_GITHUB= yes GH_ACCOUNT= rsmith-nl Index: science/libtensorflow1/Makefile =================================================================== --- science/libtensorflow1/Makefile +++ science/libtensorflow1/Makefile @@ -31,7 +31,7 @@ default_CONFLICTS_INSTALL= libtensorflow1-noavx CONFLICTS_INSTALL= science/libtensorflow2 -USES= gmake python:3.7-3.9,build +USES= gmake python:3.8-3.9,build USE_GITHUB= yes GH_ACCOUNT= tensorflow Index: science/mercantile/Makefile =================================================================== --- science/mercantile/Makefile +++ science/mercantile/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes Index: science/psi4/Makefile =================================================================== --- science/psi4/Makefile +++ science/psi4/Makefile @@ -25,7 +25,7 @@ libint2-psi4>0:science/libint2-psi4 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= blaslapack:openblas cmake compiler:c++17-lang eigen:3 fortran localbase:ldflags python:3.8+ +USES= blaslapack:openblas cmake compiler:c++17-lang eigen:3 fortran localbase:ldflags python USE_GITHUB= yes CMAKE_ARGS= -DLibxc_DIR=${LOCALBASE} \ Index: science/py-DendroPy/Makefile =================================================================== --- science/py-DendroPy/Makefile +++ science/py-DendroPy/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist .include Index: science/py-GPy/Makefile =================================================================== --- science/py-GPy/Makefile +++ science/py-GPy/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}paramz>=0.9.0:science/py-paramz@${PY_FLAVOR} -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= distutils autoplist .include Index: science/py-GPyOpt/Makefile =================================================================== --- science/py-GPyOpt/Makefile +++ science/py-GPyOpt/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=0.16:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}GPy>=1.8:science/py-GPy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: science/py-MDAnalysis/Makefile =================================================================== --- science/py-MDAnalysis/Makefile +++ science/py-MDAnalysis/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.43.0:misc/py-tqdm@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.7+ +USES= compiler:c++11-lang python USE_PYTHON= distutils cython autoplist .if !defined(WITH_DEBUG) Index: science/py-MDAnalysisTests/Makefile =================================================================== --- science/py-MDAnalysisTests/Makefile +++ science/py-MDAnalysisTests/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}MDAnalysis>0:science/py-MDAnalysis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: science/py-OpenFermion/Makefile =================================================================== --- science/py-OpenFermion/Makefile +++ science/py-OpenFermion/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: science/py-PyFR/Makefile =================================================================== --- science/py-PyFR/Makefile +++ science/py-PyFR/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}pytools>=2016.2.1:devel/py-pytools@${PY_FLAVOR} \ ${PYNUMPY} -USES= python:3.8+ shebangfix +USES= python shebangfix USE_PYTHON= distutils concurrent autoplist pytest SHEBANG_FILES= setup.py pyfr/__main__.py Index: science/py-PyNE/Makefile =================================================================== --- science/py-PyNE/Makefile +++ science/py-PyNE/Makefile @@ -36,7 +36,7 @@ libsz.so:science/libaec RUN_DEPENDS= ${PY_DEPENDS} -USES= compiler:c++17-lang fortran python:3.7+ +USES= compiler:c++17-lang fortran python USE_PYTHON= distutils cython flavors USE_GITHUB= yes Index: science/py-SimpleSpectral/Makefile =================================================================== --- science/py-SimpleSpectral/Makefile +++ science/py-SimpleSpectral/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: science/py-abipy/Makefile =================================================================== --- science/py-abipy/Makefile +++ science/py-abipy/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= abinit SHEBANG_GLOB= *.py Index: science/py-access/Makefile =================================================================== --- science/py-access/Makefile +++ science/py-access/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-arch/Makefile =================================================================== --- science/py-arch/Makefile +++ science/py-arch/Makefile @@ -22,7 +22,7 @@ ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 cython autoplist pytest # tests fail to run, see https://github.com/bashtage/arch/issues/668 TEST_WRKSRC= ${WRKSRC}/arch/tests Index: science/py-asap3/Makefile =================================================================== --- science/py-asap3/Makefile +++ science/py-asap3/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}ase>0:science/py-ase@${PY_FLAVOR} -USES= localbase python:3.7+ +USES= localbase python USE_PYTHON= distutils concurrent autoplist pytest post-install: Index: science/py-asdf-standard/Makefile =================================================================== --- science/py-asdf-standard/Makefile +++ science/py-asdf-standard/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: science/py-asdf-transform-schemas/Makefile =================================================================== --- science/py-asdf-transform-schemas/Makefile +++ science/py-asdf-transform-schemas/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asdf-standard>=1.0.1:science/py-asdf-standard@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: science/py-asdf-unit-schemas/Makefile =================================================================== --- science/py-asdf-unit-schemas/Makefile +++ science/py-asdf-unit-schemas/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asdf-standard>=1.0.1:science/py-asdf-standard@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: science/py-asdf/Makefile =================================================================== --- science/py-asdf/Makefile +++ science/py-asdf/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8:devel/py-semantic-version@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: science/py-ase/Makefile =================================================================== --- science/py-ase/Makefile +++ science/py-ase/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}spglib>0:science/py-spglib@${PY_FLAVOR} # optional dependencies: x11-toolkits/py-tkinter, www/py-flask (see https://wiki.fysik.dtu.dk/ase/install.html) -USES= python:3.7+ +USES= python USE_PYTHON= distutils concurrent autoplist pytest NO_ARCH= yes Index: science/py-avogadrolibs/Makefile =================================================================== --- science/py-avogadrolibs/Makefile +++ science/py-avogadrolibs/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/pybind11/pybind11.h:devel/pybind11 LIB_DEPENDS= libAvogadroCore.so:science/avogadrolibs -USES= cmake compiler:c++11-lang eigen:3 python:3.5+ +USES= cmake compiler:c++11-lang eigen:3 python USE_PYTHON= flavors USE_GITHUB= yes Index: science/py-boutdata/Makefile =================================================================== --- science/py-boutdata/Makefile +++ science/py-boutdata/Makefile @@ -23,7 +23,7 @@ ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: science/py-boututils/Makefile =================================================================== --- science/py-boututils/Makefile +++ science/py-boututils/Makefile @@ -23,7 +23,7 @@ ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ pyqt:5 +USES= python pyqt:5 USE_PYTHON= distutils autoplist pytest USE_PYQT= pyqt5 Index: science/py-cdo/Makefile =================================================================== --- science/py-cdo/Makefile +++ science/py-cdo/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= cdo:science/cdo \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-cfgrib/Makefile =================================================================== --- science/py-cfgrib/Makefile +++ science/py-cfgrib/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xarray>=0.15:devel/py-xarray@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: science/py-chainer-chemistry/Makefile =================================================================== --- science/py-chainer-chemistry/Makefile +++ science/py-chainer-chemistry/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: science/py-chainer/Makefile =================================================================== --- science/py-chainer/Makefile +++ science/py-chainer/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: science/py-chempy/Makefile =================================================================== --- science/py-chempy/Makefile +++ science/py-chempy/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-flakes>0:devel/py-pytest-flakes@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: science/py-cirq-aqt/Makefile =================================================================== --- science/py-cirq-aqt/Makefile +++ science/py-cirq-aqt/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cirq-core>0:science/py-cirq-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18:www/py-requests@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: science/py-cirq-core/Makefile =================================================================== --- science/py-cirq-core/Makefile +++ science/py-cirq-core/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: science/py-cirq-google/Makefile =================================================================== --- science/py-cirq-google/Makefile +++ science/py-cirq-google/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.20.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.13.0:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: science/py-cirq-ionq/Makefile =================================================================== --- science/py-cirq-ionq/Makefile +++ science/py-cirq-ionq/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cirq-core>0:science/py-cirq-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: science/py-cirq-pasqal/Makefile =================================================================== --- science/py-cirq-pasqal/Makefile +++ science/py-cirq-pasqal/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cirq-core>0:science/py-cirq-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: science/py-cirq-rigetti/Makefile =================================================================== --- science/py-cirq-rigetti/Makefile +++ science/py-cirq-rigetti/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cirq-core>0:science/py-cirq-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyquil>=3.0.0:devel/py-pyquil@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: science/py-coards/Makefile =================================================================== --- science/py-coards/Makefile +++ science/py-coards/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-dimod/Makefile =================================================================== --- science/py-dimod/Makefile +++ science/py-dimod/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mypy>0:devel/py-mypy@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.7+ +USES= compiler:c++11-lang python USE_PYTHON= distutils cython autoplist unittest USE_GITHUB= yes Index: science/py-dipy/Makefile =================================================================== --- science/py-dipy/Makefile +++ science/py-dipy/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} # "viz" extra dependencies, see dipy/info.py TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cvxpy>0:math/py-cvxpy@${PY_FLAVOR} # "doc" extra dependencies, see dipy/info.py -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= distutils cython concurrent autoplist pytest # pkg-plist also exists and contains files missing from the python-generated plist SHEBANG_GLOB= *.sh Index: science/py-dlib/Makefile =================================================================== --- science/py-dlib/Makefile +++ science/py-dlib/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= ${PY_BOOST} \ libpng.so:graphics/png -USES= compiler:c++11-lang pkgconfig python:3.7-3.10 shebangfix \ +USES= compiler:c++11-lang pkgconfig python:3.8-3.10 shebangfix \ tar:bzip2 USE_PYTHON= autoplist distutils SHEBANG_FILES= python_examples/*.py Index: science/py-dwave-cloud-client/Makefile =================================================================== --- science/py-dwave-cloud-client/Makefile +++ science/py-dwave-cloud-client/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-mock>0:www/py-requests-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython autoplist unittest # 1 test fail, probably due to devel/py-homebase issues, also https://github.com/dwavesystems/dwave-cloud-client/issues/533 USE_GITHUB= yes Index: science/py-dwave-greedy/Makefile =================================================================== --- science/py-dwave-greedy/Makefile +++ science/py-dwave-greedy/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}dwave-system>0:science/py-dwave-system@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython autoplist unittest USE_GITHUB= yes Index: science/py-dwave-neal/Makefile =================================================================== --- science/py-dwave-neal/Makefile +++ science/py-dwave-neal/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dwave-samplers>=1.0.0:science/py-dwave-samplers@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist unittest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: science/py-dwave-networkx/Makefile =================================================================== --- science/py-dwave-networkx/Makefile +++ science/py-dwave-networkx/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython autoplist unittest USE_GITHUB= yes Index: science/py-dwave-ocean-sdk/Makefile =================================================================== --- science/py-dwave-ocean-sdk/Makefile +++ science/py-dwave-ocean-sdk/Makefile @@ -28,7 +28,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist unittest USE_GITHUB= yes Index: science/py-dwave-preprocessing/Makefile =================================================================== --- science/py-dwave-preprocessing/Makefile +++ science/py-dwave-preprocessing/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libspdlog.so:devel/spdlog RUN_DEPENDS= ${PY_DEPENDS} -USES= localbase:ldflags python:3.7+ +USES= localbase:ldflags python USE_PYTHON= distutils cython unittest # 1 test fails, see https://github.com/dwavesystems/dwave-preprocessing/issues/74 USE_GITHUB= yes Index: science/py-dwave-samplers/Makefile =================================================================== --- science/py-dwave-samplers/Makefile +++ science/py-dwave-samplers/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython unittest USE_GITHUB= yes Index: science/py-dwave-system/Makefile =================================================================== --- science/py-dwave-system/Makefile +++ science/py-dwave-system/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils unittest # 1 test fails because the closed source dwave.drivers optional dependency is missing USE_GITHUB= yes Index: science/py-dwave-tabu/Makefile =================================================================== --- science/py-dwave-tabu/Makefile +++ science/py-dwave-tabu/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0.30.0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython autoplist TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: science/py-earthpy/Makefile =================================================================== --- science/py-earthpy/Makefile +++ science/py-earthpy/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}geopandas>=0:graphics/py-geopandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-image>=0:graphics/py-scikit-image@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils .include Index: science/py-eccodes/Makefile =================================================================== --- science/py-eccodes/Makefile +++ science/py-eccodes/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-flakes>=0:devel/py-pytest-flakes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: science/py-esda/Makefile =================================================================== --- science/py-esda/Makefile +++ science/py-esda/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-geolinks/Makefile =================================================================== --- science/py-geolinks/Makefile +++ science/py-geolinks/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-geomet/Makefile =================================================================== --- science/py-geomet/Makefile +++ science/py-geomet/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-geometer/Makefile =================================================================== --- science/py-geometer/Makefile +++ science/py-geometer/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-geometric/Makefile =================================================================== --- science/py-geometric/Makefile +++ science/py-geometric/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ase>0:science/py-ase@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist pytest # some tests fail because of missing large test files NO_ARCH= yes Index: science/py-gpaw/Makefile =================================================================== --- science/py-gpaw/Makefile +++ science/py-gpaw/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \ gpaw-setups>0:science/gpaw-setups -USES= gettext-runtime localbase python:3.7+ shebangfix +USES= gettext-runtime localbase python shebangfix USE_PYTHON= distutils concurrent autoplist SHEBANG_FILES= tools/* Index: science/py-gsd/Makefile =================================================================== --- science/py-gsd/Makefile +++ science/py-gsd/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist pytest TEST_WRKSRC= ${WRKSRC}/gsd/test Index: science/py-h5json/Makefile =================================================================== --- science/py-h5json/Makefile +++ science/py-h5json/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: science/py-h5py/Makefile =================================================================== --- science/py-h5py/Makefile +++ science/py-h5py/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.14.5,1:math/py-numpy@${PY_FLAVOR} -USES= localbase pkgconfig python:3.7+ +USES= localbase pkgconfig python USE_PYTHON= autoplist concurrent cython distutils pytest OPTIONS_DEFINE= DOCS EXAMPLES Index: science/py-hiphive/Makefile =================================================================== --- science/py-hiphive/Makefile +++ science/py-hiphive/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}sympy>=1.1:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trainstation>=0.2:science/py-trainstation@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: science/py-inequality/Makefile =================================================================== --- science/py-inequality/Makefile +++ science/py-inequality/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-ipygany/Makefile =================================================================== --- science/py-ipygany/Makefile +++ science/py-ipygany/Makefile @@ -18,7 +18,7 @@ ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipydatawidgets>0:devel/py-ipydatawidgets@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist pytest NO_ARCH= yes Index: science/py-jupyter_jsmol/Makefile =================================================================== --- science/py-jupyter_jsmol/Makefile +++ science/py-jupyter_jsmol/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}ipywidgets>0:devel/py-ipywidgets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} -USES= python:3.7+ pytest +USES= python pytest USE_PYTHON= distutils PYDISTUTILS_CONFIGUREARGS= --skip-npm PYDISTUTILS_BUILDARGS= --skip-npm Index: science/py-kim-query/Makefile =================================================================== --- science/py-kim-query/Makefile +++ science/py-kim-query/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: science/py-kimpy/Makefile =================================================================== --- science/py-kimpy/Makefile +++ science/py-kimpy/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libkim-api.so:science/kim-api RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++20-lang pkgconfig python:3.6+ +USES= compiler:c++20-lang pkgconfig python USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/openkim/kimpy/issues/16 post-install: Index: science/py-kinematics/Makefile =================================================================== --- science/py-kinematics/Makefile +++ science/py-kinematics/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-kliff/Makefile =================================================================== --- science/py-kliff/Makefile +++ science/py-kliff/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++11-lang python USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/openkim/kliff/issues/81 post-install: Index: science/py-liac-arff/Makefile =================================================================== --- science/py-liac-arff/Makefile +++ science/py-liac-arff/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-libpysal/Makefile =================================================================== --- science/py-libpysal/Makefile +++ science/py-libpysal/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-lifelines/Makefile =================================================================== --- science/py-lifelines/Makefile +++ science/py-lifelines/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}bottleneck>=1.0:math/py-bottleneck@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}autograd>=1.2:math/py-autograd@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: science/py-mdp/Makefile =================================================================== --- science/py-mdp/Makefile +++ science/py-mdp/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist OPTIONS_DEFINE= LIBSVM SCIPY Index: science/py-meshio/Makefile =================================================================== --- science/py-meshio/Makefile +++ science/py-meshio/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}netCDF4>0:science/py-netCDF4@${PY_FLAVOR} -USES= pytest python:3.7+ +USES= pytest python USE_PYTHON= distutils NO_ARCH= yes Index: science/py-mmtf-python/Makefile =================================================================== --- science/py-mmtf-python/Makefile +++ science/py-mmtf-python/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=1.0.0:devel/py-msgpack@${PY_FLAVOR} \ ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: science/py-molmod/Makefile =================================================================== --- science/py-molmod/Makefile +++ science/py-molmod/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix SHEBANG_GLOB= *.py USE_PYTHON= distutils cython cython_run autoplist Index: science/py-moltemplate/Makefile =================================================================== --- science/py-moltemplate/Makefile +++ science/py-moltemplate/Makefile @@ -16,7 +16,7 @@ bash:shells/bash TEST_DEPENDS= shunit2>0:devel/shunit2 -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils concurrent autoplist USE_GITHUB= yes Index: science/py-netCDF4/Makefile =================================================================== --- science/py-netCDF4/Makefile +++ science/py-netCDF4/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}cftime>=0:devel/py-cftime@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= Unidata GH_PROJECT= netcdf4-python Index: science/py-netcdf-flattener/Makefile =================================================================== --- science/py-netcdf-flattener/Makefile +++ science/py-netcdf-flattener/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netCDF4>=0:science/py-netCDF4@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-nilearn/Makefile =================================================================== --- science/py-nilearn/Makefile +++ science/py-nilearn/Makefile @@ -28,7 +28,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= pep517 autoplist SHEBANG_FILES= nilearn/datasets/tests/data/list_archive_contents.sh \ Index: science/py-obspy/Makefile =================================================================== --- science/py-obspy/Makefile +++ science/py-obspy/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= fortran python:3.8+ shebangfix +USES= fortran python shebangfix SHEBANG_FILES= obspy/taup/tests/data/TauP_test_data/gendata.sh USE_LDCONFIG= yes LDFLAGS+= -shared Index: science/py-oddt/Makefile =================================================================== --- science/py-oddt/Makefile +++ science/py-oddt/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_GITHUB= yes USE_PYTHON= distutils concurrent autoplist Index: science/py-openpiv/Makefile =================================================================== --- science/py-openpiv/Makefile +++ science/py-openpiv/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-image>=0.12.0:graphics/py-scikit-image@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes GH_ACCOUNT= OpenPIV Index: science/py-optking/Makefile =================================================================== --- science/py-optking/Makefile +++ science/py-optking/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}qcengine>=0.20.0:science/py-qcengine@${PY_FLAVOR} TEST_DEPENDS= dftd3:science/dftd3 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest # some tests fail USE_GITHUB= yes Index: science/py-paida/Makefile =================================================================== --- science/py-paida/Makefile +++ science/py-paida/Makefile @@ -12,7 +12,7 @@ COMMENT= Pure Python scientific analysis package WWW= http://paida.sourceforge.net -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= distutils autoplist .include Index: science/py-paramz/Makefile =================================================================== --- science/py-paramz/Makefile +++ science/py-paramz/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: science/py-penaltymodel/Makefile =================================================================== --- science/py-penaltymodel/Makefile +++ science/py-penaltymodel/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython autoplist unittest USE_GITHUB= yes Index: science/py-phono3py/Makefile =================================================================== --- science/py-phono3py/Makefile +++ science/py-phono3py/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= blaslapack:openblas fortran localbase python:3.7+ +USES= blaslapack:openblas fortran localbase python USE_PYTHON= distutils cython autoplist .include Index: science/py-phonopy/Makefile =================================================================== --- science/py-phonopy/Makefile +++ science/py-phonopy/Makefile @@ -21,7 +21,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hiphive>0:science/py-hiphive@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils cython autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: science/py-pupynere/Makefile =================================================================== --- science/py-pupynere/Makefile +++ science/py-pupynere/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-pyaixi/Makefile =================================================================== --- science/py-pyaixi/Makefile +++ science/py-pyaixi/Makefile @@ -13,7 +13,7 @@ LICENSE= CC-BY-SA-3.0 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-pyberny/Makefile =================================================================== --- science/py-pyberny/Makefile +++ science/py-pyberny/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: science/py-pycsw/Makefile =================================================================== --- science/py-pycsw/Makefile +++ science/py-pycsw/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}shapely>=0:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-pydicom/Makefile =================================================================== --- science/py-pydicom/Makefile +++ science/py-pydicom/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.7+ shebangfix +USES= python shebangfix USE_GITHUB= yes USE_PYTHON= distutils autoplist NO_ARCH= yes Index: science/py-pygeometa/Makefile =================================================================== --- science/py-pygeometa/Makefile +++ science/py-pygeometa/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}OWSLib>=0:graphics/py-OWSLib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-pygmo2/Makefile =================================================================== --- science/py-pygmo2/Makefile +++ science/py-pygmo2/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} -USES= cmake compiler:c++17-lang python:3.7+ +USES= cmake compiler:c++17-lang python USE_PYTHON= flavors USE_GITHUB= yes Index: science/py-pyked/Makefile =================================================================== --- science/py-pyked/Makefile +++ science/py-pyked/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}uncertainties>=3.0.1:math/py-uncertainties@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} \ -USES= python:3.8+ +USES= python USE_PYTHON= distutils concurrent autoplist USE_GITHUB= yes Index: science/py-pymatgen/Makefile =================================================================== --- science/py-pymatgen/Makefile +++ science/py-pymatgen/Makefile @@ -33,7 +33,7 @@ ${PYTHON_PKGNAMEPREFIX}uncertainties>=3.1.6:math/py-uncertainties@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybtex>0:textproc/py-pybtex@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.7+ pytest +USES= compiler:c++11-lang python pytest USE_PYTHON= distutils cython concurrent autoplist post-install: Index: science/py-pymol/Makefile =================================================================== --- science/py-pymol/Makefile +++ science/py-pymol/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}Pmw>0:x11-toolkits/py-Pmw@${PY_FLAVOR} \ ${PYNUMPY} -USES= compiler:c++11-lang gl gnome python:3.5+ tar:bz2 +USES= compiler:c++11-lang gl gnome python tar:bz2 USE_GL= gl glew glu glut USE_GNOME= libxml2 USE_PYTHON= distutils concurrent # autoplist is broken: https://github.com/schrodinger/pymol-open-source/issues/99 Index: science/py-pyosf/Makefile =================================================================== --- science/py-pyosf/Makefile +++ science/py-pyosf/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= psychopy USE_PYTHON= distutils autoplist Index: science/py-pyprecice/Makefile =================================================================== --- science/py-pyprecice/Makefile +++ science/py-pyprecice/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libprecice.so:science/precice RUN_DEPENDS= ${PY_DEPENDS} -USES= localbase pkgconfig python:3.6+ +USES= localbase pkgconfig python USE_PYTHON= distutils cython autoplist pytest USE_GITHUB= yes Index: science/py-pyqubo/Makefile =================================================================== --- science/py-pyqubo/Makefile +++ science/py-pyqubo/Makefile @@ -30,7 +30,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}codecov>=2.1.9:devel/py-codecov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=4.5.1:devel/py-coverage@${PY_FLAVOR} -USES= eigen:3 python:3.8+ +USES= eigen:3 python USE_PYTHON= distutils cython autoplist unittest USE_GITHUB= yes Index: science/py-pysal/Makefile =================================================================== --- science/py-pysal/Makefile +++ science/py-pysal/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}spvcm>=0.3.0:math/py-spvcm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tobler>=0.8.2:science/py-tobler@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-pyscf/Makefile =================================================================== --- science/py-pyscf/Makefile +++ science/py-pyscf/Makefile @@ -23,7 +23,7 @@ libxcfun.so:science/xcfun RUN_DEPENDS= ${PY_DEPENDS} -USES= fortran blaslapack:openblas compiler:c++11-lang python:3.6+ +USES= fortran blaslapack:openblas compiler:c++11-lang python USE_PYTHON= distutils autoplist pytest # 3818 warnings, 57 errors in tests, see https://github.com/pyscf/pyscf/issues/1536 USE_GITHUB= yes Index: science/py-pyteomics/Makefile =================================================================== --- science/py-pyteomics/Makefile +++ science/py-pyteomics/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-qcelemental/Makefile =================================================================== --- science/py-qcelemental/Makefile +++ science/py-qcelemental/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}py3Dmol>0:science/py-py3Dmol@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: science/py-qcengine/Makefile =================================================================== --- science/py-qcengine/Makefile +++ science/py-qcengine/Makefile @@ -31,7 +31,7 @@ ${PYTHON_PKGNAMEPREFIX}geometric>0:science/py-geometric@${PY_FLAVOR} # last dependencies above are for specific quantum chemistry packages to test with TODO torchani,openmm,psi4,torsiondrive,mdi -USES= python:3.8+ +USES= python USE_PYTHON= distutils concurrent autoplist pytest # 1 test fails, see https://github.com/MolSSI/QCEngine/issues/377, psi4 test hangs, see https://github.com/MolSSI/QCEngine/issues/390 NO_ARCH= yes Index: science/py-qiskit-aer/Makefile =================================================================== --- science/py-qiskit-aer/Makefile +++ science/py-qiskit-aer/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fixtures>0:devel/py-fixtures@${PY_FLAVOR} -USES= python:3.7+ localbase:ldflags +USES= python localbase:ldflags USE_PYTHON= distutils pytest # all tests fail, see https://github.com/Qiskit/qiskit-aer/issues/1577 USE_GITHUB= yes Index: science/py-qiskit-dynamics/Makefile =================================================================== --- science/py-qiskit-dynamics/Makefile +++ science/py-qiskit-dynamics/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}qutip>0:devel/py-qutip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # one test hangs forever, see https://github.com/Qiskit/qiskit-experiments/issues/873 USE_GITHUB= yes Index: science/py-qiskit-experiments/Makefile =================================================================== --- science/py-qiskit-experiments/Makefile +++ science/py-qiskit-experiments/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qiskit-aer>0:science/py-qiskit-aer@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # one test hangs forever, see https://github.com/Qiskit/qiskit-experiments/issues/873 USE_GITHUB= yes Index: science/py-qiskit-finance/Makefile =================================================================== --- science/py-qiskit-finance/Makefile +++ science/py-qiskit-finance/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>0:devel/py-ddt@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # one test hangs forever, see https://github.com/Qiskit/qiskit-experiments/issues/873 USE_GITHUB= yes Index: science/py-qiskit-ibm-experiment/Makefile =================================================================== --- science/py-qiskit-ibm-experiment/Makefile +++ science/py-qiskit-ibm-experiment/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # Many tests are skipped: Only runs on staging, see https://github.com/Qiskit/qiskit-ibm-experiment/issues/49 USE_GITHUB= yes Index: science/py-qiskit-ibm-provider/Makefile =================================================================== --- science/py-qiskit-ibm-provider/Makefile +++ science/py-qiskit-ibm-provider/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}nbconvert>=5.3.1:devel/py-nbconvert@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nbformat>=4.4.0:devel/py-nbformat@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # one test fails, see https://github.com/Qiskit/qiskit-ibm-provider/issues/378 USE_GITHUB= yes Index: science/py-qiskit-ibmq-provider/Makefile =================================================================== --- science/py-qiskit-ibmq-provider/Makefile +++ science/py-qiskit-ibmq-provider/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}nbconvert>=5.3.1:devel/py-nbconvert@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nbformat>=4.4.0:devel/py-nbformat@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: science/py-qiskit-nature/Makefile =================================================================== --- science/py-qiskit-nature/Makefile +++ science/py-qiskit-nature/Makefile @@ -25,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>0:devel/py-ddt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-joblib@${PY_FLAVOR} # also threadctl is required but it is currently broken on FreeBSD -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # several tests fail with "No module named 'threadpoolctl'", see https://reviews.freebsd.org/D35513 USE_GITHUB= yes Index: science/py-qiskit-optimization/Makefile =================================================================== --- science/py-qiskit-optimization/Makefile +++ science/py-qiskit-optimization/Makefile @@ -22,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cvxpy>0:math/py-cvxpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qiskit-aer>0:science/py-qiskit-aer@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: science/py-qiskit-terra/Makefile =================================================================== --- science/py-qiskit-terra/Makefile +++ science/py-qiskit-terra/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>0:devel/py-ddt@${PY_FLAVOR} # no test requirements are listed in setup.py, see https://github.com/Qiskit/qiskit-terra/issues/8498 -USES= cargo python:3.8+ +USES= cargo python USE_PYTHON= distutils autoplist pytest # tests fail to run through pytest, see https://github.com/Qiskit/qiskit-terra/issues/8500 USE_GITHUB= yes Index: science/py-qiskit/Makefile =================================================================== --- science/py-qiskit/Makefile +++ science/py-qiskit/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PY_DEPENDS} \ ${OPT_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: science/py-qspin/Makefile =================================================================== --- science/py-qspin/Makefile +++ science/py-qspin/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: science/py-quantities/Makefile =================================================================== --- science/py-quantities/Makefile +++ science/py-quantities/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYNUMPY} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/python-quantities/python-quantities/issues/224 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: science/py-rmf/Makefile =================================================================== --- science/py-rmf/Makefile +++ science/py-rmf/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= swig:devel/swig LIB_DEPENDS= libRMF.so:science/rmf -USES= cmake compiler:c++11-lang python:3.6+ shebangfix +USES= cmake compiler:c++11-lang python shebangfix USE_PYTHON= flavors USE_GITHUB= yes Index: science/py-rmsd/Makefile =================================================================== --- science/py-rmsd/Makefile +++ science/py-rmsd/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent .include Index: science/py-ruffus/Makefile =================================================================== --- science/py-ruffus/Makefile +++ science/py-ruffus/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils autoplist SHEBANG_FILES= ${WRKSRC}/ruffus/test/*.py Index: science/py-scikit-fuzzy/Makefile =================================================================== --- science/py-scikit-fuzzy/Makefile +++ science/py-scikit-fuzzy/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=0.9.0:science/py-scipy@${PY_FLAVOR} BUILD_DEPENDS= ${RUN_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: science/py-scikit-learn/Makefile =================================================================== --- science/py-scikit-learn/Makefile +++ science/py-scikit-learn/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}threadpoolctl>=0:devel/py-threadpoolctl@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= fortran python:3.8+ localbase +USES= fortran python localbase USE_PYTHON= distutils autoplist cython POST_PLIST= fix-plist Index: science/py-scikit-optimize/Makefile =================================================================== --- science/py-scikit-optimize/Makefile +++ science/py-scikit-optimize/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20.0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.19.1:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-scikit-sparse/Makefile =================================================================== --- science/py-scikit-sparse/Makefile +++ science/py-scikit-sparse/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= fortran python:3.6+ +USES= fortran python USE_PYTHON= distutils cython autoplist CFLAGS+= -I${LOCALBASE}/include/suitesparse Index: science/py-scimath/Makefile =================================================================== --- science/py-scimath/Makefile +++ science/py-scimath/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}numpy>=0:math/py-numpy@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist .include Index: science/py-scoria/Makefile =================================================================== --- science/py-scoria/Makefile +++ science/py-scoria/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: science/py-sdf/Makefile =================================================================== --- science/py-sdf/Makefile +++ science/py-sdf/Makefile @@ -22,7 +22,7 @@ GH_ACCOUNT= fogleman GH_TAGNAME= cee1dac # No release yet -USES= python:3.7+ +USES= python USE_PYTHON= distutils OPTIONS_DEFINE= EXAMPLES Index: science/py-segregation/Makefile =================================================================== --- science/py-segregation/Makefile +++ science/py-segregation/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: science/py-segyio/Makefile =================================================================== --- science/py-segyio/Makefile +++ science/py-segyio/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libsegyio.so:science/segyio RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++11-lang python:3.6+ pytest +USES= compiler:c++11-lang python pytest USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: science/py-signac/Makefile =================================================================== --- science/py-signac/Makefile +++ science/py-signac/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zarr>0:devel/py-zarr@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= pep517 autoplist pytest # some tests fail because of https://github.com/zarr-developers/zarr-python/issues/1407 USE_GITHUB= yes Index: science/py-sklearn-pandas/Makefile =================================================================== --- science/py-sklearn-pandas/Makefile +++ science/py-sklearn-pandas/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.23.0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.5.1:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-skrebate/Makefile =================================================================== --- science/py-skrebate/Makefile +++ science/py-skrebate/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-spaghetti/Makefile =================================================================== --- science/py-spaghetti/Makefile +++ science/py-spaghetti/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}rtree>=0:devel/py-rtree@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: science/py-spglib/Makefile =================================================================== --- science/py-spglib/Makefile +++ science/py-spglib/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/spglib/spglib/issues/192 USE_GITHUB= yes Index: science/py-tensorflow/Makefile =================================================================== --- science/py-tensorflow/Makefile +++ science/py-tensorflow/Makefile @@ -60,7 +60,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \ pybind11>=2.6.2:devel/pybind11 -USES= jpeg llvm:16 python:3.7+ shebangfix ssl +USES= jpeg llvm:16 python shebangfix ssl USE_CXXSTD= c++17 USE_GITHUB= yes USE_PYTHON= distutils Index: science/py-thewalrus/Makefile =================================================================== --- science/py-thewalrus/Makefile +++ science/py-thewalrus/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}flaky>=3.7.0:devel/py-flaky@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-randomly>0:devel/py-pytest-randomly@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes Index: science/py-tobler/Makefile =================================================================== --- science/py-tobler/Makefile +++ science/py-tobler/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}statsmodels>=0:math/py-statsmodels@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: science/py-trainstation/Makefile =================================================================== --- science/py-trainstation/Makefile +++ science/py-trainstation/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: science/py-vedo/Makefile =================================================================== --- science/py-vedo/Makefile +++ science/py-vedo/Makefile @@ -18,7 +18,7 @@ vtk${VTK_VER:R}>0:math/vtk${VTK_VER:R} \ bash:shells/bash -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils concurrent autoplist SHEBANG_GLOB= *.sh Index: science/py-veusz/Makefile =================================================================== --- science/py-veusz/Makefile +++ science/py-veusz/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}tomli>0:textproc/py-tomli@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++11-lang python:3.5+ pyqt:5 qt:5 shebangfix +USES= compiler:c++11-lang python pyqt:5 qt:5 shebangfix USE_GITHUB= yes USE_PYQT= pyqt5 sip USE_PYTHON= distutils concurrent autoplist pytest Index: science/py-xbout/Makefile =================================================================== --- science/py-xbout/Makefile +++ science/py-xbout/Makefile @@ -26,7 +26,7 @@ ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: science/pybrain/Makefile =================================================================== --- science/pybrain/Makefile +++ science/pybrain/Makefile @@ -13,7 +13,7 @@ USE_GITHUB= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils concurrent optsuffix .include Index: science/pynn/Makefile =================================================================== --- science/pynn/Makefile +++ science/pynn/Makefile @@ -19,7 +19,7 @@ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils PYDISTUTILS_PKGNAME= PyNN Index: science/rdkit/Makefile =================================================================== --- science/rdkit/Makefile +++ science/rdkit/Makefile @@ -23,7 +23,7 @@ libfreetype.so:print/freetype2 \ libmaeparser.so:science/maeparser -USES= bison:build cmake compiler:c++11-lang eigen:3 python:3.7+ +USES= bison:build cmake compiler:c++11-lang eigen:3 python USE_GITHUB= yes GH_TUPLE= rareylab:RingDecomposerLib:v1.1.3_rdkit:RingDecomposerLib/External/RingFamilies/RingDecomposerLib USE_LDCONFIG= yes Index: science/scidavis/Makefile =================================================================== --- science/scidavis/Makefile +++ science/scidavis/Makefile @@ -36,7 +36,7 @@ OPTIONS_SUB= yes PYTHON_DESC= Python scripting support -PYTHON_USES= pyqt:5 python:3.6+ +PYTHON_USES= pyqt:5 python PYTHON_USE= PYQT=pyqt5 sip PYTHON_CMAKE_ON= -DPython3_EXECUTABLE=${PYTHON_CMD} \ -DSCRIPTING_PYTHON=True Index: science/sigrok-firmware-utils/Makefile =================================================================== --- science/sigrok-firmware-utils/Makefile +++ science/sigrok-firmware-utils/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3+ -USES= python:3.4+ shebangfix +USES= python shebangfix SHEBANG_FILES= ${PY_FILES} ${EX_FILES} NO_BUILD= yes NO_ARCH= yes Index: science/simgrid/Makefile =================================================================== --- science/simgrid/Makefile +++ science/simgrid/Makefile @@ -15,7 +15,7 @@ libcgraph.so:graphics/graphviz \ ${LIB_DEPENDS_${ARCH}} -USES= cmake:testing compiler:c++14-lang perl5 python:3.6+ shebangfix +USES= cmake:testing compiler:c++14-lang perl5 python shebangfix SHEBANG_FILES= tools/simgrid_convert_TI_traces.py USE_LDCONFIG= yes Index: science/step/Makefile =================================================================== --- science/step/Makefile +++ science/step/Makefile @@ -12,7 +12,7 @@ libqalculate.so:math/libqalculate USES= cmake compiler:c++11-lang desktop-file-utils eigen:3 gettext kde:5 \ - pkgconfig python:3.5+ qt:5 shared-mime-info shebangfix tar:xz xorg + pkgconfig python qt:5 shared-mime-info shebangfix tar:xz xorg USE_KDE= attica auth bookmarks codecs completion config configwidgets \ coreaddons crash doctools emoticons guiaddons i18n \ iconthemes init itemmodels itemviews jobwidgets js \ Index: science/v_sim/Makefile =================================================================== --- science/v_sim/Makefile +++ science/v_sim/Makefile @@ -32,7 +32,7 @@ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} USES= autoreconf blaslapack compiler:c11 fortran gl gmake gnome \ - libtool:keepla localbase:ldflags pkgconfig python:3.7+ \ + libtool:keepla localbase:ldflags pkgconfig python \ shebangfix tar:bzip2 xorg SHEBANG_GLOB= *.py USE_XORG= x11 Index: science/wwplot/Makefile =================================================================== --- science/wwplot/Makefile +++ science/wwplot/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}pyside2>0:devel/pyside2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= desktop-file-utils gettext meson python:3.7+ shebangfix +USES= desktop-file-utils gettext meson python shebangfix USE_GITHUB= yes GH_ACCOUNT= wwmm Index: security/apkid/Makefile =================================================================== --- security/apkid/Makefile +++ security/apkid/Makefile @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= rednaga -USES= pytest python:3.7+ +USES= pytest python USE_PYTHON= distutils BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yara-python-dex>0:security/py-yara-python-dex@${PY_FLAVOR} Index: security/belier/Makefile =================================================================== --- security/belier/Makefile +++ security/belier/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= expect>=5.42.1:lang/expect -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: security/binwalk/Makefile =================================================================== --- security/binwalk/Makefile +++ security/binwalk/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= 7zz:archivers/7-zip \ cabextract:archivers/cabextract -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= ReFirmLabs USE_PYTHON= autoplist distutils optsuffix concurrent Index: security/botan2/Makefile =================================================================== --- security/botan2/Makefile +++ security/botan2/Makefile @@ -65,8 +65,8 @@ OPENMP_CONFIGURE_ON= --with-openmp -PYTHON_USES= python:3.6+ -PYTHON_USES_OFF= python:3.6+,build +PYTHON_USES= python +PYTHON_USES_OFF= python:build PYTHON_CONFIGURE_ON= --with-python-versions=${PYTHON_VER} PYTHON_CONFIGURE_OFF= --no-install-python-module Index: security/caldera/Makefile =================================================================== --- security/caldera/Makefile +++ security/caldera/Makefile @@ -65,7 +65,7 @@ mitre:stockpile:960f9ad:stockpile/plugins/stockpile \ mitre:training:b058b67:training/plugins/training -USES= dos2unix go:run python:3.8+ +USES= dos2unix go:run python NO_ARCH= yes NO_BUILD= yes Index: security/cfv/Makefile =================================================================== --- security/cfv/Makefile +++ security/cfv/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_GITHUB= yes GH_ACCOUNT= cfv-project Index: security/denyhosts/Makefile =================================================================== --- security/denyhosts/Makefile +++ security/denyhosts/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:devel/py-ipaddr@${PY_FLAVOR} -USES= cpe python:3.6+ shebangfix +USES= cpe python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/duo_openvpn/Makefile =================================================================== --- security/duo_openvpn/Makefile +++ security/duo_openvpn/Makefile @@ -33,7 +33,7 @@ p5-libwww>0:www/p5-libwww \ p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \ p5-Digest-HMAC>0:security/p5-Digest-HMAC -PYTHON_USES= python:3.7+,run +PYTHON_USES= python:run .include Index: security/gcr/Makefile =================================================================== --- security/gcr/Makefile +++ security/gcr/Makefile @@ -25,7 +25,7 @@ USE_GNOME= cairo gtk30 intlhack introspection:build USES= desktop-file-utils gettext gmake gnome libtool meson pathfix \ - pkgconfig python:3.6+ shared-mime-info tar:xz vala:build + pkgconfig python shared-mime-info tar:xz vala:build USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} INSTALL_TARGET= install-strip Index: security/gef/Makefile =================================================================== --- security/gef/Makefile +++ security/gef/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= gdb>7.7:devel/gdb -USES= python:run,3.6+ +USES= python:run USE_GITHUB= yes GH_ACCOUNT= hugsy Index: security/gpgme/Makefile =================================================================== --- security/gpgme/Makefile +++ security/gpgme/Makefile @@ -98,7 +98,7 @@ BUILD_DEPENDS+= swig:devel/swig \ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} -USES+= python:3.8+ +USES+= python USE_PYTHON= flavors CONFIGURE_ARGS+=--enable-languages="python" CONFIGURE_ENV+= BSD_PYTHON="${PYTHON_CMD}" \ Index: security/gvm/Makefile =================================================================== --- security/gvm/Makefile +++ security/gvm/Makefile @@ -6,7 +6,7 @@ COMMENT= Greenbone vulnerability management (metaport) WWW= https://www.openvas.org/ -USES= metaport python:3.7+ +USES= metaport python # Install GVM libraries RUN_DEPENDS+= ${LOCALBASE}/lib/libgvm_base.so:security/gvm-libs Index: security/howdy/Makefile =================================================================== --- security/howdy/Makefile +++ security/howdy/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ ${LOCALBASE}/share/dlib-models/shape_predictor_5_face_landmarks.dat:misc/dlib-models -USES= python:3.7-3.10,run shebangfix +USES= python:3.8-3.10,run shebangfix USE_GITHUB= yes GH_ACCOUNT= boltgolt Index: security/ismtp/Makefile =================================================================== --- security/ismtp/Makefile +++ security/ismtp/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/iSMTP/LICENSE.md -USES= python:3.0+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= altjx Index: security/klee/Makefile =================================================================== --- security/klee/Makefile +++ security/klee/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} USES= cmake compiler:c++14-lang llvm:min=11,max=14,build,run localbase \ - pkgconfig python:3.5+,run shebangfix sqlite + pkgconfig python:run shebangfix sqlite USE_GITHUB= yes SHEBANG_FILES= tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool tools/klee-zesti/klee-zesti USE_LDCONFIG= yes Index: security/libpwquality/Makefile =================================================================== --- security/libpwquality/Makefile +++ security/libpwquality/Makefile @@ -28,7 +28,7 @@ NLS_USES= gettext gnome NLS_USE= GNOME=intltool NLS_CONFIGURE_ENABLE= nls -PYTHON_USES= python:3.7+,build +PYTHON_USES= python:build PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} PYTHON_CONFIGURE_ENABLE= python-bindings PYTHON_CONFIGURE_ON= --with-python-binary=${PYTHON_CMD} Index: security/libscep/Makefile =================================================================== --- security/libscep/Makefile +++ security/libscep/Makefile @@ -18,7 +18,7 @@ curl>=7.64:ftp/curl \ uriparser>=0.9.1:net/uriparser -USES= cmake:noninja gmake libtool pkgconfig python:build,3.6+ ssl +USES= cmake:noninja gmake libtool pkgconfig python:build ssl USE_GITHUB= yes GH_ACCOUNT= openxpki USE_LDCONFIG= yes Index: security/libsecret/Makefile =================================================================== --- security/libsecret/Makefile +++ security/libsecret/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error -USES= compiler gnome meson pkgconfig python:3.8+ tar:xz vala:build +USES= compiler gnome meson pkgconfig python tar:xz vala:build USE_GNOME= glib20 intltool introspection:build libxslt:build .include Index: security/openvas/Makefile =================================================================== --- security/openvas/Makefile +++ security/openvas/Makefile @@ -26,7 +26,7 @@ nmap:security/nmap \ ${PYTHON_PKGNAMEPREFIX}impacket>=0:net/py-impacket@${PY_FLAVOR} -USES= bison cmake gnome pkgconfig python:3.5+ ssl +USES= bison cmake gnome pkgconfig python ssl USE_GITHUB= yes GH_ACCOUNT= greenbone GH_PROJECT= ${PORTNAME}-scanner Index: security/pssh/Makefile =================================================================== --- security/pssh/Makefile +++ security/pssh/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= rsync:net/rsync -USES= python:3.5+ +USES= python USE_PYTHON= autoplist pep517 USE_GITHUB= yes GH_ACCOUNT= lilydjwg Index: security/py-RestrictedPython/Makefile =================================================================== --- security/py-RestrictedPython/Makefile +++ security/py-RestrictedPython/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist .include Index: security/py-SecretStorage/Makefile =================================================================== --- security/py-SecretStorage/Makefile +++ security/py-SecretStorage/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jeepney>=0.6:devel/py-jeepney@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-YubiOTP/Makefile =================================================================== --- security/py-YubiOTP/Makefile +++ security/py-YubiOTP/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-acme/Makefile =================================================================== --- security/py-acme/Makefile +++ security/py-acme/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=2019.3,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: security/py-ailment/Makefile =================================================================== --- security/py-ailment/Makefile +++ security/py-ailment/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pyvex>=${ANGR_VERSION}:security/py-pyvex@${PY_FLAVOR} \ z3>0:math/z3 -USES= angr:binaries,nose gmake localbase python:3.6+ +USES= angr:binaries,nose gmake localbase python USE_GITHUB= yes GH_ACCOUNT= angr USE_PYTHON= autoplist distutils Index: security/py-aiohttp-security/Makefile =================================================================== --- security/py-aiohttp-security/Makefile +++ security/py-aiohttp-security/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp-session>0:www/py-aiohttp-session@${PY_FLAVOR} \ -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: security/py-angr/Makefile =================================================================== --- security/py-angr/Makefile +++ security/py-angr/Makefile @@ -40,7 +40,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystone-engine>=0:devel/py-keystone-engine@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= angr:binaries gmake localbase:ldflags python:3.6+ +USES= angr:binaries gmake localbase:ldflags python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: security/py-argon2-cffi-bindings/Makefile =================================================================== --- security/py-argon2-cffi-bindings/Makefile +++ security/py-argon2-cffi-bindings/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libargon2.so:security/libargon2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.1:devel/py-cffi@${PY_FLAVOR} -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist concurrent distutils pytest MAKE_ENV= ARGON2_CFFI_USE_SYSTEM=1 Index: security/py-argon2-cffi/Makefile =================================================================== --- security/py-argon2-cffi/Makefile +++ security/py-argon2-cffi/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=5.0.2:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: security/py-asyncssh/Makefile =================================================================== --- security/py-asyncssh/Makefile +++ security/py-asyncssh/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=3.1:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6:devel/py-typing-extensions@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: security/py-authlib/Makefile =================================================================== --- security/py-authlib/Makefile +++ security/py-authlib/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=3.2:security/py-cryptography@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-azure-keyvault-certificates/Makefile =================================================================== --- security/py-azure-keyvault-certificates/Makefile +++ security/py-azure-keyvault-certificates/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.1:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-azure-keyvault-keys/Makefile =================================================================== --- security/py-azure-keyvault-keys/Makefile +++ security/py-azure-keyvault-keys/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.1:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-azure-keyvault-secrets/Makefile =================================================================== --- security/py-azure-keyvault-secrets/Makefile +++ security/py-azure-keyvault-secrets/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.1:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-base58/Makefile =================================================================== --- security/py-base58/Makefile +++ security/py-base58/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-bcrypt/Makefile =================================================================== --- security/py-bcrypt/Makefile +++ security/py-bcrypt/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils do-test: Index: security/py-bitbox02/Makefile =================================================================== --- security/py-bitbox02/Makefile +++ security/py-bitbox02/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semver>=2.8.1:devel/py-semver@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-btchip-python/Makefile =================================================================== --- security/py-btchip-python/Makefile +++ security/py-btchip-python/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.9:security/py-ecdsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0.7.99:comms/py-hidapi@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-cerealizer/Makefile =================================================================== --- security/py-cerealizer/Makefile +++ security/py-cerealizer/Makefile @@ -11,7 +11,7 @@ COMMENT= Secure pickle-like module WWW= http://home.gna.org/oomadness/en/cerealizer/index.html -USES= python:3.6+ tar:bzip2 +USES= python tar:bzip2 USE_PYTHON= distutils autoplist .include Index: security/py-cert-human/Makefile =================================================================== --- security/py-cert-human/Makefile +++ security/py-cert-human/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-apache/Makefile =================================================================== --- security/py-certbot-apache/Makefile +++ security/py-certbot-apache/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-augeas>=0:textproc/py-python-augeas@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-cloudflare/Makefile =================================================================== --- security/py-certbot-dns-cloudflare/Makefile +++ security/py-certbot-dns-cloudflare/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cloudflare>=1.5.1:dns/py-cloudflare@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-cpanel/Makefile =================================================================== --- security/py-certbot-dns-cpanel/Makefile +++ security/py-certbot-dns-cpanel/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>0:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-certbot-dns-digitalocean/Makefile =================================================================== --- security/py-certbot-dns-digitalocean/Makefile +++ security/py-certbot-dns-digitalocean/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-digitalocean>=1.11:www/py-python-digitalocean@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-dnsimple/Makefile =================================================================== --- security/py-certbot-dns-dnsimple/Makefile +++ security/py-certbot-dns-dnsimple/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-dnsmadeeasy/Makefile =================================================================== --- security/py-certbot-dns-dnsmadeeasy/Makefile +++ security/py-certbot-dns-dnsmadeeasy/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-gandi/Makefile =================================================================== --- security/py-certbot-dns-gandi/Makefile +++ security/py-certbot-dns-gandi/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils # Use GitHub to fetch the source, because PyPI apparently only contains Index: security/py-certbot-dns-gehirn/Makefile =================================================================== --- security/py-certbot-dns-gehirn/Makefile +++ security/py-certbot-dns-gehirn/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-google/Makefile =================================================================== --- security/py-certbot-dns-google/Makefile +++ security/py-certbot-dns-google/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauth2client>=4.0:security/py-oauth2client@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-linode/Makefile =================================================================== --- security/py-certbot-dns-linode/Makefile +++ security/py-certbot-dns-linode/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-luadns/Makefile =================================================================== --- security/py-certbot-dns-luadns/Makefile +++ security/py-certbot-dns-luadns/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-nsone/Makefile =================================================================== --- security/py-certbot-dns-nsone/Makefile +++ security/py-certbot-dns-nsone/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-ovh/Makefile =================================================================== --- security/py-certbot-dns-ovh/Makefile +++ security/py-certbot-dns-ovh/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-powerdns/Makefile =================================================================== --- security/py-certbot-dns-powerdns/Makefile +++ security/py-certbot-dns-powerdns/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=4.0.3:devel/py-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= pan-net-security Index: security/py-certbot-dns-rfc2136/Makefile =================================================================== --- security/py-certbot-dns-rfc2136/Makefile +++ security/py-certbot-dns-rfc2136/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-route53/Makefile =================================================================== --- security/py-certbot-dns-route53/Makefile +++ security/py-certbot-dns-route53/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}boto3>=1.15.15:www/py-boto3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-sakuracloud/Makefile =================================================================== --- security/py-certbot-dns-sakuracloud/Makefile +++ security/py-certbot-dns-sakuracloud/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.2.1:dns/py-dns-lexicon@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-dns-standalone/Makefile =================================================================== --- security/py-certbot-dns-standalone/Makefile +++ security/py-certbot-dns-standalone/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}dnslib>=0.9.0:dns/py-dnslib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>5.0.0:devel/py-mock@${PY_FLAVOR} \ -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot-nginx/Makefile =================================================================== --- security/py-certbot-nginx/Makefile +++ security/py-certbot-nginx/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.2.1:devel/py-pyparsing@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certbot/Makefile =================================================================== --- security/py-certbot/Makefile +++ security/py-certbot/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>=0:devel/py-pyrfc3339@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2019.3,1:devel/py-pytz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: security/py-certifi/Makefile =================================================================== --- security/py-certifi/Makefile +++ security/py-certifi/Makefile @@ -10,7 +10,7 @@ LICENSE= MPL20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-certstream/Makefile =================================================================== --- security/py-certstream/Makefile +++ security/py-certstream/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websocket-client>=0:www/py-websocket-client@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Index: security/py-ckcc-protocol/Makefile =================================================================== --- security/py-ckcc-protocol/Makefile +++ security/py-ckcc-protocol/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}hidapi>=0.7.99.post21:comms/py-hidapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaes>=0:security/py-pyaes@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-coincurve/Makefile =================================================================== --- security/py-coincurve/Makefile +++ security/py-coincurve/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>0:devel/py-asn1crypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cffi>=1.3.0:devel/py-cffi@${PY_FLAVOR} -USES= pkgconfig python:3.6+ +USES= pkgconfig python USE_PYTHON= distutils autoplist post-install: Index: security/py-cpe/Makefile =================================================================== --- security/py-cpe/Makefile +++ security/py-cpe/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-cryptography-vectors/Makefile =================================================================== --- security/py-cryptography-vectors/Makefile +++ security/py-cryptography-vectors/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-cryptography/Makefile =================================================================== --- security/py-cryptography/Makefile +++ security/py-cryptography/Makefile @@ -27,7 +27,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= compiler:env cpe python:3.6+ ssl +USES= compiler:env cpe python ssl USE_PYTHON= autoplist concurrent distutils pytest CFLAGS+= -I${OPENSSLINC} Index: security/py-ctypescrypto/Makefile =================================================================== --- security/py-ctypescrypto/Makefile +++ security/py-ctypescrypto/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: security/py-cybox/Makefile =================================================================== --- security/py-cybox/Makefile +++ security/py-cybox/Makefile @@ -21,7 +21,7 @@ GH_PROJECT= python-${PORTNAME} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= concurrent distutils autoplist PORTDOCS= README.rst Index: security/py-detect-secrets/Makefile =================================================================== --- security/py-detect-secrets/Makefile +++ security/py-detect-secrets/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-dirhash/Makefile =================================================================== --- security/py-dirhash/Makefile +++ security/py-dirhash/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scantree>0:devel/py-scantree@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: security/py-django-auth-kerberos/Makefile =================================================================== --- security/py-django-auth-kerberos/Makefile +++ security/py-django-auth-kerberos/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}kerberos>1.1.10:security/py-kerberos@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-docker-pycreds/Makefile =================================================================== --- security/py-docker-pycreds/Makefile +++ security/py-docker-pycreds/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-ecdsa/Makefile =================================================================== --- security/py-ecdsa/Makefile +++ security/py-ecdsa/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: security/py-ed25519ll/Makefile =================================================================== --- security/py-ed25519ll/Makefile +++ security/py-ed25519ll/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils flavors WRKSRC= ${WRKDIR}/dholth-${PORTNAME}-${DISTNAME} Index: security/py-exscript/Makefile =================================================================== --- security/py-exscript/Makefile +++ security/py-exscript/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR} -USES= python:3.6+ +USES= python # Upstream doesn't provide a sdist, yet USE_GITHUB= yes GH_ACCOUNT= knipknap Index: security/py-fail2ban/Makefile =================================================================== --- security/py-fail2ban/Makefile +++ security/py-fail2ban/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= cpe python:3.6+,patch,run shebangfix +USES= cpe python:patch,run shebangfix USE_GITHUB= yes USE_PYTHON= autoplist distutils PYDISTUTILS_BUILDARGS+= --without-tests Index: security/py-fido2/Makefile =================================================================== --- security/py-fido2/Makefile +++ security/py-fido2/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 unittest NO_ARCH= yes Index: security/py-first-server/Makefile =================================================================== --- security/py-first-server/Makefile +++ security/py-first-server/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.3:www/py-google-api-python-client@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}capstone>=3.0.4:devel/py-capstone@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= flavors USE_GITHUB= yes Index: security/py-flask-bcrypt/Makefile =================================================================== --- security/py-flask-bcrypt/Makefile +++ security/py-flask-bcrypt/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/py-bcrypt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-flask-httpauth/Makefile =================================================================== --- security/py-flask-httpauth/Makefile +++ security/py-flask-httpauth/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: security/py-flask-kerberos/Makefile =================================================================== --- security/py-flask-kerberos/Makefile +++ security/py-flask-kerberos/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:security/py-kerberos@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-flask-saml/Makefile =================================================================== --- security/py-flask-saml/Makefile +++ security/py-flask-saml/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8.0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}blinker>=1.1:devel/py-blinker@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-gixy/Makefile =================================================================== --- security/py-gixy/Makefile +++ security/py-gixy/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>=1.4.0:devel/py-argparse@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: security/py-gnupg/Makefile =================================================================== --- security/py-gnupg/Makefile +++ security/py-gnupg/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= distutils autoplist Index: security/py-gnutls/Makefile =================================================================== --- security/py-gnutls/Makefile +++ security/py-gnutls/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils PYDISTUTILS_PKGNAME= python_gnutls NO_ARCH= yes Index: security/py-google-auth-httplib2/Makefile =================================================================== --- security/py-google-auth-httplib2/Makefile +++ security/py-google-auth-httplib2/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.15.0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-google-auth-oauthlib/Makefile =================================================================== --- security/py-google-auth-oauthlib/Makefile +++ security/py-google-auth-oauthlib/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=2.15.0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-google-auth/Makefile =================================================================== --- security/py-google-auth/Makefile +++ security/py-google-auth/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=0,1<2.0,1:net/py-urllib3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-gpsoauth/Makefile =================================================================== --- security/py-gpsoauth/Makefile +++ security/py-gpsoauth/Makefile @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= simon-weber -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: security/py-gssapi/Makefile =================================================================== --- security/py-gssapi/Makefile +++ security/py-gssapi/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} # Officially: 3.7-3.11 -USES= python:3.7-3.11 +USES= python:3.8-3.11 USE_PYTHON= autoplist cython distutils OPTIONS_RADIO= GSSAPI Index: security/py-gvm-tools/Makefile =================================================================== --- security/py-gvm-tools/Makefile +++ security/py-gvm-tools/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= greenbone GH_PROJECT= ${PORTNAME} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-hkdf/Makefile =================================================================== --- security/py-hkdf/Makefile +++ security/py-hkdf/Makefile @@ -8,7 +8,7 @@ COMMENT= HMAC-based Extract-and-Expand Key Derivation Function (HKDF) WWW= https://github.com/casebeer/python-hkdf -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-iris-check-module/Makefile =================================================================== --- security/py-iris-check-module/Makefile +++ security/py-iris-check-module/Makefile @@ -20,7 +20,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= b939e036b44f63b810fe5ff43329fad52c6beaeb -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-iris-client/Makefile =================================================================== --- security/py-iris-client/Makefile +++ security/py-iris-client/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= dfir-iris GH_PROJECT= ${PORTNAME} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-iris-evtx-module/Makefile =================================================================== --- security/py-iris-evtx-module/Makefile +++ security/py-iris-evtx-module/Makefile @@ -21,7 +21,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= 4845709c26bc1a5aa2528077749ec1f61985175f -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-iris-intelowl-module/Makefile =================================================================== --- security/py-iris-intelowl-module/Makefile +++ security/py-iris-intelowl-module/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= dfir-iris GH_TAGNAME= 39744a0396483015347f2d8066219ab773f5c581 -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-iris-misp-module/Makefile =================================================================== --- security/py-iris-misp-module/Makefile +++ security/py-iris-misp-module/Makefile @@ -20,7 +20,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= a7654c086bb163a97987698bae012c6bc05fd300 -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-iris-module-interface/Makefile =================================================================== --- security/py-iris-module-interface/Makefile +++ security/py-iris-module-interface/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= dfir-iris GH_PROJECT= ${PORTNAME} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-iris-vt-module/Makefile =================================================================== --- security/py-iris-vt-module/Makefile +++ security/py-iris-vt-module/Makefile @@ -19,7 +19,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= 5f2eb2a751ef3cce67f45ccd5753a2d32edc28df -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-iris-webhooks-module/Makefile =================================================================== --- security/py-iris-webhooks-module/Makefile +++ security/py-iris-webhooks-module/Makefile @@ -19,7 +19,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= 46b39e7a2465f3b60ba5e2e2358a45c5e6b3a3d8 -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-itsdangerous/Makefile =================================================================== --- security/py-itsdangerous/Makefile +++ security/py-itsdangerous/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: security/py-josepy/Makefile =================================================================== --- security/py-josepy/Makefile +++ security/py-josepy/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0.5:devel/py-pytest-flake8@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: security/py-keepkey/Makefile =================================================================== --- security/py-keepkey/Makefile +++ security/py-keepkey/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}mnemonic>=0.8:security/py-mnemonic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_PROJECT= python-keepkey GH_TUPLE= keepkey:device-protocol:84d438b:devproto/device-protocol \ Index: security/py-kerberos/Makefile =================================================================== --- security/py-kerberos/Makefile +++ security/py-kerberos/Makefile @@ -19,7 +19,7 @@ GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist GSSAPI_BASE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_kerberosbasic.h \ Index: security/py-keyring/Makefile =================================================================== --- security/py-keyring/Makefile +++ security/py-keyring/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.classes>=0:devel/py-jaraco.classes@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= python USE_PYTHON= autoplist concurrent distutils Index: security/py-keyrings.alt/Makefile =================================================================== --- security/py-keyrings.alt/Makefile +++ security/py-keyrings.alt/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fs>=0.5:devel/py-fs@${PY_FLAVOR} -USES= python:3.6+ pytest +USES= python pytest USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-krb5/Makefile =================================================================== --- security/py-krb5/Makefile +++ security/py-krb5/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29.29<3.0.0:lang/cython@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent cython distutils MAKE_ENV= KRB5_KRB5CONFIG=${KRB5CONFIG} Index: security/py-libnacl/Makefile =================================================================== --- security/py-libnacl/Makefile +++ security/py-libnacl/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libsodium.so:security/libsodium -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: security/py-m2crypto/Makefile =================================================================== --- security/py-m2crypto/Makefile +++ security/py-m2crypto/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= swig>=2.0.4:devel/swig -USES= cpe python:3.6+ ssl +USES= cpe python ssl USE_PYTHON= autoplist concurrent distutils PYDISTUTILS_BUILDARGS= build_ext --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig Index: security/py-maec/Makefile =================================================================== --- security/py-maec/Makefile +++ security/py-maec/Makefile @@ -21,7 +21,7 @@ GH_PROJECT= python-${PORTNAME} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= concurrent distutils autoplist USE_LOCALE= en_US.UTF-8 Index: security/py-merkletools/Makefile =================================================================== --- security/py-merkletools/Makefile +++ security/py-merkletools/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysha3>0:security/py-pysha3@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yesA Index: security/py-mixbox/Makefile =================================================================== --- security/py-mixbox/Makefile +++ security/py-mixbox/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}ordered-set>=0:devel/py-ordered-set@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: security/py-mnemonic/Makefile =================================================================== --- security/py-mnemonic/Makefile +++ security/py-mnemonic/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbkdf2>=1.3:security/py-pbkdf2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-msoffcrypto-tool/Makefile =================================================================== --- security/py-msoffcrypto-tool/Makefile +++ security/py-msoffcrypto-tool/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.3:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}olefile>=0.45:devel/py-olefile@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= concurrent distutils autoplist NO_ARCH= yes Index: security/py-muacrypt/Makefile =================================================================== --- security/py-muacrypt/Makefile +++ security/py-muacrypt/Makefile @@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>=0:devel/py-tox@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-nassl/Makefile =================================================================== --- security/py-nassl/Makefile +++ security/py-nassl/Makefile @@ -14,7 +14,7 @@ BROKEN_SSL= openssl30 openssl31 BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 libcrypt.so -USES= python:3.7+ ssl +USES= python ssl USE_PYTHON= autoplist concurrent distutils GH_ACCOUNT= nabla-c0d3 Index: security/py-netbox-secrets/Makefile =================================================================== --- security/py-netbox-secrets/Makefile +++ security/py-netbox-secrets/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-netbox-secretstore/Makefile =================================================================== --- security/py-netbox-secretstore/Makefile +++ security/py-netbox-secretstore/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-netmiko/Makefile =================================================================== --- security/py-netmiko/Makefile +++ security/py-netmiko/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=5.3:devel/py-yaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent pep517 USE_GITHUB= yes GH_ACCOUNT= ktbyers Index: security/py-noiseprotocol/Makefile =================================================================== --- security/py-noiseprotocol/Makefile +++ security/py-noiseprotocol/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.8:security/py-cryptography@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-notus-scanner/Makefile =================================================================== --- security/py-notus-scanner/Makefile +++ security/py-notus-scanner/Makefile @@ -24,7 +24,7 @@ GH_ACCOUNT= greenbone GH_PROJECT= ${PORTNAME} -USES= python:3.8+ +USES= python USE_PYTHON= distutils NO_ARCH= yes Index: security/py-ntlm-auth/Makefile =================================================================== --- security/py-ntlm-auth/Makefile +++ security/py-ntlm-auth/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: security/py-oauth2client/Makefile =================================================================== --- security/py-oauth2client/Makefile +++ security/py-oauth2client/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:security/py-rsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-oauthlib/Makefile =================================================================== --- security/py-oauthlib/Makefile +++ security/py-oauthlib/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.6:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-onlykey/Makefile =================================================================== --- security/py-onlykey/Makefile +++ security/py-onlykey/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}uhid-freebsd>0:devel/py-uhid-freebsd@${PY_FLAVOR} \ u2f-host:security/libu2f-host -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils SUB_FILES= pkg-message Index: security/py-openssl/Makefile =================================================================== --- security/py-openssl/Makefile +++ security/py-openssl/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pretend>0:devel/py-pretend@${PY_FLAVOR} \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils pythonprefix NO_ARCH= yes Index: security/py-oscrypto/Makefile =================================================================== --- security/py-oscrypto/Makefile +++ security/py-oscrypto/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-ospd-openvas/Makefile =================================================================== --- security/py-ospd-openvas/Makefile +++ security/py-ospd-openvas/Makefile @@ -28,7 +28,7 @@ GH_ACCOUNT= greenbone GH_PROJECT= ${PORTNAME} -USES= python:3.8+ +USES= python USE_PYTHON= distutils NO_ARCH= yes Index: security/py-paramiko/Makefile =================================================================== --- security/py-paramiko/Makefile +++ security/py-paramiko/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-relaxed>=0:devel/py-pytest-relaxed@${PY_FLAVOR} -USES= cpe pytest:4 python:3.7+ +USES= cpe pytest:4 python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-pass-audit/Makefile =================================================================== --- security/py-pass-audit/Makefile +++ security/py-pass-audit/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}zxcvbn>0:security/py-zxcvbn@${PY_FLAVOR} \ password-store>=1.7.3_1:sysutils/password-store -USES= python:3.4+ shebangfix +USES= python shebangfix USE_PYTHON= distutils NO_ARCH= yes Index: security/py-passlib/Makefile =================================================================== --- security/py-passlib/Makefile +++ security/py-passlib/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.1:devel/py-nose@${PY_FLAVOR} # Python 2.6,3.3-3.8 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-pbkdf2/Makefile =================================================================== --- security/py-pbkdf2/Makefile +++ security/py-pbkdf2/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: security/py-pem/Makefile =================================================================== --- security/py-pem/Makefile +++ security/py-pem/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-pgpdump/Makefile =================================================================== --- security/py-pgpdump/Makefile +++ security/py-pgpdump/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: security/py-pgpy/Makefile =================================================================== --- security/py-pgpy/Makefile +++ security/py-pgpy/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-potr/Makefile =================================================================== --- security/py-potr/Makefile +++ security/py-potr/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils .include Index: security/py-pyaes/Makefile =================================================================== --- security/py-pyaes/Makefile +++ security/py-pyaes/Makefile @@ -13,7 +13,7 @@ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: security/py-pyaff4/Makefile =================================================================== --- security/py-pyaff4/Makefile +++ security/py-pyaff4/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist .include Index: security/py-pyaxo/Makefile =================================================================== --- security/py-pyaxo/Makefile +++ security/py-pyaxo/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-pyblake2/Makefile =================================================================== --- security/py-pyblake2/Makefile +++ security/py-pyblake2/Makefile @@ -11,7 +11,7 @@ LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: security/py-pyclamd/Makefile =================================================================== --- security/py-pyclamd/Makefile +++ security/py-pyclamd/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3+ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: security/py-pycryptodome-test-vectors/Makefile =================================================================== --- security/py-pycryptodome-test-vectors/Makefile +++ security/py-pycryptodome-test-vectors/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst # Officially: 2.7, 3-5-3.10 (same as security/py-cryptodome) -USES= cpe python:3.7+ zip +USES= cpe python zip CPE_VENDOR= python USE_PYTHON= autoplist distutils Index: security/py-pycryptodome/Makefile =================================================================== --- security/py-pycryptodome/Makefile +++ security/py-pycryptodome/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome-test-vectors>=0:security/py-pycryptodome-test-vectors@${PY_FLAVOR} # Officially: 2.7, 3.5-3.10 -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= python USE_PYTHON= autoplist distutils Index: security/py-pyelliptic/Makefile =================================================================== --- security/py-pyelliptic/Makefile +++ security/py-pyelliptic/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= radfish USE_PYTHON= autoplist distutils Index: security/py-pyhanko-certvalidator/Makefile =================================================================== --- security/py-pyhanko-certvalidator/Makefile +++ security/py-pyhanko-certvalidator/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.24.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritools>=3.0.1:net/py-uritools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-pyhanko/Makefile =================================================================== --- security/py-pyhanko/Makefile +++ security/py-pyhanko/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.24.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=2.1:devel/py-tzlocal@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-pylibacl/Makefile =================================================================== --- security/py-pylibacl/Makefile +++ security/py-pylibacl/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils PORTDOCS= NEWS README Index: security/py-pymacaroons/Makefile =================================================================== --- security/py-pymacaroons/Makefile +++ security/py-pymacaroons/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynacl>=1.1.2<2.0:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-pynacl/Makefile =================================================================== --- security/py-pynacl/Makefile +++ security/py-pynacl/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>=3.27.0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.6+ localbase +USES= python localbase USE_PYTHON= autoplist distutils OPTIONS_DEFINE= BUNDLED_NACL Index: security/py-pyotp/Makefile =================================================================== --- security/py-pyotp/Makefile +++ security/py-pyotp/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: security/py-pyotp2289/Makefile =================================================================== --- security/py-pyotp2289/Makefile +++ security/py-pyotp2289/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: security/py-pysaml2/Makefile =================================================================== --- security/py-pysaml2/Makefile +++ security/py-pysaml2/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-pysaml24/Makefile =================================================================== --- security/py-pysaml24/Makefile +++ security/py-pysaml24/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-pysaml26/Makefile =================================================================== --- security/py-pysaml26/Makefile +++ security/py-pysaml26/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-pyscard/Makefile =================================================================== --- security/py-pyscard/Makefile +++ security/py-pyscard/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= pcsc-lite>0:devel/pcsc-lite ## Python3 is supported -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils PYDISTUTILS_BUILD_TARGET= build_ext Index: security/py-pysha3/Makefile =================================================================== --- security/py-pysha3/Makefile +++ security/py-pysha3/Makefile @@ -14,7 +14,7 @@ BROKEN_mips64= fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented # Actually Python 2.7,3.4+ -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: security/py-pysodium/Makefile =================================================================== --- security/py-pysodium/Makefile +++ security/py-pysodium/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libsodium.so:security/libsodium -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-pyspnego/Makefile =================================================================== --- security/py-pyspnego/Makefile +++ security/py-pyspnego/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0,1:security/py-cryptography@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: security/py-python-axolotl-curve25519/Makefile =================================================================== --- security/py-python-axolotl-curve25519/Makefile +++ security/py-python-axolotl-curve25519/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: security/py-python-axolotl/Makefile =================================================================== --- security/py-python-axolotl/Makefile +++ security/py-python-axolotl/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}python-axolotl-curve25519>=0:security/py-python-axolotl-curve25519@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-python-gnupg/Makefile =================================================================== --- security/py-python-gnupg/Makefile +++ security/py-python-gnupg/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0.15.2:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-python-gvm/Makefile =================================================================== --- security/py-python-gvm/Makefile +++ security/py-python-gvm/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= greenbone GH_PROJECT= ${PORTNAME} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-python-jose/Makefile =================================================================== --- security/py-python-jose/Makefile +++ security/py-python-jose/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}rsa>0:security/py-rsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: security/py-python-nss/Makefile =================================================================== --- security/py-python-nss/Makefile +++ security/py-python-nss/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libnspr4.so:devel/nspr \ libnss3.so:security/nss -USES= compiler:c11 python:3.6+ tar:bzip2 +USES= compiler:c11 python tar:bzip2 USE_PYTHON= autoplist distutils PYDISTUTILS_CONFIGUREARGS= --include-root="${LOCALBASE}/include" Index: security/py-python-openid/Makefile =================================================================== --- security/py-python-openid/Makefile +++ security/py-python-openid/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: security/py-python-pam/Makefile =================================================================== --- security/py-python-pam/Makefile +++ security/py-python-pam/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-python-pkcs11/Makefile =================================================================== --- security/py-python-pkcs11/Makefile +++ security/py-python-pkcs11/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0:devel/py-asn1crypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent cython distutils .include Index: security/py-python-registry/Makefile =================================================================== --- security/py-python-registry/Makefile +++ security/py-python-registry/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= williballenthin NO_ARCH= yes -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils autoplist concurrent SHEBANG_FILES= samples/*.py python_OLD_CMD= .* Index: security/py-python3-openid/Makefile =================================================================== --- security/py-python3-openid/Makefile +++ security/py-python3-openid/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-python3-saml/Makefile =================================================================== --- security/py-python3-saml/Makefile +++ security/py-python3-saml/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>=4.7.1:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmlsec>=1.3.9:security/py-xmlsec@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-pyvex/Makefile =================================================================== --- security/py-pyvex/Makefile +++ security/py-pyvex/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}angr>=${DISTVERSION}:security/py-angr@${PY_FLAVOR} \ z3>=0:math/z3 -USES= angr:binaries gmake localbase python:3.5+ +USES= angr:binaries gmake localbase python USE_CSTD= c99 USE_GITHUB= nodefault GH_TUPLE= angr:${PORTNAME}:v${DISTVERSION}:tests Index: security/py-pywinrm/Makefile =================================================================== --- security/py-pywinrm/Makefile +++ security/py-pywinrm/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} # Actually 2.6-2.7,3.3-3.6 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-requests-credssp/Makefile =================================================================== --- security/py-requests-credssp/Makefile +++ security/py-requests-credssp/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyspnego>0:security/py-pyspnego@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-requests-kerberos/Makefile =================================================================== --- security/py-requests-kerberos/Makefile +++ security/py-requests-kerberos/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}kerberos>1.1.1:security/py-kerberos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyspnego>0:security/py-pyspnego@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: security/py-ropgadget/Makefile =================================================================== --- security/py-ropgadget/Makefile +++ security/py-ropgadget/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}capstone>=4.0.1:devel/py-capstone@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-ropper/Makefile =================================================================== --- security/py-ropper/Makefile +++ security/py-ropper/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}filebytes>=0.10.0:devel/py-filebytes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keystone-engine>=0.9.1.3:devel/py-keystone-engine@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= sashs GH_PROJECT= Ropper Index: security/py-rsa/Makefile =================================================================== --- security/py-rsa/Makefile +++ security/py-rsa/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${PY_FLAVOR} -USES= cpe dos2unix python:3.6+ +USES= cpe dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-safe/Makefile =================================================================== --- security/py-safe/Makefile +++ security/py-safe/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: security/py-scp/Makefile =================================================================== --- security/py-scp/Makefile +++ security/py-scp/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-scramp/Makefile =================================================================== --- security/py-scramp/Makefile +++ security/py-scramp/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-scrypt/Makefile =================================================================== --- security/py-scrypt/Makefile +++ security/py-scrypt/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ ssl +USES= python ssl USE_PYTHON= autoplist distutils post-install: Index: security/py-secure/Makefile =================================================================== --- security/py-secure/Makefile +++ security/py-secure/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-securesystemslib/Makefile =================================================================== --- security/py-securesystemslib/Makefile +++ security/py-securesystemslib/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pynacl>1.2.0:security/py-pynacl@${PY_FLAVOR} TEST_DEPENDS= ${LOCALBASE}/bin/gpg:security/gnupg -USES= python:3.7+ pytest shebangfix +USES= python pytest shebangfix USE_PYTHON= autoplist pep517 PYTEST_ARGS= tests Index: security/py-service_identity/Makefile =================================================================== --- security/py-service_identity/Makefile +++ security/py-service_identity/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-signedjson/Makefile =================================================================== --- security/py-signedjson/Makefile +++ security/py-signedjson/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unpaddedbase64>=1.0.1:devel/py-unpaddedbase64@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: security/py-social-auth-core/Makefile =================================================================== --- security/py-social-auth-core/Makefile +++ security/py-social-auth-core/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}coverage>=3.6:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.7.1:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: security/py-spake2/Makefile =================================================================== --- security/py-spake2/Makefile +++ security/py-spake2/Makefile @@ -8,7 +8,7 @@ COMMENT= SPAKE2 password-authenticated key exchange (pure python) WWW= https://github.com/warner/python-spake2 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-ssh-audit/Makefile =================================================================== --- security/py-ssh-audit/Makefile +++ security/py-ssh-audit/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= jtesta USE_PYTHON= autoplist pep517 Index: security/py-sshpubkeys/Makefile =================================================================== --- security/py-sshpubkeys/Makefile +++ security/py-sshpubkeys/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.13:security/py-ecdsa@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-sslyze/Makefile =================================================================== --- security/py-sslyze/Makefile +++ security/py-sslyze/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}openssl>=20,1<24,1:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tls-parser>=2<3:security/py-tls-parser@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-stem/Makefile =================================================================== --- security/py-stem/Makefile +++ security/py-stem/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Index: security/py-stix/Makefile =================================================================== --- security/py-stix/Makefile +++ security/py-stix/Makefile @@ -23,7 +23,7 @@ GH_PROJECT= python-${PORTNAME} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= concurrent distutils autoplist PORTDOCS= README.rst Index: security/py-stix2-patterns/Makefile =================================================================== --- security/py-stix2-patterns/Makefile +++ security/py-stix2-patterns/Makefile @@ -19,7 +19,7 @@ GH_PROJECT= cti-pattern-validator NO_ARCH= yes -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist concurrent .include Index: security/py-stix2/Makefile =================================================================== --- security/py-stix2/Makefile +++ security/py-stix2/Makefile @@ -22,7 +22,7 @@ GH_PROJECT= cti-python-stix2 NO_ARCH= yes -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist .include Index: security/py-taxii2-client/Makefile =================================================================== --- security/py-taxii2-client/Makefile +++ security/py-taxii2-client/Makefile @@ -23,7 +23,7 @@ GH_ACCOUNT= oasis-open GH_PROJECT= cti-taxii-client -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist DO_MAKE_TEST= ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER} --cov=taxii2client taxii2client/test/ --cov-report term-missing Index: security/py-tinyaes/Makefile =================================================================== --- security/py-tinyaes/Makefile +++ security/py-tinyaes/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent cython distutils post-install: Index: security/py-tls-parser/Makefile =================================================================== --- security/py-tls-parser/Makefile +++ security/py-tls-parser/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-tlslite-ng/Makefile =================================================================== --- security/py-tlslite-ng/Makefile +++ security/py-tlslite-ng/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ecdsa>=0:security/py-ecdsa@${PY_FLAVOR} -USES= python:3.3+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-tlslite/Makefile =================================================================== --- security/py-tlslite/Makefile +++ security/py-tlslite/Makefile @@ -9,7 +9,7 @@ COMMENT= Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1 WWW= http://trevp.net/tlslite/ -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= distutils autoplist Index: security/py-trezor/Makefile =================================================================== --- security/py-trezor/Makefile +++ security/py-trezor/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-trustme/Makefile =================================================================== --- security/py-trustme/Makefile +++ security/py-trustme/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: security/py-tuf/Makefile =================================================================== --- security/py-tuf/Makefile +++ security/py-tuf/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}securesystemslib>=0.26.0:security/py-securesystemslib@${PY_FLAVOR} -USES= pytest python:3.7+ +USES= pytest python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: security/py-txtorcon/Makefile =================================================================== --- security/py-txtorcon/Makefile +++ security/py-txtorcon/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}twisted>=15.5.0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.1:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils autoplist pytest # 1 test fails, see https://github.com/meejah/txtorcon/issues/376 SHEBANG_FILES= examples/*.py Index: security/py-uhashring/Makefile =================================================================== --- security/py-uhashring/Makefile +++ security/py-uhashring/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: security/py-vici/Makefile =================================================================== --- security/py-vici/Makefile +++ security/py-vici/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-pycodestyle>0:devel/py-pytest-pycodestyle@${PY_FLAVOR} -USES= python:3.6+ pytest +USES= python pytest USE_PYTHON= autoplist concurrent distutils PYTEST_ARGS= --pycodestyle Index: security/py-virustotal-api/Makefile =================================================================== --- security/py-virustotal-api/Makefile +++ security/py-virustotal-api/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: security/py-volatility3/Makefile =================================================================== --- security/py-volatility3/Makefile +++ security/py-volatility3/Makefile @@ -22,7 +22,7 @@ GH_ACCOUNT= volatilityfoundation GH_TAGNAME= 94426ad -USES= python:3.5-3.9 +USES= python:3.8-3.9 USE_PYTHON= distutils autoplist NO_ARCH= yes Index: security/py-vpn-slice/Makefile =================================================================== --- security/py-vpn-slice/Makefile +++ security/py-vpn-slice/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setproctitle>=1.2:devel/py-setproctitle@${PY_FLAVOR} -USES= python:3.3+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: security/py-vulndb/Makefile =================================================================== --- security/py-vulndb/Makefile +++ security/py-vulndb/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=1.1:devel/py-setuptools-git@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: security/py-webauthn/Makefile =================================================================== --- security/py-webauthn/Makefile +++ security/py-webauthn/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}cryptography>=3.4.7:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=20.0.1,1:security/py-openssl@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: security/py-xkcdpass/Makefile =================================================================== --- security/py-xkcdpass/Makefile +++ security/py-xkcdpass/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= jwfh USE_PYTHON= autoplist concurrent distutils Index: security/py-xmlsec/Makefile =================================================================== --- security/py-xmlsec/Makefile +++ security/py-xmlsec/Makefile @@ -18,7 +18,7 @@ libxmlsec1-nss.so:security/xmlsec1 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} -USES= gnome pkgconfig pytest python:3.6+ +USES= gnome pkgconfig pytest python USE_GNOME= libxml2 libxslt USE_PYTHON= autoplist distutils flavors Index: security/py-yara-python-dex/Makefile =================================================================== --- security/py-yara-python-dex/Makefile +++ security/py-yara-python-dex/Makefile @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}yara -USES= python:3.7+ ssl +USES= python ssl USE_PYTHON= distutils .if !defined(WITH_DEBUG) Index: security/py-yara/Makefile =================================================================== --- security/py-yara/Makefile +++ security/py-yara/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= VirusTotal GH_PROJECT= yara-python -USES= cpe localbase python:3.6+ +USES= cpe localbase python CPE_VENDOR= virustotal USE_PYTHON= distutils autoplist PYDISTUTILS_BUILDARGS= --dynamic-linking Index: security/py-yubikey-manager/Makefile =================================================================== --- security/py-yubikey-manager/Makefile +++ security/py-yubikey-manager/Makefile @@ -26,7 +26,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}makefun>0:devel/py-makefun@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils unittest DOS2UNIX_GLOB= *.adoc *.py Index: security/py-zkg/Makefile =================================================================== --- security/py-zkg/Makefile +++ security/py-zkg/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}semantic-version>=0:devel/py-semantic-version@${PY_FLAVOR} \ git:devel/git -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= zeek GH_PROJECT= package-manager Index: security/py-zope.password/Makefile =================================================================== --- security/py-zope.password/Makefile +++ security/py-zope.password/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: security/py-zxcvbn/Makefile =================================================================== --- security/py-zxcvbn/Makefile +++ security/py-zxcvbn/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils pytest GH_ACCOUNT= dwolfhub Index: security/seahorse/Makefile =================================================================== --- security/seahorse/Makefile +++ security/seahorse/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= gnupg>=2.1.4:security/gnupg USES= cpe gettext gnome localbase:ldflags meson pkgconfig \ - python:3.5+,build tar:xz vala:build xorg + python:build tar:xz vala:build xorg USE_CSTD= c99 USE_GNOME= gtk30 GLIB_SCHEMAS= org.gnome.seahorse.gschema.xml \ Index: security/sqlmap/Makefile =================================================================== --- security/sqlmap/Makefile +++ security/sqlmap/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils SHEBANG_FILES= *.py sqlmap/extra/shutils/*.sh sqlmap/extra/shutils/*.py Index: security/sssd/Makefile =================================================================== --- security/sssd/Makefile +++ security/sssd/Makefile @@ -62,7 +62,7 @@ TEST_TARGET= check USES= autoreconf cpe gettext gmake iconv ldap libtool pathfix pkgconfig \ - python:3.6+ shebangfix gssapi:mit + python shebangfix gssapi:mit USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPE_VENDOR= fedoraproject Index: security/theonionbox/Makefile =================================================================== --- security/theonionbox/Makefile +++ security/theonionbox/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1,1<1.27,1:net/py-urllib3@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} # workaround for bug#230613: missing internal sqlite3 module in python -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes Index: security/wapiti/Makefile =================================================================== --- security/wapiti/Makefile +++ security/wapiti/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: security/yubikey-manager-qt/Makefile =================================================================== --- security/yubikey-manager-qt/Makefile +++ security/yubikey-manager-qt/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yubikey-manager>0:security/py-yubikey-manager@${PY_FLAVOR} \ pyotherside-qt5>0:devel/pyotherside-qt5 -USES= compiler:c++11-lang gl pkgconfig python:3.5+ qt:5 qmake \ +USES= compiler:c++11-lang gl pkgconfig python qt:5 qmake \ shebangfix USE_GL= gl USE_QT= core declarative graphicaleffects gui network quickcontrols \ Index: security/yubioath-desktop/Makefile =================================================================== --- security/yubioath-desktop/Makefile +++ security/yubioath-desktop/Makefile @@ -18,7 +18,7 @@ pcscd:devel/pcsc-lite \ swig:devel/swig -USES= compiler:c++11-lang desktop-file-utils gl python:3.5+ qmake qt:5 \ +USES= compiler:c++11-lang desktop-file-utils gl python qmake qt:5 \ shebangfix ssl USE_GL= gl USE_QT= core declarative gui network quickcontrols2 svg widgets buildtools:build Index: security/zeronet/Makefile =================================================================== --- security/zeronet/Makefile +++ security/zeronet/Makefile @@ -31,7 +31,7 @@ # ZeroNet hasn't been ported to Python 3 yet # https://github.com/HelloZeroNet/ZeroNet/issues/149 -USES= python:3.6+ shebangfix +USES= python shebangfix SHEBANG_FILES= zeronet.py USE_GITHUB= yes GH_ACCOUNT= HelloZeroNet Index: shells/fish/Makefile =================================================================== --- shells/fish/Makefile +++ shells/fish/Makefile @@ -14,7 +14,7 @@ # The python dependency is only needed by shebangfix. At runtime python is # only needed by some optional scripts that aren't in PATH. -USES= cmake compiler:c++11-lang cpe localbase ncurses python:3.6+,env \ +USES= cmake compiler:c++11-lang cpe localbase ncurses python:env \ shebangfix tar:xz CPE_VENDOR= fishshell SHEBANG_FILES= share/tools/*.py share/tools/web_config/webconfig.py Index: shells/xonsh/Makefile =================================================================== --- shells/xonsh/Makefile +++ shells/xonsh/Makefile @@ -15,7 +15,7 @@ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent .include Index: sysutils/archey4/Makefile =================================================================== --- sysutils/archey4/Makefile +++ sysutils/archey4/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distro>=1.3:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10:net/py-netifaces@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils do-test: Index: sysutils/bamf/Makefile =================================================================== --- sysutils/bamf/Makefile +++ sysutils/bamf/Makefile @@ -17,7 +17,7 @@ libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-runtime gmake gnome libtool pathfix \ - pkgconfig python:3.6+,build vala:build xorg + pkgconfig python:build vala:build xorg USE_GNOME= gtk30 glib20 introspection:build libwnck3 cairo gdkpixbuf2 USE_XORG= x11 Index: sysutils/bashtop/Makefile =================================================================== --- sysutils/bashtop/Makefile +++ sysutils/bashtop/Makefile @@ -14,7 +14,7 @@ gsed:textproc/gsed \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} -USES= python:3.5+,run +USES= python:run USE_GITHUB= yes GH_ACCOUNT= aristocratos Index: sysutils/battray/Makefile =================================================================== --- sysutils/battray/Makefile +++ sysutils/battray/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gnome python:3.3+ +USES= gnome python USE_GNOME= pygobject3 USE_PYTHON= autoplist distutils optsuffix Index: sysutils/catfish/Makefile =================================================================== --- sysutils/catfish/Makefile +++ sysutils/catfish/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} -USES= cpe desktop-file-utils gettext-tools gnome python:3.4+ tar:bz2 +USES= cpe desktop-file-utils gettext-tools gnome python tar:bz2 USE_PYTHON= distutils noflavors USE_GNOME= gtk30 intltool pygobject3 Index: sysutils/conky/Makefile =================================================================== --- sysutils/conky/Makefile +++ sysutils/conky/Makefile @@ -85,7 +85,7 @@ MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ pandoc:textproc/hs-pandoc -MANPAGES_USES= python:3.7+,build +MANPAGES_USES= python:build MANPAGES_CMAKE_BOOL= BUILD_DOCS MANPAGES_PLIST_FILES= man/man1/conky.1.gz Index: sysutils/datadog-agent/Makefile =================================================================== --- sysutils/datadog-agent/Makefile +++ sysutils/datadog-agent/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= cmake-core>=3.12:devel/cmake-core \ go-bindata>0:devel/go-bindata -USES= go:modules python:3.7+ +USES= go:modules python USE_LDCONFIG= yes USE_GITHUB= yes Index: sysutils/datadog-integrations/Makefile =================================================================== --- sysutils/datadog-integrations/Makefile +++ sysutils/datadog-integrations/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}uptime>0:sysutils/py-uptime@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= DataDog GH_PROJECT= integrations-core Index: sysutils/deltarpm/Makefile =================================================================== --- sysutils/deltarpm/Makefile +++ sysutils/deltarpm/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= librpm.so:archivers/rpm4 -USES= gmake python:3.6+ shebangfix tar:bz2 +USES= gmake python shebangfix tar:bz2 USE_PYTHON= flavors optsuffix SHEBANG_FILES= drpmsync Index: sysutils/devedeng/Makefile =================================================================== --- sysutils/devedeng/Makefile +++ sysutils/devedeng/Makefile @@ -19,7 +19,7 @@ vcdimager:multimedia/vcdimager \ mkisofs:sysutils/cdrtools -USES= python:3.6+ gettext-tools gnome +USES= python gettext-tools gnome USE_GITLAB= yes GL_ACCOUNT= rastersoft GL_COMMIT= b003c2bfe61a1001ea708501f8d36239782975ce Index: sysutils/discus/Makefile =================================================================== --- sysutils/discus/Makefile +++ sysutils/discus/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2 -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= ncarrier Index: sysutils/docker-compose/Makefile =================================================================== --- sysutils/docker-compose/Makefile +++ sysutils/docker-compose/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent optsuffix .include Index: sysutils/dvdvideo/Makefile =================================================================== --- sysutils/dvdvideo/Makefile +++ sysutils/dvdvideo/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes -USES= python:3.4+ tar:tgz +USES= python tar:tgz USE_PYTHON= autoplist distutils OPTIONS_DEFINE= DVDCSS Index: sysutils/edk2/Makefile =================================================================== --- sysutils/edk2/Makefile +++ sysutils/edk2/Makefile @@ -19,7 +19,7 @@ PKGNAMESUFFIX= -${FLAVOR:C/_/-/g} FLAVORS= macchiatobin fvp rpi3 rpi4 xen_x64 bhyve qemu_x64 qemu_i386 -USES= cpe gmake python:3.7+,build +USES= cpe gmake python:build CPE_VENDOR= tianocore USE_GCC= yes:build Index: sysutils/fusefs-gitfs/Makefile =================================================================== --- sysutils/fusefs-gitfs/Makefile +++ sysutils/fusefs-gitfs/Makefile @@ -24,7 +24,7 @@ GH_ACCOUNT= PressLabs NO_ARCH= yes -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils concurrent optsuffix post-patch: Index: sysutils/gnome-control-center/Makefile =================================================================== --- sysutils/gnome-control-center/Makefile +++ sysutils/gnome-control-center/Makefile @@ -43,7 +43,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lib gettext gnome gstreamer localbase:ldflags meson \ - pkgconfig python:3.6+,build samba:lib tar:xz xorg + pkgconfig python:build samba:lib tar:xz xorg USE_GNOME= cairo gnomedesktop3 gsound libxml2 USE_XORG= x11 xi USE_LDCONFIG= yes Index: sysutils/gnome-settings-daemon/Makefile =================================================================== --- sysutils/gnome-settings-daemon/Makefile +++ sysutils/gnome-settings-daemon/Makefile @@ -36,7 +36,7 @@ USE_XORG= x11 xext xi xtst USE_GNOME= cairo gnomedesktop3 gtk30 USES= gettext gnome localbase:ldflags meson perl5 pkgconfig \ - python:3.6+,build tar:xz xorg + python:build tar:xz xorg USE_PERL5= build # -Dnssdb_dir=${LOCALBASE}/share/certs/ca-root-nss.crt MESON_ARGS= -Dalsa=false \ Index: sysutils/hid-tools/Makefile =================================================================== --- sysutils/hid-tools/Makefile +++ sysutils/hid-tools/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${RUN_DEPENDS_${OPSYS}_${OSREL:R}} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org/ GL_ACCOUNT= libevdev Index: sysutils/iocage-devel/Makefile =================================================================== --- sysutils/iocage-devel/Makefile +++ sysutils/iocage-devel/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py-tqdm@${PY_FLAVOR} \ ca_root_nss>0:security/ca_root_nss -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= iocage GH_PROJECT= iocage Index: sysutils/iocage/Makefile =================================================================== --- sysutils/iocage/Makefile +++ sysutils/iocage/Makefile @@ -34,7 +34,7 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ merge:devel/rcs57 -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: sysutils/jadm/Makefile =================================================================== --- sysutils/jadm/Makefile +++ sysutils/jadm/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.3:net/py-netifaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tabulate>=0.7.2:devel/py-tabulate@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist PLIST_FILES= man/man8/jadm.8.gz Index: sysutils/lfm/Makefile =================================================================== --- sysutils/lfm/Makefile +++ sysutils/lfm/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.4+ +USES= python USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes Index: sysutils/linux-miniconda-installer/Makefile =================================================================== --- sysutils/linux-miniconda-installer/Makefile +++ sysutils/linux-miniconda-installer/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= auto-admin>=0.7.2:sysutils/auto-admin -USES= linux python:3.8+ +USES= linux python USE_GITHUB= yes GH_ACCOUNT= outpaddling Index: sysutils/mog/Makefile =================================================================== --- sysutils/mog/Makefile +++ sysutils/mog/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}mdv>0:devel/py-mdv@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils concurrent optsuffix NO_ARCH= yes Index: sysutils/ntfy/Makefile =================================================================== --- sysutils/ntfy/Makefile +++ sysutils/ntfy/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_GITHUB= yes GH_ACCOUNT= dschep USE_PYTHON= distutils noflavors autoplist Index: sysutils/ohmu/Makefile =================================================================== --- sysutils/ohmu/Makefile +++ sysutils/ohmu/Makefile @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= paul-nechifor -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils concurrent optsuffix NO_ARCH= yes Index: sysutils/openzfs/Makefile =================================================================== --- sysutils/openzfs/Makefile +++ sysutils/openzfs/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ksh93:shells/ksh93 RUN_DEPENDS= openzfs-kmod>=0:sysutils/openzfs-kmod -USES+= autoreconf:build cpe libtool gmake gettext-runtime python:3.3+,build shebangfix +USES+= autoreconf:build cpe libtool gmake gettext-runtime python:build shebangfix SHEBANG_GLOB= *.ksh *.ksh.in *.kshlib *.py.in SHEBANG_FILES= tests/zfs-tests/tests/functional/trim/trim.cfg \ cmd/arcstat.in \ Index: sysutils/podman/Makefile =================================================================== --- sysutils/podman/Makefile +++ sysutils/podman/Makefile @@ -18,7 +18,7 @@ containers-common>=0:sysutils/containers-common \ ocijail:sysutils/ocijail -USES= gmake go:no_targets pkgconfig python:3.7+,build shebangfix +USES= gmake go:no_targets pkgconfig python:build shebangfix USE_RC_SUBR= podman SHEBANG_FILES= ${WRKSRC}/hack/markdown-preprocess Index: sysutils/py-ansible-runner/Makefile =================================================================== --- sysutils/py-ansible-runner/Makefile +++ sysutils/py-ansible-runner/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils CPE_VENDOR= redhat Index: sysutils/py-azure-cli-acr/Makefile =================================================================== --- sysutils/py-azure-cli-acr/Makefile +++ sysutils/py-azure-cli-acr/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=1.3.1:devel/py-azure-storage-blob@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} -USES= azurepy python:3.6+ +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-azure-cli-base/Makefile =================================================================== --- sysutils/py-azure-cli-base/Makefile +++ sysutils/py-azure-cli-base/Makefile @@ -11,7 +11,7 @@ NO_BUILD= yes NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= flavors py3kplist do-install: Index: sysutils/py-azure-cli-core/Makefile =================================================================== --- sysutils/py-azure-cli-core/Makefile +++ sysutils/py-azure-cli-core/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.6.4:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} -USES= azurepy python:3.7+ +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-azure-cli-telemetry/Makefile =================================================================== --- sysutils/py-azure-cli-telemetry/Makefile +++ sysutils/py-azure-cli-telemetry/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}applicationinsights>=0.11.1<0.12:devel/py-applicationinsights@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}portalocker>=1.6<3:devel/py-portalocker@${PY_FLAVOR} -USES= azurepy python:3.6+ +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-azure-cli/Makefile =================================================================== --- sysutils/py-azure-cli/Makefile +++ sysutils/py-azure-cli/Makefile @@ -114,7 +114,7 @@ ${PYTHON_PKGNAMEPREFIX}semver>=2.13.0:devel/py-semver@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygithub>=1.55:devel/py-pygithub@${PY_FLAVOR} -USES= azurepy python:3.7+ +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-bitrot/Makefile =================================================================== --- sysutils/py-bitrot/Makefile +++ sysutils/py-bitrot/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: sysutils/py-borgmatic/Makefile =================================================================== --- sysutils/py-borgmatic/Makefile +++ sysutils/py-borgmatic/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pykwalify>=0:textproc/py-pykwalify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: sysutils/py-concurrent-log-handler/Makefile =================================================================== --- sysutils/py-concurrent-log-handler/Makefile +++ sysutils/py-concurrent-log-handler/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}portalocker>=1.4.0:devel/py-portalocker@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: sysutils/py-cron-descriptor/Makefile =================================================================== --- sysutils/py-cron-descriptor/Makefile +++ sysutils/py-cron-descriptor/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= Salamek USE_PYTHON= autoplist distutils unittest Index: sysutils/py-croniter/Makefile =================================================================== --- sysutils/py-croniter/Makefile +++ sysutils/py-croniter/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: sysutils/py-dict-toolbox/Makefile =================================================================== --- sysutils/py-dict-toolbox/Makefile +++ sysutils/py-dict-toolbox/Makefile @@ -9,7 +9,7 @@ LICENSE= APACHE20 -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITLAB= yes GL_ACCOUNT= saltstack/open Index: sysutils/py-diffoscope/Makefile =================================================================== --- sysutils/py-diffoscope/Makefile +++ sysutils/py-diffoscope/Makefile @@ -19,7 +19,7 @@ isoinfo:sysutils/cdrkit \ rpm2cpio:archivers/rpm2cpio -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= reproducible_builds USE_PYTHON= autoplist concurrent distutils Index: sysutils/py-dirsync/Makefile =================================================================== --- sysutils/py-dirsync/Makefile +++ sysutils/py-dirsync/Makefile @@ -15,7 +15,7 @@ CONFLICTS_INSTALL= p5-File-Dirsync -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-distro/Makefile =================================================================== --- sysutils/py-distro/Makefile +++ sysutils/py-distro/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: sysutils/py-dlipower/Makefile =================================================================== --- sysutils/py-dlipower/Makefile +++ sysutils/py-dlipower/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix SHEBANG_FILES= scripts/fence_dli USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-docker/Makefile =================================================================== --- sysutils/py-docker/Makefile +++ sysutils/py-docker/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26.11:net/py-urllib3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websocket-client>=1.3.3:www/py-websocket-client@${PY_FLAVOR} -USES= python:3.7-3.10 +USES= python:3.8-3.10 USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: sysutils/py-drmaa/Makefile =================================================================== --- sysutils/py-drmaa/Makefile +++ sysutils/py-drmaa/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: sysutils/py-elf_diff/Makefile =================================================================== --- sysutils/py-elf_diff/Makefile +++ sysutils/py-elf_diff/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}gitpython>0:devel/py-gitpython@${PY_FLAVOR} \ git:devel/git -USES= python:3.6-3.10 +USES= python:3.8-3.10 USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils Index: sysutils/py-execnet/Makefile =================================================================== --- sysutils/py-execnet/Makefile +++ sysutils/py-execnet/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-filelike/Makefile =================================================================== --- sysutils/py-filelike/Makefile +++ sysutils/py-filelike/Makefile @@ -9,7 +9,7 @@ COMMENT= Python module for building and manipulating file-like object WWW= http://www.rfk.id.au/software/filelike/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent .include Index: sysutils/py-filelock/Makefile =================================================================== --- sysutils/py-filelock/Makefile +++ sysutils/py-filelock/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.10:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=2.1:devel/py-pytest-timeout@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: sysutils/py-focker/Makefile =================================================================== --- sysutils/py-focker/Makefile +++ sysutils/py-focker/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes # PyPi package is at 0.91 USE_PYTHON= autoplist concurrent distutils Index: sysutils/py-glances/Makefile =================================================================== --- sysutils/py-glances/Makefile +++ sysutils/py-glances/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}ujson>=0:devel/py-ujson@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0.15.2:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= nicolargo USE_PYTHON= autoplist concurrent distutils Index: sysutils/py-google-compute-engine/Makefile =================================================================== --- sysutils/py-google-compute-engine/Makefile +++ sysutils/py-google-compute-engine/Makefile @@ -17,7 +17,7 @@ google_oslogin_control:sysutils/google-compute-engine-oslogin \ sudo:security/sudo -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils WRKSRC_SUBDIR= packages/python-google-compute-engine Index: sysutils/py-hared/Makefile =================================================================== --- sysutils/py-hared/Makefile +++ sysutils/py-hared/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist ETCDIR= ${PREFIX}/etc Index: sysutils/py-hcloud/Makefile =================================================================== --- sysutils/py-hcloud/Makefile +++ sysutils/py-hcloud/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}black>=23.3.0:devel/py-black@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest .include Index: sysutils/py-honcho/Makefile =================================================================== --- sysutils/py-honcho/Makefile +++ sysutils/py-honcho/Makefile @@ -20,7 +20,7 @@ GH_ACCOUNT= nickstenning NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils do-test: Index: sysutils/py-howdoi/Makefile =================================================================== --- sysutils/py-howdoi/Makefile +++ sysutils/py-howdoi/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: sysutils/py-hpilo/Makefile =================================================================== --- sysutils/py-hpilo/Makefile +++ sysutils/py-hpilo/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= seveas Index: sysutils/py-iowait/Makefile =================================================================== --- sysutils/py-iowait/Makefile +++ sysutils/py-iowait/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: sysutils/py-ioztat/Makefile =================================================================== --- sysutils/py-ioztat/Makefile +++ sysutils/py-ioztat/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sysctl>0:devel/py-sysctl@${PY_FLAVOR} -USES= python:3.7+,run shebangfix +USES= python:run shebangfix USE_GITHUB= yes GH_ACCOUNT= jimsalterjrs Index: sysutils/py-jailconf/Makefile =================================================================== --- sysutils/py-jailconf/Makefile +++ sysutils/py-jailconf/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.9:devel/py-ply@${PY_FLAVOR} -USES= python:3.3+ +USES= python USE_GITHUB= yes # tests nnot packaged in PyPI sdist GH_ACCOUNT= leforestier USE_PYTHON= autoplist distutils Index: sysutils/py-keep/Makefile =================================================================== --- sysutils/py-keep/Makefile +++ sysutils/py-keep/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}terminaltables>0:textproc/py-terminaltables@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygithub>0:devel/py-pygithub@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils SUB_FILES= pkg-message Index: sysutils/py-leviathan/Makefile =================================================================== --- sysutils/py-leviathan/Makefile +++ sysutils/py-leviathan/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-liquidctl/Makefile =================================================================== --- sysutils/py-liquidctl/Makefile +++ sysutils/py-liquidctl/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: sysutils/py-mitogen/Makefile =================================================================== --- sysutils/py-mitogen/Makefile +++ sysutils/py-mitogen/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= networkgenomics USE_PYTHON= distutils autoplist concurrent Index: sysutils/py-mqttwarn/Makefile =================================================================== --- sysutils/py-mqttwarn/Makefile +++ sysutils/py-mqttwarn/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.13.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent pep517 SHEBANG_REGEX= '.*\.py$$' Index: sysutils/py-nagiosplugin/Makefile =================================================================== --- sysutils/py-nagiosplugin/Makefile +++ sysutils/py-nagiosplugin/Makefile @@ -11,7 +11,7 @@ LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: sysutils/py-packet-python/Makefile =================================================================== --- sysutils/py-packet-python/Makefile +++ sysutils/py-packet-python/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.18.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Index: sysutils/py-pkginfo/Makefile =================================================================== --- sysutils/py-pkginfo/Makefile +++ sysutils/py-pkginfo/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-ploy/Makefile =================================================================== --- sysutils/py-ploy/Makefile +++ sysutils/py-ploy/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} -USES= pytest python:3.6+ +USES= pytest python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-ploy_ezjail/Makefile =================================================================== --- sysutils/py-ploy_ezjail/Makefile +++ sysutils/py-ploy_ezjail/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}ploy>=2.0.0:sysutils/py-ploy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} -USES= pytest python:3.6+ +USES= pytest python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-plumbum/Makefile =================================================================== --- sysutils/py-plumbum/Makefile +++ sysutils/py-plumbum/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: sysutils/py-power/Makefile =================================================================== --- sysutils/py-power/Makefile +++ sysutils/py-power/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: sysutils/py-prometheus-zfs/Makefile =================================================================== --- sysutils/py-prometheus-zfs/Makefile +++ sysutils/py-prometheus-zfs/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libzfs>=0:devel/py-libzfs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0:net-mgmt/py-prometheus-client@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= matusnovak USE_RC_SUBR= zfsprom Index: sysutils/py-psutil/Makefile =================================================================== --- sysutils/py-psutil/Makefile +++ sysutils/py-psutil/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=43:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent pep517 LDFLAGS+= -lutil Index: sysutils/py-ptyprocess/Makefile =================================================================== --- sysutils/py-ptyprocess/Makefile +++ sysutils/py-ptyprocess/Makefile @@ -10,7 +10,7 @@ LICENSE= ISCL -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: sysutils/py-puremagic/Makefile =================================================================== --- sysutils/py-puremagic/Makefile +++ sysutils/py-puremagic/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-py-cpuinfo/Makefile =================================================================== --- sysutils/py-py-cpuinfo/Makefile +++ sysutils/py-py-cpuinfo/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: sysutils/py-python-bareos/Makefile =================================================================== --- sysutils/py-python-bareos/Makefile +++ sysutils/py-python-bareos/Makefile @@ -10,7 +10,7 @@ LICENSE= AGPLv3 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: sysutils/py-python-consul/Makefile =================================================================== --- sysutils/py-python-consul/Makefile +++ sysutils/py-python-consul/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} # 2.7 or 3.6+, but it cannot be expressed right now. -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist Index: sysutils/py-python-consul2/Makefile =================================================================== --- sysutils/py-python-consul2/Makefile +++ sysutils/py-python-consul2/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-twisted>=0:devel/py-pytest-twisted@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-python-crontab/Makefile =================================================================== --- sysutils/py-python-crontab/Makefile +++ sysutils/py-python-crontab/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}croniter>0:sysutils/py-croniter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cron-descriptor>0:sysutils/py-cron-descriptor@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix SHEBANG_FILES= ${WRKSRC}/tests/data/crontest USE_PYTHON= autoplist distutils Index: sysutils/py-pytsk/Makefile =================================================================== --- sysutils/py-pytsk/Makefile +++ sysutils/py-pytsk/Makefile @@ -13,7 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py Index: sysutils/py-pyznap/Makefile =================================================================== --- sysutils/py-pyznap/Makefile +++ sysutils/py-pyznap/Makefile @@ -20,7 +20,7 @@ # ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \ # faketime:devel/faketime -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-queuelib/Makefile =================================================================== --- sysutils/py-queuelib/Makefile +++ sysutils/py-queuelib/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} TEST_DEPENDS:= ${RUN_DEPENDS} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: sysutils/py-ranger/Makefile =================================================================== --- sysutils/py-ranger/Makefile +++ sysutils/py-ranger/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= desktop-file-utils python:3.6+ shebangfix +USES= desktop-file-utils python shebangfix USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= doc/tools/*.py Index: sysutils/py-rdiff-backup/Makefile =================================================================== --- sysutils/py-rdiff-backup/Makefile +++ sysutils/py-rdiff-backup/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= librsync.so:net/librsync RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= localbase:ldflags python:3.5+ +USES= localbase:ldflags python USE_LDCONFIG= yes USE_PYTHON= autoplist concurrent distutils Index: sysutils/py-resolve-march-native/Makefile =================================================================== --- sysutils/py-resolve-march-native/Makefile +++ sysutils/py-resolve-march-native/Makefile @@ -11,7 +11,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= hartwork USE_PYTHON= autoplist concurrent distutils Index: sysutils/py-salt/Makefile =================================================================== --- sysutils/py-salt/Makefile +++ sysutils/py-salt/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}looseversion>0:devel/py-looseversion@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} -USES= cpe python:3.7-3.10 +USES= cpe python:3.8-3.10 CPE_VENDOR= saltstack CPE_PRODUCT= salt Index: sysutils/py-scandir/Makefile =================================================================== --- sysutils/py-scandir/Makefile +++ sysutils/py-scandir/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: sysutils/py-scarab/Makefile =================================================================== --- sysutils/py-scarab/Makefile +++ sysutils/py-scarab/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes Index: sysutils/py-supervisor/Makefile =================================================================== --- sysutils/py-supervisor/Makefile +++ sysutils/py-supervisor/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0.5.0:devel/py-mock@${PY_FLAVOR} -USES= cpe python:3.6+ shebangfix +USES= cpe python shebangfix USE_PYTHON= autoplist distutils USE_RC_SUBR= supervisord SHEBANG_FILES= supervisor/scripts/*.py supervisor/tests/fixtures/*.py Index: sysutils/py-tarsnapper/Makefile =================================================================== --- sysutils/py-tarsnapper/Makefile +++ sysutils/py-tarsnapper/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: sysutils/py-tmuxp/Makefile =================================================================== --- sysutils/py-tmuxp/Makefile +++ sysutils/py-tmuxp/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=6.0<7:devel/py-yaml@${PY_FLAVOR} \ tmux:sysutils/tmux -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: sysutils/py-upt-cpan/Makefile =================================================================== --- sysutils/py-upt-cpan/Makefile +++ sysutils/py-upt-cpan/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}upt>=0.6:sysutils/py-upt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-upt-freebsd/Makefile =================================================================== --- sysutils/py-upt-freebsd/Makefile +++ sysutils/py-upt-freebsd/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}upt>=0.4:sysutils/py-upt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: sysutils/py-upt-pypi/Makefile =================================================================== --- sysutils/py-upt-pypi/Makefile +++ sysutils/py-upt-pypi/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}upt>=0.9:sysutils/py-upt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: sysutils/py-upt-rubygems/Makefile =================================================================== --- sysutils/py-upt-rubygems/Makefile +++ sysutils/py-upt-rubygems/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}semver>=0:devel/py-semver@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}upt>=0.11:sysutils/py-upt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: sysutils/py-upt/Makefile =================================================================== --- sysutils/py-upt/Makefile +++ sysutils/py-upt/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spdx-lookup>0:misc/py-spdx-lookup@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes Index: sysutils/py-uptime/Makefile =================================================================== --- sysutils/py-uptime/Makefile +++ sysutils/py-uptime/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: sysutils/py-zdaemon/Makefile =================================================================== --- sysutils/py-zdaemon/Makefile +++ sysutils/py-zdaemon/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:devel/py-zconfig@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils .include Index: sysutils/py-zfs-autobackup/Makefile =================================================================== --- sysutils/py-zfs-autobackup/Makefile +++ sysutils/py-zfs-autobackup/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: sysutils/solaar/Makefile =================================================================== --- sysutils/solaar/Makefile +++ sysutils/solaar/Makefile @@ -13,7 +13,7 @@ # libhidapi.so is only loaded at runtime via ctypes (dlopen) RUN_DEPENDS= ${LOCALBASE}/lib/libhidapi.so:comms/hidapi -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= pwr-Solaar GH_PROJECT= Solaar Index: sysutils/syslog-ng/Makefile =================================================================== --- sysutils/syslog-ng/Makefile +++ sysutils/syslog-ng/Makefile @@ -20,7 +20,7 @@ libuuid.so:misc/e2fsprogs-libuuid USES= autoreconf:build compiler:c11 cpe gettext-runtime gmake gnome \ - libtool pathfix pkgconfig python:3.5+,build shebangfix ssl + libtool pathfix pkgconfig python:build shebangfix ssl CPE_VENDOR= oneidentity @@ -148,7 +148,7 @@ lib/syslog-ng/java-modules/syslog-ng-common.jar PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} -PYTHON_USES= python:3.5+ +PYTHON_USES= python PYTHON_CONFIGURE_ON= --enable-python PYTHON_CONFIGURE_OFF= --disable-python PYTHON_PLIST_FILES= lib/syslog-ng/libmod-python.so \ Index: sysutils/tracker-miners/Makefile =================================================================== --- sysutils/tracker-miners/Makefile +++ sysutils/tracker-miners/Makefile @@ -32,7 +32,7 @@ PORTSCOUT= limitw:1,even USES= gettext gnome jpeg localbase:ldflags meson \ - pathfix pkgconfig python:3.4+,build sqlite tar:xz vala:build + pathfix pkgconfig python:build sqlite tar:xz vala:build USE_GNOME= cairo intltool libgsf libxml2 MESON_ARGS= -Dsystemd_user_services=no \ Index: sysutils/tracker/Makefile =================================================================== --- sysutils/tracker/Makefile +++ sysutils/tracker/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lib gettext gnome localbase:ldflags meson \ - pkgconfig python:3.4+,build sqlite tar:xz vala:build + pkgconfig python:build sqlite tar:xz vala:build USE_GNOME= glib20 introspection:build libxml2 USE_LDCONFIG= yes MESON_ARGS= -Ddocs=false \ Index: sysutils/tracker3/Makefile =================================================================== --- sysutils/tracker3/Makefile +++ sysutils/tracker3/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} USES= compiler:c++11-lib gettext gnome localbase:ldflags meson \ - pkgconfig python:3.6+,build sqlite tar:xz vala:build + pkgconfig python:build sqlite tar:xz vala:build USE_GNOME= glib20 libxml2 introspection:build USE_LDCONFIG= yes Index: sysutils/u-boot-master/Makefile =================================================================== --- sysutils/u-boot-master/Makefile +++ sysutils/u-boot-master/Makefile @@ -27,7 +27,7 @@ BUILD_DEPENDS+= e2fsprogs-libuuid>=0:misc/e2fsprogs-libuuid \ gnutls>=0:security/gnutls -USES= bison gmake python:3.7+,build pkgconfig shebangfix tar:bz2 +USES= bison gmake python:build pkgconfig shebangfix tar:bz2 BINARY_ALIAS= bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed python3=${PYTHON_CMD} SHEBANG_FILES= tools/binman/binman arch/arm/mach-rockchip/make_fit_atf.py Index: sysutils/xen-tools/Makefile =================================================================== --- sysutils/xen-tools/Makefile +++ sysutils/xen-tools/Makefile @@ -36,7 +36,7 @@ ONLY_FOR_ARCHS_REASON= not yet ported to anything other than amd64 USES= cpe gettext gmake gnome libtool localbase:ldflags perl5 \ - pkgconfig python:3.6+ shebangfix iconv bison ninja:build + pkgconfig python shebangfix iconv bison ninja:build USE_GNOME= glib20 USE_LDCONFIG= yes USE_PYTHON= py3kplist Index: sysutils/zpool-iostat-viz/Makefile =================================================================== --- sysutils/zpool-iostat-viz/Makefile +++ sysutils/zpool-iostat-viz/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.4+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= chadmiller SHEBANG_FILES= ${WRKSRC}/${PORTNAME} Index: sysutils/zrepl/Makefile =================================================================== --- sysutils/zrepl/Makefile +++ sysutils/zrepl/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFAULT= MANPAGES MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.8.5,1:textproc/py-sphinx@${PY_FLAVOR} -MANPAGES_USES= gmake python:build,3.6+ +MANPAGES_USES= gmake python:build MANPAGES_PLIST_FILES= man/man1/zrepl.1.gz pre-patch: Index: sysutils/zsm/Makefile =================================================================== --- sysutils/zsm/Makefile +++ sysutils/zsm/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}freezegun>=>0:devel/py-freezegun@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes Index: textproc/asciidoc/Makefile =================================================================== --- textproc/asciidoc/Makefile +++ textproc/asciidoc/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl -USES= gnome python:3.5+ shebangfix +USES= gnome python shebangfix USE_GNOME= libxml2 libxslt USE_PYTHON= autoplist distutils noflavors Index: textproc/cmark/Makefile =================================================================== --- textproc/cmark/Makefile +++ textproc/cmark/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake python:3.4+,test +USES= cmake python:test USE_GITHUB= yes GH_ACCOUNT= commonmark USE_LDCONFIG= yes Index: textproc/coccigrep/Makefile =================================================================== --- textproc/coccigrep/Makefile +++ textproc/coccigrep/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= spatch:devel/coccinelle -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist concurrent optsuffix USE_GITHUB= yes Index: textproc/codespell/Makefile =================================================================== --- textproc/codespell/Makefile +++ textproc/codespell/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils noflavors NO_ARCH= yes Index: textproc/dblatex/Makefile =================================================================== --- textproc/dblatex/Makefile +++ textproc/dblatex/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= docbook-xml>0:textproc/docbook-xml \ xsltproc:textproc/libxslt -USES= python:3.5+ tar:bzip2 tex +USES= python tar:bzip2 tex USE_PYTHON= autoplist distutils noflavors PYDISTUTILS_INSTALLARGS+= --catalogs=${LOCALBASE}/share/xml/catalog.ports \ --prefix=${PREFIX} Index: textproc/gtk-doc/Makefile =================================================================== --- textproc/gtk-doc/Makefile +++ textproc/gtk-doc/Makefile @@ -20,7 +20,7 @@ docbook-xml>0:textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl -USES= gettext-tools gnome meson python:3.6+ pkgconfig tar:xz +USES= gettext-tools gnome meson python pkgconfig tar:xz USE_GNOME= libxml2 libxslt MESON_ARGS= -Dtests=false Index: textproc/ibus-table/Makefile =================================================================== --- textproc/ibus-table/Makefile +++ textproc/ibus-table/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libibus-1.0.so:textproc/ibus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= autoreconf gettext-tools gmake gnome pkgconfig python:3.4+ shebangfix +USES= autoreconf gettext-tools gmake gnome pkgconfig python shebangfix USE_GITHUB= yes GH_ACCOUNT= kaio Index: textproc/ibus-typing-booster/Makefile =================================================================== --- textproc/ibus-typing-booster/Makefile +++ textproc/ibus-typing-booster/Makefile @@ -36,7 +36,7 @@ GH_ACCOUNT= mike-fabian USES= autoreconf gettext gmake gnome iconv pathfix pkgconfig \ - python:3.7+ shebangfix + python shebangfix SHEBANG_FILES= engine/emoji-picker.in engine/ibus-engine-typing-booster.in \ setup/ibus-setup-typing-booster.in SHEBANG_LANG= sh Index: textproc/ibus-uniemoji/Makefile =================================================================== --- textproc/ibus-uniemoji/Makefile +++ textproc/ibus-uniemoji/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \ ${LOCALBASE}/share/gir-1.0/IBus-1.0.gir:textproc/ibus -USES= gmake gnome python:3.4+ shebangfix +USES= gmake gnome python shebangfix USE_GITHUB= yes GH_ACCOUNT= salty-horse USE_GNOME= glib20 pygobject3 Index: textproc/ibus/Makefile =================================================================== --- textproc/ibus/Makefile +++ textproc/ibus/Makefile @@ -20,7 +20,7 @@ setxkbmap:x11/setxkbmap USES= autoreconf compiler cpe gmake gnome libtool localbase \ - pathfix pkgconfig python:3.5+ shebangfix + pathfix pkgconfig python shebangfix CPE_VENDOR= ibus_project USE_GITHUB= yes USE_GNOME= glib20 intltool librsvg2 pygobject3 Index: textproc/icdiff/Makefile =================================================================== --- textproc/icdiff/Makefile +++ textproc/icdiff/Makefile @@ -10,7 +10,7 @@ LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils noflavors USE_GITHUB= yes Index: textproc/json2yaml/Makefile =================================================================== --- textproc/json2yaml/Makefile +++ textproc/json2yaml/Makefile @@ -13,7 +13,7 @@ ${PYTHON_PKGNAMEPREFIX}pyaml>=0:textproc/py-pyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes Index: textproc/kreport/Makefile =================================================================== --- textproc/kreport/Makefile +++ textproc/kreport/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty USES= cmake compiler:c++11-lang gettext kde:5 \ - python:3.5+ qt:5 tar:xz + python qt:5 tar:xz USE_KDE= config coreaddons ecm marble widgetsaddons USE_QT= core declarative gui location network webchannel \ webengine webkit widgets xml \ Index: textproc/libxmlbird/Makefile =================================================================== --- textproc/libxmlbird/Makefile +++ textproc/libxmlbird/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}doit>0:devel/py-doit@${PY_FLAVOR} -USES= gettext-runtime gnome pkgconfig python:3.7+,build shebangfix tar:xz vala:build +USES= gettext-runtime gnome pkgconfig python:build shebangfix tar:xz vala:build USE_GNOME= glib20 USE_LDCONFIG= yes SHEBANG_FILES= configure install.py Index: textproc/lookatme/Makefile =================================================================== --- textproc/lookatme/Makefile +++ textproc/lookatme/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils noflavors pytest NO_ARCH= yes Index: textproc/loook/Makefile =================================================================== --- textproc/loook/Makefile +++ textproc/loook/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} -USES= python:3.4+ gettext-tools:build +USES= python gettext-tools:build WRKSRC= ${WRKDIR} PLIST_FILES= bin/${PORTNAME} \ Index: textproc/py-CommonMark/Makefile =================================================================== --- textproc/py-CommonMark/Makefile +++ textproc/py-CommonMark/Makefile @@ -16,7 +16,7 @@ CONFLICTS_INSTALL= cmark -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-QDarkStyle/Makefile =================================================================== --- textproc/py-QDarkStyle/Makefile +++ textproc/py-QDarkStyle/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}helpdev>=0.6.10:devel/py-helpdev@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}QtPy>=1.9:devel/py-QtPy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-RTFDE/Makefile =================================================================== --- textproc/py-RTFDE/Makefile +++ textproc/py-RTFDE/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0.11:devel/py-lark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oletools>=0.56:devel/py-oletools@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-Tempita/Makefile =================================================================== --- textproc/py-Tempita/Makefile +++ textproc/py-Tempita/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT #LICENSE_FILE= No license in PyPI sdist or repository -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-accessible-pygments/Makefile =================================================================== --- textproc/py-accessible-pygments/Makefile +++ textproc/py-accessible-pygments/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.5:textproc/py-pygments@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.5:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-acora/Makefile =================================================================== --- textproc/py-acora/Makefile +++ textproc/py-acora/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: textproc/py-aeidon/Makefile =================================================================== --- textproc/py-aeidon/Makefile +++ textproc/py-aeidon/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=2.2.1,1:textproc/py-chardet@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-agate-dbf/Makefile =================================================================== --- textproc/py-agate-dbf/Makefile +++ textproc/py-agate-dbf/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.0:textproc/py-agate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dbfread>=2.0.5:textproc/py-dbfread@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-agate-excel/Makefile =================================================================== --- textproc/py-agate-excel/Makefile +++ textproc/py-agate-excel/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.3.0:textproc/py-openpyxl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-agate/Makefile =================================================================== --- textproc/py-agate/Makefile +++ textproc/py-agate/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}leather>=0.3.2:graphics/py-leather@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyicu>=2.4.2:devel/py-pyicu@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-alabaster/Makefile =================================================================== --- textproc/py-alabaster/Makefile +++ textproc/py-alabaster/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-anyascii/Makefile =================================================================== --- textproc/py-anyascii/Makefile +++ textproc/py-anyascii/Makefile @@ -11,7 +11,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.3+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: textproc/py-arabic-reshaper/Makefile =================================================================== --- textproc/py-arabic-reshaper/Makefile +++ textproc/py-arabic-reshaper/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-asciinema/Makefile =================================================================== --- textproc/py-asciinema/Makefile +++ textproc/py-asciinema/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= python:3.6+ +USES= python USE_PYTHON= autoplist pep517 CONFLICTS_INSTALL= cowrie # bin/asciinema Index: textproc/py-asonic/Makefile =================================================================== --- textproc/py-asonic/Makefile +++ textproc/py-asonic/Makefile @@ -10,7 +10,7 @@ LICENSE= MPL20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-atoml/Makefile =================================================================== --- textproc/py-atoml/Makefile +++ textproc/py-atoml/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-pep517>=0:devel/py-pdm-pep517@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-autopep8/Makefile =================================================================== --- textproc/py-autopep8/Makefile +++ textproc/py-autopep8/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.10.0:devel/py-pycodestyle@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-awesome-slugify/Makefile =================================================================== --- textproc/py-awesome-slugify/Makefile +++ textproc/py-awesome-slugify/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.14:converters/py-unidecode@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-bibtexparser/Makefile =================================================================== --- textproc/py-bibtexparser/Makefile +++ textproc/py-bibtexparser/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.3:devel/py-pyparsing@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-bracex/Makefile =================================================================== --- textproc/py-bracex/Makefile +++ textproc/py-bracex/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mypy>0:devel/py-mypy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 pytest TEST_ENV+= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} Index: textproc/py-cchardet/Makefile =================================================================== --- textproc/py-cchardet/Makefile +++ textproc/py-cchardet/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: textproc/py-chameleon/Makefile =================================================================== --- textproc/py-chameleon/Makefile +++ textproc/py-chameleon/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-chardet/Makefile =================================================================== --- textproc/py-chardet/Makefile +++ textproc/py-chardet/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: textproc/py-charset-normalizer/Makefile =================================================================== --- textproc/py-charset-normalizer/Makefile +++ textproc/py-charset-normalizer/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-citeproc-py-styles/Makefile =================================================================== --- textproc/py-citeproc-py-styles/Makefile +++ textproc/py-citeproc-py-styles/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.1.1:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-citeproc-py/Makefile =================================================================== --- textproc/py-citeproc-py/Makefile +++ textproc/py-citeproc-py/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rnc2rng>=2.6.1:textproc/py-rnc2rng@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-cjkwrap/Makefile =================================================================== --- textproc/py-cjkwrap/Makefile +++ textproc/py-cjkwrap/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/licenses/COPYING.LESSER -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-cloud_sptheme/Makefile =================================================================== --- textproc/py-cloud_sptheme/Makefile +++ textproc/py-cloud_sptheme/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.6,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-fulltoc>=1.1:textproc/py-sphinxcontrib-fulltoc@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-cmarkgfm/Makefile =================================================================== --- textproc/py-cmarkgfm/Makefile +++ textproc/py-cmarkgfm/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.15.0:devel/py-cffi@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: textproc/py-collective.checkdocs/Makefile =================================================================== --- textproc/py-collective.checkdocs/Makefile +++ textproc/py-collective.checkdocs/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.15:textproc/py-docutils@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-colorclass/Makefile =================================================================== --- textproc/py-colorclass/Makefile +++ textproc/py-colorclass/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-cssselect2/Makefile =================================================================== --- textproc/py-cssselect2/Makefile +++ textproc/py-cssselect2/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tinycss2>=0:textproc/py-tinycss2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webencodings>=0:converters/py-webencodings@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-csvkit/Makefile =================================================================== --- textproc/py-csvkit/Makefile +++ textproc/py-csvkit/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}agate-dbf>=0.2.2:textproc/py-agate-dbf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}agate-sql>=0.5.3:databases/py-agate-sql@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-custom_inherit/Makefile =================================================================== --- textproc/py-custom_inherit/Makefile +++ textproc/py-custom_inherit/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: textproc/py-dbfread/Makefile =================================================================== --- textproc/py-dbfread/Makefile +++ textproc/py-dbfread/Makefile @@ -12,7 +12,7 @@ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: textproc/py-dict2xml/Makefile =================================================================== --- textproc/py-dict2xml/Makefile +++ textproc/py-dict2xml/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}noseofyeti>0:devel/py-noseofyeti@${PY_FLAVOR} -USES= python:3.5+ +USES= python #doesnt ship tests in sdist USE_GITHUB= yes USE_PYTHON= autoplist pep517 Index: textproc/py-diff-match-patch/Makefile =================================================================== --- textproc/py-diff-match-patch/Makefile +++ textproc/py-diff-match-patch/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.8<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes Index: textproc/py-docrepr/Makefile =================================================================== --- textproc/py-docrepr/Makefile +++ textproc/py-docrepr/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-docstring-parser/Makefile =================================================================== --- textproc/py-docstring-parser/Makefile +++ textproc/py-docstring-parser/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: textproc/py-docstring-to-markdown/Makefile =================================================================== --- textproc/py-docstring-to-markdown/Makefile +++ textproc/py-docstring-to-markdown/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} -USES= python:3.7+ pytest +USES= python pytest USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-docutils/Makefile =================================================================== --- textproc/py-docutils/Makefile +++ textproc/py-docutils/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE GPLv3+ PD PSFL LICENSE_COMB= multi -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-docx-generator/Makefile =================================================================== --- textproc/py-docx-generator/Makefile +++ textproc/py-docx-generator/Makefile @@ -21,7 +21,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= 6b2d68f2ea8b34daac76bd399b083d5e85eee23b -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-docx2txt/Makefile =================================================================== --- textproc/py-docx2txt/Makefile +++ textproc/py-docx2txt/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-docxcompose/Makefile =================================================================== --- textproc/py-docxcompose/Makefile +++ textproc/py-docxcompose/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-docxtpl/Makefile =================================================================== --- textproc/py-docxtpl/Makefile +++ textproc/py-docxtpl/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-dominate/Makefile =================================================================== --- textproc/py-dominate/Makefile +++ textproc/py-dominate/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-dparse/Makefile =================================================================== --- textproc/py-dparse/Makefile +++ textproc/py-dparse/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-duecredit/Makefile =================================================================== --- textproc/py-duecredit/Makefile +++ textproc/py-duecredit/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-ebcdic/Makefile =================================================================== --- textproc/py-ebcdic/Makefile +++ textproc/py-ebcdic/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.8+ +USES= python USE_GITHUB= yes GH_ACCOUNT= roskakori GH_PROJECT= CodecMapper Index: textproc/py-elasticsearch-async/Makefile =================================================================== --- textproc/py-elasticsearch-async/Makefile +++ textproc/py-elasticsearch-async/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-elasticsearch-curator/Makefile =================================================================== --- textproc/py-elasticsearch-curator/Makefile +++ textproc/py-elasticsearch-curator/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}voluptuous>=0.9.3:devel/py-voluptuous@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= elastic GH_PROJECT= curator Index: textproc/py-elasticsearch-dsl/Makefile =================================================================== --- textproc/py-elasticsearch-dsl/Makefile +++ textproc/py-elasticsearch-dsl/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}elasticsearch>=7.0.5:textproc/py-elasticsearch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-elasticsearch-dsl6/Makefile =================================================================== --- textproc/py-elasticsearch-dsl6/Makefile +++ textproc/py-elasticsearch-dsl6/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}elasticsearch6>=6.2.1:textproc/py-elasticsearch6@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-elasticsearch/Makefile =================================================================== --- textproc/py-elasticsearch/Makefile +++ textproc/py-elasticsearch/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3.0.0:www/py-requests@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils nose NO_ARCH= yes Index: textproc/py-elasticsearch5/Makefile =================================================================== --- textproc/py-elasticsearch5/Makefile +++ textproc/py-elasticsearch5/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pyaml>0:textproc/py-pyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= elastic USE_GITHUB= yes # tests not packaged with sdist Index: textproc/py-elasticsearch6/Makefile =================================================================== --- textproc/py-elasticsearch6/Makefile +++ textproc/py-elasticsearch6/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils nose NO_ARCH= yes Index: textproc/py-elementpath/Makefile =================================================================== --- textproc/py-elementpath/Makefile +++ textproc/py-elementpath/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmlschema>=2.0.0:textproc/py-xmlschema@${PY_FLAVOR} -USES= python:3.7+ pytest +USES= python pytest USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-empy/Makefile =================================================================== --- textproc/py-empy/Makefile +++ textproc/py-empy/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-enchant/Makefile =================================================================== --- textproc/py-enchant/Makefile +++ textproc/py-enchant/Makefile @@ -23,7 +23,7 @@ OPTIONS_EXCLUDE= WX .endif -USES= python:3.6+ +USES= python USE_PYTHON= distutils py3kplist NO_ARCH= yes Index: textproc/py-enrich/Makefile =================================================================== --- textproc/py-enrich/Makefile +++ textproc/py-enrich/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rich>=9.5.1:textproc/py-rich@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-evtx2splunk/Makefile =================================================================== --- textproc/py-evtx2splunk/Makefile +++ textproc/py-evtx2splunk/Makefile @@ -26,7 +26,7 @@ GH_ACCOUNT= whikernel GH_TAGNAME= 12bfda6cdd83ae392df9303d0140a2eaa936a62f -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-extract-msg/Makefile =================================================================== --- textproc/py-extract-msg/Makefile +++ textproc/py-extract-msg/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}RTFDE>=0.0.2:textproc/py-RTFDE@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=4.2:devel/py-tzlocal@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-fastavro/Makefile =================================================================== --- textproc/py-fastavro/Makefile +++ textproc/py-fastavro/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: textproc/py-feedparser/Makefile =================================================================== --- textproc/py-feedparser/Makefile +++ textproc/py-feedparser/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sgmllib3k>=0:devel/py-sgmllib3k@${PY_FLAVOR} -USES= cpe python:3.6+ tar:bzip2 +USES= cpe python tar:bzip2 CPE_VENDOR= mark_pilgrim USE_PYTHON= autoplist distutils USE_GITHUB= yes Index: textproc/py-fingerprints/Makefile =================================================================== --- textproc/py-fingerprints/Makefile +++ textproc/py-fingerprints/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}normality>=2.0.0<3.0.0:textproc/py-normality@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_GITHUB= yes GH_ACCOUNT= alephdata USE_PYTHON= autoplist distutils pytest Index: textproc/py-fluent.syntax/Makefile =================================================================== --- textproc/py-fluent.syntax/Makefile +++ textproc/py-fluent.syntax/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7<5:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-ftfy/Makefile =================================================================== --- textproc/py-ftfy/Makefile +++ textproc/py-ftfy/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-furo/Makefile =================================================================== --- textproc/py-furo/Makefile +++ textproc/py-furo/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}sphinx>=5.0,1<7.0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-basic-ng>=0:textproc/py-sphinx-basic-ng@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-gambit-elasticsearch/Makefile =================================================================== --- textproc/py-gambit-elasticsearch/Makefile +++ textproc/py-gambit-elasticsearch/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-genshi/Makefile =================================================================== --- textproc/py-genshi/Makefile +++ textproc/py-genshi/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils OPTIONS_DEFINE= BABEL Index: textproc/py-gensim/Makefile =================================================================== --- textproc/py-gensim/Makefile +++ textproc/py-gensim/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>=1.7.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}smart-open>=1.8.1:net/py-smart-open@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.8+ +USES= compiler:c++11-lang python USE_PYTHON= distutils cython autoplist post-install: Index: textproc/py-gi-docgen/Makefile =================================================================== --- textproc/py-gi-docgen/Makefile +++ textproc/py-gi-docgen/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}toml>0:textproc/py-toml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typogrify>0:textproc/py-typogrify@${PY_FLAVOR} -USES= python:3.7+ tar:xz +USES= python tar:xz USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-googletrans/Makefile =================================================================== --- textproc/py-googletrans/Makefile +++ textproc/py-googletrans/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx013>=0.13.3<0.13.4:www/py-httpx013@${PY_FLAVOR} -USES= python:3.7+ # due www/py-httpx that requires 3.7+ +USES= python # due www/py-httpx that requires 3.7+ USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-grako/Makefile =================================================================== --- textproc/py-grako/Makefile +++ textproc/py-grako/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -USES= python:3.6-3.9 zip +USES= python:3.8-3.9 zip USE_PYTHON= distutils cython autoplist .include Index: textproc/py-grapheme/Makefile =================================================================== --- textproc/py-grapheme/Makefile +++ textproc/py-grapheme/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-guess-language/Makefile =================================================================== --- textproc/py-guess-language/Makefile +++ textproc/py-guess-language/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21+ -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-hashids/Makefile =================================================================== --- textproc/py-hashids/Makefile +++ textproc/py-hashids/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: textproc/py-hexdump/Makefile =================================================================== --- textproc/py-hexdump/Makefile +++ textproc/py-hexdump/Makefile @@ -10,7 +10,7 @@ LICENSE= PD -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-hieroglyph/Makefile =================================================================== --- textproc/py-hieroglyph/Makefile +++ textproc/py-hieroglyph/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=2.0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.5+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= src/hieroglyph/themes/slides2/static/scripts/md/render.py Index: textproc/py-html2text/Makefile =================================================================== --- textproc/py-html2text/Makefile +++ textproc/py-html2text/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-html2text2018/Makefile =================================================================== --- textproc/py-html2text2018/Makefile +++ textproc/py-html2text2018/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-humanfriendly/Makefile =================================================================== --- textproc/py-humanfriendly/Makefile +++ textproc/py-humanfriendly/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-hunspell/Makefile =================================================================== --- textproc/py-hunspell/Makefile +++ textproc/py-hunspell/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libhunspell-${HSPLVER}.so:textproc/hunspell -USES= python:3.6+ +USES= python USES+= localbase USE_PYTHON= distutils Index: textproc/py-ini2toml/Makefile =================================================================== --- textproc/py-ini2toml/Makefile +++ textproc/py-ini2toml/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=20.7:devel/py-packaging@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-isbnlib/Makefile =================================================================== --- textproc/py-isbnlib/Makefile +++ textproc/py-isbnlib/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-isbntools/Makefile =================================================================== --- textproc/py-isbntools/Makefile +++ textproc/py-isbntools/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isbnlib>=3.10.9<3.11.0:textproc/py-isbnlib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-iso-639/Makefile =================================================================== --- textproc/py-iso-639/Makefile +++ textproc/py-iso-639/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}country>0:devel/py-country@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= noumar Index: textproc/py-iso3166/Makefile =================================================================== --- textproc/py-iso3166/Makefile +++ textproc/py-iso3166/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-j2cli/Makefile =================================================================== --- textproc/py-j2cli/Makefile +++ textproc/py-j2cli/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} -USES= python:3.6+ +USES= python OPTIONS_DEFINE= TEST YAML OPTIONS_DEFAULT= TEST YAML Index: textproc/py-jarowinkler/Makefile =================================================================== --- textproc/py-jarowinkler/Makefile +++ textproc/py-jarowinkler/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}rapidfuzz-capi>0:devel/py-rapidfuzz-capi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils cython autoplist pytest # tests fail to run, see https://github.com/maxbachmann/JaroWinkler/issues/7 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: textproc/py-jc/Makefile =================================================================== --- textproc/py-jc/Makefile +++ textproc/py-jc/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15.0:devel/py-ruamel.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmltodict>=0.12.0:devel/py-xmltodict@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-jinja2-cli/Makefile =================================================================== --- textproc/py-jinja2-cli/Makefile +++ textproc/py-jinja2-cli/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} -USES= python:3.6+ +USES= python OPTIONS_DEFINE= TEST TOML XML YAML OPTIONS_DEFAULT= TEST TOML XML YAML Index: textproc/py-jsonslicer/Makefile =================================================================== --- textproc/py-jsonslicer/Makefile +++ textproc/py-jsonslicer/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libyajl.so:devel/yajl -USES= compiler:c++11-lang pkgconfig python:3.5+ +USES= compiler:c++11-lang pkgconfig python USE_PYTHON= autoplist distutils # pydistutils problem, it uses CC for compiling C++ code Index: textproc/py-jsx-lexer/Makefile =================================================================== --- textproc/py-jsx-lexer/Makefile +++ textproc/py-jsx-lexer/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.9.0:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: textproc/py-jtextfsm/Makefile =================================================================== --- textproc/py-jtextfsm/Makefile +++ textproc/py-jtextfsm/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-junit-xml/Makefile =================================================================== --- textproc/py-junit-xml/Makefile +++ textproc/py-junit-xml/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= kyrus Index: textproc/py-jupyter_sphinx/Makefile =================================================================== --- textproc/py-jupyter_sphinx/Makefile +++ textproc/py-jupyter_sphinx/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}ipywidgets>0:devel/py-ipywidgets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils NO_ARCH= yes Index: textproc/py-jupyterlab-pygments/Makefile =================================================================== --- textproc/py-jupyterlab-pygments/Makefile +++ textproc/py-jupyterlab-pygments/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>=0:devel/py-jupyter-packaging@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.4.1<3:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-langdetect/Makefile =================================================================== --- textproc/py-langdetect/Makefile +++ textproc/py-langdetect/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-langid/Makefile =================================================================== --- textproc/py-langid/Makefile +++ textproc/py-langid/Makefile @@ -19,7 +19,7 @@ GH_PROJECT= ${PORTNAME}.py GH_TAGNAME= 4153583 -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= distutils SHEBANG_GLOB= *.py Index: textproc/py-laserhammer/Makefile =================================================================== --- textproc/py-laserhammer/Makefile +++ textproc/py-laserhammer/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: textproc/py-latexcodec/Makefile =================================================================== --- textproc/py-latexcodec/Makefile +++ textproc/py-latexcodec/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-license-expression/Makefile =================================================================== --- textproc/py-license-expression/Makefile +++ textproc/py-license-expression/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boolean.py>=3.6:devel/py-boolean.py@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= nexB Index: textproc/py-line-protocol-parser/Makefile =================================================================== --- textproc/py-line-protocol-parser/Makefile +++ textproc/py-line-protocol-parser/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= python:3.5+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils Index: textproc/py-m2r/Makefile =================================================================== --- textproc/py-m2r/Makefile +++ textproc/py-m2r/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} # Officially 3.7 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-mako/Makefile =================================================================== --- textproc/py-mako/Makefile +++ textproc/py-mako/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}markupsafe>=0.9.2:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-markdown-include/Makefile =================================================================== --- textproc/py-markdown-include/Makefile +++ textproc/py-markdown-include/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= cmacmackin USE_PYTHON= autoplist distutils Index: textproc/py-markdown-it-py/Makefile =================================================================== --- textproc/py-markdown-it-py/Makefile +++ textproc/py-markdown-it-py/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mdurl>=0.1<1:textproc/py-mdurl@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-markdown/Makefile =================================================================== --- textproc/py-markdown/Makefile +++ textproc/py-markdown/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: textproc/py-markdown2/Makefile =================================================================== --- textproc/py-markdown2/Makefile +++ textproc/py-markdown2/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-marko/Makefile =================================================================== --- textproc/py-marko/Makefile +++ textproc/py-marko/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-pep517>=0:devel/py-pdm-pep517@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-markuppy/Makefile =================================================================== --- textproc/py-markuppy/Makefile +++ textproc/py-markuppy/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-markupsafe/Makefile =================================================================== --- textproc/py-markupsafe/Makefile +++ textproc/py-markupsafe/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: textproc/py-mathics-pygments/Makefile =================================================================== --- textproc/py-mathics-pygments/Makefile +++ textproc/py-mathics-pygments/Makefile @@ -18,7 +18,7 @@ #USE_GITHUB= yes #GH_ACCOUNT= Mathics3 -USES= python:3.6+ +USES= python USE_PYTHON= distutils noflavors NO_ARCH= yes Index: textproc/py-mdit-py-plugins/Makefile =================================================================== --- textproc/py-mdit-py-plugins/Makefile +++ textproc/py-mdit-py-plugins/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown-it-py>=1.0.0<3.0.0:textproc/py-markdown-it-py@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-mdurl/Makefile =================================================================== --- textproc/py-mdurl/Makefile +++ textproc/py-mdurl/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2.0<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-merge3/Makefile =================================================================== --- textproc/py-merge3/Makefile +++ textproc/py-merge3/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-mike/Makefile =================================================================== --- textproc/py-mike/Makefile +++ textproc/py-mike/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}verspec>=0:devel/py-verspec@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-misaka/Makefile =================================================================== --- textproc/py-misaka/Makefile +++ textproc/py-misaka/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= tidy5:www/tidy-html5 # Actually 2.7,3.4+ -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils PYDISTUTILS_BUILDARGS= build_ext -i Index: textproc/py-mistletoe/Makefile =================================================================== --- textproc/py-mistletoe/Makefile +++ textproc/py-mistletoe/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-mistune/Makefile =================================================================== --- textproc/py-mistune/Makefile +++ textproc/py-mistune/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes Index: textproc/py-mistune0/Makefile =================================================================== --- textproc/py-mistune0/Makefile +++ textproc/py-mistune0/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-mkdocs-autorefs/Makefile =================================================================== --- textproc/py-mkdocs-autorefs/Makefile +++ textproc/py-mkdocs-autorefs/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.3:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs>=1.1:textproc/py-mkdocs@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-mkdocs-material-extensions/Makefile =================================================================== --- textproc/py-mkdocs-material-extensions/Makefile +++ textproc/py-mkdocs-material-extensions/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.1:devel/py-hatchling@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: textproc/py-mkdocs-material/Makefile =================================================================== --- textproc/py-mkdocs-material/Makefile +++ textproc/py-mkdocs-material/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}regex>=2022.4.24:textproc/py-regex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.26:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: textproc/py-mkdocs-mermaid2-plugin/Makefile =================================================================== --- textproc/py-mkdocs-mermaid2-plugin/Makefile +++ textproc/py-mkdocs-mermaid2-plugin/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pymdown-extensions>0:textproc/py-pymdown-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-mkdocs-nature/Makefile =================================================================== --- textproc/py-mkdocs-nature/Makefile +++ textproc/py-mkdocs-nature/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>0:textproc/py-mkdocs@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-mkdocs-redirects/Makefile =================================================================== --- textproc/py-mkdocs-redirects/Makefile +++ textproc/py-mkdocs-redirects/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= mkdocs USE_PYTHON= autoplist concurrent distutils Index: textproc/py-mkdocs-simple-hooks/Makefile =================================================================== --- textproc/py-mkdocs-simple-hooks/Makefile +++ textproc/py-mkdocs-simple-hooks/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= aklajnert USE_PYTHON= autoplist concurrent distutils Index: textproc/py-mkdocs/Makefile =================================================================== --- textproc/py-mkdocs/Makefile +++ textproc/py-mkdocs/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}watchdog>=2.0:devel/py-watchdog@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-mkdocstrings/Makefile =================================================================== --- textproc/py-mkdocstrings/Makefile +++ textproc/py-mkdocstrings/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}mkdocs-material>0:textproc/py-mkdocs-material@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: textproc/py-mwparserfromhell/Makefile =================================================================== --- textproc/py-mwparserfromhell/Makefile +++ textproc/py-mwparserfromhell/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: textproc/py-myst-parser/Makefile =================================================================== --- textproc/py-myst-parser/Makefile +++ textproc/py-myst-parser/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=5,1<7,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-nbsphinx/Makefile =================================================================== --- textproc/py-nbsphinx/Makefile +++ textproc/py-nbsphinx/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.8,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=5:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-nltk/Makefile =================================================================== --- textproc/py-nltk/Makefile +++ textproc/py-nltk/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= cpe python:3.7+ zip +USES= cpe python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-normality/Makefile =================================================================== --- textproc/py-normality/Makefile +++ textproc/py-normality/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}charset-normalizer>=2.0.0:textproc/py-charset-normalizer@${PY_FLAVOR} -USES= python:3.5+ pytest +USES= python pytest USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: textproc/py-ntc-templates/Makefile =================================================================== --- textproc/py-ntc-templates/Makefile +++ textproc/py-ntc-templates/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= networktocode USE_PYTHON= autoplist pep517 pytest Index: textproc/py-numpydoc/Makefile =================================================================== --- textproc/py-numpydoc/Makefile +++ textproc/py-numpydoc/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=4.2:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils nose NO_ARCH= yes Index: textproc/py-ocrmypdf/Makefile =================================================================== --- textproc/py-ocrmypdf/Makefile +++ textproc/py-ocrmypdf/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=2.2.0:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=2.0.1:textproc/py-python-xmp-toolkit@${PY_FLAVOR} -USES= ghostscript:run python:3.8+ shebangfix +USES= ghostscript:run python shebangfix USE_PYTHON= autoplist concurrent pep517 pytest # Skip some checks as they yield wrong results if run with the root account PYTEST_IGNORED_TESTS= test_chmod \ Index: textproc/py-openstackdocstheme/Makefile =================================================================== --- textproc/py-openstackdocstheme/Makefile +++ textproc/py-openstackdocstheme/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/py-dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=2.2,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-openstep-plist/Makefile =================================================================== --- textproc/py-openstep-plist/Makefile +++ textproc/py-openstep-plist/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist concurrent cython distutils post-install: Index: textproc/py-orange3-text/Makefile =================================================================== --- textproc/py-orange3-text/Makefile +++ textproc/py-orange3-text/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}ufal.udpipe>0:textproc/py-ufal.udpipe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wikipedia>0:www/py-wikipedia@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: textproc/py-os-api-ref/Makefile =================================================================== --- textproc/py-os-api-ref/Makefile +++ textproc/py-os-api-ref/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.7,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openstackdocstheme>=1.6.2:textproc/py-openstackdocstheme@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-packageurl-python/Makefile =================================================================== --- textproc/py-packageurl-python/Makefile +++ textproc/py-packageurl-python/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-pager/Makefile =================================================================== --- textproc/py-pager/Makefile +++ textproc/py-pager/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: textproc/py-pallets-sphinx-themes/Makefile =================================================================== --- textproc/py-pallets-sphinx-themes/Makefile +++ textproc/py-pallets-sphinx-themes/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=23.1:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=5.3.0:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pandocfilters/Makefile =================================================================== --- textproc/py-pandocfilters/Makefile +++ textproc/py-pandocfilters/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-paragrep/Makefile =================================================================== --- textproc/py-paragrep/Makefile +++ textproc/py-paragrep/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= bmc Index: textproc/py-parse-type/Makefile =================================================================== --- textproc/py-parse-type/Makefile +++ textproc/py-parse-type/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parse>=1.18.0:textproc/py-parse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-parse/Makefile =================================================================== --- textproc/py-parse/Makefile +++ textproc/py-parse/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-parsel/Makefile =================================================================== --- textproc/py-parsel/Makefile +++ textproc/py-parsel/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}w3lib>=1.19.0:www/py-w3lib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-parsimonious/Makefile =================================================================== --- textproc/py-parsimonious/Makefile +++ textproc/py-parsimonious/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}regex>=2022.3.15:textproc/py-regex@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: textproc/py-parso/Makefile =================================================================== --- textproc/py-parso/Makefile +++ textproc/py-parso/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4<6.0.0,1:devel/py-pytest4@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils Index: textproc/py-patiencediff/Makefile =================================================================== --- textproc/py-patiencediff/Makefile +++ textproc/py-patiencediff/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest post-install: Index: textproc/py-pdfminer.six/Makefile =================================================================== --- textproc/py-pdfminer.six/Makefile +++ textproc/py-pdfminer.six/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist CONFLICTS_INSTALL= py??-pdfminer py??-pdfminer3k Index: textproc/py-pdfminer3k/Makefile =================================================================== --- textproc/py-pdfminer3k/Makefile +++ textproc/py-pdfminer3k/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-pdfrw/Makefile =================================================================== --- textproc/py-pdfrw/Makefile +++ textproc/py-pdfrw/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: textproc/py-pdftotext/Makefile =================================================================== --- textproc/py-pdftotext/Makefile +++ textproc/py-pdftotext/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libpoppler.so:graphics/poppler -USES= compiler:c11 python:3.6+ +USES= compiler:c11 python USE_PYTHON= autoplist distutils do-test: Index: textproc/py-petl/Makefile =================================================================== --- textproc/py-petl/Makefile +++ textproc/py-petl/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pikepdf/Makefile =================================================================== --- textproc/py-pikepdf/Makefile +++ textproc/py-pikepdf/Makefile @@ -31,7 +31,7 @@ ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=2.0.1:textproc/py-python-xmp-toolkit@${PY_FLAVOR} -USES= compiler:c++14-lang cpe localbase python:3.6+ +USES= compiler:c++14-lang cpe localbase python USE_PYTHON= distutils autoplist CPE_VENDOR= pikepdf_project Index: textproc/py-precis_i18n/Makefile =================================================================== --- textproc/py-precis_i18n/Makefile +++ textproc/py-precis_i18n/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.3+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: textproc/py-pss/Makefile =================================================================== --- textproc/py-pss/Makefile +++ textproc/py-pss/Makefile @@ -11,7 +11,7 @@ LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pyPEG2/Makefile =================================================================== --- textproc/py-pyPEG2/Makefile +++ textproc/py-pyPEG2/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-pyahocorasick/Makefile =================================================================== --- textproc/py-pyahocorasick/Makefile +++ textproc/py-pyahocorasick/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: textproc/py-pyaml/Makefile =================================================================== --- textproc/py-pyaml/Makefile +++ textproc/py-pyaml/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-pybtex-docutils/Makefile =================================================================== --- textproc/py-pybtex-docutils/Makefile +++ textproc/py-pybtex-docutils/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.8,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybtex>=0.16:textproc/py-pybtex@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pybtex/Makefile =================================================================== --- textproc/py-pybtex/Makefile +++ textproc/py-pybtex/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=3.01:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pycountry/Makefile =================================================================== --- textproc/py-pycountry/Makefile +++ textproc/py-pycountry/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pydata-sphinx-theme/Makefile =================================================================== --- textproc/py-pydata-sphinx-theme/Makefile +++ textproc/py-pydata-sphinx-theme/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}sphinx>=4.2,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pyexcel-ezodf/Makefile =================================================================== --- textproc/py-pyexcel-ezodf/Makefile +++ textproc/py-pyexcel-ezodf/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pyexcel-io/Makefile =================================================================== --- textproc/py-pyexcel-io/Makefile +++ textproc/py-pyexcel-io/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lml>=0.0.4:devel/py-lml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pyexcel-ods3/Makefile =================================================================== --- textproc/py-pyexcel-ods3/Makefile +++ textproc/py-pyexcel-ods3/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pyexcel-ezodf>=0.3.3:textproc/py-pyexcel-ezodf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyexcel-io>=0.6.2:textproc/py-pyexcel-io@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pyexcel-xls/Makefile =================================================================== --- textproc/py-pyexcel-xls/Makefile +++ textproc/py-pyexcel-xls/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}xlrd>=0:textproc/py-xlrd@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlwt>=0:textproc/py-xlwt@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pyexcel-xlsx/Makefile =================================================================== --- textproc/py-pyexcel-xlsx/Makefile +++ textproc/py-pyexcel-xlsx/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.6.1:textproc/py-openpyxl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyexcel-io>=0.6.2:textproc/py-pyexcel-io@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pyexcel/Makefile =================================================================== --- textproc/py-pyexcel/Makefile +++ textproc/py-pyexcel/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pyexcel-io>=0.6.2:textproc/py-pyexcel-io@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}texttable>=0.8.2:textproc/py-texttable@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pygccxml/Makefile =================================================================== --- textproc/py-pygccxml/Makefile +++ textproc/py-pygccxml/Makefile @@ -11,7 +11,7 @@ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: textproc/py-pygments/Makefile =================================================================== --- textproc/py-pygments/Makefile +++ textproc/py-pygments/Makefile @@ -17,7 +17,7 @@ # test: 4035 passed, 3 skipped, 8076 warnings TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcag-contrast-ratio>=0.9:www/py-wcag-contrast-ratio@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent pep517 pytest CONFLICTS_INSTALL= py??-pygments-25 Index: textproc/py-pygtail/Makefile =================================================================== --- textproc/py-pygtail/Makefile +++ textproc/py-pygtail/Makefile @@ -9,7 +9,7 @@ COMMENT= Python module which reads log file lines that have not been read WWW= https://pypi.org/project/pygtail/ -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: textproc/py-pyhamcrest/Makefile =================================================================== --- textproc/py-pyhamcrest/Makefile +++ textproc/py-pyhamcrest/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes GH_ACCOUNT= hamcrest Index: textproc/py-pyjade/Makefile =================================================================== --- textproc/py-pyjade/Makefile +++ textproc/py-pyjade/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pykwalify/Makefile =================================================================== --- textproc/py-pykwalify/Makefile +++ textproc/py-pykwalify/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testfixtures>=0:devel/py-testfixtures@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= Grokzen USE_PYTHON= autoplist concurrent distutils Index: textproc/py-pylons-sphinx-themes/Makefile =================================================================== --- textproc/py-pylons-sphinx-themes/Makefile +++ textproc/py-pylons-sphinx-themes/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pyls-spyder/Makefile =================================================================== --- textproc/py-pyls-spyder/Makefile +++ textproc/py-pyls-spyder/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-lsp-server>0:textproc/py-python-lsp-server@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pymdown-extensions/Makefile =================================================================== --- textproc/py-pymdown-extensions/Makefile +++ textproc/py-pymdown-extensions/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.1:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.2:textproc/py-markdown@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: textproc/py-pypa-docs-theme/Makefile =================================================================== --- textproc/py-pypa-docs-theme/Makefile +++ textproc/py-pypa-docs-theme/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-docs-theme>=0:textproc/py-python-docs-theme@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= pypa Index: textproc/py-pypandoc/Makefile =================================================================== --- textproc/py-pypandoc/Makefile +++ textproc/py-pypandoc/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= pandoc:textproc/hs-pandoc -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-pyphen/Makefile =================================================================== --- textproc/py-pyphen/Makefile +++ textproc/py-pyphen/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit>=3.2<4:devel/py-flit@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes Index: textproc/py-pyscss/Makefile =================================================================== --- textproc/py-pyscss/Makefile +++ textproc/py-pyscss/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= Kronuz GH_PROJECT= pyScss -USES= python:3.6+ localbase:ldflags pytest:4 +USES= python localbase:ldflags pytest:4 USE_PYTHON= distutils autoplist .include Index: textproc/py-pysrt/Makefile =================================================================== --- textproc/py-pysrt/Makefile +++ textproc/py-pysrt/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils nose NO_ARCH= yes Index: textproc/py-pystache/Makefile =================================================================== --- textproc/py-pystache/Makefile +++ textproc/py-pystache/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-pystemmer/Makefile =================================================================== --- textproc/py-pystemmer/Makefile +++ textproc/py-pystemmer/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT BSD3CLAUSE LICENSE_COMB= dual -USES= python:3.6+ +USES= python USE_PYTHON= autoplist cython distutils post-install: Index: textproc/py-python-augeas/Makefile =================================================================== --- textproc/py-python-augeas/Makefile +++ textproc/py-python-augeas/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} LIB_DEPENDS= libaugeas.so:textproc/augeas -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= distutils py3kplist Index: textproc/py-python-bidi/Makefile =================================================================== --- textproc/py-python-bidi/Makefile +++ textproc/py-python-bidi/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Index: textproc/py-python-docs-theme/Makefile =================================================================== --- textproc/py-python-docs-theme/Makefile +++ textproc/py-python-docs-theme/Makefile @@ -11,7 +11,7 @@ LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-python-docx/Makefile =================================================================== --- textproc/py-python-docx/Makefile +++ textproc/py-python-docx/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR} # Python3 ready -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-python-gettext/Makefile =================================================================== --- textproc/py-python-gettext/Makefile +++ textproc/py-python-gettext/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE NO_ARCH= yes -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils .include Index: textproc/py-python-lsp-black/Makefile =================================================================== --- textproc/py-python-lsp-black/Makefile +++ textproc/py-python-lsp-black/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-lsp-server>=1.4.0:textproc/py-python-lsp-server@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: textproc/py-python-lsp-jsonrpc/Makefile =================================================================== --- textproc/py-python-lsp-jsonrpc/Makefile +++ textproc/py-python-lsp-jsonrpc/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-python-lsp-server/Makefile =================================================================== --- textproc/py-python-lsp-server/Makefile +++ textproc/py-python-lsp-server/Makefile @@ -46,7 +46,7 @@ # make test: 3 failed, 168 passed, 8 skipped, 11 warnings # test/plugins/test_flake8_lint.py:90,219,241: AssertionError -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: textproc/py-python-markdown-math/Makefile =================================================================== --- textproc/py-python-markdown-math/Makefile +++ textproc/py-python-markdown-math/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.0:textproc/py-markdown@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-python-pptx/Makefile =================================================================== --- textproc/py-python-pptx/Makefile +++ textproc/py-python-pptx/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes Index: textproc/py-python-slugify/Makefile =================================================================== --- textproc/py-python-slugify/Makefile +++ textproc/py-python-slugify/Makefile @@ -16,7 +16,7 @@ ### ${PYTHON_PKGNAMEPREFIX}unidecode>=1.1.1:converters/py-unidecode@${PY_FLAVOR} ### but text-unidecode is preferred upstream. -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-python-xmp-toolkit/Makefile =================================================================== --- textproc/py-python-xmp-toolkit/Makefile +++ textproc/py-python-xmp-toolkit/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-pytidylib/Makefile =================================================================== --- textproc/py-pytidylib/Makefile +++ textproc/py-pytidylib/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-pytkdocs/Makefile =================================================================== --- textproc/py-pytkdocs/Makefile +++ textproc/py-pytkdocs/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic>0:devel/py-pydantic@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: textproc/py-pytoml/Makefile =================================================================== --- textproc/py-pytoml/Makefile +++ textproc/py-pytoml/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-pyx12/Makefile =================================================================== --- textproc/py-pyx12/Makefile +++ textproc/py-pyx12/Makefile @@ -12,7 +12,7 @@ NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: textproc/py-pyxlsb2/Makefile =================================================================== --- textproc/py-pyxlsb2/Makefile +++ textproc/py-pyxlsb2/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-qrcode/Makefile =================================================================== --- textproc/py-qrcode/Makefile +++ textproc/py-qrcode/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.8:devel/py-six@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/typing_extensions.py:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-rdflib/Makefile =================================================================== --- textproc/py-rdflib/Makefile +++ textproc/py-rdflib/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-subtests>=0:devel/py-pytest-subtests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} -USES= cpe python:3.7+ shebangfix +USES= cpe python shebangfix USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: textproc/py-readchar/Makefile =================================================================== --- textproc/py-readchar/Makefile +++ textproc/py-readchar/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= dos2unix localbase python:3.6+ +USES= dos2unix localbase python DOS2UNIX_GLOB= *.py # PYPI does not seem to work so far. USE_GITHUB= yes Index: textproc/py-recommonmark/Makefile =================================================================== --- textproc/py-recommonmark/Makefile +++ textproc/py-recommonmark/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}docutils>=0.11:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.3.1,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-regex/Makefile =================================================================== --- textproc/py-regex/Makefile +++ textproc/py-regex/Makefile @@ -10,7 +10,7 @@ LICENSE= PSFL -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest # 1 test fails, see https://github.com/mrabarnett/mrab-regex/issues/482 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: textproc/py-reno/Makefile =================================================================== --- textproc/py-reno/Makefile +++ textproc/py-reno/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/py-dulwich@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-reverend/Makefile =================================================================== --- textproc/py-reverend/Makefile +++ textproc/py-reverend/Makefile @@ -9,7 +9,7 @@ COMMENT= Simple Bayesian classifier written in Python WWW= http://www.divmod.org/trac/wiki/DivmodReverend -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist OPTIONS_DEFINE= EXAMPLES Index: textproc/py-rich-cli/Makefile =================================================================== --- textproc/py-rich-cli/Makefile +++ textproc/py-rich-cli/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}rich-rst>=1.1.7<2.0.0:textproc/py-rich-rst@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}textual>=0.1.18<0.2.0:textproc/py-textual@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-rich-rst/Makefile =================================================================== --- textproc/py-rich-rst/Makefile +++ textproc/py-rich-rst/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-rich/Makefile =================================================================== --- textproc/py-rich/Makefile +++ textproc/py-rich/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pygments>=2.13.0<3.0.0:textproc/py-pygments@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 pytest USE_GITHUB= yes Index: textproc/py-rich12/Makefile =================================================================== --- textproc/py-rich12/Makefile +++ textproc/py-rich12/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.9.0<0.10.0:textproc/py-CommonMark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.6.0<3.0.0:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-rnc2rng/Makefile =================================================================== --- textproc/py-rnc2rng/Makefile +++ textproc/py-rnc2rng/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rply>0:devel/py-rply@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-rss2gen/Makefile =================================================================== --- textproc/py-rss2gen/Makefile +++ textproc/py-rss2gen/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils .include Index: textproc/py-rst2ansi/Makefile =================================================================== --- textproc/py-rst2ansi/Makefile +++ textproc/py-rst2ansi/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-rst2html5/Makefile =================================================================== --- textproc/py-rst2html5/Makefile +++ textproc/py-rst2html5/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}docutils>=0.13.1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.5:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: textproc/py-scour/Makefile =================================================================== --- textproc/py-scour/Makefile +++ textproc/py-scour/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-simplebayes/Makefile =================================================================== --- textproc/py-simplebayes/Makefile +++ textproc/py-simplebayes/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-smartypants/Makefile =================================================================== --- textproc/py-smartypants/Makefile +++ textproc/py-smartypants/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= leohemsted GH_PROJECT= ${PORTNAME}.py Index: textproc/py-snowballstemmer/Makefile =================================================================== --- textproc/py-snowballstemmer/Makefile +++ textproc/py-snowballstemmer/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sparqlwrapper/Makefile =================================================================== --- textproc/py-sparqlwrapper/Makefile +++ textproc/py-sparqlwrapper/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rdflib>=6.1.1:textproc/py-rdflib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinx-argparse/Makefile =================================================================== --- textproc/py-sphinx-argparse/Makefile +++ textproc/py-sphinx-argparse/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-sphinx-autoapi/Makefile =================================================================== --- textproc/py-sphinx-autoapi/Makefile +++ textproc/py-sphinx-autoapi/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}sphinx>=5.2.0:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-sphinx-autobuild/Makefile =================================================================== --- textproc/py-sphinx-autobuild/Makefile +++ textproc/py-sphinx-autobuild/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}livereload>=0:www/py-livereload@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinx-autodoc-typehints/Makefile =================================================================== --- textproc/py-sphinx-autodoc-typehints/Makefile +++ textproc/py-sphinx-autodoc-typehints/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}sphinx>=5.3:textproc/py-sphinx@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=5.3:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-sphinx-basic-ng/Makefile =================================================================== --- textproc/py-sphinx-basic-ng/Makefile +++ textproc/py-sphinx-basic-ng/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=4.0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinx-book-theme/Makefile =================================================================== --- textproc/py-sphinx-book-theme/Makefile +++ textproc/py-sphinx-book-theme/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydata-sphinx-theme>=0.13.3:textproc/py-pydata-sphinx-theme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=4,1<7,1:textproc/py-sphinx@${PY_FLAVOR} \ -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinx-copybutton/Makefile =================================================================== --- textproc/py-sphinx-copybutton/Makefile +++ textproc/py-sphinx-copybutton/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.8,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinx-design/Makefile =================================================================== --- textproc/py-sphinx-design/Makefile +++ textproc/py-sphinx-design/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=4,1<7,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-sphinx-examples/Makefile =================================================================== --- textproc/py-sphinx-examples/Makefile +++ textproc/py-sphinx-examples/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=4,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-design>=0:textproc/py-sphinx-design@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-sphinx-inline-tabs/Makefile =================================================================== --- textproc/py-sphinx-inline-tabs/Makefile +++ textproc/py-sphinx-inline-tabs/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=3,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-sphinx-intl/Makefile =================================================================== --- textproc/py-sphinx-intl/Makefile +++ textproc/py-sphinx-intl/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinx-issues/Makefile =================================================================== --- textproc/py-sphinx-issues/Makefile +++ textproc/py-sphinx-issues/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-sphinx-markdown-tables/Makefile =================================================================== --- textproc/py-sphinx-markdown-tables/Makefile +++ textproc/py-sphinx-markdown-tables/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes Index: textproc/py-sphinx-me/Makefile =================================================================== --- textproc/py-sphinx-me/Makefile +++ textproc/py-sphinx-me/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-sphinx-tabs/Makefile =================================================================== --- textproc/py-sphinx-tabs/Makefile +++ textproc/py-sphinx-tabs/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinx-theme-builder/Makefile =================================================================== --- textproc/py-sphinx-theme-builder/Makefile +++ textproc/py-sphinx-theme-builder/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pyproject-metadata>=0:devel/py-pyproject-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=0:textproc/py-rich@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-sphinx/Makefile =================================================================== --- textproc/py-sphinx/Makefile +++ textproc/py-sphinx/Makefile @@ -38,7 +38,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} \ cython-${PYTHON_VER}:lang/cython@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: textproc/py-sphinx_press_theme/Makefile =================================================================== --- textproc/py-sphinx_press_theme/Makefile +++ textproc/py-sphinx_press_theme/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-sphinx_rtd_theme/Makefile =================================================================== --- textproc/py-sphinx_rtd_theme/Makefile +++ textproc/py-sphinx_rtd_theme/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: textproc/py-sphinx_wikipedia/Makefile =================================================================== --- textproc/py-sphinx_wikipedia/Makefile +++ textproc/py-sphinx_wikipedia/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= flavors NO_BUILD= yes USE_GITHUB= yes Index: textproc/py-sphinxcontrib-adadomain/Makefile =================================================================== --- textproc/py-sphinxcontrib-adadomain/Makefile +++ textproc/py-sphinxcontrib-adadomain/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinxcontrib-applehelp/Makefile =================================================================== --- textproc/py-sphinxcontrib-applehelp/Makefile +++ textproc/py-sphinxcontrib-applehelp/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes Index: textproc/py-sphinxcontrib-autoprogram/Makefile =================================================================== --- textproc/py-sphinxcontrib-autoprogram/Makefile +++ textproc/py-sphinxcontrib-autoprogram/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinxcontrib-bibtex/Makefile =================================================================== --- textproc/py-sphinxcontrib-bibtex/Makefile +++ textproc/py-sphinxcontrib-bibtex/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pybtex-docutils>=1.0.0:textproc/py-pybtex-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=2.1,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinxcontrib-bitbucket/Makefile =================================================================== --- textproc/py-sphinxcontrib-bitbucket/Makefile +++ textproc/py-sphinxcontrib-bitbucket/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0.6,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.6:textproc/py-docutils@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-sphinxcontrib-devhelp/Makefile =================================================================== --- textproc/py-sphinxcontrib-devhelp/Makefile +++ textproc/py-sphinxcontrib-devhelp/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes Index: textproc/py-sphinxcontrib-fulltoc/Makefile =================================================================== --- textproc/py-sphinxcontrib-fulltoc/Makefile +++ textproc/py-sphinxcontrib-fulltoc/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8.1:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-sphinxcontrib-htmlhelp/Makefile =================================================================== --- textproc/py-sphinxcontrib-htmlhelp/Makefile +++ textproc/py-sphinxcontrib-htmlhelp/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinxcontrib-httpdomain/Makefile =================================================================== --- textproc/py-sphinxcontrib-httpdomain/Makefile +++ textproc/py-sphinxcontrib-httpdomain/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.6:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-sphinxcontrib-issuetracker/Makefile =================================================================== --- textproc/py-sphinxcontrib-issuetracker/Makefile +++ textproc/py-sphinxcontrib-issuetracker/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-sphinxcontrib-jsmath/Makefile =================================================================== --- textproc/py-sphinxcontrib-jsmath/Makefile +++ textproc/py-sphinxcontrib-jsmath/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes Index: textproc/py-sphinxcontrib-log-cabinet/Makefile =================================================================== --- textproc/py-sphinxcontrib-log-cabinet/Makefile +++ textproc/py-sphinxcontrib-log-cabinet/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinxcontrib-napoleon/Makefile =================================================================== --- textproc/py-sphinxcontrib-napoleon/Makefile +++ textproc/py-sphinxcontrib-napoleon/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pockets>=0.3:devel/py-pockets@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-sphinxcontrib-newsfeed/Makefile =================================================================== --- textproc/py-sphinxcontrib-newsfeed/Makefile +++ textproc/py-sphinxcontrib-newsfeed/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: textproc/py-sphinxcontrib-programoutput/Makefile =================================================================== --- textproc/py-sphinxcontrib-programoutput/Makefile +++ textproc/py-sphinxcontrib-programoutput/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.3.5,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils USE_LOCALE= en_US.UTF-8 Index: textproc/py-sphinxcontrib-qthelp/Makefile =================================================================== --- textproc/py-sphinxcontrib-qthelp/Makefile +++ textproc/py-sphinxcontrib-qthelp/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinxcontrib-serializinghtml/Makefile =================================================================== --- textproc/py-sphinxcontrib-serializinghtml/Makefile +++ textproc/py-sphinxcontrib-serializinghtml/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinxcontrib-svg2pdfconverter/Makefile =================================================================== --- textproc/py-sphinxcontrib-svg2pdfconverter/Makefile +++ textproc/py-sphinxcontrib-svg2pdfconverter/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} -USES= gnome python:3.8+ +USES= gnome python USE_GNOME= librsvg2 USE_PYTHON= autoplist concurrent distutils flavors Index: textproc/py-sphinxcontrib-towncrier/Makefile =================================================================== --- textproc/py-sphinxcontrib-towncrier/Makefile +++ textproc/py-sphinxcontrib-towncrier/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}towncrier>=19.2:textproc/py-towncrier@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinxcontrib-websupport/Makefile =================================================================== --- textproc/py-sphinxcontrib-websupport/Makefile +++ textproc/py-sphinxcontrib-websupport/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-serializinghtml>=0:textproc/py-sphinxcontrib-serializinghtml@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinxemoji/Makefile =================================================================== --- textproc/py-sphinxemoji/Makefile +++ textproc/py-sphinxemoji/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.8.0,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-sphinxext-opengraph/Makefile =================================================================== --- textproc/py-sphinxext-opengraph/Makefile +++ textproc/py-sphinxext-opengraph/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=2.0:textproc/py-sphinx@${PY_FLAVOR} -USES= python:3.6+ +USES= python # LICENSE and tests are not packaged yet, using github as a fallback USE_PYTHON= autoplist concurrent distutils Index: textproc/py-splunk-hec/Makefile =================================================================== --- textproc/py-splunk-hec/Makefile +++ textproc/py-splunk-hec/Makefile @@ -16,7 +16,7 @@ GH_PROJECT= Splunk-Class-httpevent GH_TAGNAME= b1b7aae37bc73ea6e89c4a4667c4d8d227804546 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-spylls/Makefile =================================================================== --- textproc/py-spylls/Makefile +++ textproc/py-spylls/Makefile @@ -10,7 +10,7 @@ LICENSE= MPL20 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes Index: textproc/py-stemming/Makefile =================================================================== --- textproc/py-stemming/Makefile +++ textproc/py-stemming/Makefile @@ -10,7 +10,7 @@ LICENSE= PD -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-tableschema-to-template/Makefile =================================================================== --- textproc/py-tableschema-to-template/Makefile +++ textproc/py-tableschema-to-template/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}XlsxWriter>=1.2.8:textproc/py-xlsxwriter@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-tabletext/Makefile =================================================================== --- textproc/py-tabletext/Makefile +++ textproc/py-tabletext/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-tablib/Makefile =================================================================== --- textproc/py-tablib/Makefile +++ textproc/py-tablib/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= python USE_PYTHON= autoplist pep517 pytest Index: textproc/py-terminaltables/Makefile =================================================================== --- textproc/py-terminaltables/Makefile +++ textproc/py-terminaltables/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-textdistance/Makefile =================================================================== --- textproc/py-textdistance/Makefile +++ textproc/py-textdistance/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-textfsm/Makefile =================================================================== --- textproc/py-textfsm/Makefile +++ textproc/py-textfsm/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: textproc/py-textract/Makefile =================================================================== --- textproc/py-textract/Makefile +++ textproc/py-textract/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}chardet>=3:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>1.12.0:devel/py-six@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-texttable/Makefile =================================================================== --- textproc/py-texttable/Makefile +++ textproc/py-texttable/Makefile @@ -13,7 +13,7 @@ CJKWRAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cjkwrap>=0:textproc/py-cjkwrap@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-textual/Makefile =================================================================== --- textproc/py-textual/Makefile +++ textproc/py-textual/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rich12>=12.3.0<13.0.0:textproc/py-rich12@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-three-merge/Makefile =================================================================== --- textproc/py-three-merge/Makefile +++ textproc/py-three-merge/Makefile @@ -16,7 +16,7 @@ # ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ # ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-tinycss/Makefile =================================================================== --- textproc/py-tinycss/Makefile +++ textproc/py-tinycss/Makefile @@ -8,7 +8,7 @@ COMMENT= Complete yet simple CSS parser for Python WWW= https://pypi.org/project/tinycss/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-tinycss2/Makefile =================================================================== --- textproc/py-tinycss2/Makefile +++ textproc/py-tinycss2/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isort>=0:devel/py-isort@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: textproc/py-toml/Makefile =================================================================== --- textproc/py-toml/Makefile +++ textproc/py-toml/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-tomli-w/Makefile =================================================================== --- textproc/py-tomli-w/Makefile +++ textproc/py-tomli-w/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2.0<4:devel/py-flit-core@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-tomli/Makefile =================================================================== --- textproc/py-tomli/Makefile +++ textproc/py-tomli/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= allflavors autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-tomlkit/Makefile =================================================================== --- textproc/py-tomlkit/Makefile +++ textproc/py-tomlkit/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes Index: textproc/py-toronado/Makefile =================================================================== --- textproc/py-toronado/Makefile +++ textproc/py-toronado/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}cssutils>=0:www/py-cssutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-towncrier/Makefile =================================================================== --- textproc/py-towncrier/Makefile +++ textproc/py-towncrier/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}incremental>=0:devel/py-incremental@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-trans/Makefile =================================================================== --- textproc/py-trans/Makefile +++ textproc/py-trans/Makefile @@ -16,7 +16,7 @@ the source archive contains license information. LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= python:3.6+ tar:bzip2 +USES= python tar:bzip2 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-transifex-client/Makefile =================================================================== --- textproc/py-transifex-client/Makefile +++ textproc/py-transifex-client/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.24.2,1<2.0.0,1:net/py-urllib3@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-translationstring/Makefile =================================================================== --- textproc/py-translationstring/Makefile +++ textproc/py-translationstring/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-transpopy/Makefile =================================================================== --- textproc/py-transpopy/Makefile +++ textproc/py-transpopy/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-translate>=0:www/py-google-cloud-translate@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-ttp-templates/Makefile =================================================================== --- textproc/py-ttp-templates/Makefile +++ textproc/py-ttp-templates/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ttp>=0.6.0:textproc/py-ttp@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: textproc/py-ttp/Makefile =================================================================== --- textproc/py-ttp/Makefile +++ textproc/py-ttp/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: textproc/py-typogrify/Makefile =================================================================== --- textproc/py-typogrify/Makefile +++ textproc/py-typogrify/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smartypants>0:textproc/py-smartypants@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-ucl/Makefile =================================================================== --- textproc/py-ucl/Makefile +++ textproc/py-ucl/Makefile @@ -15,7 +15,7 @@ CFLAGS+= -I${PREFIX}/include -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= vstakhov GH_PROJECT= libucl Index: textproc/py-ufal.udpipe/Makefile =================================================================== --- textproc/py-ufal.udpipe/Makefile +++ textproc/py-ufal.udpipe/Makefile @@ -14,7 +14,7 @@ NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe sparc64 NOT_FOR_ARCHS_REASON= Only little endian systems are supported! -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++11-lang python USE_PYTHON= distutils autoplist .include Index: textproc/py-untangle/Makefile =================================================================== --- textproc/py-untangle/Makefile +++ textproc/py-untangle/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1<0.8.0:devel/py-defusedxml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-wcmatch/Makefile =================================================================== --- textproc/py-wcmatch/Makefile +++ textproc/py-wcmatch/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 pytest # Windows specific tests Index: textproc/py-whatthepatch/Makefile =================================================================== --- textproc/py-whatthepatch/Makefile +++ textproc/py-whatthepatch/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # make test: 1 failed, 48 passed -USES= python:3.7+ pytest +USES= python pytest USE_PYTHON= concurrent distutils autoplist NO_ARCH= yes Index: textproc/py-whoosh/Makefile =================================================================== --- textproc/py-whoosh/Makefile +++ textproc/py-whoosh/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: textproc/py-wordcloud/Makefile =================================================================== --- textproc/py-wordcloud/Makefile +++ textproc/py-wordcloud/Makefile @@ -19,7 +19,7 @@ #USE_GITHUB= yes #GH_ACCOUNT= amueller -USES= python:3.7+ +USES= python USE_PYTHON= distutils PLIST_SUB+= VER=${PORTVERSION} Index: textproc/py-wordnet/Makefile =================================================================== --- textproc/py-wordnet/Makefile +++ textproc/py-wordnet/Makefile @@ -13,7 +13,7 @@ COMMENT= Python Interface to WordNet WWW= http://osteele.com/projects/pywordnet/ -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION} Index: textproc/py-wstools/Makefile =================================================================== --- textproc/py-wstools/Makefile +++ textproc/py-wstools/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: textproc/py-wtf-peewee/Makefile =================================================================== --- textproc/py-wtf-peewee/Makefile +++ textproc/py-wtf-peewee/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}peewee>=0:databases/py-peewee@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wtforms>=0:textproc/py-wtforms@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: textproc/py-wtforms/Makefile =================================================================== --- textproc/py-wtforms/Makefile +++ textproc/py-wtforms/Makefile @@ -22,7 +22,7 @@ OPTIONS_DEFINE= DOCS NO_ARCH= yes -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils PORTDOCS= * Index: textproc/py-xhtml2pdf/Makefile =================================================================== --- textproc/py-xhtml2pdf/Makefile +++ textproc/py-xhtml2pdf/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}svglib>=1.2.1:converters/py-svglib@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-xlmmacrodeobfuscator/Makefile =================================================================== --- textproc/py-xlmmacrodeobfuscator/Makefile +++ textproc/py-xlmmacrodeobfuscator/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}untangle>=1.2.1:textproc/py-untangle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd2>=0:textproc/py-xlrd2@${PY_FLAVOR} -USES= dos2unix python:3.7+ +USES= dos2unix python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-xlrd/Makefile =================================================================== --- textproc/py-xlrd/Makefile +++ textproc/py-xlrd/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-xlrd2/Makefile =================================================================== --- textproc/py-xlrd2/Makefile +++ textproc/py-xlrd2/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-xlsxwriter/Makefile =================================================================== --- textproc/py-xlsxwriter/Makefile +++ textproc/py-xlsxwriter/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= concurrent distutils autoplist NO_ARCH= yes Index: textproc/py-xlutils/Makefile =================================================================== --- textproc/py-xlutils/Makefile +++ textproc/py-xlutils/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:textproc/py-xlwt@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: textproc/py-xlwt/Makefile =================================================================== --- textproc/py-xlwt/Makefile +++ textproc/py-xlwt/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD4CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-xml-default-dict/Makefile =================================================================== --- textproc/py-xml-default-dict/Makefile +++ textproc/py-xml-default-dict/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-xmldiff/Makefile =================================================================== --- textproc/py-xmldiff/Makefile +++ textproc/py-xmldiff/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.1.0:devel/py-lxml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-xmlschema/Makefile =================================================================== --- textproc/py-xmlschema/Makefile +++ textproc/py-xmlschema/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-yapf/Makefile =================================================================== --- textproc/py-yapf/Makefile +++ textproc/py-yapf/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= concurrent distutils autoplist DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} TEST_TARGET= test Index: textproc/py-youseedee/Makefile =================================================================== --- textproc/py-youseedee/Makefile +++ textproc/py-youseedee/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ UCD>=0:textproc/UCD -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: textproc/py-zope.i18nmessageid/Makefile =================================================================== --- textproc/py-zope.i18nmessageid/Makefile +++ textproc/py-zope.i18nmessageid/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: textproc/py-zope.structuredtext/Makefile =================================================================== --- textproc/py-zope.structuredtext/Makefile +++ textproc/py-zope.structuredtext/Makefile @@ -12,7 +12,7 @@ LICENSE= ZPL21 -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: textproc/py-zope.tal/Makefile =================================================================== --- textproc/py-zope.tal/Makefile +++ textproc/py-zope.tal/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: textproc/py-zpt/Makefile =================================================================== --- textproc/py-zpt/Makefile +++ textproc/py-zpt/Makefile @@ -9,7 +9,7 @@ COMMENT= Zope-less version of Zope Page Templates WWW= http://zpt.sourceforge.net/ -USES= python:3.6+ tar:tgz +USES= python tar:tgz USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/ZopePageTemplates NO_ARCH= yes Index: textproc/sigil/Makefile =================================================================== --- textproc/sigil/Makefile +++ textproc/sigil/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} USES= cmake cpe desktop-file-utils \ - minizip pkgconfig python:3.4+ qt:5 shebangfix + minizip pkgconfig python qt:5 shebangfix CPE_VENDOR= ${PORTNAME}-ebook USE_GITHUB= yes Index: textproc/translate-toolkit/Makefile =================================================================== --- textproc/translate-toolkit/Makefile +++ textproc/translate-toolkit/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>=4.6.3:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= gettext python:3.7+ shebangfix +USES= gettext python shebangfix USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes Index: textproc/xml2rfc/Makefile =================================================================== --- textproc/xml2rfc/Makefile +++ textproc/xml2rfc/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}markupsafe>=2.1.1:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.2.5:devel/py-wcwidth@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist concurrent optsuffix .include Index: textproc/yelp-tools/Makefile =================================================================== --- textproc/yelp-tools/Makefile +++ textproc/yelp-tools/Makefile @@ -15,7 +15,7 @@ itstool:textproc/itstool \ yelp-xsl>=0:textproc/yelp-xsl -USES= gettext gnome localbase meson pathfix pkgconfig python:3.7+ \ +USES= gettext gnome localbase meson pathfix pkgconfig python \ shebangfix tar:xz USE_GNOME= libxml2 libxslt SHEBANG_FILES= tools/yelp-build.in tools/yelp-check.in tools/yelp-new.in Index: textproc/yq/Makefile =================================================================== --- textproc/yq/Makefile +++ textproc/yq/Makefile @@ -23,7 +23,7 @@ ruff:devel/ruff \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_PYTHON= distutils noflavors autoplist SHEBANG_FILES= test/test.py Index: www/bluefish/Makefile =================================================================== --- www/bluefish/Makefile +++ www/bluefish/Makefile @@ -16,7 +16,7 @@ libpcre2-8.so:devel/pcre2 USES= desktop-file-utils gettext gmake gnome libtool localbase \ - pkgconfig python:3.0-3.9 shared-mime-info shebangfix tar:bzip2 + pkgconfig python:3.8-3.9 shared-mime-info shebangfix tar:bzip2 USE_GNOME= cairo gdkpixbuf2 intltool libxml2 SHEBANG_FILES= data/css_decompressor data/cssmin.py data/jsbeautify \ data/jsmin.py data/lorem-ipsum-generator \ Index: www/buku/Makefile =================================================================== --- www/buku/Makefile +++ www/buku/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.23,1:net/py-urllib3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes Index: www/butterfly/Makefile =================================================================== --- www/butterfly/Makefile +++ www/butterfly/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libsass>0:www/py-libsass@${PY_FLAVOR} -USES= python:3.6+ +USES= python # Can't use concurrent here, it changes ETCDIR, and breaks post-install. USE_PYTHON= autoplist distutils optsuffix NO_ARCH= yes Index: www/chromium/Makefile =================================================================== --- www/chromium/Makefile +++ www/chromium/Makefile @@ -71,7 +71,7 @@ USES= bison compiler:c++17-lang cpe desktop-file-utils gl gmake gnome \ iconv:wchar_t jpeg localbase:ldflags ninja perl5 pkgconfig \ - python:3.7+,build qt:5 shebangfix tar:xz xorg + python:build qt:5 shebangfix tar:xz xorg CPE_VENDOR= google CPE_PRODUCT= chrome Index: www/ddgr/Makefile =================================================================== --- www/ddgr/Makefile +++ www/ddgr/Makefile @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= jarun -USES= python:3.7+ shebangfix +USES= python shebangfix SHEBANG_FILES= ${PORTNAME} NO_ARCH= yes NO_BUILD= yes Index: www/elinks/Makefile =================================================================== --- www/elinks/Makefile +++ www/elinks/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= xmlto:textproc/xmlto -USES= bison:alias cpe gmake iconv meson perl5 pkgconfig python:3.7+ ssl +USES= bison:alias cpe gmake iconv meson perl5 pkgconfig python ssl USE_GITHUB= yes GH_ACCOUNT= rkd77 Index: www/epiphany/Makefile =================================================================== --- www/epiphany/Makefile +++ www/epiphany/Makefile @@ -37,7 +37,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \ - libarchive localbase:ldflags meson pkgconfig python:3.4+ \ + libarchive localbase:ldflags meson pkgconfig python \ shebangfix sqlite tar:xz xorg CPE_VENDOR= gnome Index: www/ffsend/Makefile =================================================================== --- www/ffsend/Makefile +++ www/ffsend/Makefile @@ -22,7 +22,7 @@ xclip:x11/xclip \ xsel:x11/xsel-conrad -USES= cargo localbase:ldflags python:build,3.5+ ssl xorg +USES= cargo localbase:ldflags python:build ssl xorg USE_GITLAB= yes GL_ACCOUNT= timvisee GL_COMMIT= ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98 Index: www/flexget/Makefile =================================================================== --- www/flexget/Makefile +++ www/flexget/Makefile @@ -45,7 +45,7 @@ ${PYTHON_PKGNAMEPREFIX}pysftp>0:ftp/py-sftp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist pep517 pytest GH_PROJECT= Flexget Index: www/gallery-dl/Makefile =================================================================== --- www/gallery-dl/Makefile +++ www/gallery-dl/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.0:www/py-requests@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.4+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils unittest GH_ACCOUNT= mikf Index: www/googler/Makefile =================================================================== --- www/googler/Makefile +++ www/googler/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= jarun Index: www/iridium/Makefile =================================================================== --- www/iridium/Makefile +++ www/iridium/Makefile @@ -72,7 +72,7 @@ noto-basic>0:x11-fonts/noto-basic USES= bison compiler:c++17-lang cpe desktop-file-utils gl gnome iconv:wchar_t jpeg \ - localbase:ldflags ninja perl5 pkgconfig python:3.7+,build qt:5 shebangfix \ + localbase:ldflags ninja perl5 pkgconfig python:build qt:5 shebangfix \ tar:xz xorg CPE_VENDOR= google Index: www/kanboard/Makefile =================================================================== --- www/kanboard/Makefile +++ www/kanboard/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= cpe php:flavors python:3.8+ +USES= cpe php:flavors python USE_GITHUB= yes USE_PHP= ctype curl dom filter gd iconv mbstring mcrypt \ pdo session simplexml xml zlib Index: www/mitmproxy/Makefile =================================================================== --- www/mitmproxy/Makefile +++ www/mitmproxy/Makefile @@ -48,7 +48,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python USE_GITHUB= yes USE_PYTHON= autoplist distutils noflavors Index: www/mod_gnutls/Makefile =================================================================== --- www/mod_gnutls/Makefile +++ www/mod_gnutls/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls GNU_CONFIGURE= yes -USES= apache compiler:c++11-lang cpe libtool pkgconfig python:3.7+ tar:bzip2 +USES= apache compiler:c++11-lang cpe libtool pkgconfig python tar:bzip2 CPE_VENDOR= ${PORTNAME}_project BINARY_ALIAS= python3=${PYTHON_CMD} python=${PYTHON_CMD} Index: www/mod_wsgi4/Makefile =================================================================== --- www/mod_wsgi4/Makefile +++ www/mod_wsgi4/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= apache cpe gettext python:3.6-3.11 +USES= apache cpe gettext python:3.8-3.11 USE_PYTHON= flavors CPE_VENDOR= modwsgi Index: www/node16/Makefile =================================================================== --- www/node16/Makefile +++ www/node16/Makefile @@ -25,7 +25,7 @@ libnghttp2.so:www/libnghttp2 \ libuv.so:devel/libuv -USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6+,build \ +USES= compiler:c++11-lib gmake localbase pkgconfig python:build \ shebangfix BROKEN_SSL= libressl libressl-devel Index: www/node18/Makefile =================================================================== --- www/node18/Makefile +++ www/node18/Makefile @@ -27,7 +27,7 @@ libnghttp2.so:www/libnghttp2 \ libuv.so:devel/libuv -USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6+,build shebangfix +USES= compiler:c++11-lib gmake localbase pkgconfig python:build shebangfix CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-brotli \ Index: www/node19/Makefile =================================================================== --- www/node19/Makefile +++ www/node19/Makefile @@ -29,7 +29,7 @@ libnghttp2.so:www/libnghttp2 \ libuv.so:devel/libuv -USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6+,build shebangfix +USES= compiler:c++11-lib gmake localbase pkgconfig python:build shebangfix CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-brotli \ Index: www/node20/Makefile =================================================================== --- www/node20/Makefile +++ www/node20/Makefile @@ -27,7 +27,7 @@ libnghttp2.so:www/libnghttp2 \ libuv.so:devel/libuv -USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6+,build shebangfix +USES= compiler:c++11-lib gmake localbase pkgconfig python:build shebangfix CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-brotli \ Index: www/npm-node18/Makefile =================================================================== --- www/npm-node18/Makefile +++ www/npm-node18/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= gmake:devel/gmake USES?= nodejs:18,run -USES+= cpe python:3.7+ shebangfix tar:xz +USES+= cpe python shebangfix tar:xz NO_ARCH= yes NO_BUILD= yes Index: www/onionbalance/Makefile =================================================================== --- www/onionbalance/Makefile +++ www/onionbalance/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}stem>=0:security/py-stem@${PY_FLAVOR} \ tor:security/tor -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/onionshare-cli/Makefile =================================================================== --- www/onionshare-cli/Makefile +++ www/onionshare-cli/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist distutils .include Index: www/onionshare/Makefile =================================================================== --- www/onionshare/Makefile +++ www/onionshare/Makefile @@ -40,7 +40,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-qt>=0:devel/py-pytest-qt@${PY_FLAVOR} -USES= cpe python:3.6+ pyqt:5 qt:5 shebangfix xorg +USES= cpe python pyqt:5 qt:5 shebangfix xorg USE_GITHUB= yes USE_PYQT= pyqt5 sip USE_PYTHON= distutils autoplist Index: www/proxygen/Makefile =================================================================== --- www/proxygen/Makefile +++ www/proxygen/Makefile @@ -30,7 +30,7 @@ libwangle.so:net/wangle \ libzstd.so:archivers/zstd -USES= cmake compiler:c++14-lang cpe perl5 python:3.6+,build ssl +USES= cmake compiler:c++14-lang cpe perl5 python:build ssl CPE_VENDOR= facebook USE_GITHUB= yes GH_ACCOUNT= facebook Index: www/py-Pituophis/Makefile =================================================================== --- www/py-Pituophis/Makefile +++ www/py-Pituophis/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-Tenjin/Makefile =================================================================== --- www/py-Tenjin/Makefile +++ www/py-Tenjin/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} Index: www/py-WebError/Makefile =================================================================== --- www/py-WebError/Makefile +++ www/py-WebError/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}Tempita>=0.3:textproc/py-Tempita@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:www/py-webob@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-WebFlash/Makefile =================================================================== --- www/py-WebFlash/Makefile +++ www/py-WebFlash/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-WebTest/Makefile =================================================================== --- www/py-WebTest/Makefile +++ www/py-WebTest/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}waitress>=0.8.5:www/py-waitress@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.2:www/py-webob@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-adblock/Makefile =================================================================== --- www/py-adblock/Makefile +++ www/py-adblock/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}pip>=20.2.3:devel/py-pip@${PY_FLAVOR} \ public_suffix_list>0:dns/public_suffix_list -USES= cargo python:3.6+ +USES= cargo python USE_GITHUB= yes GH_ACCOUNT= ArniDagur Index: www/py-aioh2/Makefile =================================================================== --- www/py-aioh2/Makefile +++ www/py-aioh2/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3:www/py-h2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}priority>=1.3.0:www/py-priority@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-aiohttp-jinja2/Makefile =================================================================== --- www/py-aiohttp-jinja2/Makefile +++ www/py-aiohttp-jinja2/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils cython Index: www/py-aiohttp-middlewares/Makefile =================================================================== --- www/py-aiohttp-middlewares/Makefile +++ www/py-aiohttp-middlewares/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}async_timeout>=4.0.2<5:devel/py-async_timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yarl>=1.5.1<2:www/py-yarl@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-aiohttp-session/Makefile =================================================================== --- www/py-aiohttp-session/Makefile +++ www/py-aiohttp-session/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}secure>0:security/py-secure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>0:security/py-pynacl@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils cython Index: www/py-aiohttp-wsgi/Makefile =================================================================== --- www/py-aiohttp-wsgi/Makefile +++ www/py-aiohttp-wsgi/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.4:www/py-aiohttp@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-aiohttp/Makefile =================================================================== --- www/py-aiohttp/Makefile +++ www/py-aiohttp/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}gunicorn>=0:www/py-gunicorn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}re-assert>=0:devel/py-re-assert@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent cython distutils pytest CPE_VENDOR= aiohttp_project Index: www/py-aiohttp_cors/Makefile =================================================================== --- www/py-aiohttp_cors/Makefile +++ www/py-aiohttp_cors/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=1.1:www/py-aiohttp@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-aioquic/Makefile =================================================================== --- www/py-aioquic/Makefile +++ www/py-aioquic/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}pylsqpack>=0.3.3<0.4.0:www/py-pylsqpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=20:security/py-openssl@${PY_FLAVOR} -USES= python:3.7+ ssl +USES= python ssl USE_PYTHON= autoplist concurrent distutils post-install: Index: www/py-aiostream/Makefile =================================================================== --- www/py-aiostream/Makefile +++ www/py-aiostream/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-arxiv/Makefile =================================================================== --- www/py-arxiv/Makefile +++ www/py-arxiv/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdoc>=0:devel/py-pdoc@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: www/py-asgi-csrf/Makefile =================================================================== --- www/py-asgi-csrf/Makefile +++ www/py-asgi-csrf/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}starlette>0:www/py-starlette@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest # setup.py has test dependencies, but there are no tests in the repository, see https://github.com/simonw/asgi-csrf/issues/23 NO_ARCH= yes Index: www/py-asgiref/Makefile =================================================================== --- www/py-asgiref/Makefile +++ www/py-asgiref/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.3.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0.10.0:devel/py-pytest-asyncio@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-autobahn/Makefile =================================================================== --- www/py-autobahn/Makefile +++ www/py-autobahn/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}hyperlink>=21.0.0:www/py-hyperlink@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}txaio>=21.2.1:devel/py-txaio@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= crossbar USE_GITHUB= yes GH_ACCOUNT= crossbario Index: www/py-azure-common/Makefile =================================================================== --- www/py-azure-common/Makefile +++ www/py-azure-common/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= azurepy python:3.6+ zip +USES= azurepy python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-azure-storage/Makefile =================================================================== --- www/py-azure-storage/Makefile +++ www/py-azure-storage/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-beaker/Makefile =================================================================== --- www/py-beaker/Makefile +++ www/py-beaker/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-beautifulsoup/Makefile =================================================================== --- www/py-beautifulsoup/Makefile +++ www/py-beautifulsoup/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= concurrent pep517 pytest NO_ARCH= yes Index: www/py-betamax/Makefile =================================================================== --- www/py-betamax/Makefile +++ www/py-betamax/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-biscuits/Makefile =================================================================== --- www/py-biscuits/Makefile +++ www/py-biscuits/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: www/py-bjoern/Makefile =================================================================== --- www/py-bjoern/Makefile +++ www/py-bjoern/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libev.so:devel/libev -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist concurrent distutils LDFLAGS+= -lc Index: www/py-bleach/Makefile =================================================================== --- www/py-bleach/Makefile +++ www/py-bleach/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webencodings>=0:converters/py-webencodings@${PY_FLAVOR} -USES= cpe python:3.7+ shebangfix +USES= cpe python shebangfix USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: www/py-bokeh/Makefile =================================================================== --- www/py-bokeh/Makefile +++ www/py-bokeh/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>=5:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils concurrent NO_ARCH= yes Index: www/py-boto3/Makefile =================================================================== --- www/py-boto3/Makefile +++ www/py-boto3/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1<2.0.0:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.6.0<0.7.0:net/py-s3transfer@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: www/py-botocore-stubs/Makefile =================================================================== --- www/py-botocore-stubs/Makefile +++ www/py-botocore-stubs/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-bottle-cork/Makefile =================================================================== --- www/py-bottle-cork/Makefile +++ www/py-bottle-cork/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bottle>0:www/py-bottle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beaker>0:www/py-beaker@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= FedericoCeratto Index: www/py-bottle/Makefile =================================================================== --- www/py-bottle/Makefile +++ www/py-bottle/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= bottlepy USE_PYTHON= autoplist concurrent distutils Index: www/py-branca/Makefile =================================================================== --- www/py-branca/Makefile +++ www/py-branca/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-cachecontrol/Makefile =================================================================== --- www/py-cachecontrol/Makefile +++ www/py-cachecontrol/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes REINPLACE_ARGS= -i '' Index: www/py-cachelib/Makefile =================================================================== --- www/py-cachelib/Makefile +++ www/py-cachelib/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= localbase python:3.6+ +USES= localbase python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-caldav/Makefile =================================================================== --- www/py-caldav/Makefile +++ www/py-caldav/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xandikos>=0:www/py-xandikos@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: www/py-cheroot/Makefile =================================================================== --- www/py-cheroot/Makefile +++ www/py-cheroot/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=0:devel/py-jaraco.functools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>=2.6:devel/py-more-itertools@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-cherrypy/Makefile =================================================================== --- www/py-cherrypy/Makefile +++ www/py-cherrypy/Makefile @@ -32,7 +32,7 @@ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>0:www/py-requests-toolbelt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils pytest PYTEST_BROKEN_TESTS= test_0_NormalStateFlow test_8_Ram_Cleanup \ test_multipart_decoding \ Index: www/py-cinemagoer/Makefile =================================================================== --- www/py-cinemagoer/Makefile +++ www/py-cinemagoer/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-profiling>=0:devel/py-pytest-profiling@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: www/py-cookies/Makefile =================================================================== --- www/py-cookies/Makefile +++ www/py-cookies/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: www/py-crossplane/Makefile =================================================================== --- www/py-crossplane/Makefile +++ www/py-crossplane/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= nginxinc -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-css-parser/Makefile =================================================================== --- www/py-css-parser/Makefile +++ www/py-css-parser/Makefile @@ -15,7 +15,7 @@ NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= ebook-utils Index: www/py-csscompressor/Makefile =================================================================== --- www/py-csscompressor/Makefile +++ www/py-csscompressor/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-cssmin/Makefile =================================================================== --- www/py-cssmin/Makefile +++ www/py-cssmin/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-cssselect/Makefile =================================================================== --- www/py-cssselect/Makefile +++ www/py-cssselect/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} Index: www/py-cssutils/Makefile =================================================================== --- www/py-cssutils/Makefile +++ www/py-cssutils/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-dj41-django-auth-ldap/Makefile =================================================================== --- www/py-dj41-django-auth-ldap/Makefile +++ www/py-dj41-django-auth-ldap/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldap>=3.1:net/py-ldap@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dj41-django-cors-headers/Makefile =================================================================== --- www/py-dj41-django-cors-headers/Makefile +++ www/py-dj41-django-cors-headers/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: www/py-dj41-django-debug-toolbar/Makefile =================================================================== --- www/py-dj41-django-debug-toolbar/Makefile +++ www/py-dj41-django-debug-toolbar/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2.4:www/py-django41@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-dj41-django-filter/Makefile =================================================================== --- www/py-dj41-django-filter/Makefile +++ www/py-dj41-django-filter/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dj41-django-js-asset/Makefile =================================================================== --- www/py-dj41-django-js-asset/Makefile +++ www/py-dj41-django-js-asset/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=2.2:www/py-django41@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dj41-django-mptt/Makefile =================================================================== --- www/py-dj41-django-mptt/Makefile +++ www/py-dj41-django-mptt/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=2.2:www/py-django41@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}dj41-django-js-asset>0:www/py-dj41-django-js-asset@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dj41-django-prometheus/Makefile =================================================================== --- www/py-dj41-django-prometheus/Makefile +++ www/py-dj41-django-prometheus/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.7:net-mgmt/py-prometheus-client@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: www/py-dj41-django-redis/Makefile =================================================================== --- www/py-dj41-django-redis/Makefile +++ www/py-dj41-django-redis/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-dj41-django-rich/Makefile =================================================================== --- www/py-dj41-django-rich/Makefile +++ www/py-dj41-django-rich/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=10.0.0:textproc/py-rich@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dj41-django-tables2/Makefile =================================================================== --- www/py-dj41-django-tables2/Makefile +++ www/py-dj41-django-tables2/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dj41-django-taggit/Makefile =================================================================== --- www/py-dj41-django-taggit/Makefile +++ www/py-dj41-django-taggit/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj41-djangorestframework>0:www/py-dj41-djangorestframework@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dj41-django-timezone-field/Makefile =================================================================== --- www/py-dj41-django-timezone-field/Makefile +++ www/py-dj41-django-timezone-field/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=2.2:www/py-django41@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dj41-djangorestframework/Makefile =================================================================== --- www/py-dj41-djangorestframework/Makefile +++ www/py-dj41-djangorestframework/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.0:www/py-django41@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dj41-drf-spectacular-sidecar/Makefile =================================================================== --- www/py-dj41-drf-spectacular-sidecar/Makefile +++ www/py-dj41-drf-spectacular-sidecar/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=2.2:www/py-django41@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dj41-drf-spectacular/Makefile =================================================================== --- www/py-dj41-drf-spectacular/Makefile +++ www/py-dj41-drf-spectacular/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}uritemplate>=2.0.0:net/py-uritemplate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dj41-drf-yasg/Makefile =================================================================== --- www/py-dj41-drf-yasg/Makefile +++ www/py-dj41-drf-yasg/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-django-admin-rangefilter/Makefile =================================================================== --- www/py-django-admin-rangefilter/Makefile +++ www/py-django-admin-rangefilter/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+,run +USES= python:run USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-allauth/Makefile =================================================================== --- www/py-django-allauth/Makefile +++ www/py-django-allauth/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-annoying/Makefile =================================================================== --- www/py-django-annoying/Makefile +++ www/py-django-annoying/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-django-appconf/Makefile =================================================================== --- www/py-django-appconf/Makefile +++ www/py-django-appconf/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-django-assets/Makefile =================================================================== --- www/py-django-assets/Makefile +++ www/py-django-assets/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.7:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webassets>=2.0:www/py-webassets@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-auth-ldap/Makefile =================================================================== --- www/py-django-auth-ldap/Makefile +++ www/py-django-auth-ldap/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldap>=3.1:net/py-ldap@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-django-bakery/Makefile =================================================================== --- www/py-django-bakery/Makefile +++ www/py-django-bakery/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}boto3>=1.4.4:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fs2>=2.0.17:devel/py-fs2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-bitfield/Makefile =================================================================== --- www/py-django-bitfield/Makefile +++ www/py-django-bitfield/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11.29:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-bleach/Makefile =================================================================== --- www/py-django-bleach/Makefile +++ www/py-django-bleach/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bleach>=5:www/py-bleach@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-bootstrap-pagination/Makefile =================================================================== --- www/py-django-bootstrap-pagination/Makefile +++ www/py-django-bootstrap-pagination/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.7.0:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-bootstrap3/Makefile =================================================================== --- www/py-django-bootstrap3/Makefile +++ www/py-django-bootstrap3/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-bootstrap4/Makefile =================================================================== --- www/py-django-bootstrap4/Makefile +++ www/py-django-bootstrap4/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-braces/Makefile =================================================================== --- www/py-django-braces/Makefile +++ www/py-django-braces/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-cacheops/Makefile =================================================================== --- www/py-django-cacheops/Makefile +++ www/py-django-cacheops/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}funcy>=1.8<2.0:devel/py-funcy@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-django-classy-tags/Makefile =================================================================== --- www/py-django-classy-tags/Makefile +++ www/py-django-classy-tags/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-cms/Makefile =================================================================== --- www/py-django-cms/Makefile +++ www/py-django-cms/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}django-sekizai>=0.7:www/py-django-sekizai@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-treebeard>=4.3:www/py-django-treebeard@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_GITHUB= yes USE_PYTHON= distutils autoplist Index: www/py-django-configurations/Makefile =================================================================== --- www/py-django-configurations/Makefile +++ www/py-django-configurations/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-constance/Makefile =================================================================== --- www/py-django-constance/Makefile +++ www/py-django-constance/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}django-picklefield>=0:www/py-django-picklefield@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django32>=1.8:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes USE_GITHUB= yes Index: www/py-django-contact-form/Makefile =================================================================== --- www/py-django-contact-form/Makefile +++ www/py-django-contact-form/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-context-decorator/Makefile =================================================================== --- www/py-django-context-decorator/Makefile +++ www/py-django-context-decorator/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-contrib-comments/Makefile =================================================================== --- www/py-django-contrib-comments/Makefile +++ www/py-django-contrib-comments/Makefile @@ -15,7 +15,7 @@ # Supports all Django version. Bump when DEFAULT Django is changed RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-cors-headers/Makefile =================================================================== --- www/py-django-cors-headers/Makefile +++ www/py-django-cors-headers/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: www/py-django-countries/Makefile =================================================================== --- www/py-django-countries/Makefile +++ www/py-django-countries/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: www/py-django-crispy-forms/Makefile =================================================================== --- www/py-django-crispy-forms/Makefile +++ www/py-django-crispy-forms/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} -USES= dos2unix python:3.7+ +USES= dos2unix python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-django-cron/Makefile =================================================================== --- www/py-django-cron/Makefile +++ www/py-django-cron/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-csp/Makefile =================================================================== --- www/py-django-csp/Makefile +++ www/py-django-csp/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.8:www/py-django32@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-debreach/Makefile =================================================================== --- www/py-django-debreach/Makefile +++ www/py-django-debreach/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>0:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-debug-toolbar/Makefile =================================================================== --- www/py-django-debug-toolbar/Makefile +++ www/py-django-debug-toolbar/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.4:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-django-dpaste/Makefile =================================================================== --- www/py-django-dpaste/Makefile +++ www/py-django-dpaste/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-django>0:devel/py-pytest-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6-3.10 +USES= python:3.8-3.10 USE_PYTHON= distutils autoplist TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: www/py-django-extensions/Makefile =================================================================== --- www/py-django-extensions/Makefile +++ www/py-django-extensions/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>0:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.2:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-filer/Makefile =================================================================== --- www/py-django-filer/Makefile +++ www/py-django-filer/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unidecode>=0.04<1.2:converters/py-unidecode@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-filter/Makefile =================================================================== --- www/py-django-filter/Makefile +++ www/py-django-filter/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-formset-js-improved/Makefile =================================================================== --- www/py-django-formset-js-improved/Makefile +++ www/py-django-formset-js-improved/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.8:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-jquery-js>=0.:www/py-django-jquery-js@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-formtools/Makefile =================================================================== --- www/py-django-formtools/Makefile +++ www/py-django-formtools/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-gravatar2/Makefile =================================================================== --- www/py-django-gravatar2/Makefile +++ www/py-django-gravatar2/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-guardian/Makefile =================================================================== --- www/py-django-guardian/Makefile +++ www/py-django-guardian/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-hashid-field/Makefile =================================================================== --- www/py-django-hashid-field/Makefile +++ www/py-django-hashid-field/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hashids>=1.2.0:textproc/py-hashids@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-haystack/Makefile =================================================================== --- www/py-django-haystack/Makefile +++ www/py-django-haystack/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-hierarkey/Makefile =================================================================== --- www/py-django-hierarkey/Makefile +++ www/py-django-hierarkey/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-hijack/Makefile =================================================================== --- www/py-django-hijack/Makefile +++ www/py-django-hijack/Makefile @@ -21,7 +21,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-django>0:devel/py-pytest-django@${PY_FLAVOR} -USES= gettext-tools:build python:3.7+ +USES= gettext-tools:build python USE_PYTHON= distutils autoplist MAKE_ENV= npm_config_offline=true Index: www/py-django-htmlmin/Makefile =================================================================== --- www/py-django-htmlmin/Makefile +++ www/py-django-htmlmin/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bs4/element.py:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/html5lib/html5parser.py:www/py-html5lib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-i18nfield/Makefile =================================================================== --- www/py-django-i18nfield/Makefile +++ www/py-django-i18nfield/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.4+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-jquery-js/Makefile =================================================================== --- www/py-django-jquery-js/Makefile +++ www/py-django-jquery-js/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.4:www/py-django32@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-js-asset/Makefile =================================================================== --- www/py-django-js-asset/Makefile +++ www/py-django-js-asset/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-jsonview/Makefile =================================================================== --- www/py-django-jsonview/Makefile +++ www/py-django-jsonview/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-ldapdb/Makefile =================================================================== --- www/py-django-ldapdb/Makefile +++ www/py-django-ldapdb/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldap>=3.0:net/py-ldap@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= distutils concurrent autoplist Index: www/py-django-libsass/Makefile =================================================================== --- www/py-django-libsass/Makefile +++ www/py-django-libsass/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django_compressor>=1.3:www/py-django_compressor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libsass>=0.7.0:www/py-libsass@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-markdownx/Makefile =================================================================== --- www/py-django-markdownx/Makefile +++ www/py-django-markdownx/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-markwhat/Makefile =================================================================== --- www/py-django-markwhat/Makefile +++ www/py-django-markwhat/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-mezzanine-filebrowser/Makefile =================================================================== --- www/py-django-mezzanine-filebrowser/Makefile +++ www/py-django-mezzanine-filebrowser/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gettext python:3.6+ +USES= gettext python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-mezzanine-grappelli/Makefile =================================================================== --- www/py-django-mezzanine-grappelli/Makefile +++ www/py-django-mezzanine-grappelli/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gettext python:3.6+ +USES= gettext python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-model-utils/Makefile =================================================================== --- www/py-django-model-utils/Makefile +++ www/py-django-model-utils/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-modelcluster/Makefile =================================================================== --- www/py-django-modelcluster/Makefile +++ www/py-django-modelcluster/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2015.2,1:devel/py-pytz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-mptt/Makefile =================================================================== --- www/py-django-mptt/Makefile +++ www/py-django-mptt/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}django-js-asset>0:www/py-django-js-asset@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-netfields/Makefile =================================================================== --- www/py-django-netfields/Makefile +++ www/py-django-netfields/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-object-actions/Makefile =================================================================== --- www/py-django-object-actions/Makefile +++ www/py-django-object-actions/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+,run +USES= python:run USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-otp-yubikey/Makefile =================================================================== --- www/py-django-otp-yubikey/Makefile +++ www/py-django-otp-yubikey/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-otp>=1.0.0:www/py-django-otp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}YubiOTP>=0.2.2:security/py-YubiOTP@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-otp/Makefile =================================================================== --- www/py-django-otp/Makefile +++ www/py-django-otp/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-permissionedforms/Makefile =================================================================== --- www/py-django-permissionedforms/Makefile +++ www/py-django-permissionedforms/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-pglocks/Makefile =================================================================== --- www/py-django-pglocks/Makefile +++ www/py-django-pglocks/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.0.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-photologue/Makefile =================================================================== --- www/py-django-photologue/Makefile +++ www/py-django-photologue/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}ExifRead>=2.1.2:graphics/py-exifread@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=6.0.0:graphics/py-pillow@${PY_FLAVOR} -USES= python:3.6+ # Required as www/py-django-sortedm2m needs Python 3.6+ +USES= python # Required as www/py-django-sortedm2m needs Python 3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-picklefield/Makefile =================================================================== --- www/py-django-picklefield/Makefile +++ www/py-django-picklefield/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-pipeline/Makefile =================================================================== --- www/py-django-pipeline/Makefile +++ www/py-django-pipeline/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-polymorphic/Makefile =================================================================== --- www/py-django-polymorphic/Makefile +++ www/py-django-polymorphic/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11:www/py-django32@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-post_office/Makefile =================================================================== --- www/py-django-post_office/Makefile +++ www/py-django-post_office/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}bleach>=0:www/py-bleach@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils USE_LOCALE= en_US.UTF-8 Index: www/py-django-prometheus/Makefile =================================================================== --- www/py-django-prometheus/Makefile +++ www/py-django-prometheus/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.7:net-mgmt/py-prometheus-client@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: www/py-django-pyscss/Makefile =================================================================== --- www/py-django-pyscss/Makefile +++ www/py-django-pyscss/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.4:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyscss>=1.3.4:textproc/py-pyscss@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-radius/Makefile =================================================================== --- www/py-django-radius/Makefile +++ www/py-django-radius/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyrad>=1.2:net/pyrad@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-ranged-response/Makefile =================================================================== --- www/py-django-ranged-response/Makefile +++ www/py-django-ranged-response/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-recaptcha/Makefile =================================================================== --- www/py-django-recaptcha/Makefile +++ www/py-django-recaptcha/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11<4.0:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-redis/Makefile =================================================================== --- www/py-django-redis/Makefile +++ www/py-django-redis/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-django-registration-redux/Makefile =================================================================== --- www/py-django-registration-redux/Makefile +++ www/py-django-registration-redux/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11:www/py-django32@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-registration/Makefile =================================================================== --- www/py-django-registration/Makefile +++ www/py-django-registration/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confusable_homoglyphs>=3.0<4.0:devel/py-confusable_homoglyphs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-registration-redux Index: www/py-django-reversion/Makefile =================================================================== --- www/py-django-reversion/Makefile +++ www/py-django-reversion/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.0:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-rich/Makefile =================================================================== --- www/py-django-rich/Makefile +++ www/py-django-rich/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=10.0.0:textproc/py-rich@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: www/py-django-sekizai/Makefile =================================================================== --- www/py-django-sekizai/Makefile +++ www/py-django-sekizai/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-classy-tags>=1:www/py-django-classy-tags@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: www/py-django-simple-captcha/Makefile =================================================================== --- www/py-django-simple-captcha/Makefile +++ www/py-django-simple-captcha/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.2.0:devel/py-six@${PY_FLAVOR} \ ${PY_PILLOW} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-simple-history/Makefile =================================================================== --- www/py-django-simple-history/Makefile +++ www/py-django-simple-history/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-smart-selects/Makefile =================================================================== --- www/py-django-smart-selects/Makefile +++ www/py-django-smart-selects/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django32>0:www/py-django32@${PY_FLAVOR} -USES= python:3.6+,run +USES= python:run USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-solo/Makefile =================================================================== --- www/py-django-solo/Makefile +++ www/py-django-solo/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.6:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= lazybird USE_PYTHON= autoplist distutils Index: www/py-django-sortedm2m/Makefile =================================================================== --- www/py-django-sortedm2m/Makefile +++ www/py-django-sortedm2m/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-star-ratings/Makefile =================================================================== --- www/py-django-star-ratings/Makefile +++ www/py-django-star-ratings/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}django-model-utils>=0:www/py-django-model-utils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}swapper>=0:www/py-swapper@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-statici18n/Makefile =================================================================== --- www/py-django-statici18n/Makefile +++ www/py-django-statici18n/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-appconf>=1.0:www/py-django-appconf@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-staticinline/Makefile =================================================================== --- www/py-django-staticinline/Makefile +++ www/py-django-staticinline/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT #LICENSE_FILE= Not yet packaged in sdist -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-storages/Makefile =================================================================== --- www/py-django-storages/Makefile +++ www/py-django-storages/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-django-tables2/Makefile =================================================================== --- www/py-django-tables2/Makefile +++ www/py-django-tables2/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-django-tagging/Makefile =================================================================== --- www/py-django-tagging/Makefile +++ www/py-django-tagging/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-taggit/Makefile =================================================================== --- www/py-django-taggit/Makefile +++ www/py-django-taggit/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djangorestframework>0:www/py-djangorestframework@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-tastypie/Makefile =================================================================== --- www/py-django-tastypie/Makefile +++ www/py-django-tastypie/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}django32>0:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-mimeparse>=0.1.4:devel/py-python-mimeparse@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-templatetag-sugar/Makefile =================================================================== --- www/py-django-templatetag-sugar/Makefile +++ www/py-django-templatetag-sugar/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-django-timezone-field/Makefile =================================================================== --- www/py-django-timezone-field/Makefile +++ www/py-django-timezone-field/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: www/py-django-tinymce/Makefile =================================================================== --- www/py-django-tinymce/Makefile +++ www/py-django-tinymce/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>0:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= DJANGO_SETTINGS_MODULE=tests.settings PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} Index: www/py-django-treebeard/Makefile =================================================================== --- www/py-django-treebeard/Makefile +++ www/py-django-treebeard/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-django>=4.0:devel/py-pytest-django@${PY_FLAVOR} -USES= pytest python:3.8+ +USES= pytest python USE_PYTHON= autoplist concurrent distutils TEST_ENV= DATABASE_ENGINE=sqlite Index: www/py-django-voting/Makefile =================================================================== --- www/py-django-voting/Makefile +++ www/py-django-voting/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django-webpack-loader/Makefile =================================================================== --- www/py-django-webpack-loader/Makefile +++ www/py-django-webpack-loader/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.0:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Index: www/py-django-widget-tweaks/Makefile =================================================================== --- www/py-django-widget-tweaks/Makefile +++ www/py-django-widget-tweaks/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django32/Makefile =================================================================== --- www/py-django32/Makefile +++ www/py-django32/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR} -USES= cpe python:3.7+ shebangfix +USES= cpe python shebangfix USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django41/Makefile =================================================================== --- www/py-django41/Makefile +++ www/py-django41/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.2:databases/py-sqlparse@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR} -USES= cpe python:3.8+ shebangfix +USES= cpe python shebangfix USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django42/Makefile =================================================================== --- www/py-django42/Makefile +++ www/py-django42/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.1:databases/py-sqlparse@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR} -USES= cpe python:3.8+ shebangfix +USES= cpe python shebangfix USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-django_compressor/Makefile =================================================================== --- www/py-django_compressor/Makefile +++ www/py-django_compressor/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}rcssmin>=1.1.0:archivers/py-rcssmin@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rjsmin>=1.2.0:archivers/py-rjsmin@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-djangocms-admin-style/Makefile =================================================================== --- www/py-djangocms-admin-style/Makefile +++ www/py-djangocms-admin-style/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-djangoql/Makefile =================================================================== --- www/py-djangoql/Makefile +++ www/py-djangoql/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>0:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>=3.8:devel/py-ply@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-djangorestframework-csv/Makefile =================================================================== --- www/py-djangorestframework-csv/Makefile +++ www/py-djangorestframework-csv/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: www/py-djangorestframework-filters/Makefile =================================================================== --- www/py-djangorestframework-filters/Makefile +++ www/py-djangorestframework-filters/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: www/py-djangorestframework-xml/Makefile =================================================================== --- www/py-djangorestframework-xml/Makefile +++ www/py-djangorestframework-xml/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: www/py-djangorestframework/Makefile =================================================================== --- www/py-djangorestframework/Makefile +++ www/py-djangorestframework/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.0:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-draftjs-exporter/Makefile =================================================================== --- www/py-draftjs-exporter/Makefile +++ www/py-draftjs-exporter/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-drf-spectacular-sidecar/Makefile =================================================================== --- www/py-drf-spectacular-sidecar/Makefile +++ www/py-drf-spectacular-sidecar/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-drf-spectacular/Makefile =================================================================== --- www/py-drf-spectacular/Makefile +++ www/py-drf-spectacular/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}uritemplate>=2.0.0:net/py-uritemplate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-drf-yasg/Makefile =================================================================== --- www/py-drf-yasg/Makefile +++ www/py-drf-yasg/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} Index: www/py-dropbox/Makefile =================================================================== --- www/py-dropbox/Makefile +++ www/py-dropbox/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stone>=2.0:devel/py-stone@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-dtflickr/Makefile =================================================================== --- www/py-dtflickr/Makefile +++ www/py-dtflickr/Makefile @@ -13,7 +13,7 @@ LICENSE= APACHE20 -USES= python:3.6+ tar:bzip2 +USES= python tar:bzip2 USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-enmerkar/Makefile =================================================================== --- www/py-enmerkar/Makefile +++ www/py-enmerkar/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-fake-useragent/Makefile =================================================================== --- www/py-fake-useragent/Makefile +++ www/py-fake-useragent/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: www/py-falcon/Makefile =================================================================== --- www/py-falcon/Makefile +++ www/py-falcon/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pecan>=0:www/py-pecan@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist cython post-install: Index: www/py-fastapi-users/Makefile =================================================================== --- www/py-fastapi-users/Makefile +++ www/py-fastapi-users/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: www/py-fastapi/Makefile =================================================================== --- www/py-fastapi/Makefile +++ www/py-fastapi/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic>=1.6.2:devel/py-pydantic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}starlette>=0.26.1:www/py-starlette@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist concurrent pep517 Index: www/py-feedgenerator/Makefile =================================================================== --- www/py-feedgenerator/Makefile +++ www/py-feedgenerator/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: www/py-flask-admin/Makefile =================================================================== --- www/py-flask-admin/Makefile +++ www/py-flask-admin/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wtforms>0:textproc/py-wtforms@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-flask-api/Makefile =================================================================== --- www/py-flask-api/Makefile +++ www/py-flask-api/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=2.0:www/py-flask@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: www/py-flask-apscheduler/Makefile =================================================================== --- www/py-flask-apscheduler/Makefile +++ www/py-flask-apscheduler/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.4.2:devel/py-dateutil@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-flask-assets/Makefile =================================================================== --- www/py-flask-assets/Makefile +++ www/py-flask-assets/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webassets>=2.0:www/py-webassets@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-flask-babelex/Makefile =================================================================== --- www/py-flask-babelex/Makefile +++ www/py-flask-babelex/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}speaklater>=1.2:devel/py-speaklater@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5:devel/py-Jinja2@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: www/py-flask-bootstrap/Makefile =================================================================== --- www/py-flask-bootstrap/Makefile +++ www/py-flask-bootstrap/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:www/py-flask@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-flask-cache/Makefile =================================================================== --- www/py-flask-cache/Makefile +++ www/py-flask-cache/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:www/py-flask@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-flask-caching/Makefile =================================================================== --- www/py-flask-caching/Makefile +++ www/py-flask-caching/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cachelib>0:www/py-cachelib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-flask-collect/Makefile =================================================================== --- www/py-flask-collect/Makefile +++ www/py-flask-collect/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-flask-compress/Makefile =================================================================== --- www/py-flask-compress/Makefile +++ www/py-flask-compress/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-flask-cors/Makefile =================================================================== --- www/py-flask-cors/Makefile +++ www/py-flask-cors/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-flask-flatpages/Makefile =================================================================== --- www/py-flask-flatpages/Makefile +++ www/py-flask-flatpages/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-flask-json/Makefile =================================================================== --- www/py-flask-json/Makefile +++ www/py-flask-json/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-flask-jwt-extended/Makefile =================================================================== --- www/py-flask-jwt-extended/Makefile +++ www/py-flask-jwt-extended/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: www/py-flask-login/Makefile =================================================================== --- www/py-flask-login/Makefile +++ www/py-flask-login/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=1.0.4:www/py-flask@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-flask-marshmallow/Makefile =================================================================== --- www/py-flask-marshmallow/Makefile +++ www/py-flask-marshmallow/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}marshmallow>=2.0.0:devel/py-marshmallow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-flask-migrate/Makefile =================================================================== --- www/py-flask-migrate/Makefile +++ www/py-flask-migrate/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask-sqlalchemy>=1.0:databases/py-flask-sqlalchemy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-flask-moment/Makefile =================================================================== --- www/py-flask-moment/Makefile +++ www/py-flask-moment/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-flask-mongoengine/Makefile =================================================================== --- www/py-flask-mongoengine/Makefile +++ www/py-flask-mongoengine/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_GITHUB= yes # tests not packaged with PyPI sdist GH_ACCOUNT= MongoEngine USE_PYTHON= autoplist concurrent distutils Index: www/py-flask-oauthlib/Makefile =================================================================== --- www/py-flask-oauthlib/Makefile +++ www/py-flask-oauthlib/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>0:www/py-requests-oauthlib@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-flask-peewee/Makefile =================================================================== --- www/py-flask-peewee/Makefile +++ www/py-flask-peewee/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}wtforms>=0:textproc/py-wtforms@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_GITHUB= yes # tests not packaged with PyPI sdist GH_ACCOUNT= coleifer USE_PYTHON= autoplist concurrent distutils Index: www/py-flask-principal/Makefile =================================================================== --- www/py-flask-principal/Makefile +++ www/py-flask-principal/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}blinker>=0:devel/py-blinker@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-flask-restful/Makefile =================================================================== --- www/py-flask-restful/Makefile +++ www/py-flask-restful/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-flask-restx/Makefile =================================================================== --- www/py-flask-restx/Makefile +++ www/py-flask-restx/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-flask-script/Makefile =================================================================== --- www/py-flask-script/Makefile +++ www/py-flask-script/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-flask-security/Makefile =================================================================== --- www/py-flask-security/Makefile +++ www/py-flask-security/Makefile @@ -43,7 +43,7 @@ ${PYTHON_PKGNAMEPREFIX}flask-mongoengine>=0:www/py-flask-mongoengine@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>=0:devel/py-pyflakes@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: www/py-flask-smorest/Makefile =================================================================== --- www/py-flask-smorest/Makefile +++ www/py-flask-smorest/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}webargs>=8.0.0:www/py-webargs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>=2.0.1:www/py-werkzeug@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: www/py-flask-socketio/Makefile =================================================================== --- www/py-flask-socketio/Makefile +++ www/py-flask-socketio/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-socketio>=5.0.2:devel/py-python-socketio@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-flask-sockets/Makefile =================================================================== --- www/py-flask-sockets/Makefile +++ www/py-flask-sockets/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0:www/py-gevent-websocket@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: www/py-flask-uploads/Makefile =================================================================== --- www/py-flask-uploads/Makefile +++ www/py-flask-uploads/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:www/py-flask@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: www/py-flask-wtf/Makefile =================================================================== --- www/py-flask-wtf/Makefile +++ www/py-flask-wtf/Makefile @@ -22,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask-babel>0:devel/py-flask-babel@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: www/py-flask/Makefile =================================================================== --- www/py-flask/Makefile +++ www/py-flask/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}blinker>=0:devel/py-blinker@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python CPE_VENDOR= palletsprojects USE_PYTHON= pep517 concurrent autoplist Index: www/py-flup6/Makefile =================================================================== --- www/py-flup6/Makefile +++ www/py-flup6/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-folium/Makefile =================================================================== --- www/py-folium/Makefile +++ www/py-folium/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-forcediphttpsadapter/Makefile =================================================================== --- www/py-forcediphttpsadapter/Makefile +++ www/py-forcediphttpsadapter/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-formencode/Makefile =================================================================== --- www/py-formencode/Makefile +++ www/py-formencode/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=1.0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} -USES= dos2unix gettext-runtime:run python:3.6+ +USES= dos2unix gettext-runtime:run python USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} Index: www/py-fqdn/Makefile =================================================================== --- www/py-fqdn/Makefile +++ www/py-fqdn/Makefile @@ -8,7 +8,7 @@ COMMENT= RFC-compliant FQDN validation and manipulation for Python WWW= https://github.com/ypcrts/fqdn -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-freenit/Makefile =================================================================== --- www/py-freenit/Makefile +++ www/py-freenit/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-factoryboy>=0:devel/py-pytest-factoryboy@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest USE_RC_SUBR= freenit Index: www/py-frozen-flask/Makefile =================================================================== --- www/py-frozen-flask/Makefile +++ www/py-frozen-flask/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-gevent-websocket/Makefile =================================================================== --- www/py-gevent-websocket/Makefile +++ www/py-gevent-websocket/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-ghp-import/Makefile =================================================================== --- www/py-ghp-import/Makefile +++ www/py-ghp-import/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.1:devel/py-dateutil@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-api-core/Makefile =================================================================== --- www/py-google-api-core/Makefile +++ www/py-google-api-core/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-api-python-client/Makefile =================================================================== --- www/py-google-api-python-client/Makefile +++ www/py-google-api-python-client/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}parameterized>=0.8.1:devel/py-parameterized@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.1:net/py-uritemplate@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils unittest NO_ARCH= yes Index: www/py-google-cloud-appengine-logging/Makefile =================================================================== --- www/py-google-cloud-appengine-logging/Makefile +++ www/py-google-cloud-appengine-logging/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-cloud-audit-log/Makefile =================================================================== --- www/py-google-cloud-audit-log/Makefile +++ www/py-google-cloud-audit-log/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.56.2<2.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-cloud-bigtable/Makefile =================================================================== --- www/py-google-cloud-bigtable/Makefile +++ www/py-google-cloud-bigtable/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-cloud-core/Makefile =================================================================== --- www/py-google-cloud-core/Makefile +++ www/py-google-cloud-core/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.3.1<3.0:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth>=1.25.0<3.0.0:security/py-google-auth@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-cloud-datastore/Makefile =================================================================== --- www/py-google-cloud-datastore/Makefile +++ www/py-google-cloud-datastore/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-cloud-dlp/Makefile =================================================================== --- www/py-google-cloud-dlp/Makefile +++ www/py-google-cloud-dlp/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-cloud-logging/Makefile =================================================================== --- www/py-google-cloud-logging/Makefile +++ www/py-google-cloud-logging/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-cloud-speech/Makefile =================================================================== --- www/py-google-cloud-speech/Makefile +++ www/py-google-cloud-speech/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-cloud-storage/Makefile =================================================================== --- www/py-google-cloud-storage/Makefile +++ www/py-google-cloud-storage/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}google-resumable-media>=2.3.2:www/py-google-resumable-media@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-cloud-translate/Makefile =================================================================== --- www/py-google-cloud-translate/Makefile +++ www/py-google-cloud-translate/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.28.0:www/py-google-cloud-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-api-core>=0.1.1:www/py-google-api-core@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-cloud-vision/Makefile =================================================================== --- www/py-google-cloud-vision/Makefile +++ www/py-google-cloud-vision/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google-resumable-media/Makefile =================================================================== --- www/py-google-resumable-media/Makefile +++ www/py-google-resumable-media/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-crc32c>=1.0<2.0:devel/py-google-crc32c@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-google/Makefile =================================================================== --- www/py-google/Makefile +++ www/py-google/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-grafana-dashboard-manager/Makefile =================================================================== --- www/py-grafana-dashboard-manager/Makefile +++ www/py-grafana-dashboard-manager/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}rich>=0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typer>=0.4.0:devel/py-typer@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-graphite-api/Makefile =================================================================== --- www/py-graphite-api/Makefile +++ www/py-graphite-api/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}gunicorn>=19.4.1:www/py-gunicorn@${PY_FLAVOR} \ xorg-fonts-truetype>=0:x11-fonts/xorg-fonts-truetype -USES= python:3.5+ +USES= python USE_PYTHON= distutils py3kplist NO_ARCH= yes Index: www/py-grequests/Makefile =================================================================== --- www/py-grequests/Makefile +++ www/py-grequests/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes GH_ACCOUNT= kennethreitz USE_PYTHON= autoplist distutils Index: www/py-grip/Makefile =================================================================== --- www/py-grip/Makefile +++ www/py-grip/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.7:www/py-werkzeug@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= grip Index: www/py-gunicorn/Makefile =================================================================== --- www/py-gunicorn/Makefile +++ www/py-gunicorn/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-h2/Makefile =================================================================== --- www/py-h2/Makefile +++ www/py-h2/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hyperframe>=6.0:www/py-hyperframe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hpack>=4.0<5:www/py-hpack@${PY_FLAVOR} -USES?= python:3.6+ +USES?= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-habanero/Makefile =================================================================== --- www/py-habanero/Makefile +++ www/py-habanero/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}vcrpy>0:devel/py-vcrpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-horizon/Makefile =================================================================== --- www/py-horizon/Makefile +++ www/py-horizon/Makefile @@ -75,7 +75,7 @@ ${PYTHON_PKGNAMEPREFIX}xstatic-term.js>=0.0.7.0:devel/py-xstatic-term.js@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xstatic-tv4>=1.2.7.0:devel/py-xstatic-tv4@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-hpack/Makefile =================================================================== --- www/py-hpack/Makefile +++ www/py-hpack/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES?= cpe python:3.6+ +USES?= cpe python CPE_VENDOR= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-hstspreload/Makefile =================================================================== --- www/py-hstspreload/Makefile +++ www/py-hstspreload/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-html3/Makefile =================================================================== --- www/py-html3/Makefile +++ www/py-html3/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-html5-parser/Makefile =================================================================== --- www/py-html5-parser/Makefile +++ www/py-html5-parser/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.9.2:devel/py-lxml@${PY_FLAVOR} -USES= gnome pkgconfig python:3.6+ +USES= gnome pkgconfig python USE_PYTHON= autoplist distutils USE_GNOME= libxml2 Index: www/py-httmock/Makefile =================================================================== --- www/py-httmock/Makefile +++ www/py-httmock/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes # tests missing from PyPI sdist USE_PYTHON= distutils autoplist Index: www/py-http-parser/Makefile =================================================================== --- www/py-http-parser/Makefile +++ www/py-http-parser/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils post-install: Index: www/py-httpcore/Makefile =================================================================== --- www/py-httpcore/Makefile +++ www/py-httpcore/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}h11>=0.13<0.15:net/py-h11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=1.0<2:devel/py-sniffio@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-httpie/Makefile =================================================================== --- www/py-httpie/Makefile +++ www/py-httpie/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-httpbin>=0:devel/py-pytest-httpbin@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python USE_PYTHON= distutils autoplist USE_GITHUB= yes Index: www/py-httpretty/Makefile =================================================================== --- www/py-httpretty/Makefile +++ www/py-httpretty/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-httptools/Makefile =================================================================== --- www/py-httptools/Makefile +++ www/py-httptools/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libhttp_parser.so:www/http-parser -USES= localbase python:3.5+ +USES= localbase python USE_PYTHON= autoplist concurrent distutils post-patch: Index: www/py-httpx-gssapi/Makefile =================================================================== --- www/py-httpx-gssapi/Makefile +++ www/py-httpx-gssapi/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-httpx-oauth/Makefile =================================================================== --- www/py-httpx-oauth/Makefile +++ www/py-httpx-oauth/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils pytest TEST_ENV= PYTHONPATH=${WRKSRC}/src Index: www/py-httpx-socks/Makefile =================================================================== --- www/py-httpx-socks/Makefile +++ www/py-httpx-socks/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trio>0:net/py-trio@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= romis2012 USE_PYTHON= autoplist concurrent distutils Index: www/py-httpx/Makefile =================================================================== --- www/py-httpx/Makefile +++ www/py-httpx/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-httpx013/Makefile =================================================================== --- www/py-httpx013/Makefile +++ www/py-httpx013/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3:www/py-rfc3986@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-hypercorn/Makefile =================================================================== --- www/py-hypercorn/Makefile +++ www/py-hypercorn/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-trio>=0:devel/py-pytest-trio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trio>=0:net/py-trio@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-hyperframe/Makefile =================================================================== --- www/py-hyperframe/Makefile +++ www/py-hyperframe/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES?= python:3.6+ +USES?= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-hyperlink/Makefile =================================================================== --- www/py-hyperlink/Makefile +++ www/py-hyperlink/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-imdbpy/Makefile =================================================================== --- www/py-imdbpy/Makefile +++ www/py-imdbpy/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-inlinestyler/Makefile =================================================================== --- www/py-inlinestyler/Makefile +++ www/py-inlinestyler/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-instabot/Makefile =================================================================== --- www/py-instabot/Makefile +++ www/py-instabot/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.41.1:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.7,1:net/py-urllib3@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-internetarchive/Makefile =================================================================== --- www/py-internetarchive/Makefile +++ www/py-internetarchive/Makefile @@ -22,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}responses>=0.20.0:devel/py-responses@${PY_FLAVOR} \ ruff>=0.0.261:devel/ruff -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist pytest # 15 tests fail, https://github.com/jjjake/internetarchive/issues/596 USE_GITHUB= yes Index: www/py-jonpy/Makefile =================================================================== --- www/py-jonpy/Makefile +++ www/py-jonpy/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-jsonfield/Makefile =================================================================== --- www/py-jsonfield/Makefile +++ www/py-jsonfield/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-kiss-headers/Makefile =================================================================== --- www/py-kiss-headers/Makefile +++ www/py-kiss-headers/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest NO_ARCH= yes Index: www/py-lektor/Makefile =================================================================== --- www/py-lektor/Makefile +++ www/py-lektor/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}watchdog>=0:devel/py-watchdog@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug<=3:www/py-werkzeug@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-lesscpy/Makefile =================================================================== --- www/py-lesscpy/Makefile +++ www/py-lesscpy/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-libsass/Makefile =================================================================== --- www/py-libsass/Makefile +++ www/py-libsass/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libsass.so:textproc/libsass RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= compiler:c++11-lang localbase python:3.6+ +USES= compiler:c++11-lang localbase python USE_PYTHON= autoplist distutils MAKE_ENV= SYSTEM_SASS=1 Index: www/py-livereload/Makefile =================================================================== --- www/py-livereload/Makefile +++ www/py-livereload/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: www/py-mechanicalsoup/Makefile =================================================================== --- www/py-mechanicalsoup/Makefile +++ www/py-mechanicalsoup/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-mock>=0:www/py-requests-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-multidict/Makefile =================================================================== --- www/py-multidict/Makefile +++ www/py-multidict/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist cython distutils pytest post-install: Index: www/py-mwoauth/Makefile =================================================================== --- www/py-mwoauth/Makefile +++ www/py-mwoauth/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>0:www/py-requests-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-nevow/Makefile =================================================================== --- www/py-nevow/Makefile +++ www/py-nevow/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} USE_PYTHON= autoplist distutils -USES= gettext python:3.6+ +USES= gettext python NO_ARCH= yes SUB_FILES= pkg-message Index: www/py-notebook/Makefile =================================================================== --- www/py-notebook/Makefile +++ www/py-notebook/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>=6.1:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2.1:devel/py-traitlets@${PY_FLAVOR} -USES= cpe desktop-file-utils python:3.7+ +USES= cpe desktop-file-utils python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-openbrokerapi/Makefile =================================================================== --- www/py-openbrokerapi/Makefile +++ www/py-openbrokerapi/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}markupsafe>0:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-pafy/Makefile =================================================================== --- www/py-pafy/Makefile +++ www/py-pafy/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= yt-dlp:www/yt-dlp RUN_DEPENDS= yt-dlp:www/yt-dlp -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils post-patch: Index: www/py-paste/Makefile =================================================================== --- www/py-paste/Makefile +++ www/py-paste/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-pastedeploy/Makefile =================================================================== --- www/py-pastedeploy/Makefile +++ www/py-pastedeploy/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=41:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-path-and-address/Makefile =================================================================== --- www/py-path-and-address/Makefile +++ www/py-path-and-address/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils .include Index: www/py-pecan/Makefile =================================================================== --- www/py-pecan/Makefile +++ www/py-pecan/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:textproc/py-genshi@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes Index: www/py-pelican/Makefile =================================================================== --- www/py-pelican/Makefile +++ www/py-pelican/Makefile @@ -34,7 +34,7 @@ git>0:devel/git \ hs-pandoc>:textproc/hs-pandoc -USES= python:3.7+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= getpelican USE_PYTHON= autoplist concurrent distutils pytest Index: www/py-planet/Makefile =================================================================== --- www/py-planet/Makefile +++ www/py-planet/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.56:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-postorius/Makefile =================================================================== --- www/py-postorius/Makefile +++ www/py-postorius/Makefile @@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isort>0:devel/py-isort@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist concurrent distutils Index: www/py-praw/Makefile =================================================================== --- www/py-praw/Makefile +++ www/py-praw/Makefile @@ -18,7 +18,7 @@ # betamax-matchers >=0.3.0, <0.5 # betamax-serializers >=0.2, <0.3 -USES= python:3.6+ +USES= python USE_GITHUB= yes # missing test data files USE_PYTHON= autoplist concurrent distutils pytest Index: www/py-prawcore/Makefile =================================================================== --- www/py-prawcore/Makefile +++ www/py-prawcore/Makefile @@ -18,7 +18,7 @@ # betamax-matchers >=0.3.0, <0.5 # betamax-serializers >=0.2, <0.3 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-priority/Makefile =================================================================== --- www/py-priority/Makefile +++ www/py-priority/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-priority1/Makefile =================================================================== --- www/py-priority1/Makefile +++ www/py-priority1/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-protego/Makefile =================================================================== --- www/py-protego/Makefile +++ www/py-protego/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: www/py-puppetboard/Makefile =================================================================== --- www/py-puppetboard/Makefile +++ www/py-puppetboard/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}werkzeug>=2:www/py-werkzeug@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wtforms>=0:textproc/py-wtforms@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: www/py-py-restclient/Makefile =================================================================== --- www/py-py-restclient/Makefile +++ www/py-py-restclient/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist post-extract: Index: www/py-pygsheets/Makefile =================================================================== --- www/py-pygsheets/Makefile +++ www/py-pygsheets/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=2.50.0:www/py-google-api-python-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>=0.7.1:security/py-google-auth-oauthlib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-pyjwt/Makefile =================================================================== --- www/py-pyjwt/Makefile +++ www/py-pyjwt/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-pyjwt1/Makefile =================================================================== --- www/py-pyjwt1/Makefile +++ www/py-pyjwt1/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}-pyjwt Index: www/py-pylsqpack/Makefile =================================================================== --- www/py-pylsqpack/Makefile +++ www/py-pylsqpack/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.7+ +USES= compiler:c++11-lang python USE_PYTHON= autoplist concurrent pep517 unittest post-install: Index: www/py-pyocclient/Makefile =================================================================== --- www/py-pyocclient/Makefile +++ www/py-pyocclient/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-pyramid-mako/Makefile =================================================================== --- www/py-pyramid-mako/Makefile +++ www/py-pyramid-mako/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webtest>=1.3.1:www/py-WebTest@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-pyramid/Makefile =================================================================== --- www/py-pyramid/Makefile +++ www/py-pyramid/Makefile @@ -26,7 +26,7 @@ # ${PYTHON_PKGNAMEPREFIX}zope.component>=3.6.0:devel/py-zope.component@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-pyramid_rpc/Makefile =================================================================== --- www/py-pyramid_rpc/Makefile +++ www/py-pyramid_rpc/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyramid>=0:www/py-pyramid@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:3.5+ +USES= python USE_PYTHON= distutils autoplist .include Index: www/py-pysmartdl/Makefile =================================================================== --- www/py-pysmartdl/Makefile +++ www/py-pysmartdl/Makefile @@ -13,7 +13,7 @@ LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-python-digitalocean/Makefile =================================================================== --- www/py-python-digitalocean/Makefile +++ www/py-python-digitalocean/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist USE_LOCALE= en_US.UTF-8 Index: www/py-python-dotenv/Makefile =================================================================== --- www/py-python-dotenv/Makefile +++ www/py-python-dotenv/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= rubygem-dotenv # bin/dotenv Index: www/py-python-multipart/Makefile =================================================================== --- www/py-python-multipart/Makefile +++ www/py-python-multipart/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-pyweblib/Makefile =================================================================== --- www/py-pyweblib/Makefile +++ www/py-pyweblib/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils PORTDOCS= pyweblib.forms.html pyweblib.helper.html \ Index: www/py-pywikibot/Makefile =================================================================== --- www/py-pywikibot/Makefile +++ www/py-pywikibot/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mwparserfromhell>=0.6.3:textproc/py-mwparserfromhell@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} -USES= dos2unix python:3.5+ +USES= dos2unix python DOS2UNIX_FILES= setup.py USE_PYTHON= autoplist distutils Index: www/py-qt5-webengine/Makefile =================================================================== --- www/py-qt5-webengine/Makefile +++ www/py-qt5-webengine/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 -USES= gl python:3.8+ pyqt:5 qt:5 +USES= gl python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip:build pyqt5 USE_PYTHON= concurrent flavors py3kplist Index: www/py-qt6-webengine/Makefile =================================================================== --- www/py-qt6-webengine/Makefile +++ www/py-qt6-webengine/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 -USES= gl python:3.8+ pyqt:6 qt:6 +USES= gl python pyqt:6 qt:6 USE_GL= gl USE_PYQT= sip:build pyqt6 USE_PYTHON= concurrent flavors py3kplist Index: www/py-quilt3/Makefile =================================================================== --- www/py-quilt3/Makefile +++ www/py-quilt3/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}tenacity>=5.1.1:devel/py-tenacity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.32:misc/py-tqdm@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-recaptcha/Makefile =================================================================== --- www/py-recaptcha/Makefile +++ www/py-recaptcha/Makefile @@ -10,7 +10,7 @@ COMMENT= Plugin for reCAPTCHA and reCAPTCHA Mailhide WWW= https://pypi.org/project/recaptcha-client/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: www/py-requests-aws4auth/Makefile =================================================================== --- www/py-requests-aws4auth/Makefile +++ www/py-requests-aws4auth/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-requests-cache/Makefile =================================================================== --- www/py-requests-cache/Makefile +++ www/py-requests-cache/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}url-normalize>=1.4:net/py-url-normalize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.5,1:net/py-urllib3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-requests-cache93/Makefile =================================================================== --- www/py-requests-cache93/Makefile +++ www/py-requests-cache93/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}url-normalize>=1.4<2.0:net/py-url-normalize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.5,1<2.0.0,1:net/py-urllib3@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-requests-file/Makefile =================================================================== --- www/py-requests-file/Makefile +++ www/py-requests-file/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-requests-futures/Makefile =================================================================== --- www/py-requests-futures/Makefile +++ www/py-requests-futures/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-requests-mock/Makefile =================================================================== --- www/py-requests-mock/Makefile +++ www/py-requests-mock/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}testrepository>=0.0.18:devel/py-testrepository@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testtools>=0:devel/py-testtools@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-requests-oauthlib/Makefile =================================================================== --- www/py-requests-oauthlib/Makefile +++ www/py-requests-oauthlib/Makefile @@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-mock>=0:www/py-requests-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: www/py-requests-toolbelt/Makefile =================================================================== --- www/py-requests-toolbelt/Makefile +++ www/py-requests-toolbelt/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1<3.0.0:www/py-requests@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-requests-unixsocket/Makefile =================================================================== --- www/py-requests-unixsocket/Makefile +++ www/py-requests-unixsocket/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-requests-wsgi-adapter/Makefile =================================================================== --- www/py-requests-wsgi-adapter/Makefile +++ www/py-requests-wsgi-adapter/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-requests/Makefile =================================================================== --- www/py-requests/Makefile +++ www/py-requests/Makefile @@ -23,7 +23,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trustme>=0:security/py-trustme@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: www/py-requests_ntlm/Makefile =================================================================== --- www/py-requests_ntlm/Makefile +++ www/py-requests_ntlm/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}ntlm-auth>=1.0.2:security/py-ntlm-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-respx/Makefile =================================================================== --- www/py-respx/Makefile +++ www/py-respx/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.21.0:www/py-httpx@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-restclient/Makefile =================================================================== --- www/py-restclient/Makefile +++ www/py-restclient/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-rfc3986/Makefile =================================================================== --- www/py-rfc3986/Makefile +++ www/py-rfc3986/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= sigmavirus24 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-rfc3987/Makefile =================================================================== --- www/py-rfc3987/Makefile +++ www/py-rfc3987/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= python:3.2+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-rollbar/Makefile =================================================================== --- www/py-rollbar/Makefile +++ www/py-rollbar/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.12.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-routes/Makefile =================================================================== --- www/py-routes/Makefile +++ www/py-routes/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.3:devel/py-repoze.lru@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-rules/Makefile =================================================================== --- www/py-rules/Makefile +++ www/py-rules/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-scgi/Makefile =================================================================== --- www/py-scgi/Makefile +++ www/py-scgi/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.5+ +USES= python USE_PYTHON= autoplist concurrent distutils post-install: Index: www/py-scrapy/Makefile =================================================================== --- www/py-scrapy/Makefile +++ www/py-scrapy/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>=3.5.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydispatcher>=2.0.5:devel/py-pydispatcher@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: www/py-seafdav/Makefile =================================================================== --- www/py-seafdav/Makefile +++ www/py-seafdav/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR} -USES= python:3.7+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= haiwen USE_PYTHON= flavors Index: www/py-seafobj/Makefile =================================================================== --- www/py-seafobj/Makefile +++ www/py-seafobj/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ shebangfix +USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= haiwen USE_PYTHON= flavors Index: www/py-secure-cookie/Makefile =================================================================== --- www/py-secure-cookie/Makefile +++ www/py-secure-cookie/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-selector/Makefile =================================================================== --- www/py-selector/Makefile +++ www/py-selector/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}resolver>=0:devel/py-resolver@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-selenium-wire/Makefile =================================================================== --- www/py-selenium-wire/Makefile +++ www/py-selenium-wire/Makefile @@ -25,7 +25,7 @@ ${PYTHON_PKGNAMEPREFIX}wsproto>0.14:net/py-wsproto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zstandard>=0.14.1:archivers/py-zstandard@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-selenium/Makefile =================================================================== --- www/py-selenium/Makefile +++ www/py-selenium/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-semiphemeral/Makefile =================================================================== --- www/py-semiphemeral/Makefile +++ www/py-semiphemeral/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-json>=0:databases/py-sqlalchemy-json@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tweepy>=0:net/py-tweepy@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-sentinelhub/Makefile =================================================================== --- www/py-sentinelhub/Makefile +++ www/py-sentinelhub/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}utm>=0:graphics/py-utm@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-slimit/Makefile =================================================================== --- www/py-slimit/Makefile +++ www/py-slimit/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-slumber/Makefile =================================================================== --- www/py-slumber/Makefile +++ www/py-slumber/Makefile @@ -18,7 +18,7 @@ YAML_DESC= YAML serializer support YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils Index: www/py-social-auth-app-django/Makefile =================================================================== --- www/py-social-auth-app-django/Makefile +++ www/py-social-auth-app-django/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>0:www/py-django32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= python-social-auth GH_PROJECT= social-app-django Index: www/py-sockjs-tornado/Makefile =================================================================== --- www/py-sockjs-tornado/Makefile +++ www/py-sockjs-tornado/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-soupsieve/Makefile =================================================================== --- www/py-soupsieve/Makefile +++ www/py-soupsieve/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>4:www/py-beautifulsoup@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-splinter/Makefile =================================================================== --- www/py-splinter/Makefile +++ www/py-splinter/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.testbrowser>=5.5.1:devel/py-zope.testbrowser@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-spyne/Makefile =================================================================== --- www/py-spyne/Makefile +++ www/py-spyne/Makefile @@ -35,7 +35,7 @@ ${PYTHON_PKGNAMEPREFIX}werkzeug>=0:www/py-werkzeug@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zeep>=0:net/py-zeep@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: www/py-sseclient/Makefile =================================================================== --- www/py-sseclient/Makefile +++ www/py-sseclient/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.9:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-starlette/Makefile =================================================================== --- www/py-starlette/Makefile +++ www/py-starlette/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.4.0<5:devel/py-anyio@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-swapper/Makefile =================================================================== --- www/py-swapper/Makefile +++ www/py-swapper/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.0:www/py-django32@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-textile/Makefile =================================================================== --- www/py-textile/Makefile +++ www/py-textile/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python USE_GITHUB= yes USE_PYTHON= distutils autoplist Index: www/py-ticketutil/Makefile =================================================================== --- www/py-ticketutil/Makefile +++ www/py-ticketutil/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-kerberos>=0.8.0:security/py-requests-kerberos@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-tornado/Makefile =================================================================== --- www/py-tornado/Makefile +++ www/py-tornado/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python USE_PYTHON= autoplist concurrent pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado4 \ Index: www/py-tornado4/Makefile =================================================================== --- www/py-tornado4/Makefile +++ www/py-tornado4/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado \ Index: www/py-tornado5/Makefile =================================================================== --- www/py-tornado5/Makefile +++ www/py-tornado5/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado \ Index: www/py-treq/Makefile =================================================================== --- www/py-treq/Makefile +++ www/py-treq/Makefile @@ -26,7 +26,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpbin>=0.5.0:www/py-httpbin@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= autoplist distutils CPE_VENDOR= twistedmatrix Index: www/py-ttrv/Makefile =================================================================== --- www/py-ttrv/Makefile +++ www/py-ttrv/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-tuir/Makefile =================================================================== --- www/py-tuir/Makefile +++ www/py-tuir/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-turbogears2/Makefile =================================================================== --- www/py-turbogears2/Makefile +++ www/py-turbogears2/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}markupsafe>=0:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}repoze.lru>=0:devel/py-repoze.lru@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: www/py-tvdb_api/Makefile =================================================================== --- www/py-tvdb_api/Makefile +++ www/py-tvdb_api/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-urlgrabber/Makefile =================================================================== --- www/py-urlgrabber/Makefile +++ www/py-urlgrabber/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.14.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycurl>=7.19.0_1:ftp/py-pycurl@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python shebangfix DOCS_MAKE_ENV= INSTALL_DOCS=yes DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} Index: www/py-urlman/Makefile =================================================================== --- www/py-urlman/Makefile +++ www/py-urlman/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-urlobject/Makefile =================================================================== --- www/py-urlobject/Makefile +++ www/py-urlobject/Makefile @@ -12,7 +12,7 @@ LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/UNLICENSE -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: www/py-urlwatch/Makefile =================================================================== --- www/py-urlwatch/Makefile +++ www/py-urlwatch/Makefile @@ -26,7 +26,7 @@ ${PYTHON_PKGNAMEPREFIX}pytesseract>0:graphics/py-pytesseract@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes Index: www/py-user_agent/Makefile =================================================================== --- www/py-user_agent/Makefile +++ www/py-user_agent/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-utidylib/Makefile =================================================================== --- www/py-utidylib/Makefile +++ www/py-utidylib/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libtidy5.so:www/tidy-html5 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-uvicorn/Makefile =================================================================== --- www/py-uvicorn/Makefile +++ www/py-uvicorn/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h11>=0.8:net/py-h11@${PY_FLAVOR} -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-w3lib/Makefile =================================================================== --- www/py-w3lib/Makefile +++ www/py-w3lib/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-wagtail-2fa/Makefile =================================================================== --- www/py-wagtail-2fa/Makefile +++ www/py-wagtail-2fa/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.14.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wagtail>=2.15:www/py-wagtail@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-wagtail-airtable/Makefile =================================================================== --- www/py-wagtail-airtable/Makefile +++ www/py-wagtail-airtable/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.11.0,1:www/py-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wagtail>=4.1:www/py-wagtail@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-wagtail-bakery/Makefile =================================================================== --- www/py-wagtail-bakery/Makefile +++ www/py-wagtail-bakery/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-bakery>=0.12.7<0.14:www/py-django-bakery@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wagtail>=4.1:www/py-wagtail@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-wagtail-factories/Makefile =================================================================== --- www/py-wagtail-factories/Makefile +++ www/py-wagtail-factories/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}factory-boy>=3.2:devel/py-factory-boy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wagtail>=4.1:www/py-wagtail@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-wagtail-localize/Makefile =================================================================== --- www/py-wagtail-localize/Makefile +++ www/py-wagtail-localize/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wagtail>=4.1:www/py-wagtail@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-wagtail-transfer/Makefile =================================================================== --- www/py-wagtail-transfer/Makefile +++ www/py-wagtail-transfer/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wagtail>=4.1:www/py-wagtail@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-wagtail/Makefile =================================================================== --- www/py-wagtail/Makefile +++ www/py-wagtail/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}telepath>=0.1.1<1:devel/py-telepath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}willow>=1.5<1.6:graphics/py-willow@${PY_FLAVOR} -USES= cpe python:3.7+ shebangfix +USES= cpe python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-waitress/Makefile =================================================================== --- www/py-waitress/Makefile +++ www/py-waitress/Makefile @@ -11,7 +11,7 @@ LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cpe python:3.7+ +USES= cpe python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-webargs/Makefile =================================================================== --- www/py-webargs/Makefile +++ www/py-webargs/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>=4.5.2:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webtest>0:www/py-WebTest@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes # tests not packaged with PyPI sdist GH_ACCOUNT= marshmallow-code Index: www/py-webassets/Makefile =================================================================== --- www/py-webassets/Makefile +++ www/py-webassets/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: www/py-webdriver_manager/Makefile =================================================================== --- www/py-webdriver_manager/Makefile +++ www/py-webdriver_manager/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-webob/Makefile =================================================================== --- www/py-webob/Makefile +++ www/py-webob/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.6+ +USES= python DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylons-sphinx-themes>=0:textproc/py-pylons-sphinx-themes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.7.5,1:textproc/py-sphinx@${PY_FLAVOR} Index: www/py-websocket-client/Makefile =================================================================== --- www/py-websocket-client/Makefile +++ www/py-websocket-client/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-webunit/Makefile =================================================================== --- www/py-webunit/Makefile +++ www/py-webunit/Makefile @@ -9,7 +9,7 @@ COMMENT= Unit test your websites with code that acts like a web browser WWW= https://pypi.org/project/webunit/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} Index: www/py-werkzeug/Makefile =================================================================== --- www/py-werkzeug/Makefile +++ www/py-werkzeug/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markupsafe>=2.1.1:textproc/py-markupsafe@${PY_FLAVOR} -USES= cpe python:3.8+ +USES= cpe python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: www/py-wfuzz/Makefile =================================================================== --- www/py-wfuzz/Makefile +++ www/py-wfuzz/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Index: www/py-whitenoise/Makefile =================================================================== --- www/py-whitenoise/Makefile +++ www/py-whitenoise/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: www/py-wikipedia/Makefile =================================================================== --- www/py-wikipedia/Makefile +++ www/py-wikipedia/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist .include Index: www/py-wikitools/Makefile =================================================================== --- www/py-wikitools/Makefile +++ www/py-wikitools/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/py-woob-qt/Makefile =================================================================== --- www/py-woob-qt/Makefile +++ www/py-woob-qt/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}woob>=2.0:www/py-woob@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}woob>=2.0:www/py-woob@${PY_FLAVOR} -USES= gmake pyqt:5 python:3.7+ +USES= gmake pyqt:5 python USE_PYQT= pyqt5 sip USE_PYTHON= autoplist distutils Index: www/py-woob/Makefile =================================================================== --- www/py-woob/Makefile +++ www/py-woob/Makefile @@ -43,7 +43,7 @@ gpg2:security/gnupg \ yt-dlp:www/yt-dlp -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: www/py-wsaccel/Makefile =================================================================== --- www/py-wsaccel/Makefile +++ www/py-wsaccel/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils pytest post-install: Index: www/py-wsgidav/Makefile =================================================================== --- www/py-wsgidav/Makefile +++ www/py-wsgidav/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}tox>=2.0:devel/py-tox@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webtest>=2.0:www/py-WebTest@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: www/py-xandikos/Makefile =================================================================== --- www/py-xandikos/Makefile +++ www/py-xandikos/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}multidict>=0:www/py-multidict@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes Index: www/py-xyzservices/Makefile =================================================================== --- www/py-xyzservices/Makefile +++ www/py-xyzservices/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes Index: www/py-yarl/Makefile =================================================================== --- www/py-yarl/Makefile +++ www/py-yarl/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils cython pytest pre-configure: Index: www/qt5-webkit/Makefile =================================================================== --- www/qt5-webkit/Makefile +++ www/qt5-webkit/Makefile @@ -21,7 +21,7 @@ libwoff2dec.so:devel/woff2 USES= bison cmake compiler:c++11-lang gnome gperf jpeg \ - pathfix perl5 pkgconfig python:3.5+,build qt:5 ruby:build \ + pathfix perl5 pkgconfig python:build qt:5 ruby:build \ sqlite:3 tar:xz xorg USE_GNOME= glib20 libxml2 libxslt USE_PERL5= build Index: www/qutebrowser/Makefile =================================================================== --- www/qutebrowser/Makefile +++ www/qutebrowser/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sip>=0:devel/py-sip@${PY_FLAVOR} -USES= cpe desktop-file-utils python:3.6+ pyqt:5 qt:5 +USES= cpe desktop-file-utils python pyqt:5 qt:5 USE_PYQT= pyqt5 webengine USE_PYTHON= distutils autoplist noflavors USE_QT= sql-sqlite3 Index: www/radicale/Makefile =================================================================== --- www/radicale/Makefile +++ www/radicale/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} -USES= cpe python:3.6+ shebangfix +USES= cpe python shebangfix USE_PYTHON= autoplist distutils USERS= radicale GROUPS= radicale Index: www/seahub/Makefile =================================================================== --- www/seahub/Makefile +++ www/seahub/Makefile @@ -40,7 +40,7 @@ ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bleach>0:www/py-bleach@${PY_FLAVOR} -USES= gettext-tools:build python:3.7+ shebangfix +USES= gettext-tools:build python shebangfix USE_GITHUB= yes GH_ACCOUNT= haiwen SHEBANG_FILES= *.sh tests/*.sh *.template *.py tools/*.py seahub/*.py \ Index: www/searx/Makefile =================================================================== --- www/searx/Makefile +++ www/searx/Makefile @@ -31,7 +31,7 @@ ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR} BUILD_DEPENDS= ${RUN_DEPENDS} -USES= python:3.7+ +USES= python USE_GITHUB= yes GH_ACCOUNT= asciimoo USE_PYTHON= distutils autoplist noflavors Index: www/tor-browser/Makefile =================================================================== --- www/tor-browser/Makefile +++ www/tor-browser/Makefile @@ -29,7 +29,7 @@ obfs4proxy:security/obfs4proxy-tor USES= compiler:c++11-lib libtool \ - perl5 pkgconfig python:3.7+ shebangfix localbase:ldflags tar:xz + perl5 pkgconfig python shebangfix localbase:ldflags tar:xz USE_GECKO= gecko SSP_UNSAFE= yes Index: www/trac-devel/Makefile =================================================================== --- www/trac-devel/Makefile +++ www/trac-devel/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} # some tests are failing with 3.8 -USES= cpe python:3.7+ +USES= cpe python CPE_VENDOR= edgewall CONFLICTS_INSTALL= trac Index: www/twms/Makefile =================================================================== --- www/twms/Makefile +++ www/twms/Makefile @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= Komzpa -USES= python:3.8+ +USES= python USE_PYTHON= distutils py3kplist optsuffix NO_ARCH= yes Index: www/ungoogled-chromium/Makefile =================================================================== --- www/ungoogled-chromium/Makefile +++ www/ungoogled-chromium/Makefile @@ -75,7 +75,7 @@ USES= bison compiler:c++17-lang cpe desktop-file-utils gl gmake gnome \ iconv:wchar_t jpeg localbase:ldflags ninja perl5 pkgconfig \ - python:3.7+,build qt:5 shebangfix tar:xz xorg + python:build qt:5 shebangfix tar:xz xorg CPE_VENDOR= google CPE_PRODUCT= chrome Index: www/unit-python/Makefile =================================================================== --- www/unit-python/Makefile +++ www/unit-python/Makefile @@ -4,7 +4,7 @@ COMMENT= Python module for NGINX Unit -USES= python:3.7-3.11 gettext-runtime +USES= python:3.8-3.11 gettext-runtime USE_PYTHON= flavors PLIST_FILES= libexec/unit/modules/${UNIT_MODNAME}.unit.so Index: www/uwsgi/Makefile =================================================================== --- www/uwsgi/Makefile +++ www/uwsgi/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe pkgconfig python:3.6+ +USES= cpe pkgconfig python USE_GITHUB= yes GH_ACCOUNT= unbit USE_PYTHON= distutils concurrent Index: www/uwsgitop/Makefile =================================================================== --- www/uwsgitop/Makefile +++ www/uwsgitop/Makefile @@ -8,7 +8,7 @@ COMMENT= uWSGI top-like app WWW= https://pypi.org/project/uwsgitop/ -USES= python:3.6+ +USES= python USE_PYTHON= distutils concurrent optsuffix PLIST_FILES= bin/uwsgitop %%DOCSDIR%%/README.rst Index: www/varnish-libvmod-digest/Makefile =================================================================== --- www/varnish-libvmod-digest/Makefile +++ www/varnish-libvmod-digest/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} LIB_DEPENDS= libmhash.so:security/mhash -USES= autoreconf gmake libtool pkgconfig python:3.7+,build varnish:7 +USES= autoreconf gmake libtool pkgconfig python:build varnish:7 USE_GITHUB= yes GH_ACCOUNT= varnish USE_LDCONFIG= ${PREFIX}/lib/varnach/vmods Index: www/varnish-libvmod-dynamic/Makefile =================================================================== --- www/varnish-libvmod-dynamic/Makefile +++ www/varnish-libvmod-dynamic/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} USES= autoreconf compiler:c11 gmake libtool pkgconfig \ - python:3.5+,build varnish:7 + python:build varnish:7 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: www/varnish-libvmod-fileserver/Makefile =================================================================== --- www/varnish-libvmod-fileserver/Makefile +++ www/varnish-libvmod-fileserver/Makefile @@ -19,7 +19,7 @@ rst2man:textproc/py-docutils@${PY_FLAVOR} USES= cargo compiler:c++17-lang libtool pkgconfig \ - python:3.5+,build varnish:7 + python:build varnish:7 USE_LDCONFIG= yes PLIST_FILES= lib/varnish/vmods/libvmod_fileserver.so Index: www/varnish-libvmod-geoip2/Makefile =================================================================== --- www/varnish-libvmod-geoip2/Makefile +++ www/varnish-libvmod-geoip2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb USES= autoreconf:build gmake libtool pkgconfig \ - python:3.7+,build varnish:7 + python:build varnish:7 USE_GITHUB= yes GH_ACCOUNT= fgsch GH_PROJECT= libvmod-geoip2 Index: www/varnish-libvmod-maxminddb/Makefile =================================================================== --- www/varnish-libvmod-maxminddb/Makefile +++ www/varnish-libvmod-maxminddb/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb USES= autoreconf compiler:c11 gmake libtool pkgconfig \ - python:3.7+,build varnish:7 + python:build varnish:7 USE_GITHUB= yes GH_ACCOUNT= scaleengine GH_PROJECT= libvmod_maxminddb Index: www/varnish-libvmod-querystring/Makefile =================================================================== --- www/varnish-libvmod-querystring/Makefile +++ www/varnish-libvmod-querystring/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} -USES= autoreconf libtool pkgconfig python:3.5+,build varnish:7 +USES= autoreconf libtool pkgconfig python:build varnish:7 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: www/varnish-libvmod-redis/Makefile =================================================================== --- www/varnish-libvmod-redis/Makefile +++ www/varnish-libvmod-redis/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} USES= autoreconf compiler:c11 gmake libtool pkgconfig \ - python:3.5+,build varnish:7 + python:build varnish:7 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: www/varnish6/Makefile =================================================================== --- www/varnish6/Makefile +++ www/varnish6/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre USES= autoreconf compiler cpe gmake libedit libtool ncurses pathfix \ - pkgconfig python:3.4+,build readline shebangfix + pkgconfig python:build readline shebangfix CONFLICTS= varnish4 varnish7 Index: www/varnish7/Makefile =================================================================== --- www/varnish7/Makefile +++ www/varnish7/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 USES= cpe libedit libtool localbase ncurses pathfix \ - pkgconfig python:3.6+,build shebangfix tar:tgz + pkgconfig python:build shebangfix tar:tgz CPE_VENDOR= varnish-cache CPE_PRODUCT= varnish_cache GNU_CONFIGURE= yes Index: www/web2ldap/Makefile =================================================================== --- www/web2ldap/Makefile +++ www/web2ldap/Makefile @@ -23,7 +23,7 @@ ${LOCALBASE}/etc/mime.types:misc/mime-support OPTIONS_DEFINE= DOCS -USES= cpe python:3.6+ +USES= cpe python USE_PYTHON= distutils autoplist SUB_FILES= pkg-message ${PORTNAME} Index: www/webpy/Makefile =================================================================== --- www/webpy/Makefile +++ www/webpy/Makefile @@ -12,7 +12,7 @@ LICENSE= PD -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils .include Index: www/xist/Makefile =================================================================== --- www/xist/Makefile +++ www/xist/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>=3.4:devel/py-lxml@${PY_FLAVOR} \ ${PY_PILLOW} -USES= python:3.6+ tar:bzip2 +USES= python tar:bzip2 USE_PYTHON= autoplist distutils post-install: Index: www/you-get/Makefile =================================================================== --- www/you-get/Makefile +++ www/you-get/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes Index: www/yt-dlp/Makefile =================================================================== --- www/yt-dlp/Makefile +++ www/yt-dlp/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= gmake python:3.7+ shebangfix +USES= gmake python shebangfix SHEBANG_GLOB= devscripts/*.py Index: x11-fm/nautilus-python/Makefile =================================================================== --- x11-fm/nautilus-python/Makefile +++ x11-fm/nautilus-python/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome libtool localbase pathfix pkgconfig python:3.6+ \ +USES= gmake gnome libtool localbase pathfix pkgconfig python \ tar:xz USE_GNOME= cairo gdkpixbuf2 nautilus3 pygobject3 USE_LDCONFIG= yes Index: x11-fm/nautilus/Makefile =================================================================== --- x11-fm/nautilus/Makefile +++ x11-fm/nautilus/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 cpe desktop-file-utils gettext gnome gstreamer localbase meson \ - pkgconfig python:3.6+,build tar:xz xorg + pkgconfig python:build tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 USE_LDCONFIG= yes USE_XORG= x11 Index: x11-fonts/font-manager/Makefile =================================================================== --- x11-fonts/font-manager/Makefile +++ x11-fonts/font-manager/Makefile @@ -24,7 +24,7 @@ libwebkit2gtk-4.0.so:www/webkit2-gtk3 USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \ - meson pkgconfig python:3.6+ shebangfix sqlite vala:build + meson pkgconfig python shebangfix sqlite vala:build USE_GITHUB= yes GH_ACCOUNT= FontManager USE_GNOME= cairo glib20 gtk30 libxml2 pango Index: x11-fonts/fontconfig/Makefile =================================================================== --- x11-fonts/fontconfig/Makefile +++ x11-fonts/fontconfig/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 -USES= cpe gperf meson pkgconfig python:3.6+,build shebangfix tar:xz \ +USES= cpe gperf meson pkgconfig python:build shebangfix tar:xz \ trigger CPE_VENDOR= fontconfig_project USE_LDCONFIG= yes Index: x11-fonts/py-QtAwesome/Makefile =================================================================== --- x11-fonts/py-QtAwesome/Makefile +++ x11-fonts/py-QtAwesome/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}QtPy>0:devel/py-QtPy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: x11-fonts/py-afdko/Makefile =================================================================== --- x11-fonts/py-afdko/Makefile +++ x11-fonts/py-afdko/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}ufoprocessor>=1.9.0:x11-fonts/py-ufoprocessor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zopfli>=0.1.4:archivers/py-zopfli@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: x11-fonts/py-axisregistry/Makefile =================================================================== --- x11-fonts/py-axisregistry/Makefile +++ x11-fonts/py-axisregistry/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.4,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-fonts/py-babelfont/Makefile =================================================================== --- x11-fonts/py-babelfont/Makefile +++ x11-fonts/py-babelfont/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}orjson>=3.5.1<4.0.0:devel/py-orjson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ufolib2>=0.11.1:print/py-ufolib2@${PY_FLAVOR} -USES= python:3.8+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-fonts/py-bdflib/Makefile =================================================================== --- x11-fonts/py-bdflib/Makefile +++ x11-fonts/py-bdflib/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-fonts/py-booleanOperations/Makefile =================================================================== --- x11-fonts/py-booleanOperations/Makefile +++ x11-fonts/py-booleanOperations/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyclipper>=1.1.0p1:math/py-pyclipper@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=4.0.2:print/py-fonttools@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes Index: x11-fonts/py-cffsubr/Makefile =================================================================== --- x11-fonts/py-cffsubr/Makefile +++ x11-fonts/py-cffsubr/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}afdko>=0:x11-fonts/py-afdko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=4.10.2:print/py-fonttools@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-fonts/py-compreffor/Makefile =================================================================== --- x11-fonts/py-compreffor/Makefile +++ x11-fonts/py-compreffor/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}setuptools_git_ls_files>=0:devel/py-setuptools_git_ls_files@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4:print/py-fonttools@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++11-lang python USE_PYTHON= autoplist concurrent distutils .include Index: x11-fonts/py-cu2qu/Makefile =================================================================== --- x11-fonts/py-cu2qu/Makefile +++ x11-fonts/py-cu2qu/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils .include Index: x11-fonts/py-defcon/Makefile =================================================================== --- x11-fonts/py-defcon/Makefile +++ x11-fonts/py-defcon/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.10.0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes Index: x11-fonts/py-fontMath/Makefile =================================================================== --- x11-fonts/py-fontMath/Makefile +++ x11-fonts/py-fontMath/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes Index: x11-fonts/py-fontfeatures/Makefile =================================================================== --- x11-fonts/py-fontfeatures/Makefile +++ x11-fonts/py-fontfeatures/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}glyphtools>=0.7.0:print/py-glyphtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-fonts/py-fontmake/Makefile =================================================================== --- x11-fonts/py-fontmake/Makefile +++ x11-fonts/py-fontmake/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}ufo2ft>=2.29.0:x11-fonts/py-ufo2ft@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ufolib2>=0.13.0:print/py-ufolib2@${PY_FLAVOR} \ -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-fonts/py-gflanguages/Makefile =================================================================== --- x11-fonts/py-gflanguages/Makefile +++ x11-fonts/py-gflanguages/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-fonts/py-glyphsLib/Makefile =================================================================== --- x11-fonts/py-glyphsLib/Makefile +++ x11-fonts/py-glyphsLib/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}openstep-plist>=0.3.0:textproc/py-openstep-plist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ufolib2>=0.6.2:print/py-ufolib2@${PY_FLAVOR} \ -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes Index: x11-fonts/py-opentype-sanitizer/Makefile =================================================================== --- x11-fonts/py-opentype-sanitizer/Makefile +++ x11-fonts/py-opentype-sanitizer/Makefile @@ -16,7 +16,7 @@ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ots-sanitize:x11-fonts/ots -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest LDFLAGS+= -lpython${PYTHON_VER}${PYTHON_ABIVER} Index: x11-fonts/py-opentypespec/Makefile =================================================================== --- x11-fonts/py-opentypespec/Makefile +++ x11-fonts/py-opentypespec/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-fonts/py-ufo2ft/Makefile =================================================================== --- x11-fonts/py-ufo2ft/Makefile +++ x11-fonts/py-ufo2ft/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}cu2qu>=1.6.7:x11-fonts/py-cu2qu@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=4.38.0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: x11-fonts/py-ufoLib/Makefile =================================================================== --- x11-fonts/py-ufoLib/Makefile +++ x11-fonts/py-ufoLib/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=3.1.2:print/py-fonttools@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist distutils NO_ARCH= yes Index: x11-fonts/py-ufolint/Makefile =================================================================== --- x11-fonts/py-ufolint/Makefile +++ x11-fonts/py-ufolint/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}commandlines>=0:devel/py-commandlines@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=4.18.0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-fonts/py-ufonormalizer/Makefile =================================================================== --- x11-fonts/py-ufonormalizer/Makefile +++ x11-fonts/py-ufonormalizer/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-fonts/py-ufoprocessor/Makefile =================================================================== --- x11-fonts/py-ufoprocessor/Makefile +++ x11-fonts/py-ufoprocessor/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}MutatorMath>=2.1.2:math/py-MutatorMath@${PY_FLAVOR} -USES= python:3.7+ zip +USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-fonts/terminus-font/Makefile =================================================================== --- x11-fonts/terminus-font/Makefile +++ x11-fonts/terminus-font/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf -USES= gmake fonts python:build,3.5+ shebangfix +USES= gmake fonts python:build shebangfix NO_ARCH= yes SHEBANG_FILES= bin/*.py Index: x11-themes/gnome-icons-elementary/Makefile =================================================================== --- x11-themes/gnome-icons-elementary/Makefile +++ x11-themes/gnome-icons-elementary/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= xcursorgen:x11/xcursorgen -USES= gettext gnome meson python:3.7+,build +USES= gettext gnome meson python:build USE_GITHUB= yes GH_PROJECT= icons Index: x11-themes/greybird-theme/Makefile =================================================================== --- x11-themes/greybird-theme/Makefile +++ x11-themes/greybird-theme/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= sassc:textproc/sassc RUN_DEPENDS= gtk-murrine-engine>=0.98.1:x11-themes/gtk-murrine-engine -USES= gnome meson pkgconfig python:3.5+,build +USES= gnome meson pkgconfig python:build USE_GNOME= gdkpixbuf2:build glib20:build librsvg2:build GH_ACCOUNT= shimmerproject Index: x11-themes/kf5-breeze-icons/Makefile =================================================================== --- x11-themes/kf5-breeze-icons/Makefile +++ x11-themes/kf5-breeze-icons/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} -USES= compiler:c++11-lang cmake kde:5 python:3.5+,build qt:5 shebangfix tar:xz +USES= compiler:c++11-lang cmake kde:5 python:build qt:5 shebangfix tar:xz USE_KDE= ecm:build USE_QT= buildtools:build qmake:build testlib:build Index: x11-themes/plasma5-breeze-gtk/Makefile =================================================================== --- x11-themes/plasma5-breeze-gtk/Makefile +++ x11-themes/plasma5-breeze-gtk/Makefile @@ -11,7 +11,7 @@ sassc:textproc/sassc RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} -USES= cmake compiler:c++11-lang gnome kde:5 pkgconfig python:3.4+ \ +USES= cmake compiler:c++11-lang gnome kde:5 pkgconfig python \ qt:5 tar:xz USE_GNOME= gdkpixbuf2 USE_KDE= breeze ecm Index: x11-toolkits/granite/Makefile =================================================================== --- x11-toolkits/granite/Makefile +++ x11-toolkits/granite/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= contractor:sysutils/contractor \ gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas -USES= gettext gnome meson pkgconfig python:3.6+,build tar:xz vala:build +USES= gettext gnome meson pkgconfig python:build tar:xz vala:build USE_GITHUB= yes GH_ACCOUNT= elementary USE_GNOME= cairo glib20 gtk30 gdkpixbuf2 introspection:build Index: x11-toolkits/granite7/Makefile =================================================================== --- x11-toolkits/granite7/Makefile +++ x11-toolkits/granite7/Makefile @@ -16,7 +16,7 @@ gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ xdg-desktop-portal>0:deskutils/xdg-desktop-portal -USES= gettext gnome meson pkgconfig python:3.7+,build tar:xz vala:build +USES= gettext gnome meson pkgconfig python:build tar:xz vala:build USE_GITHUB= yes GH_ACCOUNT= elementary USE_GNOME= cairo glib20 gtk40 gdkpixbuf2 introspection:build Index: x11-toolkits/gtk40/Makefile =================================================================== --- x11-toolkits/gtk40/Makefile +++ x11-toolkits/gtk40/Makefile @@ -26,7 +26,7 @@ adwaita-icon-theme>=0:x11-themes/adwaita-icon-theme USES= compiler:c11 cpe gettext gnome jpeg localbase meson \ - ninja pathfix perl5 python:3.7+ pkgconfig tar:xz + ninja pathfix perl5 python pkgconfig tar:xz CPE_VENDOR= gnome USE_LDCONFIG= yes USE_PERL5= build Index: x11-toolkits/py-AnyQt/Makefile =================================================================== --- x11-toolkits/py-AnyQt/Makefile +++ x11-toolkits/py-AnyQt/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_BUILD= yes Index: x11-toolkits/py-Pmw/Makefile =================================================================== --- x11-toolkits/py-Pmw/Makefile +++ x11-toolkits/py-Pmw/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libBLT25.so:x11-toolkits/blt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} -USES= dos2unix python:3.6+ shebangfix +USES= dos2unix python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes SHEBANG_FILES= Pmw/Pmw_*/bin/bundlepmw.py Index: x11-toolkits/py-easygui/Makefile =================================================================== --- x11-toolkits/py-easygui/Makefile +++ x11-toolkits/py-easygui/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ ${PY_PILLOW} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: x11-toolkits/py-fltk/Makefile =================================================================== --- x11-toolkits/py-fltk/Makefile +++ x11-toolkits/py-fltk/Makefile @@ -16,7 +16,7 @@ CFLAGS+= -DFL_LIBRARY MAKE_ENV= FLTK_HOME=${LOCALBASE}/bin -USES= python:3.6+ xorg +USES= python xorg USE_PYTHON= autoplist distutils USE_XORG= x11 Index: x11-toolkits/py-python-xlib/Makefile =================================================================== --- x11-toolkits/py-python-xlib/Makefile +++ x11-toolkits/py-python-xlib/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ tar:bz2 +USES= python tar:bz2 USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= python-xlib Index: x11-toolkits/py-qt5-chart/Makefile =================================================================== --- x11-toolkits/py-qt5-chart/Makefile +++ x11-toolkits/py-qt5-chart/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 -USES= gl python:3.8+ pyqt:5 qt:5 +USES= gl python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip:build pyqt5 USE_PYTHON= concurrent flavors py3kplist Index: x11-toolkits/py-qt6-chart/Makefile =================================================================== --- x11-toolkits/py-qt6-chart/Makefile +++ x11-toolkits/py-qt6-chart/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libqscintilla2_qt6.so:devel/qscintilla2-qt6 -USES= gl pyqt:6 python:3.8+ qt:6 +USES= gl pyqt:6 python qt:6 USE_GL= gl USE_PYQT= sip:build pyqt6 qtbuilder USE_PYTHON= concurrent flavors py3kplist Index: x11-toolkits/py-tktreectrl/Makefile =================================================================== --- x11-toolkits/py-tktreectrl/Makefile +++ x11-toolkits/py-tktreectrl/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Pmw>=0:x11-toolkits/py-Pmw@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} -USES= python:3.6+ tk:run zip +USES= python tk:run zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11-toolkits/py-wxPython4/Makefile =================================================================== --- x11-toolkits/py-wxPython4/Makefile +++ x11-toolkits/py-wxPython4/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR} -USES= compiler:c++11-lib gl localbase pkgconfig python:3.6+ +USES= compiler:c++11-lib gl localbase pkgconfig python USE_GL= glu USE_WX= 3.2 USE_PYTHON= distutils autoplist Index: x11-toolkits/pythonqt/Makefile =================================================================== --- x11-toolkits/pythonqt/Makefile +++ x11-toolkits/pythonqt/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext-runtime gl python:3.6+ qmake qt:5 +USES= gettext-runtime gl python qmake qt:5 USE_QT= core declarative gui multimedia network opengl printsupport sql svg webkit widgets xml xmlpatterns \ buildtools:build USE_GL= gl Index: x11-toolkits/qt6-declarative/Makefile =================================================================== --- x11-toolkits/qt6-declarative/Makefile +++ x11-toolkits/qt6-declarative/Makefile @@ -22,7 +22,7 @@ libxkbcommon.so:x11/libxkbcommon \ libzstd.so:archivers/zstd -USES= cmake compiler:c++17-lang gettext-runtime gl gnome pkgconfig python:3.5+ xorg \ +USES= cmake compiler:c++17-lang gettext-runtime gl gnome pkgconfig python xorg \ qt-dist:6 USE_GL= opengl USE_GNOME= glib20 Index: x11-toolkits/vte3/Makefile =================================================================== --- x11-toolkits/vte3/Makefile +++ x11-toolkits/vte3/Makefile @@ -24,7 +24,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lang gettext gnome localbase meson \ - pkgconfig python:3.6+ tar:xz vala:build + pkgconfig python tar:xz vala:build USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf2 gtk30 gtk40 introspection:build Index: x11-wm/chamfer/Makefile =================================================================== --- x11-wm/chamfer/Makefile +++ x11-wm/chamfer/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR} -USES= compiler:c++17-lang meson localbase pkgconfig python:3.3+ xorg +USES= compiler:c++17-lang meson localbase pkgconfig python xorg USE_GITHUB= yes USE_XORG= xcb GH_ACCOUNT= jaelpark Index: x11-wm/fvwm2/Makefile =================================================================== --- x11-wm/fvwm2/Makefile +++ x11-wm/fvwm2/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk \ --without-rplay-library \ ac_cv_path_PYTHON=${PYTHON_CMD} -USES= cpe gmake gnome perl5 pkgconfig python:3.4+ gettext readline xorg +USES= cpe gmake gnome perl5 pkgconfig python gettext readline xorg USE_XORG= xcursor xft xinerama xpm xrender x11 ice xext USE_GNOME= cairo CFLAGS= -Wno-int-conversion Index: x11-wm/fvwm3/Makefile =================================================================== --- x11-wm/fvwm3/Makefile +++ x11-wm/fvwm3/Makefile @@ -16,7 +16,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= autoreconf compiler:c11 cpe pkgconfig python:3.7+ readline xorg +USES= autoreconf compiler:c11 cpe pkgconfig python readline xorg USE_XORG= ice sm x11 xext xft xrandr xrender xt CONFLICTS_INSTALL= fvwm Index: x11-wm/herbstluftwm/Makefile =================================================================== --- x11-wm/herbstluftwm/Makefile +++ x11-wm/herbstluftwm/Makefile @@ -23,7 +23,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_SUB= yes -DOCS_USES+= python:3.5+,build +DOCS_USES+= python:build DOCS_CMAKE_BOOL+= WITH_DOCUMENTATION DOCS_VARS= binary_alias=python3=${PYTHON_CMD} Index: x11-wm/nscde/Makefile =================================================================== --- x11-wm/nscde/Makefile +++ x11-wm/nscde/Makefile @@ -52,7 +52,7 @@ xterm:x11/xterm USES= desktop-file-utils gettext magick pkgconfig:build pyqt:5 \ - python:3.7+ shebangfix xorg + python shebangfix xorg USE_PYQT= pyqt5 USE_XORG= x11 xext xpm Index: x11-wm/plasma5-kwin/Makefile =================================================================== --- x11-wm/plasma5-kwin/Makefile +++ x11-wm/plasma5-kwin/Makefile @@ -34,7 +34,7 @@ CONFLICTS_INSTALL= kwinft # bin/kwin_wayland USES= cmake compiler:c++11-lib gettext gl gnome kde:5 pkgconfig \ - python:3.7+,run qt:5 shebangfix tar:xz xorg + python:run qt:5 shebangfix tar:xz xorg USE_GL= egl gbm USE_GNOME= glib20 USE_KDE= activities attica auth breeze codecs completion config \ Index: x11-wm/qtile/Makefile =================================================================== --- x11-wm/qtile/Makefile +++ x11-wm/qtile/Makefile @@ -27,7 +27,7 @@ USE_GNOME= pygobject3 -USES= gnome python:3.7+ localbase +USES= gnome python localbase USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes Index: x11-wm/xfce4-panel-profiles/Makefile =================================================================== --- x11-wm/xfce4-panel-profiles/Makefile +++ x11-wm/xfce4-panel-profiles/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 -USES= gettext-tools gmake gnome python:3.3+ shebangfix tar:bz2 xfce +USES= gettext-tools gmake gnome python shebangfix tar:bz2 xfce USE_GNOME= gtk30 intltool USE_XFCE= panel Index: x11/alacritty/Makefile =================================================================== --- x11/alacritty/Makefile +++ x11/alacritty/Makefile @@ -16,7 +16,7 @@ libxkbcommon.so:x11/libxkbcommon TEST_DEPENDS= dejavu>0:x11-fonts/dejavu -USES= cargo localbase:ldflags python:3.6+,build ssl:build +USES= cargo localbase:ldflags python:build ssl:build USE_GITHUB= yes CARGO_CRATES= adler-1.0.2 \ Index: x11/albert/Makefile =================================================================== --- x11/albert/Makefile +++ x11/albert/Makefile @@ -15,7 +15,7 @@ libqalculate.so:math/libqalculate RUN_DEPENDS= play:audio/sox -USES= cmake compiler:c++20-lang gl localbase:ldflags pkgconfig python:3.7+ qt:6 xorg +USES= cmake compiler:c++20-lang gl localbase:ldflags pkgconfig python qt:6 xorg USE_GL= gl opengl USE_QT= base declarative scxml svg Index: x11/autorandr/Makefile =================================================================== --- x11/autorandr/Makefile +++ x11/autorandr/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= gsed:textproc/gsed RUN_DEPENDS= xrandr:x11/xrandr -USES= gmake pkgconfig python:3.3-3.10 shebangfix xorg +USES= gmake pkgconfig python:3.8-3.10 shebangfix xorg # Use GitHub instead of MASTER_SITES=PYPI to get additional files like # the manual page and the license. USE_GITHUB= yes Index: x11/dsbxinput/Makefile =================================================================== --- x11/dsbxinput/Makefile +++ x11/dsbxinput/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= xinput:x11/xinput -USES= pyqt:5 python:3.8+ qt:5 +USES= pyqt:5 python qt:5 USE_QT= linguisttools:build USE_GITHUB= yes GH_ACCOUNT= mrclksr Index: x11/gnome-desktop/Makefile =================================================================== --- x11/gnome-desktop/Makefile +++ x11/gnome-desktop/Makefile @@ -26,7 +26,7 @@ xkeyboard-config>=0:x11/xkeyboard-config USES= bison cpe gettext gnome localbase:ldflags meson \ - pkgconfig python:3.4+ tar:xz xorg + pkgconfig python tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 gtk40 intltool introspection:build USE_XORG= x11 USE_LDCONFIG= yes Index: x11/gnome-session/Makefile =================================================================== --- x11/gnome-session/Makefile +++ x11/gnome-session/Makefile @@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gl gnome localbase:ldflags meson \ - pkgconfig python:3.6+,build tar:xz xorg + pkgconfig python:build tar:xz xorg USE_GNOME= gnomedesktop3 gtk30 USE_XORG= ice sm x11 xcomposite xtrans USE_GL= egl gl glesv2 Index: x11/gnome-shell-extensions/Makefile =================================================================== --- x11/gnome-shell-extensions/Makefile +++ x11/gnome-shell-extensions/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even NO_ARCH= yes -USES= gettext gnome meson pkgconfig python:3.8+ tar:xz +USES= gettext gnome meson pkgconfig python tar:xz USE_GNOME= glib20 gnomedesktop3 USE_LDCONFIG= yes MESON_ARGS= -Dextension_set=all \ Index: x11/gnome-shell/Makefile =================================================================== --- x11/gnome-shell/Makefile +++ x11/gnome-shell/Makefile @@ -43,7 +43,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 cpe gettext gl gnome gstreamer libtool localbase \ - meson pathfix perl5 pkgconfig python:3.4+ shebangfix tar:xz \ + meson pathfix perl5 pkgconfig python shebangfix tar:xz \ webplugin:native xorg USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 gnomedesktop3 gtk40 \ introspection libxml2 libxslt:build Index: x11/gnome-terminal/Makefile =================================================================== --- x11/gnome-terminal/Makefile +++ x11/gnome-terminal/Makefile @@ -24,7 +24,7 @@ PORTSCOUT= limitw:1,even -USES= cpe gettext gnome localbase meson pathfix pkgconfig python:3.7+ \ +USES= cpe gettext gnome localbase meson pathfix pkgconfig python \ tar:bz2 vala:build xorg USE_GNOME= cairo dconf gdkpixbuf2 gtk30 intltool vte3 USE_XORG= x11 Index: x11/guake/Makefile =================================================================== --- x11/guake/Makefile +++ x11/guake/Makefile @@ -24,7 +24,7 @@ keybinder>0:x11/keybinder \ libnotify>0:devel/libnotify -USES= cpe gmake gnome libtool localbase pathfix python:3.5+ \ +USES= cpe gmake gnome libtool localbase pathfix python \ shebangfix USE_GNOME= glib20 gtk30 intltool vte3 USE_PYTHON= distutils noflavors Index: x11/jgmenu/Makefile =================================================================== --- x11/jgmenu/Makefile +++ x11/jgmenu/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libpng.so:graphics/png -USES= compiler:c11 gmake gnome pkgconfig python:3.4+ shebangfix xorg +USES= compiler:c11 gmake gnome pkgconfig python shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= johanmalm USE_GNOME= cairo gdkpixbuf2 glib20 librsvg2 libxml2 pango Index: x11/kitty/Makefile =================================================================== --- x11/kitty/Makefile +++ x11/kitty/Makefile @@ -31,7 +31,7 @@ libxkbcommon.so:x11/libxkbcommon USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \ - go:modules pkgconfig python:3.5+ shebangfix ssl tar:xz terminfo \ + go:modules pkgconfig python shebangfix ssl tar:xz terminfo \ xorg CPE_VENDOR= kitty_project GH_TUPLE= ALTree:bigfloat:38c8b72a9924:altree_bigfloat/vendor/github.com/ALTree/bigfloat \ Index: x11/mate-dock-applet/Makefile =================================================================== --- x11/mate-dock-applet/Makefile +++ x11/mate-dock-applet/Makefile @@ -19,7 +19,7 @@ ${PYTHON_PKGNAMEPREFIX}python-xlib>=0:x11-toolkits/py-python-xlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} -USES= python:3.7+ autoreconf gettext gmake gnome libtool localbase \ +USES= python autoreconf gettext gmake gnome libtool localbase \ pkgconfig shebangfix tar:xz USE_GITHUB= yes Index: x11/menulibre/Makefile =================================================================== --- x11/menulibre/Makefile +++ x11/menulibre/Makefile @@ -17,7 +17,7 @@ pkexec:sysutils/polkit \ ${PYTHON_PKGNAMEPREFIX}psutil>=2.0:sysutils/py-psutil@${PY_FLAVOR} -USES= desktop-file-utils gettext gnome python:3.4+ +USES= desktop-file-utils gettext gnome python USE_GNOME= intltool pygobject3 USE_PYTHON= distutils Index: x11/plasma5-plasma-desktop/Makefile =================================================================== --- x11/plasma5-plasma-desktop/Makefile +++ x11/plasma5-plasma-desktop/Makefile @@ -29,7 +29,7 @@ wayland-protocols>=1.18:graphics/wayland-protocols USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext gnome \ - kde:5 pkgconfig python:3.5+,run qt:5 shebangfix tar:xz xorg + kde:5 pkgconfig python:run qt:5 shebangfix tar:xz xorg USE_GNOME= glib20 USE_KDE= activities activities-stats archive attica auth baloo \ bookmarks codecs completion config configwidgets coreaddons \ Index: x11/polybar/Makefile =================================================================== --- x11/polybar/Makefile +++ x11/polybar/Makefile @@ -24,7 +24,7 @@ # compiler:c++11-lang is needed for powerpc64 USES= cmake compiler:c++11-lang gnome localbase:ldflags \ - pkgconfig python:3.5+,build xorg + pkgconfig python:build xorg USE_GNOME= cairo USE_XORG= xcb Index: x11/py-caffeine-ng/Makefile =================================================================== --- x11/py-caffeine-ng/Makefile +++ x11/py-caffeine-ng/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}flake8-bugbear>0:devel/py-flake8-bugbear@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8-import-order>0:devel/py-flake8-import-order@${PY_FLAVOR} -USES= desktop-file-utils gettext-tools gnome python:3.6-3.9 +USES= desktop-file-utils gettext-tools gnome python:3.8-3.9 USE_GNOME= gdkpixbuf2 gtk30 pygobject3 USE_PYTHON= autoplist distutils Index: x11/py-i3-quickterm/Makefile =================================================================== --- x11/py-i3-quickterm/Makefile +++ x11/py-i3-quickterm/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}i3ipc>2.0:x11/py-i3ipc@${PY_FLAVOR} -USES= python:3.4+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Index: x11/py-i3ipc/Makefile =================================================================== --- x11/py-i3ipc/Makefile +++ x11/py-i3ipc/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.4+ +USES= python USE_PYTHON= autoplist distutils .include Index: x11/py-mouseinfo/Makefile =================================================================== --- x11/py-mouseinfo/Makefile +++ x11/py-mouseinfo/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}pyperclip>0:devel/py-pyperclip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist distutils DOS2UNIX_GLOB= *.py Index: x11/py-pyautogui/Makefile =================================================================== --- x11/py-pyautogui/Makefile +++ x11/py-pyautogui/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pyscreeze>0:x11/py-pyscreeze@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mouseinfo>0:x11/py-mouseinfo@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: x11/py-pynput/Makefile =================================================================== --- x11/py-pynput/Makefile +++ x11/py-pynput/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: x11/py-pyscreenshot/Makefile =================================================================== --- x11/py-pyscreenshot/Makefile +++ x11/py-pyscreenshot/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \ ${PY_PILLOW} -USES= magick:6,run python:3.6+ +USES= magick:6,run python NO_ARCH= yes USE_PYTHON= autoplist distutils Index: x11/py-pyscreeze/Makefile =================================================================== --- x11/py-pyscreeze/Makefile +++ x11/py-pyscreeze/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python USE_PYTHON= autoplist distutils DOS2UNIX_GLOB= *.py Index: x11/py-pyvirtualdisplay/Makefile =================================================================== --- x11/py-pyvirtualdisplay/Makefile +++ x11/py-pyvirtualdisplay/Makefile @@ -21,7 +21,7 @@ ${PY_PILLOW} \ xauth>0:x11/xauth -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils OPTIONS_SINGLE= BACKEND Index: x11/py-screeninfo/Makefile =================================================================== --- x11/py-screeninfo/Makefile +++ x11/py-screeninfo/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Index: x11/py-xcffib/Makefile =================================================================== --- x11/py-xcffib/Makefile +++ x11/py-xcffib/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libxcb.so:x11/libxcb RUN_DEPENDS= ${BUILD_DEPENDS} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Index: x11/py-xdot/Makefile =================================================================== --- x11/py-xdot/Makefile +++ x11/py-xdot/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= dot:graphics/graphviz \ ${PYNUMPY} -USES= gnome python:3.4+ +USES= gnome python USE_PYTHON= autoplist distutils USE_GNOME= cairo gtk30 pygobject3 Index: x11/terminator/Makefile =================================================================== --- x11/terminator/Makefile +++ x11/terminator/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas -USES= gnome python:3.5+ shebangfix gettext +USES= gnome python shebangfix gettext USE_GNOME= intltool pygobject3 vte3 USE_PYTHON= autoplist distutils noflavors Index: x11/terminology/Makefile =================================================================== --- x11/terminology/Makefile +++ x11/terminology/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libefl.so:devel/efl -USES= compiler:c11 cpe meson pkgconfig tar:xz python:3.4+ +USES= compiler:c11 cpe meson pkgconfig tar:xz python BINARY_ALIAS= python3=${PYTHON_CMD} CPE_VENDOR= enlightenment Index: x11/ulauncher/Makefile =================================================================== --- x11/ulauncher/Makefile +++ x11/ulauncher/Makefile @@ -22,7 +22,7 @@ ${LOCALBASE}/share/gir-1.0/WebKit2-4.0.gir:www/webkit2-gtk3 \ wmctrl:x11/wmctrl -USES= gettext-tools gnome python:3.6+ +USES= gettext-tools gnome python USE_GNOME= gtk30 intltool pygobject3 USE_PYTHON= autoplist distutils noflavors WRKSRC= ${WRKDIR}/${PORTNAME} Index: x11/virglrenderer/Makefile =================================================================== --- x11/virglrenderer/Makefile +++ x11/virglrenderer/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \ libepoxy.so:graphics/libepoxy -USES= compiler:c++11-lang cpe gl meson pkgconfig python:3.5+ +USES= compiler:c++11-lang cpe gl meson pkgconfig python CPE_VENDOR= ${PORTNAME}_project USE_GITLAB= yes USE_GL= gbm Index: x11/wezterm/Makefile =================================================================== --- x11/wezterm/Makefile +++ x11/wezterm/Makefile @@ -50,7 +50,7 @@ OPTIONS_DEFINE= DOCS -DOCS_USES= python:3.4+,build +DOCS_USES= python:build DOCS_BUILD_DEPENDS= mdbook:textproc/mdbook \ mdbook-linkcheck:textproc/mdbook-linkcheck \ mdbook-mermaid:textproc/mdbook-mermaid Index: x11/workrave/Makefile =================================================================== --- x11/workrave/Makefile +++ x11/workrave/Makefile @@ -59,7 +59,7 @@ DBUS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ boost-libs>0:devel/boost-libs -DBUS_USES= python:3.5+,build +DBUS_USES= python:build DBUS_CONFIGURE_ENABLE= dbus DISTRIBUTION_CONFIGURE_ENABLE= distribution Index: x11/xfce4-screensaver/Makefile =================================================================== --- x11/xfce4-screensaver/Makefile +++ x11/xfce4-screensaver/Makefile @@ -19,7 +19,7 @@ libxklavier.so:x11/libxklavier \ libharfbuzz.so:print/harfbuzz -USES= compiler:c11 gettext-tools gl gmake gnome pkgconfig python:3.5+ \ +USES= compiler:c11 gettext-tools gl gmake gnome pkgconfig python \ shebangfix tar:bzip2 xfce xorg USE_GL= gl USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 Index: x11/xfce4-windowck-plugin/Makefile =================================================================== --- x11/xfce4-windowck-plugin/Makefile +++ x11/xfce4-windowck-plugin/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz BUILD_DEPENDS= xdt-csource:devel/xfce4-dev-tools -USES= gettext-tools gmake gnome libtool python:3.7+,build pkgconfig \ +USES= gettext-tools gmake gnome libtool python:build pkgconfig \ shebangfix tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libwnck3 intltool USE_XFCE= panel Index: x11/xkeyboard-config/Makefile =================================================================== --- x11/xkeyboard-config/Makefile +++ x11/xkeyboard-config/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome localbase pathfix perl5 python:3.6+,build \ +USES= gmake gnome localbase pathfix perl5 python:build \ shebangfix xorg-cat:data NO_ARCH= yes Index: x11/xpra-html5/Makefile =================================================================== --- x11/xpra-html5/Makefile +++ x11/xpra-html5/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= brotli:archivers/brotli -USES= python:3.6+,build +USES= python:build OPTIONS_DEFAULT= YUICOMPRESSOR Index: x11/xpra/Makefile =================================================================== --- x11/xpra/Makefile +++ x11/xpra/Makefile @@ -34,7 +34,7 @@ Xvfb:x11-servers/xorg-server@xvfb USES= desktop-file-utils gettext-runtime gnome localbase pkgconfig \ - python:3.6+ shared-mime-info shebangfix tar:xz xorg + python shared-mime-info shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 pygobject3 USE_PYTHON= cython distutils noflavors