FreeBSD Bugzilla – Attachment 223519 Details for
Bug 251626
math/py-numpy: Update to 1.20.3 (compatible with Python 3.9)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-numpy 1.19.4 v5
numpy-1.19.4_ports_bumped_v5.diff (text/plain), 159.72 KB, created by
Loïc Bartoletti
on 2021-03-23 10:59:06 UTC
(
hide
)
Description:
py-numpy 1.19.4 v5
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2021-03-23 10:59:06 UTC
Size:
159.72 KB
patch
obsolete
>Index: Mk/Uses/python.mk >=================================================================== >--- Mk/Uses/python.mk (revision 569015) >+++ Mk/Uses/python.mk (working copy) >@@ -644,7 +644,7 @@ > > # Python 3rd-party modules > PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR} >-PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.20,1:math/py-numpy@${PY_FLAVOR} >+PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16<1.20:math/py-numpy@${PY_FLAVOR} > > # Common Python modules that can be needed but only for some versions of Python. > .if ${PYTHON_REL} < 3500 >Index: astro/astrometry/Makefile >=================================================================== >--- astro/astrometry/Makefile (revision 569015) >+++ astro/astrometry/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= astrometry > PORTVERSION= 0.80 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= astro > MASTER_SITES= http://astrometry.net/downloads/ > DISTNAME= ${PORTNAME}.net-${PORTVERSION} >Index: astro/kosmorro/Makefile >=================================================================== >--- astro/kosmorro/Makefile (revision 569015) >+++ astro/kosmorro/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= kosmorro > PORTVERSION= 0.9.0 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= astro python > >Index: astro/py-astropy/Makefile >=================================================================== >--- astro/py-astropy/Makefile (revision 569015) >+++ astro/py-astropy/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= astropy > DISTVERSION= 4.0.1 >+PORTREVISION= 1 > PORTEPOCH= 2 > CATEGORIES= astro > MASTER_SITES= CHEESESHOP >@@ -18,7 +19,7 @@ > ${PYTHON_PKGNAMEPREFIX}astropy-helpers>=0:astro/py-astropy-helpers@${PY_FLAVOR} > RUN_DEPENDS= ${PYNUMPY} > >-USES= compiler:c11 python:3.5+ >+USES= compiler:c11 python:3.6+ > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: astro/py-astropy-helpers/Makefile >=================================================================== >--- astro/py-astropy-helpers/Makefile (revision 569015) >+++ astro/py-astropy-helpers/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= astropy-helpers > DISTVERSION= 4.0.1 >+PORTREVISION= 1 > CATEGORIES= astro > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +16,7 @@ > BUILD_DEPENDS= ${PYNUMPY} > RUN_DEPENDS= ${PYNUMPY} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: astro/py-pykep/Makefile >=================================================================== >--- astro/py-pykep/Makefile (revision 569015) >+++ astro/py-pykep/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= pykep > DISTVERSIONPREFIX= v > DISTVERSION= 2.6 >+PORTREVISION= 1 > CATEGORIES= astro python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: astro/py-pysofa/Makefile >=================================================================== >--- astro/py-pysofa/Makefile (revision 569015) >+++ astro/py-pysofa/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pysofa > DISTVERSION= 0.1.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= astro devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: astro/py-ro/Makefile >=================================================================== >--- astro/py-ro/Makefile (revision 569015) >+++ astro/py-ro/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= ro > PORTVERSION= 3.6.9 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= astro python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,9 +15,9 @@ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/docs/License.txt > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} >+RUN_DEPENDS= ${PYNUMPY} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >Index: astro/py-skyfield/Makefile >=================================================================== >--- astro/py-skyfield/Makefile (revision 569015) >+++ astro/py-skyfield/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= skyfield > PORTVERSION= 1.37 >+PORTREVISION= 1 > CATEGORIES= astro python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: audio/moodbar/Makefile >=================================================================== >--- audio/moodbar/Makefile (revision 569015) >+++ audio/moodbar/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= moodbar > PORTVERSION= 1.2.1 >+PORTREVISION= 1 > CATEGORIES= audio > MASTER_SITES= https://github.com/exaile/${PORTNAME}/releases/download/v${PORTVERSION}/ > >@@ -14,7 +15,7 @@ > LIB_DEPENDS= libfftw3.so:math/fftw3 > TEST_DEPENDS= ${PYNUMPY} > >-USES= compiler:c++14-lang gnome meson pkgconfig python:3.5+,test \ >+USES= compiler:c++14-lang gnome meson pkgconfig python:3.6+,test \ > shebangfix tar:xz > USE_GNOME= glib20 > USE_GSTREAMER1= yes good ogg vorbis >Index: audio/pulseeffects/Makefile >=================================================================== >--- audio/pulseeffects/Makefile (revision 569015) >+++ audio/pulseeffects/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= pulseeffects > DISTVERSIONPREFIX= v > DISTVERSION= 4.6.8 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= audio > > MAINTAINER= daniel@shafer.cc >@@ -14,7 +14,7 @@ > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.4.0:multimedia/py-gstreamer1@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ > appstream-glib>0:devel/appstream-glib \ > itstool>0:textproc/itstool >@@ -33,7 +33,7 @@ > libzita-convolver.so:audio/zita-convolver > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.4.0:multimedia/py-gstreamer1@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ > calf-lv2>0:audio/calf-lv2 \ > ladspa>0:audio/ladspa \ >Index: audio/py-SoundFile/Makefile >=================================================================== >--- audio/py-SoundFile/Makefile (revision 569015) >+++ audio/py-SoundFile/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= SoundFile > DISTVERSION= 0.10.3.post1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: audio/py-aubio/Makefile >=================================================================== >--- audio/py-aubio/Makefile (revision 569015) >+++ audio/py-aubio/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= audio python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: audio/py-music21/Makefile >=================================================================== >--- audio/py-music21/Makefile (revision 569015) >+++ audio/py-music21/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= music21 > DISTVERSION= 6.7.1 >+PORTREVISION= 1 > CATEGORIES= audio python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -25,7 +26,7 @@ > mscore:audio/musescore \ > xdg-open:devel/xdg-utils > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= distutils autoplist > > NO_ARCH= yes >Index: audio/py-pysndfile/Makefile >=================================================================== >--- audio/py-pysndfile/Makefile (revision 569015) >+++ audio/py-pysndfile/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pysndfile > DISTVERSION= 1.4.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: audio/py-sounddevice/Makefile >=================================================================== >--- audio/py-sounddevice/Makefile (revision 569015) >+++ audio/py-sounddevice/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= sounddevice > DISTVERSION= 0.4.1 >+PORTREVISION= 1 > CATEGORIES= audio python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: audio/py-wavio/Makefile >=================================================================== >--- audio/py-wavio/Makefile (revision 569015) >+++ audio/py-wavio/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= wavio > DISTVERSION= 0.0.4 >-PORTREVISION= 2 >+PORTREVISION= 4 > CATEGORIES= audio python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: biology/checkm/Makefile >=================================================================== >--- biology/checkm/Makefile (revision 569015) >+++ biology/checkm/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= CheckM > DISTVERSIONPREFIX= v > DISTVERSION= 1.0.18 >+PORTREVISION= 1 > CATEGORIES= biology python > > MAINTAINER= yuri@FreeBSD.org >Index: biology/groopm/Makefile >=================================================================== >--- biology/groopm/Makefile (revision 569015) >+++ biology/groopm/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= GroopM > DISTVERSION= 0.3.4 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= biology python > MASTER_SITES= CHEESESHOP > >Index: biology/prodigy-lig/Makefile >=================================================================== >--- biology/prodigy-lig/Makefile (revision 569015) >+++ biology/prodigy-lig/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= prodigy-lig > DISTVERSIONPREFIX= v > DISTVERSION= 1.0.0-3 >-PORTREVISION= 1 >+PORTREVISION= 2 > DISTVERSIONSUFFIX= -g152ac59 > CATEGORIES= biology python > >Index: biology/py-biom-format/Makefile >=================================================================== >--- biology/py-biom-format/Makefile (revision 569015) >+++ biology/py-biom-format/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= biom-format > PORTVERSION= 2.1.10 >+PORTREVISION= 1 > CATEGORIES= biology python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: biology/py-biopython/Makefile >=================================================================== >--- biology/py-biopython/Makefile (revision 569015) >+++ biology/py-biopython/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= biopython > DISTVERSION= 1.78 >+PORTREVISION= 1 > CATEGORIES= biology python > MASTER_SITES= http://www.biopython.org/DIST/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: biology/py-bx-python/Makefile >=================================================================== >--- biology/py-bx-python/Makefile (revision 569015) >+++ biology/py-bx-python/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= bx-python > DISTVERSION= 0.8.10 >+PORTREVISION= 1 > CATEGORIES= biology python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: biology/py-ete3/Makefile >=================================================================== >--- biology/py-ete3/Makefile (revision 569015) >+++ biology/py-ete3/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= ete3 > DISTVERSION= 3.1.2 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= biology python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,7 +19,7 @@ > BUILD_DEPENDS= ${PY_DEPENDS} > RUN_DEPENDS= ${PY_DEPENDS} > >-USES= python:3.5+ pyqt:5 shebangfix >+USES= python:3.6+ pyqt:5 shebangfix > SHEBANG_GLOB= *.py > USE_PYTHON= distutils concurrent autoplist > USE_PYQT= core gui opengl printsupport svg widgets >Index: biology/py-gtfparse/Makefile >=================================================================== >--- biology/py-gtfparse/Makefile (revision 569015) >+++ biology/py-gtfparse/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= gtfparse > DISTVERSION= 1.2.1 >+PORTREVISION= 1 > CATEGORIES= biology python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: biology/py-loompy/Makefile >=================================================================== >--- biology/py-loompy/Makefile (revision 569015) >+++ biology/py-loompy/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= loompy > DISTVERSION= 3.0.6 >+PORTREVISION= 1 > CATEGORIES= biology python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: biology/py-macs2/Makefile >=================================================================== >--- biology/py-macs2/Makefile (revision 569015) >+++ biology/py-macs2/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= macs2 > DISTVERSIONPREFIX= v > DISTVERSION= 2.2.7.1 >+PORTREVISION= 1 > CATEGORIES= biology python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: biology/py-multiqc/Makefile >=================================================================== >--- biology/py-multiqc/Makefile (revision 569015) >+++ biology/py-multiqc/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= multiqc > DISTVERSION= 1.10 >+PORTREVISION= 1 > CATEGORIES= biology python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: biology/py-orange3-single-cell/Makefile >=================================================================== >--- biology/py-orange3-single-cell/Makefile (revision 569015) >+++ biology/py-orange3-single-cell/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= orange3-single-cell > DISTVERSION= 0.8.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= biology python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: biology/py-scikit-bio/Makefile >=================================================================== >--- biology/py-scikit-bio/Makefile (revision 569015) >+++ biology/py-scikit-bio/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= scikit-bio > PORTVERSION= 0.5.6 >+PORTREVISION= 1 > CATEGORIES= biology education python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: biology/pyfasta/Makefile >=================================================================== >--- biology/pyfasta/Makefile (revision 569015) >+++ biology/pyfasta/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pyfasta > PORTVERSION= 0.5.2 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= biology python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: cad/cura/Makefile >=================================================================== >--- cad/cura/Makefile (revision 569015) >+++ cad/cura/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= Cura > DISTVERSION= 4.8.0 >-PORTREVISION= 7 >+PORTREVISION= 8 > PORTEPOCH= 2 > CATEGORIES= cad > DIST_SUBDIR= Ultimaker >@@ -32,7 +32,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:3.6+ pyqt:5 \ > desktop-file-utils shared-mime-info > USE_PYQT= gui widgets qml > CMAKE_ARGS+= -DURANIUM_SCRIPTS_DIR:STRING="${LOCALBASE}/share/uranium/scripts" \ >Index: cad/py-gdspy/Makefile >=================================================================== >--- cad/py-gdspy/Makefile (revision 569015) >+++ cad/py-gdspy/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= gdspy > PORTVERSION= 1.6 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= cad python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > LICENSE= BSL > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} >+RUN_DEPENDS= ${PYNUMPY} > TEST_DEPENDS= pytest:devel/py-pytest@${PY_FLAVOR} > > USES= python:3.6+ >Index: cad/py-lcapy/Makefile >=================================================================== >--- cad/py-lcapy/Makefile (revision 569015) >+++ cad/py-lcapy/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= lcapy > DISTVERSION= g20171202 >-PORTREVISION= 4 >+PORTREVISION= 5 > PORTEPOCH= 1 > CATEGORIES= cad python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,11 +13,11 @@ > LICENSE= LGPL21 > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= distutils concurrent autoplist > USE_GITHUB= yes > GH_ACCOUNT= mph- >Index: cad/py-pyfda/Makefile >=================================================================== >--- cad/py-pyfda/Makefile (revision 569015) >+++ cad/py-pyfda/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pyfda > PORTVERSION= 0.1 >-PORTREVISION= 9 >+PORTREVISION= 10 > DISTVERSIONSUFFIX= rc6 > CATEGORIES= cad python devel > MASTER_SITES= CHEESESHOP >@@ -19,7 +19,7 @@ > ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} > >-USES= python:3.4+ pyqt:5 >+USES= python:3.6+ pyqt:5 > USE_PYTHON= distutils autoplist > USE_PYQT= core_run gui_run widgets_run > NO_ARCH= yes >Index: comms/apitran/Makefile >=================================================================== >--- comms/apitran/Makefile (revision 569015) >+++ comms/apitran/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= apitran > PORTVERSION= g20180926 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= comms astro hamradio python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: comms/cubicsdr/Makefile >=================================================================== >--- comms/cubicsdr/Makefile (revision 569015) >+++ comms/cubicsdr/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= cubicsdr > DISTVERSION= 0.2.5 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= comms hamradio > > MAINTAINER= hamradio@FreeBSD.org >Index: comms/gnuradio/Makefile >=================================================================== >--- comms/gnuradio/Makefile (revision 569015) >+++ comms/gnuradio/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= gnuradio > DISTVERSIONPREFIX= v > DISTVERSION= 3.8.1.0 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= comms astro hamradio > > MAINTAINER= hamradio@FreeBSD.org >@@ -50,7 +50,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:3.6+ qt:5 shared-mime-info \ > shebangfix > > USE_GITHUB= yes >Index: comms/nanovna-saver/Makefile >=================================================================== >--- comms/nanovna-saver/Makefile (revision 569015) >+++ comms/nanovna-saver/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= nanovna-saver > DISTVERSIONPREFIX= v > DISTVERSION= 0.3.8 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= comms hamradio > > MAINTAINER= hamradio@FreeBSD.org >Index: databases/py-tiledb/Makefile >=================================================================== >--- databases/py-tiledb/Makefile (revision 569015) >+++ databases/py-tiledb/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tiledb > PORTVERSION= 0.8.1 >+PORTREVISION= 1 > CATEGORIES= databases python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -22,9 +23,9 @@ > ${RUN_DEPENDS} \ > tiledb>=2.1.6:databases/tiledb > LIB_DEPENDS= libtiledb.so:databases/tiledb >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1:math/py-numpy@${PY_FLAVOR} >+RUN_DEPENDS= ${PYNUMPY} > >-USES= compiler:c++11-lang localbase python:3.5+ >+USES= compiler:c++11-lang localbase python:3.6+ > USE_PYTHON= autoplist concurrent cython distutils > > .include <bsd.port.mk> >Index: devel/boost-python-libs/Makefile >=================================================================== >--- devel/boost-python-libs/Makefile (revision 569015) >+++ devel/boost-python-libs/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= boost-libs >-PORTREVISION= 1 >+PORTREVISION= 3 > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > COMMENT= Framework for interfacing Python and C++ >Index: devel/cpp2py/Makefile >=================================================================== >--- devel/cpp2py/Makefile (revision 569015) >+++ devel/cpp2py/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= cpp2py > DISTVERSION= 2.0.0 >+PORTREVISION= 1 > CATEGORIES= devel > > PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ >Index: devel/ipython5/Makefile >=================================================================== >--- devel/ipython5/Makefile (revision 569015) >+++ devel/ipython5/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= ipython > PORTVERSION= 5.10.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -24,7 +24,7 @@ > ${PYTHON_PKGNAMEPREFIX}simplegeneric>0.8:devel/py-simplegeneric@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > USE_GCC= yes # To be removed - Needed as a work-around for numpy, see PR ports/188114 > >Index: devel/py-aiortc/Makefile >=================================================================== >--- devel/py-aiortc/Makefile (revision 569015) >+++ devel/py-aiortc/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= aiortc > PORTVERSION= 1.1.2 >+PORTREVISION= 1 > CATEGORIES= devel multimedia python www > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -20,12 +21,12 @@ > ${PYTHON_PKGNAMEPREFIX}av>=8.0.0:multimedia/py-av@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}crc32c>=2.1:devel/py-crc32c@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cryptography>=2.2:security/py-cryptography@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pyee>=6.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:3.6+ > USE_PYTHON= autoplist concurrent distutils > > .include <bsd.port.pre.mk> >Index: devel/py-cclib/Makefile >=================================================================== >--- devel/py-cclib/Makefile (revision 569015) >+++ devel/py-cclib/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= cclib > PORTVERSION= 1.6.3 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= devel python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-cftime/Makefile >=================================================================== >--- devel/py-cftime/Makefile (revision 569015) >+++ devel/py-cftime/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= cftime > PORTVERSION= 1.0.3.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-dask/Makefile >=================================================================== >--- devel/py-dask/Makefile (revision 569015) >+++ devel/py-dask/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= dask > PORTVERSION= 2021.2.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -28,7 +29,7 @@ > DELAYED_DESC= Parallelize custom algorithms which do not fit into high-level abstractions > DIAGNOSTICS_DESC= Profile and inspect parallel codes > >-ARRAY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15.1,1:math/py-numpy@${PY_FLAVOR} \ >+ARRAY_RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}toolz>=0.8.2:devel/py-toolz@${PY_FLAVOR} > BAG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.2.2:devel/py-cloudpickle@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}fsspec>=0.6.0:devel/py-fsspec@${PY_FLAVOR} \ >@@ -35,7 +36,7 @@ > ${PYTHON_PKGNAMEPREFIX}partd>=0.3.10:databases/py-partd@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}toolz>=0.8.2:devel/py-toolz@${PY_FLAVOR} > DATAFRAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fsspec>=0.6.0:devel/py-fsspec@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.15.1,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0.25.0,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}partd>=0.3.10:databases/py-partd@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}toolz>=0.8.2:devel/py-toolz@${PY_FLAVOR} >Index: devel/py-datatest/Makefile >=================================================================== >--- devel/py-datatest/Makefile (revision 569015) >+++ devel/py-datatest/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= datatest > PORTVERSION= 0.11.1 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -21,7 +22,7 @@ > OPTIONAL_DESC= Optional dependencies > > OPTIONAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbfread>=0:textproc/py-dbfread@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}squint>=0:databases/py-squint@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}xlrd>=0:textproc/py-xlrd@${PY_FLAVOR} >Index: devel/py-fbprophet/Makefile >=================================================================== >--- devel/py-fbprophet/Makefile (revision 569015) >+++ devel/py-fbprophet/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= fbprophet > PORTVERSION= 0.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,7 +19,7 @@ > BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pystan>2.14:math/py-pystan@${PY_FLAVOR} > > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pystan>2.14:math/py-pystan@${PY_FLAVOR} >-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numpy>1.10.0:math/py-numpy@${PY_FLAVOR} >+RUN_DEPENDS+= ${PYNUMPY} > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}matplotlib>2.0.0:math/py-matplotlib@${PY_FLAVOR} > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pandas>0.23.4:math/py-pandas@${PY_FLAVOR} > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}holidays>0.9.5:devel/py-holidays@${PY_FLAVOR} >Index: devel/py-flatbuffers/Makefile >=================================================================== >--- devel/py-flatbuffers/Makefile (revision 569015) >+++ devel/py-flatbuffers/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= flatbuffers > PORTVERSION= 1.11 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,7 +20,7 @@ > > NUMPY_DESC= Support scalar vectors as numpy arrays > >-NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} >+NUMPY_RUN_DEPENDS= ${PYNUMPY} > > MAKE_ENV+= VERSION=${PORTVERSION} > >Index: devel/py-game/Makefile >=================================================================== >--- devel/py-game/Makefile (revision 569015) >+++ devel/py-game/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= game > DISTVERSION= 2.0.1 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-hypothesis/Makefile >=================================================================== >--- devel/py-hypothesis/Makefile (revision 569015) >+++ devel/py-hypothesis/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= hypothesis > PORTVERSION= 5.49.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -44,7 +45,7 @@ > DPCONTRACTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}dpcontracts>=0.4:devel/py-dpcontracts@${PY_FLAVOR} > GHOSTWRITER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${PY_FLAVOR} > LARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark-parser>=0.6.5:devel/py-lark-parser@${PY_FLAVOR} >-NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.0,1:math/py-numpy@${PY_FLAVOR} >+NUMPY_RUN_DEPENDS= ${PYNUMPY} > PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.25,1:math/py-pandas@${PY_FLAVOR} > PYTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.3:devel/py-pytest@${PY_FLAVOR} > PYTZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2014.1,1:devel/py-pytz@${PY_FLAVOR} >Index: devel/py-jep/Makefile >=================================================================== >--- devel/py-jep/Makefile (revision 569015) >+++ devel/py-jep/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= jep > PORTVERSION= 3.9.1 >+PORTREVISION= 1 > CATEGORIES= devel java python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-numba/Makefile >=================================================================== >--- devel/py-numba/Makefile (revision 569015) >+++ devel/py-numba/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= numba > DISTVERSION= 0.51.2 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>1.11,1:math/py-numpy@${PY_FLAVOR} >+BUILD_DEPENDS= ${PYNUMPY} > LIB_DEPENDS= libtbb.so:devel/tbb > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.31.0:devel/py-llvmlite@${PY_FLAVOR} > >Index: devel/py-pycompilation/Makefile >=================================================================== >--- devel/py-pycompilation/Makefile (revision 569015) >+++ devel/py-pycompilation/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pycompilation > DISTVERSION= 0.4.12 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-pyface/Makefile >=================================================================== >--- devel/py-pyface/Makefile (revision 569015) >+++ devel/py-pyface/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pyface > DISTVERSION= 7.2.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -24,7 +25,7 @@ > > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PY_PYGMENTS} > > USES= python:3.6+ >Index: devel/py-pyopencl/Makefile >=================================================================== >--- devel/py-pyopencl/Makefile (revision 569015) >+++ devel/py-pyopencl/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pyopencl > PORTVERSION= 2018.2 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-pytools/Makefile >=================================================================== >--- devel/py-pytools/Makefile (revision 569015) >+++ devel/py-pytools/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pytools > PORTVERSION= 2018.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +15,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:devel/py-appdirs@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}decorator>=3.2.0:devel/py-decorator@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.6.0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} > > NO_ARCH= yes >Index: devel/py-qutip/Makefile >=================================================================== >--- devel/py-qutip/Makefile (revision 569015) >+++ devel/py-qutip/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= qutip > DISTVERSION= 4.5.2 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -20,7 +21,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.5+ >+USES= python:3.6+ > USE_PYTHON= distutils cython cython_run autoplist > > post-patch: # https://github.com/qutip/qutip/issues/1059 >Index: devel/py-spyder/Makefile >=================================================================== >--- devel/py-spyder/Makefile (revision 569015) >+++ devel/py-spyder/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= spyder > DISTVERSIONPREFIX= v > DISTVERSION= 3.2.7 >-PORTREVISION= 13 >+PORTREVISION= 15 > CATEGORIES= devel science python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: devel/py-spyder-kernels/Makefile >=================================================================== >--- devel/py-spyder-kernels/Makefile (revision 569015) >+++ devel/py-spyder-kernels/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= spyder-kernels > PORTVERSION= 1.10.2 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-tables/Makefile >=================================================================== >--- devel/py-tables/Makefile (revision 569015) >+++ devel/py-tables/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tables > PORTVERSION= 3.6.1 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-traits/Makefile >=================================================================== >--- devel/py-traits/Makefile (revision 569015) >+++ devel/py-traits/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= traits > PORTVERSION= 6.1.1 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-websockify/Makefile >=================================================================== >--- devel/py-websockify/Makefile (revision 569015) >+++ devel/py-websockify/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= websockify > PORTVERSION= 0.9.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= LGPL3 > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} >+RUN_DEPENDS= ${PYNUMPY} > > USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils >Index: devel/py-xarray/Makefile >=================================================================== >--- devel/py-xarray/Makefile (revision 569015) >+++ devel/py-xarray/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= xarray > PORTVERSION= 0.17.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0.25,1:math/py-pandas@${PY_FLAVOR} > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} > >Index: devel/vitables/Makefile >=================================================================== >--- devel/vitables/Makefile (revision 569015) >+++ devel/vitables/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= vitables > DISTVERSIONPREFIX= v > DISTVERSION= 3.0.2 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= devel science python > > MAINTAINER= yuri@FreeBSD.org >Index: finance/py-quantecon/Makefile >=================================================================== >--- finance/py-quantecon/Makefile (revision 569015) >+++ finance/py-quantecon/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= quantecon > PORTVERSION= 0.4.8 >+PORTREVISION= 1 > CATEGORIES= finance python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,12 +15,12 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>=0.38:devel/py-numba@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=1.0.0:science/py-scipy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}sympy>=0:math/py-sympy@${PY_FLAVOR} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >Index: finance/py-ta-lib/Makefile >=================================================================== >--- finance/py-ta-lib/Makefile (revision 569015) >+++ finance/py-ta-lib/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= ta-lib > DISTVERSIONPREFIX= TA_Lib- > DISTVERSION= 0.4.17 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= finance python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: french/aster/Makefile >=================================================================== >--- french/aster/Makefile (revision 569015) >+++ french/aster/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= aster > DISTVERSION= ${ASTER_DISTVERSION} >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= french cad > > MAINTAINER= thierry@FreeBSD.org >Index: games/endgame-singularity/Makefile >=================================================================== >--- games/endgame-singularity/Makefile (revision 569015) >+++ games/endgame-singularity/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= singularity > PORTVERSION= 1.00 >+PORTREVISION= 1 > CATEGORIES= games > MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ > PKGNAMEPREFIX= endgame- >@@ -33,7 +34,7 @@ > ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}polib>=0:devel/py-polib@${PY_FLAVOR} > >-USES= python:3.5+ sdl shebangfix >+USES= python:3.6+ sdl shebangfix > USE_PYTHON= autoplist distutils > USE_SDL= image mixer > PORTDOCS= AUTHORS.txt Changelog.txt README.txt TODO >Index: games/fretsonfire/Makefile >=================================================================== >--- games/fretsonfire/Makefile (revision 569015) >+++ games/fretsonfire/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= fretsonfire > PORTVERSION= 1.3.110 >-PORTREVISION= 14 >+PORTREVISION= 15 > CATEGORIES= games python > MASTER_SITES= SF > DISTNAME= ${PORTNAME_UCASE}-${PORTVERSION} >Index: games/krank/Makefile >=================================================================== >--- games/krank/Makefile (revision 569015) >+++ games/krank/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= krank > PORTVERSION= 07 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= games > MASTER_SITES= SF > >Index: games/openage/Makefile >=================================================================== >--- games/openage/Makefile (revision 569015) >+++ games/openage/Makefile (working copy) >@@ -4,7 +4,7 @@ > DISTVERSIONPREFIX= v > DISTVERSION= 0.3.0-1262 > DISTVERSIONSUFFIX= -ga554ab49 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= games > > PATCH_SITES= https://github.com/SFTtech/openage/commit/ >@@ -34,7 +34,7 @@ > ${PY_PILLOW} \ > ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} > >-USES= cmake compiler:c++17-lang gl python:3.4+ qt:5 sdl shebangfix >+USES= cmake compiler:c++17-lang gl python:3.6+ qt:5 sdl shebangfix > SHEBANG_FILES= configure run.py buildsystem/cythonize.py > USE_GITHUB= yes > GH_ACCOUNT= SFTtech >Index: graphics/blender/Makefile >=================================================================== >--- graphics/blender/Makefile (revision 569015) >+++ graphics/blender/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= blender > DISTVERSION= 2.91.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= graphics multimedia > MASTER_SITES= http://download.blender.org/source/ \ > http://mirror.cs.umn.edu/blender.org/source/ \ >Index: graphics/inkscape/Makefile >=================================================================== >--- graphics/inkscape/Makefile (revision 569015) >+++ graphics/inkscape/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= inkscape > PORTVERSION= 1.0.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics gnome > MASTER_SITES= https://media.inkscape.org/dl/resources/file/ > >Index: graphics/mahotas/Makefile >=================================================================== >--- graphics/mahotas/Makefile (revision 569015) >+++ graphics/mahotas/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= mahotas > PORTVERSION= 1.4.11 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: graphics/mypaint/Makefile >=================================================================== >--- graphics/mypaint/Makefile (revision 569015) >+++ graphics/mypaint/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= mypaint > DISTVERSIONPREFIX=v > DISTVERSION= 2.0.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics > > PATCH_SITES= https://github.com/garynthompson/${PORTNAME}/commit/ >Index: graphics/opencv/Makefile >=================================================================== >--- graphics/opencv/Makefile (revision 569015) >+++ graphics/opencv/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= opencv > DISTVERSION= 4.5.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics > > MAINTAINER= tcberner@FreeBSD.org >Index: graphics/piglit/Makefile >=================================================================== >--- graphics/piglit/Makefile (revision 569015) >+++ graphics/piglit/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= piglit > PORTVERSION= 20200910 >+PORTREVISION= 1 > CATEGORIES= graphics > > MAINTAINER= x11@FreeBSD.org >@@ -43,7 +44,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:3.6+ shebangfix xorg > USE_GL= egl gbm gl glu > USE_XORG= x11 xcb xext xrender > SHEBANG_FILES= piglit >Index: graphics/py-PyOpenGL/Makefile >=================================================================== >--- graphics/py-PyOpenGL/Makefile (revision 569015) >+++ graphics/py-PyOpenGL/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= PyOpenGL > PORTVERSION= 3.1.5 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: graphics/py-PyOpenGL-accelerate/Makefile >=================================================================== >--- graphics/py-PyOpenGL-accelerate/Makefile (revision 569015) >+++ graphics/py-PyOpenGL-accelerate/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= PyOpenGL > PORTVERSION= 3.1.5 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: graphics/py-altair/Makefile >=================================================================== >--- graphics/py-altair/Makefile (revision 569015) >+++ graphics/py-altair/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= altair > PORTVERSION= 4.1.0 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>=0:devel/py-entrypoints@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0.18,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}toolz>=0:devel/py-toolz@${PY_FLAVOR} > >Index: graphics/py-cartopy/Makefile >=================================================================== >--- graphics/py-cartopy/Makefile (revision 569015) >+++ graphics/py-cartopy/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= cartopy > PORTVERSION= 0.18.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,10 +17,10 @@ > > BUILD_DEPENDS= geos>=3.3.3:graphics/geos \ > proj>=4.9.0,1:graphics/proj \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} >+ ${PYNUMPY} > LIB_DEPENDS= libgeos.so:graphics/geos \ > libproj.so:graphics/proj >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pyshp>=1.1.4:devel/py-pyshp@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Shapely>=1.5.6:devel/py-shapely@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${PY_FLAVOR} >Index: graphics/py-face_recognition/Makefile >=================================================================== >--- graphics/py-face_recognition/Makefile (revision 569015) >+++ graphics/py-face_recognition/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= face_recognition > PORTVERSION= 1.3.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics python devel > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +15,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.0:devel/py-click@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}face_recognition_models>0:graphics/py-face_recognition_models@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}dlib>=19.7:science/py-dlib@${PY_FLAVOR} \ > ${PY_PILLOW} >Index: graphics/py-gdal/Makefile >=================================================================== >--- graphics/py-gdal/Makefile (revision 569015) >+++ graphics/py-gdal/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= gdal > PORTVERSION= 3.2.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics python > MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ > LOCAL/sunpoet >@@ -28,8 +28,8 @@ > OPTIONS_DEFINE= NUMPY > NUMPY_DESC= Enable array support via NumPy > >-NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR} >-NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR} >+NUMPY_BUILD_DEPENDS= ${PYNUMPY} >+NUMPY_RUN_DEPENDS= ${PYNUMPY} > NUMPY_USES= fortran > > post-install: >Index: graphics/py-geomdl/Makefile >=================================================================== >--- graphics/py-geomdl/Makefile (revision 569015) >+++ graphics/py-geomdl/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= geomdl > PORTVERSION= 5.2.10 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.15.4:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.3:math/py-matplotlib@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}plotly>0:graphics/py-plotly@${PY_FLAVOR} > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} >Index: graphics/py-gizeh/Makefile >=================================================================== >--- graphics/py-gizeh/Makefile (revision 569015) >+++ graphics/py-gizeh/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= gizeh > DISTVERSION= 0.1.11 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR} \ > ${PYNUMPY} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist distutils > NO_ARCH= yes > >Index: graphics/py-h3/Makefile >=================================================================== >--- graphics/py-h3/Makefile (revision 569015) >+++ graphics/py-h3/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= h3 > PORTVERSION= 3.7.1 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -18,7 +19,7 @@ > ninja:devel/ninja \ > ${PYTHON_PKGNAMEPREFIX}scikit-build>=0:devel/py-scikit-build@${PY_FLAVOR} > LIB_DEPENDS= libh3.so:graphics/h3 >-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+TEST_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} > > USES= localbase:ldflags python:3.6+ >@@ -30,7 +31,7 @@ > OPTIONS_DEFAULT=NUMPY > NUMPY_DESC= NumPy support > >-NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} >+NUMPY_RUN_DEPENDS= ${PYNUMPY} > > do-test: > cd ${WRKSRC} && ${SETENV} PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} ${PYTHON_CMD} -m pytest -rs -v >Index: graphics/py-imageio/Makefile >=================================================================== >--- graphics/py-imageio/Makefile (revision 569015) >+++ graphics/py-imageio/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= imageio > PORTVERSION= 2.9.0 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,10 +16,10 @@ > LIB_DEPENDS= libfreeimage.so:graphics/freeimage > RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ > ${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >Index: graphics/py-mapclassify/Makefile >=================================================================== >--- graphics/py-mapclassify/Makefile (revision 569015) >+++ graphics/py-mapclassify/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= mapclassify > PORTVERSION= 2.4.2 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=0,1:math/py-networkx@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=1.0,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} >Index: graphics/py-mayavi/Makefile >=================================================================== >--- graphics/py-mayavi/Makefile (revision 569015) >+++ graphics/py-mayavi/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mayavi > DISTVERSION= 4.7.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: graphics/py-mgwr/Makefile >=================================================================== >--- graphics/py-mgwr/Makefile (revision 569015) >+++ graphics/py-mgwr/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= mgwr > PORTVERSION= 2.1.2 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}spglm>=1.0.6:math/py-spglm@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} >Index: graphics/py-mpl-scatter-density/Makefile >=================================================================== >--- graphics/py-mpl-scatter-density/Makefile (revision 569015) >+++ graphics/py-mpl-scatter-density/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= mpl-scatter-density > PORTVERSION= 0.7 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: graphics/py-osmnet/Makefile >=================================================================== >--- graphics/py-osmnet/Makefile (revision 569015) >+++ graphics/py-osmnet/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= osmnet > PORTVERSION= 0.1.6 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.7:graphics/py-geopandas@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0.23,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Shapely>=1.5:devel/py-shapely@${PY_FLAVOR} >Index: graphics/py-pandana/Makefile >=================================================================== >--- graphics/py-pandana/Makefile (revision 569015) >+++ graphics/py-pandana/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pandana > PORTVERSION= 0.6 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,8 +15,8 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.25.2:lang/cython@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.8,1:math/py-numpy@${PY_FLAVOR} >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.8,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} >+RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0.17,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18:science/py-scikit-learn@${PY_FLAVOR} \ >Index: graphics/py-pointpats/Makefile >=================================================================== >--- graphics/py-pointpats/Makefile (revision 569015) >+++ graphics/py-pointpats/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pointpats > PORTVERSION= 2.2.0 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +16,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} > >Index: graphics/py-pycollada/Makefile >=================================================================== >--- graphics/py-pycollada/Makefile (revision 569015) >+++ graphics/py-pycollada/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pycollada > DISTVERSION= 0.6 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +12,7 @@ > > LICENSE= BSD3CLAUSE > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}dateutil>=2.0:devel/py-dateutil@${PY_FLAVOR} > > NO_ARCH= yes >Index: graphics/py-pygeos/Makefile >=================================================================== >--- graphics/py-pygeos/Makefile (revision 569015) >+++ graphics/py-pygeos/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pygeos > PORTVERSION= 0.9 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,9 +15,9 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= geos>=3.5:graphics/geos \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.13,1:math/py-numpy@${PY_FLAVOR} >+ ${PYNUMPY} > LIB_DEPENDS= libgeos.so:graphics/geos >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.13,1:math/py-numpy@${PY_FLAVOR} >+RUN_DEPENDS= ${PYNUMPY} > > USES= python:3.6+ > USE_PYTHON= autoplist concurrent cython distutils >Index: graphics/py-pyqtgraph/Makefile >=================================================================== >--- graphics/py-pyqtgraph/Makefile (revision 569015) >+++ graphics/py-pyqtgraph/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pyqtgraph > DISTVERSION= 0.11.1 >+PORTREVISION= 1 > CATEGORIES= graphics science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: graphics/py-pyrsgis/Makefile >=================================================================== >--- graphics/py-pyrsgis/Makefile (revision 569015) >+++ graphics/py-pyrsgis/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pyrsgis > PORTVERSION= 0.3.3 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: graphics/py-rasterio/Makefile >=================================================================== >--- graphics/py-rasterio/Makefile (revision 569015) >+++ graphics/py-rasterio/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= rasterio > PORTVERSION= 1.2.0 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > BUILD_DEPENDS= gdal>=1.11:graphics/gdal \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} >+ ${PYNUMPY} > RUN_DEPENDS= gdal>=1.11:graphics/gdal \ > ${PYTHON_PKGNAMEPREFIX}affine>=0:math/py-affine@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ >@@ -22,7 +23,7 @@ > ${PYTHON_PKGNAMEPREFIX}click>=4.0<8:devel/py-click@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}click-plugins>=0:devel/py-click-plugins@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cligj>=0.5:devel/py-cligj@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}snuggs>=1.4.1:math/py-snuggs@${PY_FLAVOR} > > USES= compiler:c++11-lang python:3.6+ >Index: graphics/py-rasterstats/Makefile >=================================================================== >--- graphics/py-rasterstats/Makefile (revision 569015) >+++ graphics/py-rasterstats/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= rasterstats > PORTVERSION= 0.15.0 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}affine>=0<3.0:math/py-affine@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cligj>=0.4:devel/py-cligj@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Fiona>=0:graphics/py-fiona@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.9,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}rasterio>=1.0:graphics/py-rasterio@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Shapely>=0:devel/py-shapely@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR} >Index: graphics/py-scikit-image/Makefile >=================================================================== >--- graphics/py-scikit-image/Makefile (revision 569015) >+++ graphics/py-scikit-image/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= scikit-image > PORTVERSION= 0.18.1 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= graphics python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: graphics/py-tifffile/Makefile >=================================================================== >--- graphics/py-tifffile/Makefile (revision 569015) >+++ graphics/py-tifffile/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tifffile > PORTVERSION= 2021.2.1 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15.1,1:math/py-numpy@${PY_FLAVOR} >+RUN_DEPENDS= ${PYNUMPY} > > USES= python:3.7+ > USE_PYTHON= autoplist concurrent distutils >Index: graphics/py-toyplot/Makefile >=================================================================== >--- graphics/py-toyplot/Makefile (revision 569015) >+++ graphics/py-toyplot/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= toyplot > PORTVERSION= 0.19.0 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= BSD3CLAUSE > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.8:math/py-numpy@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}colormath>=2.1.1:math/py-colormath@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}multipledispatch>=0.4.7:devel/py-multipledispatch@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}png>=0.0.17:graphics/py-png@${PY_FLAVOR} \ >@@ -19,7 +20,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:3.6+ > USE_PYTHON= autoplist distutils > > .include <bsd.port.mk> >Index: graphics/py-traitsui/Makefile >=================================================================== >--- graphics/py-traitsui/Makefile (revision 569015) >+++ graphics/py-traitsui/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= traitsui > PORTVERSION= 7.1.1 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -21,7 +22,7 @@ > ${PYTHON_PKGNAMEPREFIX}pyface>=7.1.0:devel/py-pyface@${PY_FLAVOR} > # The requirements are defined in traitsui/__init__.py > >-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ >+TEST_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ > ${PY_PYGMENTS} \ > ${PYTHON_PKGNAMEPREFIX}traits>0:devel/py-traits@${PY_FLAVOR} \ >Index: graphics/py-urbanaccess/Makefile >=================================================================== >--- graphics/py-urbanaccess/Makefile (revision 569015) >+++ graphics/py-urbanaccess/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= urbanaccess > PORTVERSION= 0.2.2 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +16,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopy>=1.11.0:net/py-geopy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0:math/py-matplotlib@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.11,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}osmnet>=0.1.4:graphics/py-osmnet@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pandana>=0.2.0:graphics/py-pandana@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0.17.0,1:math/py-pandas@${PY_FLAVOR} \ >Index: graphics/py-urbansim/Makefile >=================================================================== >--- graphics/py-urbansim/Makefile (revision 569015) >+++ graphics/py-urbansim/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= urbansim > PORTVERSION= 3.2 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.8.0,1:math/py-numpy@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}orca>=1.1:devel/py-orca@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0.17.0,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}patsy>=0.4.1:math/py-patsy@${PY_FLAVOR} \ >Index: graphics/py-visvis/Makefile >=================================================================== >--- graphics/py-visvis/Makefile (revision 569015) >+++ graphics/py-visvis/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= visvis > PORTVERSION= 1.13.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -20,7 +20,7 @@ > ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR} > >-USES= gl python:3.5+ pyqt:5 >+USES= gl python:3.6+ pyqt:5 > USE_GL= gl > USE_PYQT= core gui > USE_PYTHON= autoplist distutils >Index: graphics/py-zbar-py/Makefile >=================================================================== >--- graphics/py-zbar-py/Makefile (revision 569015) >+++ graphics/py-zbar-py/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= zbar-py > PORTVERSION= 1.0.4 >+PORTREVISION= 1 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > LIB_DEPENDS= libzbar.so:graphics/zbar >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} >+RUN_DEPENDS= ${PYNUMPY} > > USES= iconv:wchar_t python:3.6+ > USE_PYTHON= autoplist distutils >Index: graphics/qgis/Makefile >=================================================================== >--- graphics/qgis/Makefile (revision 569015) >+++ graphics/qgis/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= qgis > DISTVERSIONPREFIX= final- > DISTVERSION= 3_18_1 >+PORTREVISION= 1 > CATEGORIES= graphics geography > > PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ >@@ -73,7 +74,7 @@ > ${PYTHON_PKGNAMEPREFIX}nbformat>=5.0.7:devel/py-nbformat@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}networkx>=2.1:math/py-networkx@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}nltk>=3.4.1:textproc/py-nltk@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.6:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.18.0:graphics/py-OWSLib@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0.24.2:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pbr>=3.1.1:devel/py-pbr@${PY_FLAVOR} \ >Index: graphics/qgis-ltr/Makefile >=================================================================== >--- graphics/qgis-ltr/Makefile (revision 569015) >+++ graphics/qgis-ltr/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= qgis > DISTVERSIONPREFIX= final- > DISTVERSION= 3_10_14 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= graphics geography > PKGNAMESUFFIX= -ltr > >@@ -78,7 +78,7 @@ > ${PYTHON_PKGNAMEPREFIX}nbformat>=5.0.7:devel/py-nbformat@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}networkx>=2.1:math/py-networkx@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}nltk>=3.4.1:textproc/py-nltk@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.6:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.18.0:graphics/py-OWSLib@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0.24.2:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pbr>=3.1.1:devel/py-pbr@${PY_FLAVOR} \ >Index: graphics/qtqr/Makefile >=================================================================== >--- graphics/qtqr/Makefile (revision 569015) >+++ graphics/qtqr/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= qtqr > DISTVERSION= 2.0.bzr39 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= graphics python > MASTER_SITES= LOCAL/ehaupt > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: graphics/vigra/Makefile >=================================================================== >--- graphics/vigra/Makefile (revision 569015) >+++ graphics/vigra/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= vigra > DISTVERSIONPREFIX=v > DISTVERSION= 1.11.1 >-PORTREVISION= 15 >+PORTREVISION= 16 > CATEGORIES= graphics > > MAINTAINER= ports@FreeBSD.org >Index: math/gau2grid/Makefile >=================================================================== >--- math/gau2grid/Makefile (revision 569015) >+++ math/gau2grid/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gau2grid > DISTVERSIONPREFIX= v > DISTVERSION= 2.0.7 >+PORTREVISION= 1 > CATEGORIES= math python > > MAINTAINER= yuri@FreeBSD.org >Index: math/ideep/Makefile >=================================================================== >--- math/ideep/Makefile (revision 569015) >+++ math/ideep/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= ideep > DISTVERSIONPREFIX= v > DISTVERSION= 2.0.0-119 >+PORTREVISION= 1 > DISTVERSIONSUFFIX= -gb57539e > CATEGORIES= math # neural-networks > >Index: math/mathgl/Makefile >=================================================================== >--- math/mathgl/Makefile (revision 569015) >+++ math/mathgl/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= mathgl > DISTVERSION= 2.4.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math graphics > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/ > >Index: math/nlopt/Makefile >=================================================================== >--- math/nlopt/Makefile (revision 569015) >+++ math/nlopt/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= nlopt > DISTVERSIONPREFIX= v > DISTVERSION= 2.7.0 >+PORTREVISION= 1 > CATEGORIES= math > > MAINTAINER= rhurlin@FreeBSD.org >Index: math/py-CyLP/Makefile >=================================================================== >--- math/py-CyLP/Makefile (revision 569015) >+++ math/py-CyLP/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= CyLP > DISTVERSIONPREFIX= v > DISTVERSION= 0.91.2 >+PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-Diofant/Makefile >=================================================================== >--- math/py-Diofant/Makefile (revision 569015) >+++ math/py-Diofant/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= Diofant > DISTVERSION= 0.12.0 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-GridDataFormats/Makefile >=================================================================== >--- math/py-GridDataFormats/Makefile (revision 569015) >+++ math/py-GridDataFormats/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= GridDataFormats > DISTVERSION= 0.5.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-PyWavelets/Makefile >=================================================================== >--- math/py-PyWavelets/Makefile (revision 569015) >+++ math/py-PyWavelets/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= PyWavelets > PORTVERSION= 1.1.1 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-algopy/Makefile >=================================================================== >--- math/py-algopy/Makefile (revision 569015) >+++ math/py-algopy/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= algopy > DISTVERSION= 0.5.7 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-apgl/Makefile >=================================================================== >--- math/py-apgl/Makefile (revision 569015) >+++ math/py-apgl/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= apgl > PORTVERSION= 0.8.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-arviz/Makefile >=================================================================== >--- math/py-arviz/Makefile (revision 569015) >+++ math/py-arviz/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= arviz > DISTVERSION= 0.11.2 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-autograd/Makefile >=================================================================== >--- math/py-autograd/Makefile (revision 569015) >+++ math/py-autograd/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= autograd > DISTVERSION= 1.3 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-baycomp/Makefile >=================================================================== >--- math/py-baycomp/Makefile (revision 569015) >+++ math/py-baycomp/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= baycomp > DISTVERSION= 1.0.2 >+PORTREVISION= 1 > CATEGORIES= math python # statistics > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-bayesian-optimization/Makefile >=================================================================== >--- math/py-bayesian-optimization/Makefile (revision 569015) >+++ math/py-bayesian-optimization/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= bayesian-optimization > PORTVERSION= 1.2.0 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18.0:science/py-scikit-learn@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=0.14.0:science/py-scipy@${PY_FLAVOR} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >Index: math/py-benford_py/Makefile >=================================================================== >--- math/py-benford_py/Makefile (revision 569015) >+++ math/py-benford_py/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= benford_py > DISTVERSION= 0.3.3 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-bottleneck/Makefile >=================================================================== >--- math/py-bottleneck/Makefile (revision 569015) >+++ math/py-bottleneck/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= bottleneck > PORTVERSION= 1.3.2 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-chaospy/Makefile >=================================================================== >--- math/py-chaospy/Makefile (revision 569015) >+++ math/py-chaospy/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= chaospy > DISTVERSION= 4.2.4 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-cma/Makefile >=================================================================== >--- math/py-cma/Makefile (revision 569015) >+++ math/py-cma/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= cma > PORTVERSION= 3.0.3 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-cmaes/Makefile >=================================================================== >--- math/py-cmaes/Makefile (revision 569015) >+++ math/py-cmaes/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= cmaes > DISTVERSION= 0.7.0 >+PORTREVISION= 1 > CATEGORIES= math # machine-learning > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-colormath/Makefile >=================================================================== >--- math/py-colormath/Makefile (revision 569015) >+++ math/py-colormath/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= colormath > PORTVERSION= 3.0.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +13,7 @@ > > LICENSE= BSD2CLAUSE > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2,1:math/py-numpy@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}networkx>=1.9.1:math/py-networkx@${PY_FLAVOR} > > USES= python:3.6+ >Index: math/py-cvxpy/Makefile >=================================================================== >--- math/py-cvxpy/Makefile (revision 569015) >+++ math/py-cvxpy/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= cvxpy > DISTVERSION= 1.1.11 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-cyipopt/Makefile >=================================================================== >--- math/py-cyipopt/Makefile (revision 569015) >+++ math/py-cyipopt/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= cyipopt > DISTVERSIONPREFIX= v > DISTVERSION= 0.1.9 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-deap/Makefile >=================================================================== >--- math/py-deap/Makefile (revision 569015) >+++ math/py-deap/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= deap > DISTVERSION= 1.3.1 >+PORTREVISION= 1 > CATEGORIES= math biology science devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +16,7 @@ > BUILD_DEPENDS= ${PYNUMPY} > RUN_DEPENDS= ${PYNUMPY} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= distutils autoplist > > .include <bsd.port.mk> >Index: math/py-ecos/Makefile >=================================================================== >--- math/py-ecos/Makefile (revision 569015) >+++ math/py-ecos/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= ecos > DISTVERSION= 2.0.7 >-PORTREVISION= 2 >+PORTREVISION= 3 > DISTVERSIONSUFFIX= .post1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP >Index: math/py-fastcluster/Makefile >=================================================================== >--- math/py-fastcluster/Makefile (revision 569015) >+++ math/py-fastcluster/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= fastcluster > PORTVERSION= 1.1.28 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-fastdtw/Makefile >=================================================================== >--- math/py-fastdtw/Makefile (revision 569015) >+++ math/py-fastdtw/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= fastdtw > DISTVERSIONPREFIX= v > DISTVERSION= 0.3.4 >+PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-flax/Makefile >=================================================================== >--- math/py-flax/Makefile (revision 569015) >+++ math/py-flax/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= flax > PORTVERSION= 0.3.1 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-fpylll/Makefile >=================================================================== >--- math/py-fpylll/Makefile (revision 569015) >+++ math/py-fpylll/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= fpylll > PORTVERSION= 0.5.5 >+PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-gau2grid/Makefile >=================================================================== >--- math/py-gau2grid/Makefile (revision 569015) >+++ math/py-gau2grid/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gau2grid > DISTVERSIONPREFIX= v > DISTVERSION= 2.0.7 >+PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-gimmik/Makefile >=================================================================== >--- math/py-gimmik/Makefile (revision 569015) >+++ math/py-gimmik/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= gimmik > DISTVERSION= 2.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-gym/Makefile >=================================================================== >--- math/py-gym/Makefile (revision 569015) >+++ math/py-gym/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gym > PORTVERSION= 0.18.0 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-hdbscan/Makefile >=================================================================== >--- math/py-hdbscan/Makefile (revision 569015) >+++ math/py-hdbscan/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= hdbscan > PORTVERSION= 0.8.27 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,14 +14,14 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1:math/py-numpy@${PY_FLAVOR} >+BUILD_DEPENDS= ${PYNUMPY} > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}joblib>=1.0:devel/py-joblib@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20:science/py-scikit-learn@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist cython distutils > > .include <bsd.port.mk> >Index: math/py-hdmedians/Makefile >=================================================================== >--- math/py-hdmedians/Makefile (revision 569015) >+++ math/py-hdmedians/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= hdmedians > PORTVERSION= 0.14.2 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-iminuit/Makefile >=================================================================== >--- math/py-iminuit/Makefile (revision 569015) >+++ math/py-iminuit/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= iminuit > DISTVERSION= 2.4.0 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-iohexperimenter/Makefile >=================================================================== >--- math/py-iohexperimenter/Makefile (revision 569015) >+++ math/py-iohexperimenter/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= iohexperimenter > PORTVERSION= 0.2.9 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-jax/Makefile >=================================================================== >--- math/py-jax/Makefile (revision 569015) >+++ math/py-jax/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= jax > PORTVERSION= 0.2.9 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= APACHE20 > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}absl-py>=0:devel/py-absl-py@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.12,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}opt-einsum>=0:math/py-opt-einsum@${PY_FLAVOR} > > USES= python:3.6+ >Index: math/py-keras/Makefile >=================================================================== >--- math/py-keras/Makefile (revision 569015) >+++ math/py-keras/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= keras > DISTVERSION= 2.4.3 >+PORTREVISION= 1 > CATEGORIES= math # machine-learning > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-keras-applications/Makefile >=================================================================== >--- math/py-keras-applications/Makefile (revision 569015) >+++ math/py-keras-applications/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= keras-applications > DISTVERSION= 1.0.8 >+PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-keras-preprocessing/Makefile >=================================================================== >--- math/py-keras-preprocessing/Makefile (revision 569015) >+++ math/py-keras-preprocessing/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= keras-preprocessing > DISTVERSION= 1.1.0 >+PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-levmar/Makefile >=================================================================== >--- math/py-levmar/Makefile (revision 569015) >+++ math/py-levmar/Makefile (working copy) >@@ -4,6 +4,7 @@ > > PORTNAME= levmar > DISTVERSION= 0.2.3 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-luminol/Makefile >=================================================================== >--- math/py-luminol/Makefile (revision 569015) >+++ math/py-luminol/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= luminol > PORTVERSION= 0.3.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > DISTVERSIONPREFIX= v > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +14,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.6.2,1:math/py-numpy@${PY_FLAVOR} >+ ${PYNUMPY} > > USES= python:3.6+ > USE_PYTHON= autoplist distutils >Index: math/py-mathics/Makefile >=================================================================== >--- math/py-mathics/Makefile (revision 569015) >+++ math/py-mathics/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= Mathics > PORTVERSION= 2.0.0 >+PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-matplotlib/Makefile >=================================================================== >--- math/py-matplotlib/Makefile (revision 569015) >+++ math/py-matplotlib/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= matplotlib > PORTVERSION= 3.3.3 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-matplotlib2/Makefile >=================================================================== >--- math/py-matplotlib2/Makefile (revision 569015) >+++ math/py-matplotlib2/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= matplotlib > DISTVERSION= 2.2.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-networkx/Makefile >=================================================================== >--- math/py-networkx/Makefile (revision 569015) >+++ math/py-networkx/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= networkx > DISTVERSION= 2.5 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP >@@ -32,7 +33,7 @@ > OPTIONS_DEFAULT= NUMPY SCIPY MPL GDAL GRAPHVIZ LXML PANDAS PYDOT YAML > > NUMPY_DESC= Matrix representation of graphs >-NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2,1:math/py-numpy@${PY_FLAVOR} >+NUMPY_RUN_DEPENDS= ${PYNUMPY} > > SCIPY_DESC= Sparse matrix representation of graphs > SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.15.1:science/py-scipy@${PY_FLAVOR} \ >Index: math/py-nevergrad/Makefile >=================================================================== >--- math/py-nevergrad/Makefile (revision 569015) >+++ math/py-nevergrad/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= nevergrad > PORTVERSION= 0.4.2 > DISTVERSIONSUFFIX= .post2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +17,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bayesian-optimization>=1.2.0:math/py-bayesian-optimization@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cma>=2.6.0:math/py-cma@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.15.0,1:math/py-numpy@${PY_FLAVOR} >+ ${PYNUMPY} > > USES= python:3.7+ > USE_PYTHON= autoplist concurrent distutils >Index: math/py-numexpr/Makefile >=================================================================== >--- math/py-numexpr/Makefile (revision 569015) >+++ math/py-numexpr/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= numexpr > PORTVERSION= 2.7.2 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-numpoly/Makefile >=================================================================== >--- math/py-numpoly/Makefile (revision 569015) >+++ math/py-numpoly/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= numpoly > DISTVERSION= 1.1.1 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-numpy/Makefile >=================================================================== >--- math/py-numpy/Makefile (revision 569015) >+++ math/py-numpy/Makefile (working copy) >@@ -2,15 +2,14 @@ > # $FreeBSD$ > > PORTNAME= numpy >-PORTVERSION= 1.16.6 >-PORTEPOCH= 1 >+PORTVERSION= 1.19.4 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP \ >- https://docs.scipy.org/doc/${PORTNAME}-${PORTVERSION}/:doc >+ https://numpy.org/doc/${PORTVERSION}/:doc > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ >- ${PORTNAME}-ref-${PORTVERSION:R}.1.pdf:doc \ >- ${PORTNAME}-user-${PORTVERSION:R}.1.pdf:doc >+ ${PORTNAME}-ref.pdf:doc \ >+ ${PORTNAME}-user.pdf:doc > EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} > > MAINTAINER= python@FreeBSD.org >@@ -19,7 +18,8 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > >-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} > > USES= compiler:c11 fortran python:3.6+ zip > USE_PYTHON= allflavors autoplist concurrent cython distutils >@@ -65,11 +65,12 @@ > > post-install: > ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' | ${XARGS} ${STRIP_CMD} >+ ${REINPLACE_CMD} -e '\|_examples/$$|d' ${_PYTHONPKGLIST} > > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-ref-${PORTVERSION:R}.1.pdf ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-user-${PORTVERSION:R}.1.pdf ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-ref.pdf ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-user.pdf ${STAGEDIR}${DOCSDIR} > > do-test: > @cd ${WRKSRC} && ${PYTHON_CMD} runtests.py >Index: math/py-numpy/distinfo >=================================================================== >--- math/py-numpy/distinfo (revision 569015) >+++ math/py-numpy/distinfo (working copy) >@@ -1,7 +1,7 @@ >-TIMESTAMP = 1588013658 >-SHA256 (numpy-1.16.6.zip) = e5cf3fdf13401885e8eea8170624ec96225e2174eb0c611c6f26dd33b489e3ff >-SIZE (numpy-1.16.6.zip) = 5143340 >-SHA256 (numpy-ref-1.16.1.pdf) = 5296c4949c92d00ae2c94ce65b78369b8081995dc72447bb20b6518bfaed3552 >-SIZE (numpy-ref-1.16.1.pdf) = 5175448 >-SHA256 (numpy-user-1.16.1.pdf) = aa8c591eee4c537768854f19e3cf4b861280828c19eb9d2e6194ea230570ea75 >-SIZE (numpy-user-1.16.1.pdf) = 592508 >+TIMESTAMP = 1615956896 >+SHA256 (numpy-1.19.4.zip) = 141ec3a3300ab89c7f2b0775289954d193cc8edb621ea05f99db9cb181530512 >+SIZE (numpy-1.19.4.zip) = 7315971 >+SHA256 (numpy-ref.pdf) = cbeea9b1395e0576bbd256c5de11886c63321d434785c6777df7bdd50109ba9f >+SIZE (numpy-ref.pdf) = 6106335 >+SHA256 (numpy-user.pdf) = d8d51913cb494228f69c5f16d659b8539cbd04c6e584fde72c00c382e86eea8f >+SIZE (numpy-user.pdf) = 474664 >Index: math/py-numpy/files/patch-numpy-distutils-system_info.py >=================================================================== >--- math/py-numpy/files/patch-numpy-distutils-system_info.py (revision 569015) >+++ math/py-numpy/files/patch-numpy-distutils-system_info.py (working copy) >@@ -20,45 +20,3 @@ > else: > _lib_atlas = ['atlas'] > _lib_lapack = ['lapack'] >-@@ -1633,11 +1635,6 @@ class blas_opt_info(system_info): >- self.set_info(**blis_info) >- return >- >-- openblas_info = get_info('openblas') >-- if openblas_info: >-- self.set_info(**openblas_info) >-- return >-- >- atlas_info = get_info('atlas_3_10_blas_threads') >- if not atlas_info: >- atlas_info = get_info('atlas_3_10_blas') >-@@ -1730,18 +1727,17 @@ class blas_info(system_info): >- # check we can link (find library) >- # some systems have separate cblas and blas libs. First >- # check for cblas lib, and if not present check for blas lib. >-- try: >-- c.link_executable(obj, os.path.join(tmpdir, "a.out"), >-- libraries=["cblas"], >-- library_dirs=info['library_dirs'], >-- extra_postargs=info.get('extra_link_args', [])) >-- res = "cblas" >-- except distutils.ccompiler.LinkError: >-- c.link_executable(obj, os.path.join(tmpdir, "a.out"), >-- libraries=["blas"], >-- library_dirs=info['library_dirs'], >-- extra_postargs=info.get('extra_link_args', [])) >-- res = "blas" >-+ res = None >-+ for libname in ['cblas', 'blas', 'openblas']: >-+ try: >-+ c.link_executable(obj, os.path.join(tmpdir, "a.out"), >-+ libraries=[libname], >-+ library_dirs=info['library_dirs'], >-+ extra_postargs=info.get('extra_link_args', [])) >-+ res = libname >-+ break >-+ except distutils.ccompiler.LinkError: >-+ pass >- except distutils.ccompiler.CompileError: >- res = None >- finally: >Index: math/py-numpy-stl/Makefile >=================================================================== >--- math/py-numpy-stl/Makefile (revision 569015) >+++ math/py-numpy-stl/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= numpy-stl > DISTVERSION= 2.11.3 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +18,7 @@ > RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}python-utils>=2.3.0:misc/py-python-utils@${PY_FLAVOR} > >-USES= python:3.4+ >+USES= python:3.6+ > USE_PYTHON= cython distutils autoplist > > post-install: >Index: math/py-openTSNE/Makefile >=================================================================== >--- math/py-openTSNE/Makefile (revision 569015) >+++ math/py-openTSNE/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= openTSNE > DISTVERSION= 0.5.1 >+PORTREVISION= 1 > CATEGORIES= math python # statistics > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-opt-einsum/Makefile >=================================================================== >--- math/py-opt-einsum/Makefile (revision 569015) >+++ math/py-opt-einsum/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= opt-einsum > PORTVERSION= 3.3.0 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > > RUN_DEPENDS= ${PYNUMPY} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >Index: math/py-optuna/Makefile >=================================================================== >--- math/py-optuna/Makefile (revision 569015) >+++ math/py-optuna/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= optuna > DISTVERSION= 2.6.0 >+PORTREVISION= 1 > CATEGORIES= math # machine-learning > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-osqp/Makefile >=================================================================== >--- math/py-osqp/Makefile (revision 569015) >+++ math/py-osqp/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= osqp > DISTVERSION= 0.6.2.post0 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP >Index: math/py-pandas/Makefile >=================================================================== >--- math/py-pandas/Makefile (revision 569015) >+++ math/py-pandas/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pandas > PORTVERSION= 1.2.0 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= math devel python > MASTER_SITES= CHEESESHOP >Index: math/py-patsy/Makefile >=================================================================== >--- math/py-patsy/Makefile (revision 569015) >+++ math/py-patsy/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= patsy > PORTVERSION= 0.5.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-pdal/Makefile >=================================================================== >--- math/py-pdal/Makefile (revision 569015) >+++ math/py-pdal/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pdal > DISTVERSION= 2.3.5 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-petsc4py/Makefile >=================================================================== >--- math/py-petsc4py/Makefile (revision 569015) >+++ math/py-petsc4py/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= petsc4py > DISTVERSION= 3.10.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-primme/Makefile >=================================================================== >--- math/py-primme/Makefile (revision 569015) >+++ math/py-primme/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= primme > DISTVERSIONPREFIX= v > DISTVERSION= 3.2 >+PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-pyFFTW/Makefile >=================================================================== >--- math/py-pyFFTW/Makefile (revision 569015) >+++ math/py-pyFFTW/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pyFFTW > DISTVERSION= 0.12.0 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-pygsl/Makefile >=================================================================== >--- math/py-pygsl/Makefile (revision 569015) >+++ math/py-pygsl/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= pygsl > PORTVERSION= 2.3.0 > DISTVERSIONSUFFIX= .1 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-pygslodeiv2/Makefile >=================================================================== >--- math/py-pygslodeiv2/Makefile (revision 569015) >+++ math/py-pygslodeiv2/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pygslodeiv2 > DISTVERSION= 0.9.4 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-pyhull/Makefile >=================================================================== >--- math/py-pyhull/Makefile (revision 569015) >+++ math/py-pyhull/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pyhull > DISTVERSION= 2015.2.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-pyipopt/Makefile >=================================================================== >--- math/py-pyipopt/Makefile (revision 569015) >+++ math/py-pyipopt/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pyipopt > DISTVERSION= g20180409 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-pymc3/Makefile >=================================================================== >--- math/py-pymc3/Makefile (revision 569015) >+++ math/py-pymc3/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= pymc3 > DISTVERSIONPREFIX= v > DISTVERSION= 3.11.1 >+PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: math/py-pyneqsys/Makefile >=================================================================== >--- math/py-pyneqsys/Makefile (revision 569015) >+++ math/py-pyneqsys/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pyneqsys > DISTVERSION= 0.5.6 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,7 +19,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.5+ >+USES= python:3.6+ > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: math/py-pynleq2/Makefile >=================================================================== >--- math/py-pynleq2/Makefile (revision 569015) >+++ math/py-pynleq2/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pynleq2 > DISTVERSION= 0.0.2 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-pyodeint/Makefile >=================================================================== >--- math/py-pyodeint/Makefile (revision 569015) >+++ math/py-pyodeint/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pyodeint > DISTVERSION= 0.10.4 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-pyodesys/Makefile >=================================================================== >--- math/py-pyodesys/Makefile (revision 569015) >+++ math/py-pyodesys/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pyodesys > DISTVERSION= 0.13.1 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -20,7 +21,7 @@ > ${PYTHON_PKGNAMEPREFIX}sympy>=1.1.1:math/py-sympy@${PY_FLAVOR} > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: math/py-pystan/Makefile >=================================================================== >--- math/py-pystan/Makefile (revision 569015) >+++ math/py-pystan/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pystan > PORTVERSION= 2.19.0.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,10 +17,10 @@ > USE_PYTHON= autoplist distutils > > BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} >-BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} >+BUILD_DEPENDS+= ${PYNUMPY} > > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} >-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} >+RUN_DEPENDS+= ${PYNUMPY} > > SHEBANG_FILES= ${WRKSRC}/pystan/stan/lib/stan_math/lib/upgrade-sundials.sh \ > ${WRKSRC}/pystan/stan/lib/stan_math/hooks/pre-commit \ >Index: math/py-pysym/Makefile >=================================================================== >--- math/py-pysym/Makefile (revision 569015) >+++ math/py-pysym/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= pysym > DISTVERSION= 0.2.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \ > ${PYNUMPY} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: math/py-python-fcl/Makefile >=================================================================== >--- math/py-python-fcl/Makefile (revision 569015) >+++ math/py-python-fcl/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= python-fcl > PORTVERSION= 0.0.12 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-python-louvain/Makefile >=================================================================== >--- math/py-python-louvain/Makefile (revision 569015) >+++ math/py-python-louvain/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= python-louvain > DISTVERSION= 0.15 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-python-picard/Makefile >=================================================================== >--- math/py-python-picard/Makefile (revision 569015) >+++ math/py-python-picard/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= python-picard > DISTVERSION= 0.4 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-qdldl/Makefile >=================================================================== >--- math/py-qdldl/Makefile (revision 569015) >+++ math/py-qdldl/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= qdldl > DISTVERSION= 0.1.5.post0 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-quadprog/Makefile >=================================================================== >--- math/py-quadprog/Makefile (revision 569015) >+++ math/py-quadprog/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= quadprog > DISTVERSION= 0.1.8 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -11,7 +12,7 @@ > > LICENSE= GPLv2+ > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2,1:math/py-numpy@${PY_FLAVOR} >+RUN_DEPENDS= ${PYNUMPY} > > USES= python:3.6+ > USE_PYTHON= distutils autoplist cython >Index: math/py-rpy2/Makefile >=================================================================== >--- math/py-rpy2/Makefile (revision 569015) >+++ math/py-rpy2/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= rpy2 > PORTVERSION= 3.4.2 >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -37,7 +38,7 @@ > PANDAS_DESC= Pandas support > > NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} >-PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+PANDAS_RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} > > post-install: >Index: math/py-scikit-umfpack/Makefile >=================================================================== >--- math/py-scikit-umfpack/Makefile (revision 569015) >+++ math/py-scikit-umfpack/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= scikit-umfpack > DISTVERSION= 0.3.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-scs/Makefile >=================================================================== >--- math/py-scs/Makefile (revision 569015) >+++ math/py-scs/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= scs > DISTVERSION= 2.1.2 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-seriate/Makefile >=================================================================== >--- math/py-seriate/Makefile (revision 569015) >+++ math/py-seriate/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= seriate > DISTVERSION= 1.1.2 >+PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -16,7 +17,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:3.6+ > USE_GITHUB= yes > GH_ACCOUNT= src-d > USE_PYTHON= distutils autoplist >Index: math/py-snuggs/Makefile >=================================================================== >--- math/py-snuggs/Makefile (revision 569015) >+++ math/py-snuggs/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= snuggs > PORTVERSION= 1.4.7 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-spectral/Makefile >=================================================================== >--- math/py-spectral/Makefile (revision 569015) >+++ math/py-spectral/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= spectral > DISTVERSION= 0.22.1 >+PORTREVISION= 1 > CATEGORIES= math > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-spglm/Makefile >=================================================================== >--- math/py-spglm/Makefile (revision 569015) >+++ math/py-spglm/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= spglm > PORTVERSION= 1.0.8 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= BSD3CLAUSE > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}spreg>=1.0.4:math/py-spreg@${PY_FLAVOR} > >Index: math/py-spint/Makefile >=================================================================== >--- math/py-spint/Makefile (revision 569015) >+++ math/py-spint/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= spint > PORTVERSION= 1.0.7 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}spglm>=1.0.6:math/py-spglm@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} >Index: math/py-splot/Makefile >=================================================================== >--- math/py-splot/Makefile (revision 569015) >+++ math/py-splot/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= splot > PORTVERSION= 1.1.3 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -20,7 +21,7 @@ > ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}mapclassify>=0:graphics/py-mapclassify@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} > >Index: math/py-spopt/Makefile >=================================================================== >--- math/py-spopt/Makefile (revision 569015) >+++ math/py-spopt/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= spopt > PORTVERSION= 0.1.1 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.7:graphics/py-geopandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}networkx>=0.1:math/py-networkx@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=1,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}PuLP>=0:math/py-PuLP@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22:science/py-scikit-learn@${PY_FLAVOR} \ >Index: math/py-spreg/Makefile >=================================================================== >--- math/py-spreg/Makefile (revision 569015) >+++ math/py-spreg/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= spreg > PORTVERSION= 1.2.2 >+PORTREVISION= 1 > #DISTVERSIONSUFFIX= .post1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP >@@ -14,7 +15,7 @@ > LICENSE= BSD3CLAUSE > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} > >Index: math/py-spvcm/Makefile >=================================================================== >--- math/py-spvcm/Makefile (revision 569015) >+++ math/py-spvcm/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= spvcm > PORTVERSION= 0.3.0 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -13,7 +14,7 @@ > LICENSE= BSD3CLAUSE > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \ >Index: math/py-ssm/Makefile >=================================================================== >--- math/py-ssm/Makefile (revision 569015) >+++ math/py-ssm/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= ssm > DISTVERSION= 0.0.1 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-statsmodels/Makefile >=================================================================== >--- math/py-statsmodels/Makefile (revision 569015) >+++ math/py-statsmodels/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= statsmodels > PORTVERSION= 0.12.2 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-sym/Makefile >=================================================================== >--- math/py-sym/Makefile (revision 569015) >+++ math/py-sym/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= sym > DISTVERSION= 0.3.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-symcxx/Makefile >=================================================================== >--- math/py-symcxx/Makefile (revision 569015) >+++ math/py-symcxx/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= symcxx > DISTVERSION= 0.1.10 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-theano/Makefile >=================================================================== >--- math/py-theano/Makefile (revision 569015) >+++ math/py-theano/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= theano > DISTVERSION= 1.0.5 >+PORTREVISION= 1 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-uncertainties/Makefile >=================================================================== >--- math/py-uncertainties/Makefile (revision 569015) >+++ math/py-uncertainties/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= uncertainties > DISTVERSION= 3.1.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: math/py-yt/Makefile >=================================================================== >--- math/py-yt/Makefile (revision 569015) >+++ math/py-yt/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= yt > DISTVERSION= 3.6.1 >+PORTREVISION= 1 > CATEGORIES= math astro python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,7 +20,7 @@ > ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.3:math/py-matplotlib@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}ipython5>=1.0:devel/ipython5@${PY_FLAVOR} > >-USES= dos2unix localbase python:3.5+ >+USES= dos2unix localbase python:3.6+ > USE_PYTHON= distutils cython autoplist concurrent > > post-patch: >Index: math/sage/Makefile >=================================================================== >--- math/sage/Makefile (revision 569015) >+++ math/sage/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= sage > PORTVERSION= 9.2 >-PORTREVISION= 10 >+PORTREVISION= 11 > CATEGORIES= math > MASTER_SITES= https://mirrors.xmission.com/sage/src/ \ > http://mirrors.xmission.com/sage/src/ \ >Index: misc/mmdnn/Makefile >=================================================================== >--- misc/mmdnn/Makefile (revision 569015) >+++ misc/mmdnn/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= mmdnn > DISTVERSION= 0.3.1 >+PORTREVISION= 1 > CATEGORIES= misc python # machine-learning > > MAINTAINER= yuri@FreeBSD.org >Index: misc/openvdb/Makefile >=================================================================== >--- misc/openvdb/Makefile (revision 569015) >+++ misc/openvdb/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= openvdb > DISTVERSIONPREFIX= v > DISTVERSION= 8.0.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= misc > > MAINTAINER= yuri@FreeBSD.org >Index: misc/orange3/Makefile >=================================================================== >--- misc/orange3/Makefile (revision 569015) >+++ misc/orange3/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= orange3 > DISTVERSION= 3.28.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= misc python > > MAINTAINER= yuri@FreeBSD.org >@@ -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.4+ pyqt:5 >+USES= python:3.6+ pyqt:5 > USE_PYTHON= distutils cython autoplist noflavors > USE_PYQT= core_run gui_run printsupport_run widgets_run webengine_run > >Index: misc/py-QSpectrumAnalyzer/Makefile >=================================================================== >--- misc/py-QSpectrumAnalyzer/Makefile (revision 569015) >+++ misc/py-QSpectrumAnalyzer/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= QSpectrumAnalyzer > DISTVERSION= 2.1.0 >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= misc hamradio python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +17,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.4+ pyqt:5 >+USES= fortran python:3.6+ pyqt:5 > USE_PYQT= core gui widgets > USE_PYTHON= distutils concurrent autoplist > >Index: misc/py-SimpleSoapy/Makefile >=================================================================== >--- misc/py-SimpleSoapy/Makefile (revision 569015) >+++ misc/py-SimpleSoapy/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= SimpleSoapy > DISTVERSION= 1.5.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= misc hamradio python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +16,7 @@ > RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}SoapySDR>0:misc/py-SoapySDR@${PY_FLAVOR} > >-USES= python:3.4+ >+USES= python:3.6+ > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: misc/py-fast-histogram/Makefile >=================================================================== >--- misc/py-fast-histogram/Makefile (revision 569015) >+++ misc/py-fast-histogram/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= fast-histogram > DISTVERSION= 0.9 >+PORTREVISION= 1 > CATEGORIES= misc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: misc/py-gluoncv/Makefile >=================================================================== >--- misc/py-gluoncv/Makefile (revision 569015) >+++ misc/py-gluoncv/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gluoncv > DISTVERSIONPREFIX= v > DISTVERSION= 0.9.0 >+PORTREVISION= 1 > CATEGORIES= misc # machine-learning > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: misc/py-gluonnlp/Makefile >=================================================================== >--- misc/py-gluonnlp/Makefile (revision 569015) >+++ misc/py-gluonnlp/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gluonnlp > DISTVERSIONPREFIX= v > DISTVERSION= 0.10.0 >+PORTREVISION= 1 > CATEGORIES= misc # machine-learning > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: misc/py-mffpy/Makefile >=================================================================== >--- misc/py-mffpy/Makefile (revision 569015) >+++ misc/py-mffpy/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= mffpy > DISTVERSION= 0.6.2 >+PORTREVISION= 1 > CATEGORIES= misc > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: misc/py-onnx/Makefile >=================================================================== >--- misc/py-onnx/Makefile (revision 569015) >+++ misc/py-onnx/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= onnx > DISTVERSION= 1.8.1 >+PORTREVISION= 1 > CATEGORIES= misc # machine-learning > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: misc/py-orange3-associate/Makefile >=================================================================== >--- misc/py-orange3-associate/Makefile (revision 569015) >+++ misc/py-orange3-associate/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= orange3-associate > DISTVERSION= 1.1.8 >+PORTREVISION= 1 > CATEGORIES= misc python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -14,7 +15,7 @@ > ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} > >-USES= python:3.4+ >+USES= python:3.6+ > USE_PYTHON= distutils autoplist > > USE_GITHUB= yes >Index: misc/py-orange3-network/Makefile >=================================================================== >--- misc/py-orange3-network/Makefile (revision 569015) >+++ misc/py-orange3-network/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= orange3-network > DISTVERSION= 1.5.1.20210224 # the 1.5.1 was forgotten >+PORTREVISION= 1 > CATEGORIES= misc python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -17,7 +18,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:3.6+ > USE_PYTHON= distutils cython autoplist > > USE_GITHUB= yes >Index: misc/py-orange3-timeseries/Makefile >=================================================================== >--- misc/py-orange3-timeseries/Makefile (revision 569015) >+++ misc/py-orange3-timeseries/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= orange3-timeseries > DISTVERSION= 0.3.10 >+PORTREVISION= 1 > CATEGORIES= misc python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: misc/py-pyEDFlib/Makefile >=================================================================== >--- misc/py-pyEDFlib/Makefile (revision 569015) >+++ misc/py-pyEDFlib/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pyEDFlib > DISTVERSION= 0.1.20 >+PORTREVISION= 1 > CATEGORIES= misc > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: misc/py-scikit-fusion/Makefile >=================================================================== >--- misc/py-scikit-fusion/Makefile (revision 569015) >+++ misc/py-scikit-fusion/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= scikit-fusion > DISTVERSION= 0.2.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= misc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: misc/py-soapy_power/Makefile >=================================================================== >--- misc/py-soapy_power/Makefile (revision 569015) >+++ misc/py-soapy_power/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= soapy_power > DISTVERSION= 1.6.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= misc hamradio python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -18,7 +18,7 @@ > ${PYTHON_PKGNAMEPREFIX}SimpleSoapy>=1.5.0:misc/py-SimpleSoapy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}SimpleSpectral>0:science/py-SimpleSpectral@${PY_FLAVOR} > >-USES= python:3.4+ >+USES= python:3.6+ > USE_PYTHON= distutils concurrent autoplist > > .include <bsd.port.mk> >Index: misc/py-tflearn/Makefile >=================================================================== >--- misc/py-tflearn/Makefile (revision 569015) >+++ misc/py-tflearn/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= tflearn > DISTVERSION= 0.3.2-53 >+PORTREVISION= 1 > DISTVERSIONSUFFIX= -g5c23566 > CATEGORIES= misc python # machine-learning > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: misc/py-tflite-support/Makefile >=================================================================== >--- misc/py-tflite-support/Makefile (revision 569015) >+++ misc/py-tflite-support/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= tflite-support > DISTVERSION= 0.1.0a1 >+PORTREVISION= 1 > CATEGORIES= misc # machine-learning > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: misc/py-tvm/Makefile >=================================================================== >--- misc/py-tvm/Makefile (revision 569015) >+++ misc/py-tvm/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= tvm > DISTVERSIONPREFIX= v > DISTVERSION= 0.6.1 >+PORTREVISION= 1 > CATEGORIES= misc # machine-learning > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: misc/py-wurlitzer/Makefile >=================================================================== >--- misc/py-wurlitzer/Makefile (revision 569015) >+++ misc/py-wurlitzer/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= wurlitzer > PORTVERSION= 2.0.1 >+PORTREVISION= 1 > CATEGORIES= misc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: misc/py-xgboost/Makefile >=================================================================== >--- misc/py-xgboost/Makefile (revision 569015) >+++ misc/py-xgboost/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= xgboost > DISTVERSIONPREFIX= v > DISTVERSION= 1.2.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= misc # machine-learning > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -19,7 +19,7 @@ > RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} > >-USES= compiler:c11 python:3.5+ localbase:ldflags >+USES= compiler:c11 python:3.6+ localbase:ldflags > USE_GITHUB= yes > GH_ACCOUNT= dmlc > USE_PYTHON= distutils autoplist >Index: misc/urh/Makefile >=================================================================== >--- misc/urh/Makefile (revision 569015) >+++ misc/urh/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= urh > DISTVERSION= 2.9.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= misc hamradio python > MASTER_SITES= CHEESESHOP > >@@ -16,7 +16,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:3.6+ localbase pyqt:5 > USE_PYQT= core gui test widgets > USE_PYTHON= distutils cython noflavors autoplist > >Index: multimedia/pitivi/Makefile >=================================================================== >--- multimedia/pitivi/Makefile (revision 569015) >+++ multimedia/pitivi/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pitivi > PORTVERSION= 0.999 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= multimedia > MASTER_SITES= GNOME > >Index: multimedia/py-PySceneDetect/Makefile >=================================================================== >--- multimedia/py-PySceneDetect/Makefile (revision 569015) >+++ multimedia/py-PySceneDetect/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= PySceneDetect > PORTVERSION= 0.5.4 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= multimedia python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: multimedia/py-moviepy/Makefile >=================================================================== >--- multimedia/py-moviepy/Makefile (revision 569015) >+++ multimedia/py-moviepy/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= moviepy > PORTVERSION= 1.0.3 >+PORTREVISION= 1 > CATEGORIES= multimedia python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -21,7 +22,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= python:3.4+ >+USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >Index: multimedia/py-pretty_midi/Makefile >=================================================================== >--- multimedia/py-pretty_midi/Makefile (revision 569015) >+++ multimedia/py-pretty_midi/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pretty_midi > DISTVERSION= 0.2.9 >+PORTREVISION= 1 > CATEGORIES= multimedia python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: multimedia/subsync/Makefile >=================================================================== >--- multimedia/subsync/Makefile (revision 569015) >+++ multimedia/subsync/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= subsync > DISTVERSION= g20190702 >+PORTREVISION= 1 > CATEGORIES= multimedia python > > MAINTAINER= yuri@FreeBSD.org >@@ -20,7 +21,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:3.6+ > USE_GITHUB= yes > GH_ACCOUNT= smacke # tympanix account has another version of the same project requiring tensorflow > GH_TAGNAME= d9798a5 >Index: science/abinit/Makefile >=================================================================== >--- science/abinit/Makefile (revision 569015) >+++ science/abinit/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= abinit > DISTVERSIONPREFIX= v > DISTVERSION= 9.4.0 >+PORTREVISION= 1 > CATEGORIES= science > > MAINTAINER= yuri@FreeBSD.org >Index: science/agrum/Makefile >=================================================================== >--- science/agrum/Makefile (revision 569015) >+++ science/agrum/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= agrum > DISTVERSION= 0.19.3 >+PORTREVISION= 1 > CATEGORIES= science math > > MAINTAINER= yuri@FreeBSD.org >Index: science/dftbplus/Makefile >=================================================================== >--- science/dftbplus/Makefile (revision 569015) >+++ science/dftbplus/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= dftbplus > DISTVERSION= 19.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science > > MAINTAINER= yuri@FreeBSD.org >Index: science/gnudatalanguage/Makefile >=================================================================== >--- science/gnudatalanguage/Makefile (revision 569015) >+++ science/gnudatalanguage/Makefile (working copy) >@@ -5,7 +5,7 @@ > PORTVERSION= 1.0.0 > DISTVERSIONPREFIX= v > DISTVERSIONSUFFIX= -rc.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= science lang > .if defined(BUILD_PYTHON_MODULE) > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-GPy/Makefile >=================================================================== >--- science/py-GPy/Makefile (revision 569015) >+++ science/py-GPy/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= GPy > DISTVERSION= 1.9.9 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-GPyOpt/Makefile >=================================================================== >--- science/py-GPyOpt/Makefile (revision 569015) >+++ science/py-GPyOpt/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= GPyOpt > DISTVERSION= 1.2.6 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-MDAnalysis/Makefile >=================================================================== >--- science/py-MDAnalysis/Makefile (revision 569015) >+++ science/py-MDAnalysis/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= MDAnalysis > DISTVERSION= 0.19.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-MDAnalysisTests/Makefile >=================================================================== >--- science/py-MDAnalysisTests/Makefile (revision 569015) >+++ science/py-MDAnalysisTests/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= MDAnalysisTests > DISTVERSION= 0.19.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-OpenFermion/Makefile >=================================================================== >--- science/py-OpenFermion/Makefile (revision 569015) >+++ science/py-OpenFermion/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= OpenFermion > DISTVERSIONPREFIX= v > DISTVERSION= 0.11.0 >+PORTREVISION= 1 > CATEGORIES= science python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: science/py-SimpleSpectral/Makefile >=================================================================== >--- science/py-SimpleSpectral/Makefile (revision 569015) >+++ science/py-SimpleSpectral/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= SimpleSpectral > DISTVERSION= 1.0.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +15,7 @@ > > RUN_DEPENDS= ${PYNUMPY} > >-USES= python:3.4+ >+USES= python:3.6+ > USE_PYTHON= distutils autoplist > NO_ARCH= yes > >Index: science/py-abipy/Makefile >=================================================================== >--- science/py-abipy/Makefile (revision 569015) >+++ science/py-abipy/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= abipy > DISTVERSION= 0.9.0 >+PORTREVISION= 1 > CATEGORIES= science python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: science/py-access/Makefile >=================================================================== >--- science/py-access/Makefile (revision 569015) >+++ science/py-access/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= access > PORTVERSION= 1.1.3 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +13,7 @@ > > LICENSE= BSD3CLAUSE > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4,1:math/py-pandas@${PY_FLAVOR} > > USES= python:3.7+ >Index: science/py-asdf/Makefile >=================================================================== >--- science/py-asdf/Makefile (revision 569015) >+++ science/py-asdf/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= asdf > PORTVERSION= 2.7.3 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -20,7 +21,7 @@ > ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8:devel/py-semantic-version@${PY_FLAVOR} > >-USES= python:3.5+ shebangfix >+USES= python:3.6+ shebangfix > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >Index: science/py-ase/Makefile >=================================================================== >--- science/py-ase/Makefile (revision 569015) >+++ science/py-ase/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= ase > DISTVERSION= 3.21.1 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -18,7 +19,7 @@ > nwchem:science/nwchem > # optional dependencies: x11-toolkits/py-tkinter, www/py-flask (see https://wiki.fysik.dtu.dk/ase/install.html) > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= distutils concurrent autoplist > > NO_ARCH= yes >Index: science/py-chainer/Makefile >=================================================================== >--- science/py-chainer/Makefile (revision 569015) >+++ science/py-chainer/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= chainer > DISTVERSION= 7.7.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science # machine-learning > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-chainer-chemistry/Makefile >=================================================================== >--- science/py-chainer-chemistry/Makefile (revision 569015) >+++ science/py-chainer-chemistry/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= chainer-chemistry > DISTVERSION= 0.7.1 >+PORTREVISION= 1 > CATEGORIES= science biology # machine-learning > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-dipy/Makefile >=================================================================== >--- science/py-dipy/Makefile (revision 569015) >+++ science/py-dipy/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= dipy > DISTVERSION= 1.4.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-eccodes/Makefile >=================================================================== >--- science/py-eccodes/Makefile (revision 569015) >+++ science/py-eccodes/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= eccodes > PORTVERSION= 1.1.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -22,7 +23,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.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > > do-test: >Index: science/py-geometer/Makefile >=================================================================== >--- science/py-geometer/Makefile (revision 569015) >+++ science/py-geometer/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= geometer > PORTVERSION= 0.2.3 >+PORTREVISION= 2 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,7 +17,7 @@ > RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}sympy>=1.3:math/py-sympy@${PY_FLAVOR} # <= 1.7 > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >Index: science/py-geometric/Makefile >=================================================================== >--- science/py-geometric/Makefile (revision 569015) >+++ science/py-geometric/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= geometric > DISTVERSION= 0.9.7.2 >+PORTREVISION= 1 > CATEGORIES= science python # chemistry > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-gpaw/Makefile >=================================================================== >--- science/py-gpaw/Makefile (revision 569015) >+++ science/py-gpaw/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= gpaw > DISTVERSION= 21.1.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -21,7 +22,7 @@ > ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ > ${PYNUMPY} > >-USES= gettext-runtime localbase python:3.5+ shebangfix >+USES= gettext-runtime localbase python:3.6+ shebangfix > USE_PYTHON= distutils concurrent autoplist > SHEBANG_FILES= tools/* > >Index: science/py-gsd/Makefile >=================================================================== >--- science/py-gsd/Makefile (revision 569015) >+++ science/py-gsd/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= gsd > DISTVERSION= 2.4.1 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-h5json/Makefile >=================================================================== >--- science/py-h5json/Makefile (revision 569015) >+++ science/py-h5json/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= h5json > DISTVERSION= 1.1.3 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-h5py/Makefile >=================================================================== >--- science/py-h5py/Makefile (revision 569015) >+++ science/py-h5py/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= h5py > PORTVERSION= 3.1.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-inequality/Makefile >=================================================================== >--- science/py-inequality/Makefile (revision 569015) >+++ science/py-inequality/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= inequality > PORTVERSION= 1.0.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,10 +13,10 @@ > > LICENSE= BSD3CLAUSE > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >Index: science/py-kinematics/Makefile >=================================================================== >--- science/py-kinematics/Makefile (revision 569015) >+++ science/py-kinematics/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= kinematics > PORTVERSION= 0.1.7 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-libpysal/Makefile >=================================================================== >--- science/py-libpysal/Makefile (revision 569015) >+++ science/py-libpysal/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= libpysal > PORTVERSION= 4.4.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +16,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} >Index: science/py-lifelines/Makefile >=================================================================== >--- science/py-lifelines/Makefile (revision 569015) >+++ science/py-lifelines/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= lifelines > DISTVERSION= 0.19.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-mdp/Makefile >=================================================================== >--- science/py-mdp/Makefile (revision 569015) >+++ science/py-mdp/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mdp > PORTVERSION= 3.5 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= science python > MASTER_SITES= SF/${PORTNAME}-toolkit/${PORTNAME}-toolkit/${PORTVERSION} > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-molmod/Makefile >=================================================================== >--- science/py-molmod/Makefile (revision 569015) >+++ science/py-molmod/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= molmod > DISTVERSION= 1.4.8 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-moltemplate/Makefile >=================================================================== >--- science/py-moltemplate/Makefile (revision 569015) >+++ science/py-moltemplate/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= moltemplate > DISTVERSION= 2.19.7 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-netCDF4/Makefile >=================================================================== >--- science/py-netCDF4/Makefile (revision 569015) >+++ science/py-netCDF4/Makefile (working copy) >@@ -5,7 +5,7 @@ > PORTVERSION= 1.3.1 > DISTVERSIONPREFIX= v > DISTVERSIONSUFFIX= rel >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= science python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: science/py-nibabel/Makefile >=================================================================== >--- science/py-nibabel/Makefile (revision 569015) >+++ science/py-nibabel/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= nibabel > DISTVERSION= 3.2.1 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-nilearn/Makefile >=================================================================== >--- science/py-nilearn/Makefile (revision 569015) >+++ science/py-nilearn/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= nilearn > DISTVERSION= 0.7.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-obspy/Makefile >=================================================================== >--- science/py-obspy/Makefile (revision 569015) >+++ science/py-obspy/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= obspy > PORTVERSION= 1.2.2 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-oddt/Makefile >=================================================================== >--- science/py-oddt/Makefile (revision 569015) >+++ science/py-oddt/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= oddt > DISTVERSION= 0.7 >+PORTREVISION= 1 > CATEGORIES= science python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: science/py-openpiv/Makefile >=================================================================== >--- science/py-openpiv/Makefile (revision 569015) >+++ science/py-openpiv/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= openpiv > PORTVERSION= 0.23.4 >+PORTREVISION= 1 > CATEGORIES= science python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: science/py-paramz/Makefile >=================================================================== >--- science/py-paramz/Makefile (revision 569015) >+++ science/py-paramz/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= paramz > DISTVERSION= 0.9.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-phono3py/Makefile >=================================================================== >--- science/py-phono3py/Makefile (revision 569015) >+++ science/py-phono3py/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= phono3py > DISTVERSION= 1.22.3 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-phonopy/Makefile >=================================================================== >--- science/py-phonopy/Makefile (revision 569015) >+++ science/py-phonopy/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= phonopy > DISTVERSION= 2.9.3 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-pupynere/Makefile >=================================================================== >--- science/py-pupynere/Makefile (revision 569015) >+++ science/py-pupynere/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pupynere > PORTVERSION= 1.0.15 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-pygmo2/Makefile >=================================================================== >--- science/py-pygmo2/Makefile (revision 569015) >+++ science/py-pygmo2/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= pygmo2 > DISTVERSIONPREFIX= v > DISTVERSION= 2.16.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science graphics > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: science/py-pymatgen/Makefile >=================================================================== >--- science/py-pymatgen/Makefile (revision 569015) >+++ science/py-pymatgen/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pymatgen > DISTVERSION= 2022.0.5 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-pymol/Makefile >=================================================================== >--- science/py-pymol/Makefile (revision 569015) >+++ science/py-pymol/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= pymol > DISTVERSIONPREFIX= v > DISTVERSION= 2.4.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= science biology python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -27,7 +27,7 @@ > ${PYTHON_PKGNAMEPREFIX}Pmw>0:x11-toolkits/py-Pmw@${PY_FLAVOR} \ > ${PYNUMPY} > >-USES= compiler:c++11-lang gl gnome python:3.5+ shebangfix tar:bz2 >+USES= compiler:c++11-lang gl gnome python:3.6+ shebangfix tar:bz2 > USE_GITHUB= yes > GH_ACCOUNT= schrodinger > GH_PROJECT= ${PORTNAME}-open-source >Index: science/py-pyteomics/Makefile >=================================================================== >--- science/py-pyteomics/Makefile (revision 569015) >+++ science/py-pyteomics/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pyteomics > PORTVERSION= 4.4.1 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-qcelemental/Makefile >=================================================================== >--- science/py-qcelemental/Makefile (revision 569015) >+++ science/py-qcelemental/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= qcelemental > PORTVERSION= 0.19.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-qspin/Makefile >=================================================================== >--- science/py-qspin/Makefile (revision 569015) >+++ science/py-qspin/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= qspin > DISTVERSION= 2.3.2 >+PORTREVISION= 1 > CATEGORIES= science education > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-quantities/Makefile >=================================================================== >--- science/py-quantities/Makefile (revision 569015) >+++ science/py-quantities/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= quantities > DISTVERSION= 0.12.4 >+PORTREVISION= 2 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-rmsd/Makefile >=================================================================== >--- science/py-rmsd/Makefile (revision 569015) >+++ science/py-rmsd/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= rmsd > DISTVERSION= 1.4 >+PORTREVISION= 1 > CATEGORIES= science > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-scikit-fuzzy/Makefile >=================================================================== >--- science/py-scikit-fuzzy/Makefile (revision 569015) >+++ science/py-scikit-fuzzy/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= scikit-fuzzy > DISTVERSION= 0.4.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-scikit-learn/Makefile >=================================================================== >--- science/py-scikit-learn/Makefile (revision 569015) >+++ science/py-scikit-learn/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= scikit-learn > DISTVERSION= 0.22 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -19,7 +19,7 @@ > ${PYTHON_PKGNAMEPREFIX}scipy>=0.17.0:science/py-scipy@${PY_FLAVOR} > RUN_DEPENDS:= ${BUILD_DEPENDS} > >-USES= fortran python:3.5+ localbase >+USES= fortran python:3.6+ localbase > USE_PYTHON= distutils autoplist cython > > POST_PLIST= fix-plist >Index: science/py-scikit-optimize/Makefile >=================================================================== >--- science/py-scikit-optimize/Makefile (revision 569015) >+++ science/py-scikit-optimize/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= scikit-optimize > PORTVERSION= 0.8.1 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-scikit-sparse/Makefile >=================================================================== >--- science/py-scikit-sparse/Makefile (revision 569015) >+++ science/py-scikit-sparse/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= scikit-sparse > DISTVERSION= 0.4.4 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-scimath/Makefile >=================================================================== >--- science/py-scimath/Makefile (revision 569015) >+++ science/py-scimath/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= scimath > PORTVERSION= 4.2.0 >+PORTREVISION= 1 > CATEGORIES= science math python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > LICENSE_COMB= dual > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=0:devel/py-traits@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0:math/py-numpy@${PY_FLAVOR} >+ ${PYNUMPY} > RUN_DEPENDS:= ${BUILD_DEPENDS} > > USES= python:3.6+ >Index: science/py-scipy/Makefile >=================================================================== >--- science/py-scipy/Makefile (revision 569015) >+++ science/py-scipy/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= scipy > DISTVERSION= 1.6.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= https://docs.scipy.org/doc/scipy-${PORTVERSION}/:doc \ > CHEESESHOP:source \ >Index: science/py-scoria/Makefile >=================================================================== >--- science/py-scoria/Makefile (revision 569015) >+++ science/py-scoria/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= scoria > DISTVERSION= 1.0.5 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-segregation/Makefile >=================================================================== >--- science/py-segregation/Makefile (revision 569015) >+++ science/py-segregation/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= segregation > PORTVERSION= 1.5.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +18,7 @@ > ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}mapclassify>=0:graphics/py-mapclassify@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.21.3:science/py-scikit-learn@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \ >Index: science/py-segyio/Makefile >=================================================================== >--- science/py-segyio/Makefile (revision 569015) >+++ science/py-segyio/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= segyio > DISTVERSION= 1.9.6 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-spaghetti/Makefile >=================================================================== >--- science/py-spaghetti/Makefile (revision 569015) >+++ science/py-spaghetti/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= spaghetti > PORTVERSION= 1.5.6 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +16,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}esda>=0:science/py-esda@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=1.0,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}rtree>=0:devel/py-rtree@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} >Index: science/py-spglib/Makefile >=================================================================== >--- science/py-spglib/Makefile (revision 569015) >+++ science/py-spglib/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= spglib > DISTVERSION= 1.16.1 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/py-tensorflow/Makefile >=================================================================== >--- science/py-tensorflow/Makefile (revision 569015) >+++ science/py-tensorflow/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= tensorflow > DISTVERSIONPREFIX= v > DISTVERSION= 1.14.0 >-PORTREVISION= 15 >+PORTREVISION= 16 > CATEGORIES= science python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DIST_SUBDIR= ${PORTNAME} >@@ -44,7 +44,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}absl>=0.7.1:devel/py-absl@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}astor>=0.5:devel/py-astor@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}gast>=0.2.2:devel/py-gast@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=1.11.2:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}google-pasta>=0.1.7:devel/py-google-pasta@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7.1:devel/py-protobuf@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ >Index: science/py-tobler/Makefile >=================================================================== >--- science/py-tobler/Makefile (revision 569015) >+++ science/py-tobler/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tobler > PORTVERSION= 0.7.0 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,7 +16,7 @@ > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0:graphics/py-geopandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}joblib>=0:devel/py-joblib@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}rasterio>=0:graphics/py-rasterio@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}rasterstats>=0:graphics/py-rasterstats@${PY_FLAVOR} \ >Index: science/py-veusz/Makefile >=================================================================== >--- science/py-veusz/Makefile (revision 569015) >+++ science/py-veusz/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= veusz > DISTVERSIONPREFIX= ${PORTNAME}- > DISTVERSION= 3.3.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= science > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -17,7 +17,7 @@ > BUILD_DEPENDS= ${PYNUMPY} > RUN_DEPENDS= ${PYNUMPY} > >-USES= compiler:c++11-lang python:3.5+ pyqt:5 qt:5 shebangfix >+USES= compiler:c++11-lang python:3.6+ pyqt:5 qt:5 shebangfix > USE_GITHUB= yes > USE_PYQT= core gui printsupport svg widgets > USE_PYTHON= distutils concurrent autoplist >Index: science/pynn/Makefile >=================================================================== >--- science/pynn/Makefile (revision 569015) >+++ science/pynn/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pynn > PORTVERSION= 0.9.6 >+PORTREVISION= 1 > CATEGORIES= science python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: science/rdkit/Makefile >=================================================================== >--- science/rdkit/Makefile (revision 569015) >+++ science/rdkit/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= rdkit > DISTVERSIONPREFIX= Release_ > DISTVERSION= 2020_09_5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science > > MAINTAINER= yuri@FreeBSD.org >Index: science/tfel/Makefile >=================================================================== >--- science/tfel/Makefile (revision 569015) >+++ science/tfel/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tfel > PORTVERSION= 3.4.0 >+PORTREVISION= 1 > CATEGORIES= science > MASTER_SITES= SF/${PORTNAME}/ > PKGNAMESUFFIX= -mfront >Index: science/tfel-edf/Makefile >=================================================================== >--- science/tfel-edf/Makefile (revision 569015) >+++ science/tfel-edf/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= tfel > DISTVERSION= 3.2.1-1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science > PKGNAMESUFFIX= -mfront-edf > >Index: science/v_sim/Makefile >=================================================================== >--- science/v_sim/Makefile (revision 569015) >+++ science/v_sim/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= v_sim > PORTVERSION= 3.8.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= science > MASTER_SITES= https://gitlab.com/l_sim/${PORTNAME}/-/archive/${PORTVERSION}/ > >Index: science/vmd/Makefile >=================================================================== >--- science/vmd/Makefile (revision 569015) >+++ science/vmd/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= vmd > DISTVERSION= 1.9.3 >-PORTREVISION= 9 >+PORTREVISION= 11 > CATEGORIES= science graphics python tcl tk > MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.99b6/:tachyon \ > http://www.photonlimited.com/~johns/tachyon/files/0.99b6/:tachyon \ >Index: science/wwplot/Makefile >=================================================================== >--- science/wwplot/Makefile (revision 569015) >+++ science/wwplot/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= wwplot > DISTVERSIONPREFIX= v > DISTVERSION= 0.0.8 >+PORTREVISION= 1 > CATEGORIES= science > > MAINTAINER= yuri@FreeBSD.org >Index: textproc/py-elasticsearch6/Makefile >=================================================================== >--- textproc/py-elasticsearch6/Makefile (revision 569015) >+++ textproc/py-elasticsearch6/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= elasticsearch > PORTVERSION= 6.8.1 >+PORTREVISION= 1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: textproc/py-gensim/Makefile >=================================================================== >--- textproc/py-gensim/Makefile (revision 569015) >+++ textproc/py-gensim/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= gensim > DISTVERSION= 3.8.3 >+PORTREVISION= 1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: textproc/py-langid/Makefile >=================================================================== >--- textproc/py-langid/Makefile (revision 569015) >+++ textproc/py-langid/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= langid > DISTVERSION= 1.1.6-20170715 >+PORTREVISION= 1 > CATEGORIES= textproc devel python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: textproc/py-numpydoc/Makefile >=================================================================== >--- textproc/py-numpydoc/Makefile (revision 569015) >+++ textproc/py-numpydoc/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= numpydoc > PORTVERSION= 0.9.1 >+PORTREVISION= 1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: textproc/py-petl/Makefile >=================================================================== >--- textproc/py-petl/Makefile (revision 569015) >+++ textproc/py-petl/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= petl > PORTVERSION= 1.7.2 >+PORTREVISION= 1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: textproc/py-textdistance/Makefile >=================================================================== >--- textproc/py-textdistance/Makefile (revision 569015) >+++ textproc/py-textdistance/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= textdistance > PORTVERSION= 4.2.1 >+PORTREVISION= 1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: textproc/py-wordcloud/Makefile >=================================================================== >--- textproc/py-wordcloud/Makefile (revision 569015) >+++ textproc/py-wordcloud/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= word_cloud > DISTVERSION= 1.5.0 >+PORTREVISION= 1 > CATEGORIES= textproc python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >Index: www/novnc-websockify/Makefile >=================================================================== >--- www/novnc-websockify/Makefile (revision 569015) >+++ www/novnc-websockify/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= websockify > DISTVERSIONPREFIX= v > DISTVERSION= 0.9.0 >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= ports@FreeBSD.org >Index: www/py-arxiv/Makefile >=================================================================== >--- www/py-arxiv/Makefile (revision 569015) >+++ www/py-arxiv/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= arxiv > PORTVERSION= 0.5.3 >+PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,7 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} >-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+TEST_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} > > USES= python:3.6+ >Index: www/py-bokeh/Makefile >=================================================================== >--- www/py-bokeh/Makefile (revision 569015) >+++ www/py-bokeh/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= bokeh > PORTVERSION= 2.3.0 >+PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: www/py-folium/Makefile >=================================================================== >--- www/py-folium/Makefile (revision 569015) >+++ www/py-folium/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= folium > PORTVERSION= 0.12.0 >+PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,11 +16,11 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}branca>=0.3.0:www/py-branca@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.9:devel/py-Jinja2@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} > >-USES= python:3.5+ >+USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >Index: www/py-sentinelhub/Makefile >=================================================================== >--- www/py-sentinelhub/Makefile (revision 569015) >+++ www/py-sentinelhub/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= sentinelhub > PORTVERSION= 3.1.0 >+PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,7 +18,7 @@ > ${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}botocore>=0:devel/py-botocore@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ >+ ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}oauthlib>=0:security/py-oauthlib@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pyproj>=2.2.0:graphics/py-pyproj@${PY_FLAVOR} \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251626
:
220299
|
220988
|
221265
|
223412
|
223519
|
224438
|
225259
|
225274
|
225466
|
225467
|
225511
|
227029