Port details |
- pyspatialite DB-API 2.0 interface for SQLite 3.x with Spatialite
- 3.0.1_7 databases
=0 3.0.1_7Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-09-15
- Maintainer: lbartoletti@FreeBSD.org
- Port Added: 2013-03-27 16:59:35
- Last Update: 2020-09-19 13:01:00
- SVN Revision: 548980
- Also Listed In: python
- License: ZLIB
- WWW:
- https://github.com/lokkju/pyspatialite
- Description:
- 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://github.com/lokkju/pyspatialite
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyspatialite>0:databases/pyspatialite@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-pyspatialite
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (pyspatialite-3.0.1-alpha-0.tar.gz) = f7e135cd5e592b3a0d6627863b46442cb4407ab5a05c6004e73453e078274478
SIZE (pyspatialite-3.0.1-alpha-0.tar.gz) = 2562257
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Library dependencies:
-
- libspatialite.so : databases/spatialite
- libgeos_c.so : graphics/geos
- libproj.so : graphics/proj
- libfreexl.so : textproc/freexl
- libiconv.so : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-pyspatialite-3.0.1_7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- iconv python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.1_7 19 Sep 2020 13:01:00 |
rene |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
3.0.1_7 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
3.0.1_7 14 Jan 2020 21:45:15 |
lbartoletti |
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169 |
3.0.1_7 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.0.1_7 10 Jun 2017 14:54:35 |
dbaio |
Update maintainer email address
Ownership of the former email address confirmed by email
PR: 219791
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11088 |
3.0.1_7 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.0.1_7 03 Jan 2016 17:50:43 |
sunpoet |
- Update MASTER_SITES and unbreak this port [1]
- While I'm here, use DISTVERSIONSUFFIX instead of DISTNAME
PR: 205762
Submitted by: rakuco
Obtained from: antoine [1]
Approved by: portmgr (blanket)
With hat: python |
3.0.1_7 12 Dec 2015 23:02:03 |
bapt |
Mark as broken: does not fetch |
3.0.1_7 15 Jun 2015 13:03:12 |
wen |
- Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj
PR: 200434
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >20 days) |
3.0.1_6 14 Jun 2015 09:36:27 |
koobs |
databases/pyspatialite: Fix LOCALBASE substitution
Fix %%LOCALBASE substitution in patch-setup.cfg causing header detection to
fail with:
__main__.HeaderNotFoundException: cannot find proj_api.h, bailing out
Reported by: antoine, pkg-fallout
Differential Revision: https://reviews.freebsd.org/D2704 |
3.0.1_6 12 Jun 2015 11:12:30 |
koobs |
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) |
3.0.1_5 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
3.0.1_5 14 Feb 2015 18:52:06 |
pi |
databases/pyspatialite: some updates
- Remove amalgamation
- Link with spatialite 4.x
PR: 196387
Submitted by: coder@tuxfamily.org (maintainer) |
3.0.1_4 20 Dec 2014 17:12:37 |
pawel |
- Update databases/spatialite to version 4.2.0 [1]
- Add LICENSE info [1]
- Fix WWW line in pkg-descr [1]
- Bump all affected ports
PR: 196150 [1]
Submitted by: maintainer [1] |
3.0.1_3 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
3.0.1_3 19 Oct 2014 08:50:18 |
mva |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
3.0.1_3 23 Jun 2014 02:44:12 |
amdmi3 |
- Convert databases/spatialite to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
3.0.1_2 15 Apr 2014 17:29:54 |
swills |
- Stage
PR: ports/188652
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket) |
3.0.1_2 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
3.0.1_2 05 Nov 2013 12:42:03 |
wen |
- Bump PORTREVISION to chase the update of databases/spatialite |
3.0.1_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
3.0.1_1 11 Sep 2013 13:58:27 |
wg |
graphics/geos: update to 3.4.2
- Update to 3.4.2 [1]
- Bump PORTREVISION for dependent ports
- USES gmake
- Use options helpers
PR: ports/181422 [1]
Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer) |
3.0.1 06 Sep 2013 13:07:08 |
madpilot |
Fix build after iconv conversion on head.
Approved by: portmgr (bapt, implicit) |
3.0.1 27 Mar 2013 16:59:17 |
pawel |
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> |