[csw-devel] SF.net SVN: gar:[11393] csw/mgar/pkg/lang-python

khabermann at users.sourceforge.net khabermann at users.sourceforge.net
Mon Oct 25 14:28:49 CEST 2010


Revision: 11393
          http://gar.svn.sourceforge.net/gar/?rev=11393&view=rev
Author:   khabermann
Date:     2010-10-25 12:28:49 +0000 (Mon, 25 Oct 2010)

Log Message:
-----------
added package

Added Paths:
-----------
    csw/mgar/pkg/lang-python/psycopg2/
    csw/mgar/pkg/lang-python/psycopg2/branches/
    csw/mgar/pkg/lang-python/psycopg2/tags/
    csw/mgar/pkg/lang-python/psycopg2/trunk/
    csw/mgar/pkg/lang-python/psycopg2/trunk/Makefile
    csw/mgar/pkg/lang-python/psycopg2/trunk/checksums
    csw/mgar/pkg/lang-python/psycopg2/trunk/files/


Property changes on: csw/mgar/pkg/lang-python/psycopg2/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/lang-python/psycopg2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/psycopg2/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/psycopg2/trunk/Makefile	2010-10-25 12:28:49 UTC (rev 11393)
@@ -0,0 +1,35 @@
+# $Id$
+GARNAME = psycopg2
+GARVERSION = 2.2.2
+CATEGORIES = python
+
+DESCRIPTION = Psycopg2 is a PostgreSQL adapter for Python
+define BLURB
+  Psycopg is the most used PostgreSQL adapter for the Python
+  programming language. At the core it fully implements the Python DB
+  API 2.0 specifications. Several extensions allow access to many of
+  the features offered by PostgreSQL.
+endef
+
+PACKAGES = CSWpy-psycopg2
+CATALOGNAME = py_psycopg2
+LICENSE = LICENSE
+
+BUILD_DEP_PKGS = CSWpython-devel
+RUNTIME_DEP_PKGS_CSWpy-psycopg2 = SUNWpostgr-libs
+RUNTIME_DEP_PKGS_CSWpy-psycopg2 += CSWlibpython2-6-1-0
+
+MASTER_SITES = http://initd.org/psycopg/tarballs/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+TEST_SCRIPTS =
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/lang-python/psycopg2/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/psycopg2/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/psycopg2/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/psycopg2/trunk/checksums	2010-10-25 12:28:49 UTC (rev 11393)
@@ -0,0 +1 @@
+571af2ad9dfeb522ee5f8553278a4c38  psycopg2-2.2.2.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list