[113932] trunk/dports/python/py-psycopg2

ryandesign at macports.org ryandesign at macports.org
Mon Nov 25 18:40:01 PST 2013


Revision: 113932
          https://trac.macports.org/changeset/113932
Author:   ryandesign at macports.org
Date:     2013-11-25 18:40:01 -0800 (Mon, 25 Nov 2013)
Log Message:
-----------
py-psycopg2: update to 2.5.1 and update homepage (#40761)

Modified Paths:
--------------
    trunk/dports/python/py-psycopg2/Portfile
    trunk/dports/python/py-psycopg2/files/patch-setup.cfg.diff

Modified: trunk/dports/python/py-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py-psycopg2/Portfile	2013-11-26 02:33:45 UTC (rev 113931)
+++ trunk/dports/python/py-psycopg2/Portfile	2013-11-26 02:40:01 UTC (rev 113932)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-psycopg2
-version             2.4.6
+version             2.5.1
 python.versions     25 26 27 31 32 33
 python.default_version  27
 categories-append   databases
@@ -20,14 +20,14 @@
                     designed for heavily multi-threaded applications \
                     featuring connection pooling.
 
-homepage            http://www.initd.org/software/initd/psycopg/
+homepage            http://initd.org/psycopg/
 
 set branch          [join [lrange [split ${version} .] 0 1] -]
 master_sites        http://www.psycopg.org/psycopg/tarballs/PSYCOPG-${branch}/
 distname            psycopg2-${version}
 
-checksums           rmd160  aed3763e0c5e0e8e3adc32331cc8767d6ab2002a \
-                    sha256  4edcb40b0a039b4b559a6bc887b2155db8b6c53d0f55b00af8338c77b725621f
+checksums           rmd160  0eaf7c6718c83d3de91da1787d4762b4e50caf4e \
+                    sha256  65a70c88a7e02d8bef57aab8636b5795389674c3205fd88ec46a4dffffa7efec
 
 if {$subport ne $name} {
     depends_lib-append  port:openssl

Modified: trunk/dports/python/py-psycopg2/files/patch-setup.cfg.diff
===================================================================
--- trunk/dports/python/py-psycopg2/files/patch-setup.cfg.diff	2013-11-26 02:33:45 UTC (rev 113931)
+++ trunk/dports/python/py-psycopg2/files/patch-setup.cfg.diff	2013-11-26 02:40:01 UTC (rev 113932)
@@ -1,11 +1,11 @@
---- setup.cfg.orig	2006-06-22 18:40:29.000000000 -0700
-+++ setup.cfg	2006-06-22 18:40:40.000000000 -0700
-@@ -25,7 +25,7 @@
- # libraries needed to build psycopg2. If pg_config is not in the path or
- # is installed under a different name uncomment the following option and
- # set it to the pg_config full path.
+--- setup.cfg.orig	2013-06-23 06:59:44.000000000 -0500
++++ setup.cfg	2013-11-25 20:34:23.000000000 -0600
+@@ -11,7 +11,7 @@
+ # build psycopg2. If pg_config is not in the path or is installed under a
+ # different name uncomment the following option and set it to the pg_config
+ # full path.
 -#pg_config=
 +pg_config=@PG_CONFIG@
  
- # If "pg_config" is not available, "include_dirs" can be used to locate 
- # postgresql headers and libraries. Some extra checks on sys.platform will
+ # Set to 1 to use Python datetime objects for default date/time representation.
+ use_pydatetime=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131125/b1e6cd7f/attachment.html>


More information about the macports-changes mailing list