Re: git: 02490dcc2ae1 - main - devel/py-tables: Update to 3.9.0
- In reply to: Wen Heping : "git: 02490dcc2ae1 - main - devel/py-tables: Update to 3.9.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Oct 2023 14:12:37 UTC
On Fri, Oct 6, 2023 at 9:07 PM Wen Heping <wen@freebsd.org> wrote: > The branch main has been updated by wen: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=02490dcc2ae19ace95b9bd92c889ab9e777e35af > > commit 02490dcc2ae19ace95b9bd92c889ab9e777e35af > Author: Wen Heping <wen@FreeBSD.org> > AuthorDate: 2023-10-06 13:02:18 +0000 > Commit: Wen Heping <wen@FreeBSD.org> > CommitDate: 2023-10-06 13:05:47 +0000 > > devel/py-tables: Update to 3.9.0 > FYI, it breaks graphics/py-pandana. https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/pbb08d6248767_s04c8bfc176/logs/py39-pandana-0.6.1_2.log --- > devel/py-tables/Makefile | 9 +++++---- > devel/py-tables/distinfo | 6 +++--- > 2 files changed, 8 insertions(+), 7 deletions(-) > > diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile > index b58895e6bae3..84eddd8f7f18 100644 > --- a/devel/py-tables/Makefile > +++ b/devel/py-tables/Makefile > @@ -1,6 +1,5 @@ > PORTNAME= tables > -PORTVERSION= 3.7.0 > -PORTREVISION= 2 > +PORTVERSION= 3.9.0 > CATEGORIES= devel python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > @@ -13,10 +12,12 @@ LICENSE= BSD3CLAUSE > > BUILD_DEPENDS= ${PYNUMPY} \ > ${PYTHON_PKGNAMEPREFIX}numexpr>=1.4.1:math/py-numexpr@${PY_FLAVOR} > \ > - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@ > ${PY_FLAVOR} > + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} > \ > + > ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>=0:sysutils/py-py-cpuinfo@${PY_FLAVOR} > LIB_DEPENDS= libhdf5.so:science/hdf5 \ > liblzo2.so:archivers/lzo2 \ > - libucl.so:archivers/ucl > + libucl.so:archivers/ucl \ > + libblosc2.so:archivers/c-blosc2 > RUN_DEPENDS:= ${BUILD_DEPENDS} \ > ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} > \ > ${PYTHON_PKGNAMEPREFIX}mock>=2.0:devel/py-mock@ > ${PY_FLAVOR} > diff --git a/devel/py-tables/distinfo b/devel/py-tables/distinfo > index 0c2ff5f9641f..597f143f8c19 100644 > --- a/devel/py-tables/distinfo > +++ b/devel/py-tables/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1641524945 > -SHA256 (tables-3.7.0.tar.gz) = > e92a887ad6f2a983e564a69902de4a7645c30069fc01abd353ec5da255c5e1fe > -SIZE (tables-3.7.0.tar.gz) = 8227955 > +TIMESTAMP = 1696591041 > +SHA256 (tables-3.9.0.tar.gz) = > 27c9ca14c359d875caf945a6a527c12690e017650402dd17d8eb8b6caf6687d5 > +SIZE (tables-3.9.0.tar.gz) = 4682294 >