[78373] trunk/dports/python/py25-recaptcha/Portfile
and.damore at macports.org
and.damore at macports.org
Thu May 5 06:53:28 PDT 2011
Revision: 78373
http://trac.macports.org/changeset/78373
Author: and.damore at macports.org
Date: 2011-05-05 06:53:27 -0700 (Thu, 05 May 2011)
Log Message:
-----------
py25-recaptcha version bump and a fix in post-destroot for a small bug preventing recaptcha module from being imported in Google AppEngine's dev_appserver
Modified Paths:
--------------
trunk/dports/python/py25-recaptcha/Portfile
Modified: trunk/dports/python/py25-recaptcha/Portfile
===================================================================
--- trunk/dports/python/py25-recaptcha/Portfile 2011-05-05 10:05:04 UTC (rev 78372)
+++ trunk/dports/python/py25-recaptcha/Portfile 2011-05-05 13:53:27 UTC (rev 78373)
@@ -4,7 +4,7 @@
PortGroup python25 1.0
name py25-recaptcha
-version 1.0.5
+version 1.0.6
maintainers stechert
description Python recaptcha client
long_description Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require any \
@@ -19,12 +19,16 @@
master_sites http://pypi.python.org/packages/source/r/recaptcha-client/
distname recaptcha-client-${version}
-checksums md5 f810750fb0be4e1d08b2253e22cbc5d7 \
- sha1 1cc666513eb7fcbe0327574ada5bd41accbe0feb \
- rmd160 c03ddd4b922a28ce74e16510e4f13e2e37547d42
+checksums md5 74228180f7e1fb76c4d7089160b0d919 \
+ sha1 661317355af7a2985c9011b6efa026b7178e9917 \
+ rmd160 7dffe66b7fd37f5be2a7d7b2bf24c3978f46c8e9
depends_lib-append port:py25-crypto
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex "recaptcha-client&version=(\\d+(\\.\\d+)*)"
+
+post-destroot {
+ xinstall -m 644 ${worksrcpath}/build/lib/recaptcha/__init__.py ${destroot}${python.pkgd}/recaptcha/
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110505/3d55556a/attachment.html>
More information about the macports-changes
mailing list