mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Update to 1.2.16
- Convert to new Makefile format
This commit is contained in:
parent
7b30c50ee6
commit
493875f83e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304951
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: py-shapely
|
||||
# Date created: 10 July 2008
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Shapely
|
||||
PORTVERSION= 1.2.15
|
||||
PORTVERSION= 1.2.16
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Python Package for Manipulation 2D Geospatial Geometry
|
||||
|
||||
LIB_DEPENDS= geos_c.8:${PORTSDIR}/graphics/geos
|
||||
LIB_DEPENDS= geos_c:${PORTSDIR}/graphics/geos
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
USE_PYTHON= 2.5+
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Shapely-1.2.15.tar.gz) = 0e63eadefea1976a098127d82e3cdf046b7cbcc4acf1a09e069d1bc650eddeb5
|
||||
SIZE (Shapely-1.2.15.tar.gz) = 93854
|
||||
SHA256 (Shapely-1.2.16.tar.gz) = 06296b4f59c6399a30f86d345d661e005ed4b521a02ee4de0d39a3fc5497adef
|
||||
SIZE (Shapely-1.2.16.tar.gz) = 96193
|
||||
|
@ -147,6 +147,9 @@
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_speedups.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_speedups.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_speedups.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_unary_union.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_unary_union.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_unary_union.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_validation.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_validation.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/shapely/tests/test_validation.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user