Update to 1.5.8
- While I'm here, add LICENSE_FILE Changes: https://github.com/materialsvirtuallab/pyhull/blob/master/docs/changelog.rst PR: 219878 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
This commit is contained in:
parent
d1a0260796
commit
acf74eb390
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443032
2 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyhull
|
||||
PORTVERSION= 1.5.6
|
||||
PORTVERSION= 1.5.8
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,6 +11,7 @@ MAINTAINER= yuri@rawbw.com
|
|||
COMMENT= Computation of convex hull, Delaunay triangulation and Voronoi diagram
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (pyhull-1.5.6.tar.gz) = 4d14bf6e6ba695de4d4ae28d2c15b97eb2dabc1e840bb9d1120ed1ffa2c52cb1
|
||||
SIZE (pyhull-1.5.6.tar.gz) = 298717
|
||||
TIMESTAMP = 1497025291
|
||||
SHA256 (pyhull-1.5.8.tar.gz) = 7951f388f7a1f35d07cc86149e525b311c10d3a64b073fd2565c428af5ff916f
|
||||
SIZE (pyhull-1.5.8.tar.gz) = 299480
|
||||
|
|
Loading…
Reference in a new issue