- Update to 1.3.1

- Add LICENSE

PR:		189181
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
Wen Heping 2014-05-02 01:48:26 +00:00
parent cdbe4d64f6
commit 4e73b39cde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352770
3 changed files with 8 additions and 6 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Shapely
PORTVERSION= 1.2.18
PORTREVISION= 2
PORTVERSION= 1.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,9 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python Package for Manipulation 2D Geospatial Geometry
LIB_DEPENDS= geos_c:${PORTSDIR}/graphics/geos
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes

View file

@ -1,2 +1,2 @@
SHA256 (Shapely-1.2.18.tar.gz) = b3307b008e1cf96923f0e41a54b39e4ac316cdfa038b26ccbfc47a99cb69573c
SIZE (Shapely-1.2.18.tar.gz) = 111974
SHA256 (Shapely-1.3.1.tar.gz) = f458f7033e6bb811893e6c4305b28535fc09a1a10bb0d1f35bd0dc2bd5613a25
SIZE (Shapely-1.3.1.tar.gz) = 119894

View file

@ -4,4 +4,4 @@ is not concerned with data formats or coordinate reference systems.
Responsibility for reading and writing data and projecting coordinates
is left to other packages like WorldMill and pyproj.
WWW: https://pypi.python.org/pypi/Shapely/
WWW: http://pypi.python.org/pypi/Shapely/