mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Add py-geoalchemy2 0.2.4
GeoAlchemy 2 provides extensions to SQLAlchemy for working with spatial databases. GeoAlchemy 2 focuses on PostGIS. PostGIS 1.5 and PostGIS 2 are supported. GeoAlchemy 2 aims to be simpler than its predecessor, GeoAlchemy. Simpler to use, and simpler to maintain. Git repository: https://github.com/geoalchemy/geoalchemy2 WWW: https://pypi.python.org/pypi/GeoAlchemy2
This commit is contained in:
parent
353f0b3055
commit
9d77e1f171
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362874
@ -728,6 +728,7 @@
|
||||
SUBDIR += py-forgetsql
|
||||
SUBDIR += py-gdbm
|
||||
SUBDIR += py-geoalchemy
|
||||
SUBDIR += py-geoalchemy2
|
||||
SUBDIR += py-hiredis
|
||||
SUBDIR += py-htsql
|
||||
SUBDIR += py-htsql-mysql
|
||||
|
22
databases/py-geoalchemy2/Makefile
Normal file
22
databases/py-geoalchemy2/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= geoalchemy2
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= databases geography python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= GeoAlchemy2-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Using SQLAlchemy with Spatial Databases
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>=0.8:${PORTSDIR}/databases/py-sqlalchemy-devel
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/py-geoalchemy2/distinfo
Normal file
2
databases/py-geoalchemy2/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (GeoAlchemy2-0.2.4.tar.gz) = 39c95c4ac38397ca868abd29590a29a6629cb68dc730a7d7341690fd6385d1c5
|
||||
SIZE (GeoAlchemy2-0.2.4.tar.gz) = 11546
|
8
databases/py-geoalchemy2/pkg-descr
Normal file
8
databases/py-geoalchemy2/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
GeoAlchemy 2 provides extensions to SQLAlchemy for working with spatial
|
||||
databases. GeoAlchemy 2 focuses on PostGIS. PostGIS 1.5 and PostGIS 2 are
|
||||
supported. GeoAlchemy 2 aims to be simpler than its predecessor, GeoAlchemy.
|
||||
Simpler to use, and simpler to maintain.
|
||||
|
||||
Git repository: https://github.com/geoalchemy/geoalchemy2
|
||||
|
||||
WWW: https://pypi.python.org/pypi/GeoAlchemy2
|
Loading…
Reference in New Issue
Block a user