Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (53b569412e77daa5b26adfc10589c2fc483c3087)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (53b569412e77daa5b26adfc10589c2fc483c3087)
  • Date: Sat, 16 May 2009 05:12:50 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++++
python-pypi/python-pgsql/DEPENDS | 3 +++
python-pypi/python-pgsql/DETAILS | 21 +++++++++++++++++++++
python-pypi/python-pgsql/HISTORY | 3 +++
4 files changed, 31 insertions(+)

New commits:
commit 53b569412e77daa5b26adfc10589c2fc483c3087
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

python-pypi/python-pgsql: new spell, a Python DB-API 2.0 compliant
interface to
PostgreSQL databases

diff --git a/ChangeLog b/ChangeLog
index 7f609be..f96eee6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-16 Pol Vinogradov <vin.public AT gmail.com>
+ * python-pypi/python-pgsql: new spell, a Python DB-API 2.0 compliant
+ interface to PostgreSQL databases
+
2009-05-15 Eric Sandall <sandalle AT sourcemage.org>
* e-17/epeg: Deprecated and no longer in use
Use evas instead
diff --git a/python-pypi/python-pgsql/DEPENDS
b/python-pypi/python-pgsql/DEPENDS
new file mode 100755
index 0000000..f235caf
--- /dev/null
+++ b/python-pypi/python-pgsql/DEPENDS
@@ -0,0 +1,3 @@
+depends egenix-mx-base &&
+depends postgresql &&
+depends python
diff --git a/python-pypi/python-pgsql/DETAILS
b/python-pypi/python-pgsql/DETAILS
new file mode 100755
index 0000000..45cc22d
--- /dev/null
+++ b/python-pypi/python-pgsql/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=python-pgsql
+ VERSION=2.5.1
+ SOURCE="pyPgSQL-${VERSION}.tar.gz"
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/pypgsql/${SOURCE}
+
SOURCE_HASH=sha512:50fc6f9e44f17e116a9122ab010642850d6dcdcbecf8e0ee4c32182eadc593cde2b03aa3cc353cdcc5f79f6e4f7337e6b1250f3b98977b208a98aad282763ab3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/pyPgSQL-${VERSION}"
+ WEB_SITE="http://pypgsql.sourceforge.net/";
+ LICENSE[0]=BSD
+ ENTERED=20090516
+ KEYWORDS="python database"
+ SHORT="Python DB-API 2.0 compliant interface to PostgreSQL
databases"
+cat << EOF
+pyPgSQL is a package of two (2) modules that provide a Python DB-API 2.0
+compliant interface to PostgreSQL databases. The first module, libpq,
+exports the PostgreSQL C API to Python. This module is written in C
+and can be compiled into Python or can be dynamically loaded on demand.
+The second module, PgSQL, provides the DB-API 2.0 compliant interface and
+support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY,
+BOOL, ARRAYS, etc. This module is written in Python. This version works
+with PostgreSQL 7.0 or later and Python 2.0 or later.
+EOF
diff --git a/python-pypi/python-pgsql/HISTORY
b/python-pypi/python-pgsql/HISTORY
new file mode 100644
index 0000000..12720de
--- /dev/null
+++ b/python-pypi/python-pgsql/HISTORY
@@ -0,0 +1,3 @@
+2009-05-16 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (53b569412e77daa5b26adfc10589c2fc483c3087), Pol Vinogradov, 05/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page