Ticket #38898: py-couchdbkit.diff
File py-couchdbkit.diff, 2.2 KB (added by jkrage@…, 12 years ago) |
---|
-
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 1 2 # $Id: Portfile 93539 2012-05-26 00:48:22Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 4 PortGroup python 261.05 PortGroup python 1.0 5 6 6 name py26-couchdbkit 7 version 0.2.1 8 categories python www 7 name py-couchdbkit 8 version 0.6.4 9 10 categories python db 11 license MIT 9 12 platforms darwin 10 13 maintainers blair 11 homepage http://couchdbkit.org/12 14 description Python library for working with CouchDB 13 15 long_description Couchdbkit provides you a full featured and easy client \ 14 16 to access and manage CouchDB. It allow you to manage a \ … … 17 19 convenience. Server and databases objects could be used \ 18 20 for example as easy as using a dict. 19 21 22 # Python >= 2.6 required 23 # Python 3.x supported "soon" 24 python.versions 26 27 25 26 homepage http://couchdbkit.org/ 20 27 master_sites http://pypi.python.org/packages/source/c/couchdbkit 21 28 distname 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 29 checksums md5 9908a613aad2a1bc0fe5c3860449f54a \ 30 sha1 762f7e9d34dcfdca9a66e21865a6db5c38a25f97 \ 31 rmd160 8247332a08d3c3e2b3159876ea21c2b01c66a936 32 33 if {$subport != $name} { 34 depends_build port:py${python.version}-distribute 35 depends_lib-append port:py${python.version}-restkit 31 36 } 32 37 33 38 livecheck.type regex