Ticket #21993: py26-psycopg2-2.0.13.diff

File py26-psycopg2-2.0.13.diff, 1.5 KB (added by Themanwithoutaplan, 15 years ago)

Patch for Python 2.6

  • Users/charlieclark/temp/MacPorts/py26-psycopg2/Portfile

     
    55PortGroup           python26 1.0
    66
    77name                py26-psycopg2
    8 version             2.0.12
     8version             2.0.13
    99categories-append   databases
    1010#license             GPLv2+
    1111maintainers         snc openmaintainer
     
    1414                    It's fully compliant to pythons DBAPI-2.0. psycopg is \
    1515                    designed for heavily multi-threaded applications \
    1616                    featuring connection pooling.
    17 homepage            http://www.initd.org/software/initd/psycopg/
     17homepage            http://initd.org/
    1818
    1919platforms           darwin freebsd
    2020depends_lib-append  port:openssl
     
    2222distname            psycopg2-${version}
    2323master_sites        http://initd.org/pub/software/psycopg/
    2424
    25 checksums           md5     5c8080d0d0568479f041bb8534caf1f8 \
    26                     sha1    a5649fced3ffc9968b21421023239f95a3a21ad3 \
    27                     rmd160  eff28c1ab131ee55b42e0c129df88cebd79f38fd
     25checksums                   md5     f520260595f4fcf035d26cfd57a75f19 \
     26                    sha1    859725d0c830dc3590cb5666c8465bd29ab167cc \
     27                    rmd160  6099f593ea1f05b78b6f2c3c4106b86cbcab7386
    2828
    2929patchfiles          patch-setup.cfg.diff
    3030