Ticket #39578: Portfile.diff
File Portfile.diff, 1.6 KB (added by jmroot (Joshua Root), 11 years ago) |
---|
-
Portfile
4 4 PortGroup python 1.0 5 5 6 6 name py-couchdb 7 version 0. 87 version 0.9 8 8 categories python www 9 license BSD 9 10 platforms darwin 11 supported_archs noarch 10 12 maintainers blair 11 13 homepage http://code.google.com/p/couchdb-python/ 12 14 description Python library for working with CouchDB … … 19 21 4) couchdb.view: a CouchDB view server that allows \ 20 22 writing view functions in Python 21 23 22 master_sites http ://pypi.python.org/packages/source/C/CouchDB24 master_sites https://pypi.python.org/packages/source/C/CouchDB 23 25 distname CouchDB-${version} 24 checksums md5 e32b39e459e1fa2586ea252712a11a59\25 sha1 35004c40084097f03dc06a20556b84762e0214c7\26 rmd160 d67c310a07d558cdb7be6f12ad871c722f72dcbd26 checksums md5 67afd226fed4c641eeb13a9930d334f7 \ 27 rmd160 f581679a63834890ac00d6d0dee89c13de24359e \ 28 sha256 a1cf5071b5adb47048199bbfbaf1500e69c88b27afe14ba26efa0f4044c3baee 27 29 28 30 python.versions 25 26 27 29 31 … … 37 39 livecheck.type none 38 40 } else { 39 41 livecheck.type regex 40 livecheck.url http ://pypi.python.org/pypi/CouchDB42 livecheck.url https://pypi.python.org/pypi/CouchDB 41 43 livecheck.regex {CouchDB ([0-9]+\.[0-9]+(?:\.[0-9]+)?)} 42 44 }