mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 1.10.0
- Add LICENSE_FILE - Add TEST_DEPENDS - Add NO_ARCH Changes: https://github.com/pysal/pysal/releases
This commit is contained in:
parent
5e6a2e18f6
commit
62019c00f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398588
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pysal
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.10.0
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,11 +12,14 @@ MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Cross-platform library of spatial analysis functions
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.3:${PORTSDIR}/math/py-numpy \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=0.7:${PORTSDIR}/science/py-scipy
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:2
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (PySAL-1.8.0.tar.gz) = 8c79492332dec86d22db0d0c6042689d36a4770f540118a5e5b46a8fc28dbc6b
|
||||
SIZE (PySAL-1.8.0.tar.gz) = 10214780
|
||||
SHA256 (PySAL-1.10.0.tar.gz) = 5ed28da6ee794cee0ffaa03dbcbf00aafc7433dba1f3c39c43a418e9c2d608e1
|
||||
SIZE (PySAL-1.10.0.tar.gz) = 13382525
|
||||
|
Loading…
Reference in New Issue
Block a user