- Stage support [1]
- Add LICENSE [1] - Update MASTER_SITES and WWW - Pass maintainership to submitter PR: 188494 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
This commit is contained in:
parent
dbf0920c27
commit
0cc5aa4379
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351090
3 changed files with 12 additions and 10 deletions
|
@ -5,18 +5,20 @@ PORTNAME= geotypes
|
|||
PORTVERSION= 0.7.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://www.initd.org/svn/psycopg/geotypes/releases/
|
||||
MASTER_SITES= https://github.com/hippysurfer/geotypes/archive/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= GeoTypes-${PORTVERSION}
|
||||
DISTNAME= ${PORTVERSION}
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A Python Interface to Support PostGIS
|
||||
MAINTAINER= ports@robakdesign.com
|
||||
COMMENT= Python Interface to Support PostGIS
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= zip
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYTHON_PKGNAMEPREFIX= yes
|
||||
PYDISTUTILS_EGGINFO= GeoTypes-0.7.0-py${PYTHON_VER}.egg-info
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (GeoTypes-0.7.0.tar.gz) = ef5c985f0b36e70f43c3cfd5d0b973fe5324e863ba562d000a5efc0929dab6d9
|
||||
SIZE (GeoTypes-0.7.0.tar.gz) = 43717
|
||||
SHA256 (0.7.0.zip) = 85ebe5a761f509fdbc4e0bd8c75e2d85c23424f7c2487fea29ee61e45a083c70
|
||||
SIZE (0.7.0.zip) = 76030
|
||||
|
|
|
@ -4,4 +4,4 @@ Python/PostgreSQL interface. It provides implementations of all of the
|
|||
OpenGIS/PostGIS classes, except (x,y,m) and (x,y,z,m). It currently
|
||||
supports the EWKB, HEXEWKB, WKB, and WKT formats.
|
||||
|
||||
WWW: http://freshmeat.net/projects/geotypes/
|
||||
WWW: http://freecode.com/projects/geotypes
|
||||
|
|
Loading…
Reference in a new issue