Skip to content

Commit

Permalink
graphics/py-pointpats: Update to 2.4.0
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/pysal/pointpats/releases
  • Loading branch information
sunpoet committed Sep 30, 2023
1 parent 5367720 commit b088c22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions graphics/py-pointpats/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pointpats
PORTVERSION= 2.3.0
PORTREVISION= 1
PORTVERSION= 2.4.0
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,14 +12,17 @@ WWW= https://pointpats.readthedocs.io/en/latest/ \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4: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} \
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.8.0:science/py-scipy@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}scipy>=1.8:science/py-scipy@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions graphics/py-pointpats/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1679498778
SHA256 (pointpats-2.3.0.tar.gz) = de390f450f4b83f343855f67de15bc85228d9bee2fcecf80851dd01e47c1b556
SIZE (pointpats-2.3.0.tar.gz) = 54313
TIMESTAMP = 1696048438
SHA256 (pointpats-2.4.0.tar.gz) = df6344e19136d7256abc99aaac404be961ae6f5c316fa05ca1b6e17892c59e27
SIZE (pointpats-2.4.0.tar.gz) = 4269592

0 comments on commit b088c22

Please sign in to comment.