Revision: 70177 http://trac.macports.org/changeset/70177 Author: perry@macports.org Date: 2010-07-31 11:53:21 -0700 (Sat, 31 Jul 2010) Log Message: ----------- Add new port python/py26-recaptcha-client. Added Paths: ----------- trunk/dports/python/py26-recaptcha-client/ trunk/dports/python/py26-recaptcha-client/Portfile Added: trunk/dports/python/py26-recaptcha-client/Portfile =================================================================== --- trunk/dports/python/py26-recaptcha-client/Portfile (rev 0) +++ trunk/dports/python/py26-recaptcha-client/Portfile 2010-07-31 18:53:21 UTC (rev 70177) @@ -0,0 +1,26 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-recaptcha-client +version 1.0.5 +maintainers perry openmaintainer +platforms darwin + +description Provides a CAPTCHA for Python using the reCAPTCHA \ + service. +long_description ${description} +license MIT/X11 +homepage http://pypi.python.org/pypi/recaptcha-client/ + +livecheck.regex {: recaptcha-client (.+)<} +livecheck.type regex +livecheck.url ${homepage} + +depends_build-append port:py26-distribute + +distname recaptcha-client-${version} +master_sites http://pypi.python.org/packages/source/r/recaptcha-client/ + +checksums rmd160 c03ddd4b922a28ce74e16510e4f13e2e37547d42 Property changes on: trunk/dports/python/py26-recaptcha-client/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
perry@macports.org