Commits

Blair Zajac authored 9c84d2bbf90
New port for the couchdbkit Python module, for Python 2.5.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@59842 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

python/py25-couchdbkit/Portfile

Added
1 +# $Id$
2 +
3 +PortSystem 1.0
4 +PortGroup python25 1.0
5 +
6 +name py25-couchdbkit
7 +version 0.2.1
8 +categories python www
9 +platforms darwin
10 +maintainers blair
11 +homepage http://couchdbkit.org/
12 +description Python library for working with CouchDB
13 +long_description Couchdbkit provides you a full featured and easy client \
14 + to access and manage CouchDB. It allow you to manage a \
15 + CouchDB server, databases, doc managements and view \
16 + access. All objects mostly reflect python objects for \
17 + convenience. Server and databases objects could be used \
18 + for example as easy as using a dict.
19 +
20 +master_sites http://pypi.python.org/packages/source/c/couchdbkit
21 +distname couchdbkit-${version}
22 +checksums md5 76f5a90bfc7b91f65079e76edcd54c5b \
23 + sha1 df1ef7a0836d4f4988e36bd268bb32c6acd38c0e \
24 + rmd160 bc80ddb3eb02c16b9b9cc5c8b810d61616f4d382
25 +
26 +depends_lib-append port:py25-anyjson
27 +
28 +post-destroot {
29 + delete ${destroot}${prefix}/lib/python2.5/site-packages/tests
30 +}
31 +
32 +livecheck.type regex
33 +livecheck.url http://pypi.python.org/pypi/couchdbkit
34 +livecheck.regex {couchdbkit ([0-9]+\.[0-9]+(?:\.[0-9]+)?)}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut