[Lunar-commits] <moonbase-other> psycopg2: adding to moonbase, a depends for the upcoming qgis4

Dennis Veatch dennisveatch at bellsouth.net
Sat Aug 2 15:10:15 CEST 2014


commit 641d1b7551add735e8a2fa8a3f76d275b6bbc1ab
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sat, 02 Aug 2014 09:09:53 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/641d1b7551add735e8a2fa8a3f76d275b6bbc1ab

psycopg2: adding to moonbase, a depends for the upcoming qgis4
---
  python/psycopg2/BUILD   | +4/-0     
  python/psycopg2/DEPENDS | +1/-0     
  python/psycopg2/DETAILS | +15/-0    
  3 files changed, 20 insertions(+)

--- /dev/null
+++ b/python/psycopg2/BUILD
@@ -0,0 +1,4 @@
+
+ python setup.py build  &&
+ prepare_install  &&
+ python setup.py install
--- /dev/null
+++ b/python/psycopg2/DEPENDS
@@ -0,0 +1 @@
+depends Python
--- /dev/null
+++ b/python/psycopg2/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=psycopg2
+         VERSION=2.5.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://initd.org/psycopg/tarballs/PSYCOPG-2-5/
+      SOURCE_VFY=sha1:e41c26f4bef02ac03fa4a09edd65ec195170f822
+        WEB_SITE=http://initd.org/psycopg/download/
+         ENTERED=20140802
+         UPDATED=20140802
+           SHORT="PostgreSQL adapter for the Python"
+
+cat << EOF
+Psycopg is the most popular PostgreSQL adapter for the Python programming language. 
+At its core it fully implements the Python DB API 2.0 specifications. Several 
+extensions allow access to many of the features offered by PostgreSQL.
+EOF




More information about the Lunar-commits mailing list