summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2006-08-09 17:53:09 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2006-08-09 17:53:09 +0000
commita36ae4b45ef8c5a49e55d9d1129968d62e7feb6e (patch)
treee468f676fd03363d08015dcb834b7e8e8daa7292 /dev-python/psycopg/files
parentppc stable, bug #143240 (diff)
downloadgentoo-2-a36ae4b45ef8c5a49e55d9d1129968d62e7feb6e.tar.gz
gentoo-2-a36ae4b45ef8c5a49e55d9d1129968d62e7feb6e.tar.bz2
gentoo-2-a36ae4b45ef8c5a49e55d9d1129968d62e7feb6e.zip
Version bump: ebuild cleanup, updated patch.
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'dev-python/psycopg/files')
-rw-r--r--dev-python/psycopg/files/digest-psycopg-2.0.43
-rw-r--r--dev-python/psycopg/files/psycopg-2.0.4-debug.patch9
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/psycopg/files/digest-psycopg-2.0.4 b/dev-python/psycopg/files/digest-psycopg-2.0.4
new file mode 100644
index 000000000000..8790646cf539
--- /dev/null
+++ b/dev-python/psycopg/files/digest-psycopg-2.0.4
@@ -0,0 +1,3 @@
+MD5 8e94b29f465281156423594b7eb94b71 psycopg2-2.0.4.tar.gz 279860
+RMD160 ee4378ca2065edc2581555fbdf49880751e300e1 psycopg2-2.0.4.tar.gz 279860
+SHA256 40b2dc7db6ca6ddf8393a6286fd06825179850eaa2a1aa3dd69d92dceac7eb6f psycopg2-2.0.4.tar.gz 279860
diff --git a/dev-python/psycopg/files/psycopg-2.0.4-debug.patch b/dev-python/psycopg/files/psycopg-2.0.4-debug.patch
new file mode 100644
index 000000000000..73cdf25d64fa
--- /dev/null
+++ b/dev-python/psycopg/files/psycopg-2.0.4-debug.patch
@@ -0,0 +1,9 @@
+--- psycopg2-2.0.4/setup.cfg.orig 2006-07-25 15:38:03.658499592 -0500
++++ psycopg2-2.0.4/setup.cfg 2006-07-25 15:38:11.098395098 -0500
+@@ -1,5 +1,5 @@
+ [build_ext]
+-define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
++define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
+ # PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
+ # PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
+ # HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.3