Ticket #38898: py-couchdbkit.diff

File py-couchdbkit.diff, 2.2 KB (added by jkrage@…, 11 years ago)

diff -u /opt/local/var/macports/sources/svn.macports.org/trunk/dports/python/py26-couchdbkit/Portfile py-couchdbkit/Portfile > py-couchdbkit.diff

  • Portfile

    old new  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id: Portfile 93539 2012-05-26 00:48:22Z jmr@macports.org $
    23
    34PortSystem          1.0
    4 PortGroup           python26 1.0
     5PortGroup           python 1.0
    56
    6 name                py26-couchdbkit
    7 version             0.2.1
    8 categories          python www
     7name                py-couchdbkit
     8version             0.6.4
     9
     10categories          python db
     11license             MIT
    912platforms           darwin
    1013maintainers         blair
    11 homepage            http://couchdbkit.org/
    1214description         Python library for working with CouchDB
    1315long_description    Couchdbkit provides you a full featured and easy client \
    1416                    to access and manage CouchDB.  It allow you to manage a \
     
    1719                    convenience.  Server and databases objects could be used \
    1820                    for example as easy as using a dict.
    1921
     22# Python >= 2.6 required
     23# Python 3.x supported "soon"
     24python.versions     26 27
     25
     26homepage            http://couchdbkit.org/
    2027master_sites        http://pypi.python.org/packages/source/c/couchdbkit
    2128distname            couchdbkit-${version}
    22 checksums           md5 76f5a90bfc7b91f65079e76edcd54c5b \
    23                     sha1 df1ef7a0836d4f4988e36bd268bb32c6acd38c0e \
    24                     rmd160 bc80ddb3eb02c16b9b9cc5c8b810d61616f4d382
    25 
    26 depends_build       port:py26-distribute
    27 depends_lib-append  port:py26-anyjson
    28 
    29 post-destroot {
    30     delete ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/tests
     29checksums           md5 9908a613aad2a1bc0fe5c3860449f54a \
     30                    sha1 762f7e9d34dcfdca9a66e21865a6db5c38a25f97 \
     31                    rmd160 8247332a08d3c3e2b3159876ea21c2b01c66a936
     32
     33if {$subport != $name} {
     34    depends_build       port:py${python.version}-distribute
     35    depends_lib-append  port:py${python.version}-restkit
    3136}
    3237
    3338livecheck.type      regex