Date: Sun, 20 Jun 2021 16:18:49 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d0f26f6e14c1 - main - science/py-segregation: Update to 2.0.0 Message-ID: <202106201618.15KGInfx080347@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0f26f6e14c1a3f7d6a07f15043ae739e629a9d4 commit d0f26f6e14c1a3f7d6a07f15043ae739e629a9d4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 16:04:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 16:16:03 +0000 science/py-segregation: Update to 2.0.0 Changes: https://github.com/pysal/segregation/releases --- science/py-segregation/Makefile | 6 ++++-- science/py-segregation/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/science/py-segregation/Makefile b/science/py-segregation/Makefile index 6ba76210fff7..485bbd8c44c9 100644 --- a/science/py-segregation/Makefile +++ b/science/py-segregation/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= segregation -PORTVERSION= 1.5.0 +PORTVERSION= 2.0.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,14 @@ COMMENT= Analytics for spatial and non-spatial segregation in Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0:graphics/py-geopandas@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecation>=0:devel/py-deprecation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}geopandas>=0.9:graphics/py-geopandas@${PY_FLAVOR} \ ${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} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygeos>=0:graphics/py-pygeos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.21.3:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \ diff --git a/science/py-segregation/distinfo b/science/py-segregation/distinfo index 5e2abab266e9..c459097923c3 100644 --- a/science/py-segregation/distinfo +++ b/science/py-segregation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609953929 -SHA256 (segregation-1.5.0.tar.gz) = ff59bdc0e937c37d7e82bbc99e8dad8c3cc3fe6f363b7d4b982225173716395f -SIZE (segregation-1.5.0.tar.gz) = 62265 +TIMESTAMP = 1624189749 +SHA256 (segregation-2.0.0.tar.gz) = 0297c43aedeba4cc0f3f9d6f737b07a8b15ed5e137b4c496ca6a31feb7df5a50 +SIZE (segregation-2.0.0.tar.gz) = 85552
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201618.15KGInfx080347>