diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-03-07 21:33:49 -0500 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-03-07 23:05:21 -0500 |
commit | 06a08e69f3acb846ad8252945f53c3a2d211e303 (patch) | |
tree | 1016fb91b84c00db859a3f4531d7a22e23f1746f /misc | |
parent | python.mk: remove setuptools from RUN_DEPENDS (diff) |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
Diffstat (limited to 'misc')
74 files changed, 74 insertions, 31 deletions
diff --git a/misc/ironscanner/Makefile b/misc/ironscanner/Makefile index 0310f388dd94..0eda0af5018b 100644 --- a/misc/ironscanner/Makefile +++ b/misc/ironscanner/Makefile @@ -1,5 +1,6 @@ PORTNAME= ironscanner DISTVERSION= 1.1.0.20180828 +PORTREVISION= 1 CATEGORIES= misc python MAINTAINER= yuri@FreeBSD.org diff --git a/misc/mmdnn/Makefile b/misc/mmdnn/Makefile index 3a20032284dd..9e5c34b8d751 100644 --- a/misc/mmdnn/Makefile +++ b/misc/mmdnn/Makefile @@ -1,6 +1,6 @@ PORTNAME= mmdnn DISTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/netron/Makefile b/misc/netron/Makefile index ac920049e783..b759fada6198 100644 --- a/misc/netron/Makefile +++ b/misc/netron/Makefile @@ -1,6 +1,7 @@ PORTNAME= netron DISTVERSIONPREFIX= v DISTVERSION= 4.1.9 +PORTREVISION= 1 CATEGORIES= misc python # machine-learning MASTER_SITES= LOCAL/yuri/:js DISTFILES= netron-${DISTVERSION}-node_modules.tgz:js diff --git a/misc/orange3/Makefile b/misc/orange3/Makefile index 486813ad8170..ef36ae9237a9 100644 --- a/misc/orange3/Makefile +++ b/misc/orange3/Makefile @@ -1,6 +1,6 @@ PORTNAME= orange3 DISTVERSION= 3.29.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc python MAINTAINER= yuri@FreeBSD.org diff --git a/misc/pubs/Makefile b/misc/pubs/Makefile index d8aea4c9960b..4a6c7f659731 100644 --- a/misc/pubs/Makefile +++ b/misc/pubs/Makefile @@ -1,7 +1,7 @@ PORTNAME= pubs DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc python MAINTAINER= yuri@FreeBSD.org diff --git a/misc/py-PyUserInput/Makefile b/misc/py-PyUserInput/Makefile index f82ce9c8d800..762538240a94 100644 --- a/misc/py-PyUserInput/Makefile +++ b/misc/py-PyUserInput/Makefile @@ -1,6 +1,6 @@ PORTNAME= PyUserInput DISTVERSION= 0.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-PyWavefront/Makefile b/misc/py-PyWavefront/Makefile index c168f8ea5314..ba734d6fae4a 100644 --- a/misc/py-PyWavefront/Makefile +++ b/misc/py-PyWavefront/Makefile @@ -1,5 +1,6 @@ PORTNAME= PyWavefront DISTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-QSpectrumAnalyzer/Makefile b/misc/py-QSpectrumAnalyzer/Makefile index 88a60d2c15be..b6625d07f969 100644 --- a/misc/py-QSpectrumAnalyzer/Makefile +++ b/misc/py-QSpectrumAnalyzer/Makefile @@ -1,6 +1,6 @@ PORTNAME= QSpectrumAnalyzer DISTVERSION= 2.1.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= misc hamradio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-SimpleSoapy/Makefile b/misc/py-SimpleSoapy/Makefile index 0bab7d3ba504..48590e1dd288 100644 --- a/misc/py-SimpleSoapy/Makefile +++ b/misc/py-SimpleSoapy/Makefile @@ -1,6 +1,6 @@ PORTNAME= SimpleSoapy DISTVERSION= 1.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc hamradio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-apache-beam/Makefile b/misc/py-apache-beam/Makefile index 007bfa13f7ab..3797cca6493f 100644 --- a/misc/py-apache-beam/Makefile +++ b/misc/py-apache-beam/Makefile @@ -1,6 +1,6 @@ PORTNAME= apache-beam DISTVERSION= 2.43.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-ascii-magic/Makefile b/misc/py-ascii-magic/Makefile index 9f9f9d1bf4f5..1b1ad620a05d 100644 --- a/misc/py-ascii-magic/Makefile +++ b/misc/py-ascii-magic/Makefile @@ -1,5 +1,6 @@ PORTNAME= ascii-magic DISTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-codecarbon/Makefile b/misc/py-codecarbon/Makefile index 9392f567e378..28142c73be81 100644 --- a/misc/py-codecarbon/Makefile +++ b/misc/py-codecarbon/Makefile @@ -1,5 +1,6 @@ PORTNAME= codecarbon DISTVERSION= 2.3.5 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-colorbrewer/Makefile b/misc/py-colorbrewer/Makefile index 7b3f32999ea5..1679e575c64b 100644 --- a/misc/py-colorbrewer/Makefile +++ b/misc/py-colorbrewer/Makefile @@ -1,5 +1,6 @@ PORTNAME= colorbrewer DISTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-detecta/Makefile b/misc/py-detecta/Makefile index 6c1e0fe8cb00..80d00c4fd64c 100644 --- a/misc/py-detecta/Makefile +++ b/misc/py-detecta/Makefile @@ -1,6 +1,6 @@ PORTNAME= detecta DISTVERSION= 0.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-dictdiffer/Makefile b/misc/py-dictdiffer/Makefile index 27eb1a3afb77..b693256f63f5 100644 --- a/misc/py-dictdiffer/Makefile +++ b/misc/py-dictdiffer/Makefile @@ -1,5 +1,6 @@ PORTNAME= dictdiffer DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-eemeter/Makefile b/misc/py-eemeter/Makefile index 562c5f0fddec..aa94a43740e6 100644 --- a/misc/py-eemeter/Makefile +++ b/misc/py-eemeter/Makefile @@ -1,5 +1,6 @@ PORTNAME= eemeter DISTVERSION= 4.0.7 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-ezc3d/Makefile b/misc/py-ezc3d/Makefile index 7ef25faea7f7..297484e15fe4 100644 --- a/misc/py-ezc3d/Makefile +++ b/misc/py-ezc3d/Makefile @@ -1,6 +1,7 @@ PORTNAME= ezc3d DISTVERSIONPREFIX= Release_ DISTVERSION= 1.5.11 +PORTREVISION= 1 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-facenet-pytorch/Makefile b/misc/py-facenet-pytorch/Makefile index ac1010f5fdb3..de385d0e1bf3 100644 --- a/misc/py-facenet-pytorch/Makefile +++ b/misc/py-facenet-pytorch/Makefile @@ -1,5 +1,6 @@ PORTNAME= facenet-pytorch DISTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-fast-histogram/Makefile b/misc/py-fast-histogram/Makefile index bccdf699a351..92ef776f7fc5 100644 --- a/misc/py-fast-histogram/Makefile +++ b/misc/py-fast-histogram/Makefile @@ -1,5 +1,6 @@ PORTNAME= fast-histogram DISTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-fleep/Makefile b/misc/py-fleep/Makefile index 54fc905e9bb5..1b0d75cc4a71 100644 --- a/misc/py-fleep/Makefile +++ b/misc/py-fleep/Makefile @@ -1,5 +1,6 @@ PORTNAME= fleep DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-fuzzy/Makefile b/misc/py-fuzzy/Makefile index 4208353b8291..ad4e84335d04 100644 --- a/misc/py-fuzzy/Makefile +++ b/misc/py-fuzzy/Makefile @@ -1,5 +1,6 @@ PORTNAME= Fuzzy DISTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-gluoncv/Makefile b/misc/py-gluoncv/Makefile index 51497a88bda9..8b0925883364 100644 --- a/misc/py-gluoncv/Makefile +++ b/misc/py-gluoncv/Makefile @@ -1,7 +1,7 @@ PORTNAME= gluoncv DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-gluonnlp/Makefile b/misc/py-gluonnlp/Makefile index 4ee21a86b753..ca6655363fb7 100644 --- a/misc/py-gluonnlp/Makefile +++ b/misc/py-gluonnlp/Makefile @@ -1,7 +1,7 @@ PORTNAME= gluonnlp DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-halo/Makefile b/misc/py-halo/Makefile index 287081db0b38..dadaa75d5704 100644 --- a/misc/py-halo/Makefile +++ b/misc/py-halo/Makefile @@ -1,5 +1,6 @@ PORTNAME= halo DISTVERSION= 0.0.31 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-histoprint/Makefile b/misc/py-histoprint/Makefile index 2f6e3b56bf8c..35ad2c0842a5 100644 --- a/misc/py-histoprint/Makefile +++ b/misc/py-histoprint/Makefile @@ -1,5 +1,6 @@ PORTNAME= histoprint DISTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile index d3a2635d292e..2cbed2b9f8ee 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,6 @@ PORTNAME= huggingface-hub DISTVERSION= 0.29.1 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-icoextract/Makefile b/misc/py-icoextract/Makefile index 05adfd147c2c..99f520c70446 100644 --- a/misc/py-icoextract/Makefile +++ b/misc/py-icoextract/Makefile @@ -1,5 +1,6 @@ PORTNAME= icoextract PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= GH PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-kartograph/Makefile b/misc/py-kartograph/Makefile index 5f9b9a008253..674e5e8e0d4b 100644 --- a/misc/py-kartograph/Makefile +++ b/misc/py-kartograph/Makefile @@ -1,6 +1,6 @@ PORTNAME= kartograph DISTVERSION= 0.6.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-log_symbols/Makefile b/misc/py-log_symbols/Makefile index 613a57f007fe..71dbfbbebb5c 100644 --- a/misc/py-log_symbols/Makefile +++ b/misc/py-log_symbols/Makefile @@ -1,5 +1,6 @@ PORTNAME= log_symbols DISTVERSION= 0.0.14 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-mffpy/Makefile b/misc/py-mffpy/Makefile index d0db194a21ad..a5305c2c1d60 100644 --- a/misc/py-mffpy/Makefile +++ b/misc/py-mffpy/Makefile @@ -1,6 +1,7 @@ PORTNAME= mffpy DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= misc #MASTER_SITES= PYPI # no test files PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-mmcv/Makefile b/misc/py-mmcv/Makefile index e95de468aad7..2d64474011ff 100644 --- a/misc/py-mmcv/Makefile +++ b/misc/py-mmcv/Makefile @@ -1,7 +1,7 @@ PORTNAME= mmcv #DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-mmdet/Makefile b/misc/py-mmdet/Makefile index fbaf4b89d427..c9ad6dc7273d 100644 --- a/misc/py-mmdet/Makefile +++ b/misc/py-mmdet/Makefile @@ -1,6 +1,7 @@ PORTNAME= mmdet #DISTVERSIONPREFIX= v DISTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-mmengine/Makefile b/misc/py-mmengine/Makefile index bab5525e48c9..86ef70abc0c3 100644 --- a/misc/py-mmengine/Makefile +++ b/misc/py-mmengine/Makefile @@ -1,6 +1,7 @@ PORTNAME= mmengine DISTVERSIONPREFIX= v DISTVERSION= 0.10.5 +PORTREVISION= 1 CATEGORIES= misc # machine-learning #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-mmsegmentation/Makefile b/misc/py-mmsegmentation/Makefile index d0f45546af7e..2cea344d1caa 100644 --- a/misc/py-mmsegmentation/Makefile +++ b/misc/py-mmsegmentation/Makefile @@ -1,6 +1,7 @@ PORTNAME= mmsegmentation #DISTVERSIONPREFIX= v DISTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-mxnet/Makefile b/misc/py-mxnet/Makefile index 44bca88eee17..3f48e020ad20 100644 --- a/misc/py-mxnet/Makefile +++ b/misc/py-mxnet/Makefile @@ -1,6 +1,6 @@ PORTNAME= mxnet DISTVERSION= 1.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-natten/Makefile b/misc/py-natten/Makefile index 015262ebbef1..744d09ab3d80 100644 --- a/misc/py-natten/Makefile +++ b/misc/py-natten/Makefile @@ -1,6 +1,7 @@ PORTNAME= natten DISTVERSIONPREFIX= v DISTVERSION= 0.17.3 +PORTREVISION= 1 CATEGORIES= misc python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-numcodecs/Makefile b/misc/py-numcodecs/Makefile index 6b7dc91dd8a9..677b9bef0e66 100644 --- a/misc/py-numcodecs/Makefile +++ b/misc/py-numcodecs/Makefile @@ -1,5 +1,6 @@ PORTNAME= numcodecs DISTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-onnx-tf/Makefile b/misc/py-onnx-tf/Makefile index 8e62c95cf3e9..0ac519a67f1a 100644 --- a/misc/py-onnx-tf/Makefile +++ b/misc/py-onnx-tf/Makefile @@ -1,6 +1,6 @@ PORTNAME= onnx-tf DISTVERSION= 1.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc python # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-openpaperwork-core/Makefile b/misc/py-openpaperwork-core/Makefile index ba703b528032..346aaf862484 100644 --- a/misc/py-openpaperwork-core/Makefile +++ b/misc/py-openpaperwork-core/Makefile @@ -1,5 +1,6 @@ PORTNAME= openpaperwork-core DISTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-openpaperwork-gtk/Makefile b/misc/py-openpaperwork-gtk/Makefile index 41df3a71c269..9f5d38227655 100644 --- a/misc/py-openpaperwork-gtk/Makefile +++ b/misc/py-openpaperwork-gtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= openpaperwork-gtk DISTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-orange3-associate/Makefile b/misc/py-orange3-associate/Makefile index 60c8dc006d6a..482296f27a27 100644 --- a/misc/py-orange3-associate/Makefile +++ b/misc/py-orange3-associate/Makefile @@ -1,6 +1,6 @@ PORTNAME= orange3-associate DISTVERSION= 1.1.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-orange3-datafusion/Makefile b/misc/py-orange3-datafusion/Makefile index 5ee084f5bae4..0585091b9bf8 100644 --- a/misc/py-orange3-datafusion/Makefile +++ b/misc/py-orange3-datafusion/Makefile @@ -1,7 +1,7 @@ PORTNAME= orange3-datafusion DISTVERSIONPREFIX= v DISTVERSION= 0.1.11-7 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONSUFFIX= -g69aa51c CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-orange3-educational/Makefile b/misc/py-orange3-educational/Makefile index 49ed59fad0e2..93512e32f1ce 100644 --- a/misc/py-orange3-educational/Makefile +++ b/misc/py-orange3-educational/Makefile @@ -1,6 +1,6 @@ PORTNAME= orange3-educational DISTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc education python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-orange3-network/Makefile b/misc/py-orange3-network/Makefile index 6b9c5caedc7f..24863a91619e 100644 --- a/misc/py-orange3-network/Makefile +++ b/misc/py-orange3-network/Makefile @@ -1,6 +1,6 @@ PORTNAME= orange3-network DISTVERSION= 1.5.1.20210224 # the 1.5.1 was forgotten -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-orange3-timeseries/Makefile b/misc/py-orange3-timeseries/Makefile index 2bd46d064d76..ffbf885f5da3 100644 --- a/misc/py-orange3-timeseries/Makefile +++ b/misc/py-orange3-timeseries/Makefile @@ -1,6 +1,6 @@ PORTNAME= orange3-timeseries DISTVERSION= 0.3.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-papermill/Makefile b/misc/py-papermill/Makefile index 497f9f7d819c..e226adb7ada6 100644 --- a/misc/py-papermill/Makefile +++ b/misc/py-papermill/Makefile @@ -1,6 +1,6 @@ PORTNAME= papermill DISTVERSION= 2.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc python #MASTER_SITES= PYPI using the latest revision PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pkbar/Makefile b/misc/py-pkbar/Makefile index cc642249afd8..42858dfd421c 100644 --- a/misc/py-pkbar/Makefile +++ b/misc/py-pkbar/Makefile @@ -1,5 +1,6 @@ PORTNAME= pkbar DISTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-powerline-status/Makefile b/misc/py-powerline-status/Makefile index 266999ea556a..bba0c4cbcd51 100644 --- a/misc/py-powerline-status/Makefile +++ b/misc/py-powerline-status/Makefile @@ -1,5 +1,6 @@ PORTNAME= powerline-status DISTVERSION= 2.8.4 +PORTREVISION= 1 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pyEDFlib/Makefile b/misc/py-pyEDFlib/Makefile index 6491a48f6ac1..c55d6468a109 100644 --- a/misc/py-pyEDFlib/Makefile +++ b/misc/py-pyEDFlib/Makefile @@ -1,6 +1,7 @@ PORTNAME= pyEDFlib DISTVERSIONPREFIX= v DISTVERSION= 0.1.40 +PORTREVISION= 1 CATEGORIES= misc #MASTER_SITES= PYPI # PyPI version fails: https://github.com/holgern/pyedflib/issues/168 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pyct/Makefile b/misc/py-pyct/Makefile index 314d31d543d8..769b58f25595 100644 --- a/misc/py-pyct/Makefile +++ b/misc/py-pyct/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyct DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pyfiglet/Makefile b/misc/py-pyfiglet/Makefile index a07de560a3fd..a77066f70ec9 100644 --- a/misc/py-pyfiglet/Makefile +++ b/misc/py-pyfiglet/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyfiglet PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pykml/Makefile b/misc/py-pykml/Makefile index a6208e6c747d..e87735d6e6aa 100644 --- a/misc/py-pykml/Makefile +++ b/misc/py-pykml/Makefile @@ -1,5 +1,6 @@ PORTNAME= pykml DISTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pymatreader/Makefile b/misc/py-pymatreader/Makefile index 03d32152b84b..efac771068bb 100644 --- a/misc/py-pymatreader/Makefile +++ b/misc/py-pymatreader/Makefile @@ -1,5 +1,6 @@ PORTNAME= pymatreader DISTVERSION= 0.0.32 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pypatent/Makefile b/misc/py-pypatent/Makefile index 0dad61a8c1c7..4f83807b6013 100644 --- a/misc/py-pypatent/Makefile +++ b/misc/py-pypatent/Makefile @@ -1,6 +1,6 @@ PORTNAME= pypatent DISTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-python-geohash/Makefile b/misc/py-python-geohash/Makefile index 8abb69393ae3..60d6ffcf6e49 100644 --- a/misc/py-python-geohash/Makefile +++ b/misc/py-python-geohash/Makefile @@ -1,6 +1,6 @@ PORTNAME= python-geohash DISTVERSION= 0.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-python-utils/Makefile b/misc/py-python-utils/Makefile index 62c76c2afbc1..9d5e7db7e352 100644 --- a/misc/py-python-utils/Makefile +++ b/misc/py-python-utils/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-utils PORTVERSION= 3.8.2 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index 5c8148124418..a25cad76a470 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -1,7 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-scikit-fusion/Makefile b/misc/py-scikit-fusion/Makefile index cc47faeeadb3..14d5d7c6fef0 100644 --- a/misc/py-scikit-fusion/Makefile +++ b/misc/py-scikit-fusion/Makefile @@ -1,6 +1,6 @@ PORTNAME= scikit-fusion DISTVERSION= 0.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-serverfiles/Makefile b/misc/py-serverfiles/Makefile index 998ffb2a3e27..42467241adbd 100644 --- a/misc/py-serverfiles/Makefile +++ b/misc/py-serverfiles/Makefile @@ -1,5 +1,6 @@ PORTNAME= serverfiles DISTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-shap2/Makefile b/misc/py-shap2/Makefile index bf1aa7f83ffd..9fc3388a1b09 100644 --- a/misc/py-shap2/Makefile +++ b/misc/py-shap2/Makefile @@ -1,6 +1,6 @@ PORTNAME= shap2 DISTVERSION= 0.42.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-soapy_power/Makefile b/misc/py-soapy_power/Makefile index 5fcffbd507b8..efe9f56b7ebd 100644 --- a/misc/py-soapy_power/Makefile +++ b/misc/py-soapy_power/Makefile @@ -1,6 +1,6 @@ PORTNAME= soapy_power DISTVERSION= 1.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc hamradio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-spinners/Makefile b/misc/py-spinners/Makefile index 2ab0684e08f7..ba149b0584d7 100644 --- a/misc/py-spinners/Makefile +++ b/misc/py-spinners/Makefile @@ -1,5 +1,6 @@ PORTNAME= spinners DISTVERSION= 0.0.24 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-tes/Makefile b/misc/py-tes/Makefile index 8bedd224019f..869aca474453 100644 --- a/misc/py-tes/Makefile +++ b/misc/py-tes/Makefile @@ -1,5 +1,6 @@ PORTNAME= tes DISTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-tflearn/Makefile b/misc/py-tflearn/Makefile index ca052d556b94..846e9f39099c 100644 --- a/misc/py-tflearn/Makefile +++ b/misc/py-tflearn/Makefile @@ -1,6 +1,6 @@ PORTNAME= tflearn DISTVERSION= 0.3.2-53 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -g5c23566 CATEGORIES= misc python # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-tflite-support/Makefile b/misc/py-tflite-support/Makefile index 79ba00be09ba..4f3c226718c5 100644 --- a/misc/py-tflite-support/Makefile +++ b/misc/py-tflite-support/Makefile @@ -1,6 +1,6 @@ PORTNAME= tflite-support DISTVERSION= 0.1.0a1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-thermocouples_reference/Makefile b/misc/py-thermocouples_reference/Makefile index 70d4b8ff867e..bb0f27db44a2 100644 --- a/misc/py-thermocouples_reference/Makefile +++ b/misc/py-thermocouples_reference/Makefile @@ -1,5 +1,6 @@ PORTNAME= thermocouples_reference DISTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-toil/Makefile b/misc/py-toil/Makefile index d63b4572d0d4..0a3c434d17a0 100644 --- a/misc/py-toil/Makefile +++ b/misc/py-toil/Makefile @@ -1,6 +1,6 @@ PORTNAME= toil DISTVERSION= 7.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-torchmetrics/Makefile b/misc/py-torchmetrics/Makefile index 81ee91f25de7..f6e5df7f77fb 100644 --- a/misc/py-torchmetrics/Makefile +++ b/misc/py-torchmetrics/Makefile @@ -1,6 +1,7 @@ PORTNAME= torchmetrics DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= misc python # machine-learning #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-vaderSentiment/Makefile b/misc/py-vaderSentiment/Makefile index bec47055c3b2..36254b94a33a 100644 --- a/misc/py-vaderSentiment/Makefile +++ b/misc/py-vaderSentiment/Makefile @@ -1,5 +1,6 @@ PORTNAME= vaderSentiment DISTVERSION= 3.3.2 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-wurlitzer/Makefile b/misc/py-wurlitzer/Makefile index 7d42b8a9eb07..3b1ca233a0bb 100644 --- a/misc/py-wurlitzer/Makefile +++ b/misc/py-wurlitzer/Makefile @@ -1,5 +1,6 @@ PORTNAME= wurlitzer PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-xformers/Makefile b/misc/py-xformers/Makefile index 644d1022a204..aff12687fbe5 100644 --- a/misc/py-xformers/Makefile +++ b/misc/py-xformers/Makefile @@ -1,5 +1,6 @@ PORTNAME= xformers DISTVERSION= 0.0.25 +PORTREVISION= 1 CATEGORIES= misc python # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/snakemake/Makefile b/misc/snakemake/Makefile index 3e011231a5ab..875eef4768c8 100644 --- a/misc/snakemake/Makefile +++ b/misc/snakemake/Makefile @@ -1,6 +1,6 @@ PORTNAME= snakemake DISTVERSION= 6.15.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc python MASTER_SITES= PYPI diff --git a/misc/thefuck/Makefile b/misc/thefuck/Makefile index b1cdc3a0da9f..b5bf1f2b6aca 100644 --- a/misc/thefuck/Makefile +++ b/misc/thefuck/Makefile @@ -1,5 +1,6 @@ PORTNAME= thefuck DISTVERSION= 3.32 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI diff --git a/misc/urh/Makefile b/misc/urh/Makefile index 46e01096297b..5f72c5efde5a 100644 --- a/misc/urh/Makefile +++ b/misc/urh/Makefile @@ -1,5 +1,6 @@ PORTNAME= urh DISTVERSION= 2.9.8 +PORTREVISION= 1 CATEGORIES= misc hamradio python MASTER_SITES= PYPI |