blob: 3ba0cf780865d71375cd6e66bf54e7e2117a4113 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= shapely
PORTVERSION= 1.8.5
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Shapely-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python Package for Manipulation 2D Geospatial Geometry
WWW= https://pypi.org/project/shapely/
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libgeos_c.so:graphics/geos
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${SETENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>
|