1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 03:30:32 -04:00
Commit graph

4 commits

Author SHA1 Message Date
Kubilay Kocak
987822f409 database/pyspatialite: Modernize before setuptools update
Modernize in preparation for a pending setuptools update which
identified this port as failing during an exp-run [1].

- Use canonical CHEESESHOP master site
- Use autoplist & concurrent
- Remove pkg-plist accordingly
- Remove PYDISTUTILS_PKGNAME and WRKSRC overrides
- Stop package from adding empty directory to --record (and therefore
  pkg-plist) output

While I'm here:

- Add LICENSE and LICENSE_FILE
- Strip shared library
- Re-patch patches according to makepatch
- Remove spurious whitespace

[1] https://reviews.freebsd.org/D2704

Approved by:	python, portmgr (exp-run)
2015-06-12 11:12:29 +00:00
Kurt Jaeger
ecc14c2825 databases/pyspatialite: some updates
- Remove amalgamation
- Link with spatialite 4.x

PR:		196387
Submitted by:	coder@tuxfamily.org (maintainer)
2015-02-14 18:52:05 +00:00
Guido Falsi
4749779675 Fix build after iconv conversion on head.
Approved by:	portmgr (bapt, implicit)
2013-09-06 13:07:07 +00:00
Pawel Pekala
134da7dfa5 pyspatialite is an interface to the SQLite 3.x embedded relational database
engine with spatialite extensions.
It is almost fully compliant with the Python database API version 2.0 also
exposes the unique features of SQLite and spatialite.

WWW: https://code.google.com/p/pyspatialite/

PR:		ports/173079
Submitted by:	lbartoletti <coder@tuxfamily.org>
2013-03-27 16:59:17 +00:00