math/py-spglm: Update to 1.1.0
- Update WWW - Convert to USE_PYTHON=pep517 Changes: https://github.com/pysal/spglm/releases
This commit is contained in:
parent
d39edab62a
commit
649d9c2ed5
2 changed files with 10 additions and 7 deletions
|
@ -1,23 +1,26 @@
|
|||
PORTNAME= spglm
|
||||
PORTVERSION= 1.0.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Sparse generalize linear models
|
||||
WWW= https://github.com/pysal/spglm
|
||||
WWW= https://pysal.org/spglm/ \
|
||||
https://github.com/pysal/spglm
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
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.0.0:science/py-libpysal@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}spreg>=1.0.4:math/py-spreg@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1609598745
|
||||
SHA256 (spglm-1.0.8.tar.gz) = df83b8f7caa41c8aebc4cc39179e40e8670783b06ee567b59bbbe818b773f300
|
||||
SIZE (spglm-1.0.8.tar.gz) = 37240
|
||||
TIMESTAMP = 1698341063
|
||||
SHA256 (spglm-1.1.0.tar.gz) = 20519dc38be9d660a28109bb1b89d1068454e79f6413bab2e3987db5bf959327
|
||||
SIZE (spglm-1.1.0.tar.gz) = 616651
|
||||
|
|
Loading…
Reference in a new issue