[60563] trunk/dports/python
snc at macports.org
snc at macports.org
Sun Nov 15 15:05:11 PST 2009
Revision: 60563
http://trac.macports.org/changeset/60563
Author: snc at macports.org
Date: 2009-11-15 15:05:08 -0800 (Sun, 15 Nov 2009)
Log Message:
-----------
created py26-python-twitter, #22545
Added Paths:
-----------
trunk/dports/python/py26-python-twitter/
trunk/dports/python/py26-python-twitter/Portfile
Added: trunk/dports/python/py26-python-twitter/Portfile
===================================================================
--- trunk/dports/python/py26-python-twitter/Portfile (rev 0)
+++ trunk/dports/python/py26-python-twitter/Portfile 2009-11-15 23:05:08 UTC (rev 60563)
@@ -0,0 +1,38 @@
+# -*- 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
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-python-twitter
+version 0.6
+maintainers gmail.com:aeppert
+description A python wrapper around the Twitter API
+long_description ${description}
+
+platforms darwin
+
+homepage http://code.google.com/p/python-twitter
+master_sites http://python-twitter.googlecode.com/files/
+distname python-twitter-${version}
+
+depends_lib port:py26-setuptools \
+ port:py26-simplejson
+
+checksums md5 e1f5c50c60c74944d29ce28178972b95 \
+ sha1 44e226ba59e32a15ce2f2ae6d38bc62a85d19e05 \
+ rmd160 1d813877cac653be4463f82b25eb7d95b8877e80
+
+post-destroot {
+ xinstall -m 644 -W ${worksrcpath} \
+ LICENSE \
+ ${destroot}${prefix}/share/doc/${name}
+ foreach f [glob -directory ${worksrcpath}/doc *] {
+ copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
+ }
+}
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex {python-twitter-([0-9.]+)\.tar\.gz}
+
Property changes on: trunk/dports/python/py26-python-twitter/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091115/8edbeb0a/attachment.html>
More information about the macports-changes
mailing list