Date: Fri, 03 Apr 2026 20:06:00 +0000 From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1912d150ac52 - main - math/py-numpy1: bump more RUN_DEPENDS consumers Message-ID: <69d01da8.36de0.105b695f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=1912d150ac52993a0da6f5c68a485a6fd2a87f9d commit 1912d150ac52993a0da6f5c68a485a6fd2a87f9d Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2026-04-03 20:01:01 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2026-04-03 20:01:01 +0000 math/py-numpy1: bump more RUN_DEPENDS consumers These specify numpy indirectly using a different variable. PR: 281470 --- biology/py-bx-python/Makefile | 1 + biology/py-ete3/Makefile | 2 +- cad/py-pygmsh/Makefile | 2 +- comms/nanovna-saver/Makefile | 2 +- devel/cpp2py/Makefile | 2 +- devel/py-qutip/Makefile | 2 +- finance/py-Nasdaq-Data-Link/Makefile | 2 +- finance/py-exchange-calendars/Makefile | 1 + finance/py-investpy/Makefile | 2 +- finance/py-pandas-ta/Makefile | 2 +- math/py-ambit/Makefile | 2 +- math/py-diffcp/Makefile | 1 + math/py-faiss/Makefile | 1 + math/py-fsph/Makefile | 1 + math/py-ipyopt/Makefile | 1 + math/py-libceed/Makefile | 2 +- math/py-linearmodels/Makefile | 2 +- math/py-minorminer/Makefile | 1 + math/py-mnnpy/Makefile | 2 +- math/py-or-tools/Makefile | 2 +- math/py-osqp/Makefile | 2 +- math/py-pyFFTW/Makefile | 2 +- math/py-slepc4py/Makefile | 2 +- math/py-ssm/Makefile | 2 +- misc/adios2/Makefile | 2 +- misc/py-apache-beam/Makefile | 2 +- misc/py-detecta/Makefile | 2 +- misc/py-lightgbm/Makefile | 1 + misc/py-shap2/Makefile | 2 +- misc/py-torchao/Makefile | 1 + misc/py-torchmetrics/Makefile | 2 +- misc/py-torchvision/Makefile | 1 + science/py-OpenMC/Makefile | 2 +- science/py-PyNE/Makefile | 2 +- science/py-arch/Makefile | 1 + science/py-atomium/Makefile | 2 +- science/py-boutdata/Makefile | 1 + science/py-boututils/Makefile | 1 + science/py-chempy/Makefile | 2 +- science/py-dwave-cloud-client/Makefile | 1 + science/py-dwave-hybrid/Makefile | 1 + science/py-dwave-networkx/Makefile | 1 + science/py-dwave-samplers/Makefile | 1 + science/py-dwave-system/Makefile | 1 + science/py-libgetar/Makefile | 2 +- science/py-oddt/Makefile | 2 +- science/py-penaltymodel/Makefile | 1 + science/py-phono3py/Makefile | 1 + science/py-pyprecice/Makefile | 2 +- science/py-pyqubo/Makefile | 2 +- science/py-pyscf/Makefile | 2 +- science/py-scikit-fuzzy/Makefile | 2 +- science/py-thewalrus/Makefile | 2 +- science/salome-kernel/Makefile | 2 +- science/ttk/Makefile | 2 +- science/wwplot/Makefile | 1 + textproc/py-pdf2docx/Makefile | 2 +- 57 files changed, 57 insertions(+), 36 deletions(-) diff --git a/biology/py-bx-python/Makefile b/biology/py-bx-python/Makefile index 46ade4627c53..3884f6998dfb 100644 --- a/biology/py-bx-python/Makefile +++ b/biology/py-bx-python/Makefile @@ -1,5 +1,6 @@ PORTNAME= bx-python DISTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= biology python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/biology/py-ete3/Makefile b/biology/py-ete3/Makefile index 66cbe3d09a76..f6d9518113bb 100644 --- a/biology/py-ete3/Makefile +++ b/biology/py-ete3/Makefile @@ -1,6 +1,6 @@ PORTNAME= ete3 DISTVERSION= 3.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/cad/py-pygmsh/Makefile b/cad/py-pygmsh/Makefile index d5f82a0d5e6f..78743ff241c7 100644 --- a/cad/py-pygmsh/Makefile +++ b/cad/py-pygmsh/Makefile @@ -1,6 +1,6 @@ PORTNAME= pygmsh DISTVERSION= 7.1.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/comms/nanovna-saver/Makefile b/comms/nanovna-saver/Makefile index 4e9eecc29f04..bdd7edced48b 100644 --- a/comms/nanovna-saver/Makefile +++ b/comms/nanovna-saver/Makefile @@ -1,7 +1,7 @@ PORTNAME= nanovna-saver DISTVERSIONPREFIX= v DISTVERSION= 0.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org diff --git a/devel/cpp2py/Makefile b/devel/cpp2py/Makefile index bc1ed3bd9ce2..5357f429506c 100644 --- a/devel/cpp2py/Makefile +++ b/devel/cpp2py/Makefile @@ -1,6 +1,6 @@ PORTNAME= cpp2py DISTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/devel/py-qutip/Makefile b/devel/py-qutip/Makefile index e011d08ec477..e546b5f68f86 100644 --- a/devel/py-qutip/Makefile +++ b/devel/py-qutip/Makefile @@ -1,6 +1,6 @@ PORTNAME= qutip DISTVERSION= 5.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/finance/py-Nasdaq-Data-Link/Makefile b/finance/py-Nasdaq-Data-Link/Makefile index 72a2a6c7148b..ff722908be11 100644 --- a/finance/py-Nasdaq-Data-Link/Makefile +++ b/finance/py-Nasdaq-Data-Link/Makefile @@ -1,6 +1,6 @@ PORTNAME= Nasdaq-Data-Link DISTVERSION= 1.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= finance PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/finance/py-exchange-calendars/Makefile b/finance/py-exchange-calendars/Makefile index 6c8b9b26343a..170e65504bc1 100644 --- a/finance/py-exchange-calendars/Makefile +++ b/finance/py-exchange-calendars/Makefile @@ -1,5 +1,6 @@ PORTNAME= exchange-calendars DISTVERSION= 4.9 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/finance/py-investpy/Makefile b/finance/py-investpy/Makefile index ce8e6c512958..b96871ee8e04 100644 --- a/finance/py-investpy/Makefile +++ b/finance/py-investpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= investpy PORTVERSION= 1.0.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/finance/py-pandas-ta/Makefile b/finance/py-pandas-ta/Makefile index 61240946956a..3f9bd35e0787 100644 --- a/finance/py-pandas-ta/Makefile +++ b/finance/py-pandas-ta/Makefile @@ -1,6 +1,6 @@ PORTNAME= pandas-ta DISTVERSION= 0.3.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= finance python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-ambit/Makefile b/math/py-ambit/Makefile index 542249671f22..01431d123ed3 100644 --- a/math/py-ambit/Makefile +++ b/math/py-ambit/Makefile @@ -1,7 +1,7 @@ PORTNAME= ambit DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-diffcp/Makefile b/math/py-diffcp/Makefile index 07711c68b370..dbad31a80f15 100644 --- a/math/py-diffcp/Makefile +++ b/math/py-diffcp/Makefile @@ -1,5 +1,6 @@ PORTNAME= diffcp DISTVERSION= 1.0.23 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-faiss/Makefile b/math/py-faiss/Makefile index c05a07a3f209..b6c7831efc31 100644 --- a/math/py-faiss/Makefile +++ b/math/py-faiss/Makefile @@ -1,6 +1,7 @@ PORTNAME= faiss DISTVERSIONPREFIX= v DISTVERSION= 1.14.1 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-fsph/Makefile b/math/py-fsph/Makefile index ac16f7290684..655e3331daf0 100644 --- a/math/py-fsph/Makefile +++ b/math/py-fsph/Makefile @@ -1,6 +1,7 @@ PORTNAME= fsph DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-ipyopt/Makefile b/math/py-ipyopt/Makefile index 1e8cb5fe5692..3ec2e92f7872 100644 --- a/math/py-ipyopt/Makefile +++ b/math/py-ipyopt/Makefile @@ -1,5 +1,6 @@ PORTNAME= ipyopt DISTVERSION= 0.12.10 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-libceed/Makefile b/math/py-libceed/Makefile index 56b478550db3..63524cceae78 100644 --- a/math/py-libceed/Makefile +++ b/math/py-libceed/Makefile @@ -1,7 +1,7 @@ PORTNAME= libceed DISTVERSIONPREFIX= v DISTVERSION= 0.12.0-763 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -ge3ae47f6 CATEGORIES= math # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-linearmodels/Makefile b/math/py-linearmodels/Makefile index 86d44be4ad5b..8cd1b23d3606 100644 --- a/math/py-linearmodels/Makefile +++ b/math/py-linearmodels/Makefile @@ -1,6 +1,6 @@ PORTNAME= linearmodels DISTVERSION= 6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python # statistics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-minorminer/Makefile b/math/py-minorminer/Makefile index 9b36301fa920..522d79c2fe34 100644 --- a/math/py-minorminer/Makefile +++ b/math/py-minorminer/Makefile @@ -1,5 +1,6 @@ PORTNAME= minorminer DISTVERSION= 0.2.19 +PORTREVISION= 1 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-mnnpy/Makefile b/math/py-mnnpy/Makefile index 505523b429e4..38fecc82cedd 100644 --- a/math/py-mnnpy/Makefile +++ b/math/py-mnnpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= mnnpy DISTVERSION= 0.1.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile index 10b21956a76c..f96fe82b9422 100644 --- a/math/py-or-tools/Makefile +++ b/math/py-or-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.6 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-osqp/Makefile b/math/py-osqp/Makefile index 8310f86e9b4a..77ef754eb5b7 100644 --- a/math/py-osqp/Makefile +++ b/math/py-osqp/Makefile @@ -1,6 +1,6 @@ PORTNAME= osqp PORTVERSION= 0.6.2.post5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI diff --git a/math/py-pyFFTW/Makefile b/math/py-pyFFTW/Makefile index 671fd436d99f..d29bb023a68f 100644 --- a/math/py-pyFFTW/Makefile +++ b/math/py-pyFFTW/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyFFTW DISTVERSION= 0.15.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-slepc4py/Makefile b/math/py-slepc4py/Makefile index 86831632ec1d..6b408fb0b223 100644 --- a/math/py-slepc4py/Makefile +++ b/math/py-slepc4py/Makefile @@ -1,6 +1,6 @@ PORTNAME= slepc4py DISTVERSION= 3.22.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-ssm/Makefile b/math/py-ssm/Makefile index 89f6dc59573b..979e2b7c4cd7 100644 --- a/math/py-ssm/Makefile +++ b/math/py-ssm/Makefile @@ -1,6 +1,6 @@ PORTNAME= ssm DISTVERSION= 0.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile index f87af0134b60..91fc09b8ad87 100644 --- a/misc/adios2/Makefile +++ b/misc/adios2/Makefile @@ -1,7 +1,7 @@ PORTNAME= adios2 DISTVERSIONPREFIX= v DISTVERSION= 2.10.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc science MAINTAINER= yuri@FreeBSD.org diff --git a/misc/py-apache-beam/Makefile b/misc/py-apache-beam/Makefile index 189b0f759f34..cd51c929faec 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= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-detecta/Makefile b/misc/py-detecta/Makefile index 2e912ee407a2..c5878fc06bc4 100644 --- a/misc/py-detecta/Makefile +++ b/misc/py-detecta/Makefile @@ -1,6 +1,6 @@ PORTNAME= detecta DISTVERSION= 0.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-lightgbm/Makefile b/misc/py-lightgbm/Makefile index 9739a7f7ed7e..2b1027475cc1 100644 --- a/misc/py-lightgbm/Makefile +++ b/misc/py-lightgbm/Makefile @@ -1,5 +1,6 @@ PORTNAME= lightgbm DISTVERSION= 4.6.0 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-shap2/Makefile b/misc/py-shap2/Makefile index 0578c71451c2..3639dc0e21b3 100644 --- a/misc/py-shap2/Makefile +++ b/misc/py-shap2/Makefile @@ -1,6 +1,6 @@ PORTNAME= shap2 DISTVERSION= 0.42.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-torchao/Makefile b/misc/py-torchao/Makefile index afe8d2314df5..77461d18f247 100644 --- a/misc/py-torchao/Makefile +++ b/misc/py-torchao/Makefile @@ -1,6 +1,7 @@ PORTNAME= torchao DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-torchmetrics/Makefile b/misc/py-torchmetrics/Makefile index 4dc09c972a44..b2f5fea4fd8c 100644 --- a/misc/py-torchmetrics/Makefile +++ b/misc/py-torchmetrics/Makefile @@ -1,7 +1,7 @@ PORTNAME= torchmetrics DISTVERSIONPREFIX= v DISTVERSION= 1.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python # machine-learning #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-torchvision/Makefile b/misc/py-torchvision/Makefile index af2ffb62594c..b63b7f4d902c 100644 --- a/misc/py-torchvision/Makefile +++ b/misc/py-torchvision/Makefile @@ -1,6 +1,7 @@ PORTNAME= torchvision DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 +PORTREVISION= 1 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-OpenMC/Makefile b/science/py-OpenMC/Makefile index 32fa25a62689..a13e6abab86a 100644 --- a/science/py-OpenMC/Makefile +++ b/science/py-OpenMC/Makefile @@ -1,7 +1,7 @@ PORTNAME= OpenMC DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-PyNE/Makefile b/science/py-PyNE/Makefile index ea9dd4c53a1e..391126e6c6e9 100644 --- a/science/py-PyNE/Makefile +++ b/science/py-PyNE/Makefile @@ -1,6 +1,6 @@ PORTNAME= PyNE DISTVERSION= 0.7.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science # physics MASTER_SITES= https://raw.githubusercontent.com/pyne/data/master/:decay \ https://raw.githubusercontent.com/pyne/data/master/:cram \ diff --git a/science/py-arch/Makefile b/science/py-arch/Makefile index 1208ad8f6fec..86a39761607e 100644 --- a/science/py-arch/Makefile +++ b/science/py-arch/Makefile @@ -1,5 +1,6 @@ PORTNAME= arch DISTVERSION= 6.3.0 +PORTREVISION= 1 CATEGORIES= science finance python # economics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-atomium/Makefile b/science/py-atomium/Makefile index a2dc0462781d..68b26c51660c 100644 --- a/science/py-atomium/Makefile +++ b/science/py-atomium/Makefile @@ -1,7 +1,7 @@ PORTNAME= atomium DISTVERSIONPREFIX= v DISTVERSION= 1.0.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science biology python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-boutdata/Makefile b/science/py-boutdata/Makefile index 4ca3557cad33..482c573f8f1c 100644 --- a/science/py-boutdata/Makefile +++ b/science/py-boutdata/Makefile @@ -1,5 +1,6 @@ PORTNAME= boutdata DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= science education MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-boututils/Makefile b/science/py-boututils/Makefile index 06975aeb6658..d9582f172304 100644 --- a/science/py-boututils/Makefile +++ b/science/py-boututils/Makefile @@ -1,5 +1,6 @@ PORTNAME= boututils DISTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= science education MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-chempy/Makefile b/science/py-chempy/Makefile index 1d2d39cd5256..ee41f452c44f 100644 --- a/science/py-chempy/Makefile +++ b/science/py-chempy/Makefile @@ -1,6 +1,6 @@ PORTNAME= chempy DISTVERSION= 0.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python # chemistry MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-dwave-cloud-client/Makefile b/science/py-dwave-cloud-client/Makefile index a557d3839ee7..4c324c16383a 100644 --- a/science/py-dwave-cloud-client/Makefile +++ b/science/py-dwave-cloud-client/Makefile @@ -1,5 +1,6 @@ PORTNAME= dwave-cloud-client DISTVERSION= 0.14.4 +PORTREVISION= 1 CATEGORIES= science python www # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-dwave-hybrid/Makefile b/science/py-dwave-hybrid/Makefile index ad30cac906cf..8a9a7b18140d 100644 --- a/science/py-dwave-hybrid/Makefile +++ b/science/py-dwave-hybrid/Makefile @@ -1,5 +1,6 @@ PORTNAME= dwave-hybrid DISTVERSION= 0.6.15 +PORTREVISION= 1 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-dwave-networkx/Makefile b/science/py-dwave-networkx/Makefile index ea480887bd30..7d2e5ad15f75 100644 --- a/science/py-dwave-networkx/Makefile +++ b/science/py-dwave-networkx/Makefile @@ -1,5 +1,6 @@ PORTNAME= dwave-networkx DISTVERSION= 0.8.18 +PORTREVISION= 1 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} diff --git a/science/py-dwave-samplers/Makefile b/science/py-dwave-samplers/Makefile index 7e42bca2c136..784e83b2aa29 100644 --- a/science/py-dwave-samplers/Makefile +++ b/science/py-dwave-samplers/Makefile @@ -1,5 +1,6 @@ PORTNAME= dwave-samplers DISTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-dwave-system/Makefile b/science/py-dwave-system/Makefile index 72450e946059..c7e43db6650f 100644 --- a/science/py-dwave-system/Makefile +++ b/science/py-dwave-system/Makefile @@ -1,5 +1,6 @@ PORTNAME= dwave-system DISTVERSION= 1.34.0 +PORTREVISION= 1 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-libgetar/Makefile b/science/py-libgetar/Makefile index 3d9881305244..6d7418ff1407 100644 --- a/science/py-libgetar/Makefile +++ b/science/py-libgetar/Makefile @@ -1,7 +1,7 @@ PORTNAME= libgetar DISTVERSIONPREFIX= v DISTVERSION= 1.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science # physics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-oddt/Makefile b/science/py-oddt/Makefile index a867f158da80..60bed3a22c41 100644 --- a/science/py-oddt/Makefile +++ b/science/py-oddt/Makefile @@ -1,6 +1,6 @@ PORTNAME= oddt DISTVERSION= 0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-penaltymodel/Makefile b/science/py-penaltymodel/Makefile index a99d122fbb4e..961548aa95b6 100644 --- a/science/py-penaltymodel/Makefile +++ b/science/py-penaltymodel/Makefile @@ -1,5 +1,6 @@ PORTNAME= penaltymodel DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-phono3py/Makefile b/science/py-phono3py/Makefile index 3c75193f4a8e..d018c606fab4 100644 --- a/science/py-phono3py/Makefile +++ b/science/py-phono3py/Makefile @@ -1,5 +1,6 @@ PORTNAME= phono3py DISTVERSION= 3.28.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-pyprecice/Makefile b/science/py-pyprecice/Makefile index 018748767e20..80bae08c4b44 100644 --- a/science/py-pyprecice/Makefile +++ b/science/py-pyprecice/Makefile @@ -1,7 +1,7 @@ PORTNAME= pyprecice DISTVERSIONPREFIX= v DISTVERSION= 3.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science # physics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-pyqubo/Makefile b/science/py-pyqubo/Makefile index f7b37bace0fa..19288a73796a 100644 --- a/science/py-pyqubo/Makefile +++ b/science/py-pyqubo/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyqubo DISTVERSION= 1.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-pyscf/Makefile b/science/py-pyscf/Makefile index a77bc4e8ad2a..1877db577d91 100644 --- a/science/py-pyscf/Makefile +++ b/science/py-pyscf/Makefile @@ -1,7 +1,7 @@ PORTNAME= pyscf DISTVERSIONPREFIX= v DISTVERSION= 2.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scikit-fuzzy/Makefile b/science/py-scikit-fuzzy/Makefile index 658380d01336..ddc1db228e46 100644 --- a/science/py-scikit-fuzzy/Makefile +++ b/science/py-scikit-fuzzy/Makefile @@ -1,6 +1,6 @@ PORTNAME= scikit-fuzzy DISTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-thewalrus/Makefile b/science/py-thewalrus/Makefile index 5a5994be440a..b1d8fa760e11 100644 --- a/science/py-thewalrus/Makefile +++ b/science/py-thewalrus/Makefile @@ -1,7 +1,7 @@ PORTNAME= thewalrus DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python #MASTER_SITES= PYPI # doesn't contain tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/salome-kernel/Makefile b/science/salome-kernel/Makefile index f2a8ad47c3ef..f92ab9840d67 100644 --- a/science/salome-kernel/Makefile +++ b/science/salome-kernel/Makefile @@ -1,7 +1,7 @@ PORTNAME= salome-kernel DISTVERSIONPREFIX= V DISTVERSION= 9_11_0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science # physics MAINTAINER= yuri@FreeBSD.org diff --git a/science/ttk/Makefile b/science/ttk/Makefile index 279a40893b09..42f9e12a5572 100644 --- a/science/ttk/Makefile +++ b/science/ttk/Makefile @@ -1,6 +1,6 @@ PORTNAME= ttk DISTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/wwplot/Makefile b/science/wwplot/Makefile index 616d7305b5ff..36aa16a04c5f 100644 --- a/science/wwplot/Makefile +++ b/science/wwplot/Makefile @@ -1,6 +1,7 @@ PORTNAME= wwplot DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/py-pdf2docx/Makefile b/textproc/py-pdf2docx/Makefile index 560d00239999..e6cdc0661e60 100644 --- a/textproc/py-pdf2docx/Makefile +++ b/textproc/py-pdf2docx/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdf2docx DISTVERSION= 0.5.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d01da8.36de0.105b695f>
