[61929] trunk/dports/python

blb at macports.org blb at macports.org
Wed Dec 23 23:06:17 PST 2009


Revision: 61929
          http://trac.macports.org/changeset/61929
Author:   blb at macports.org
Date:     2009-12-23 23:06:14 -0800 (Wed, 23 Dec 2009)
Log Message:
-----------
New port - python/py26-tweepy, A python library for the Twitter API

Added Paths:
-----------
    trunk/dports/python/py26-tweepy/
    trunk/dports/python/py26-tweepy/Portfile

Added: trunk/dports/python/py26-tweepy/Portfile
===================================================================
--- trunk/dports/python/py26-tweepy/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-tweepy/Portfile	2009-12-24 07:06:14 UTC (rev 61929)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+set pymodname       tweepy
+name                py26-${pymodname}
+version             1.4
+categories-append   devel net
+maintainers         blb openmaintainer
+description         A python library for the Twitter API.
+long_description \
+    ${description} OAuth, complete coverage, streaming API
+
+platforms           darwin
+
+homepage            http://github.com/joshthecoder/${pymodname}
+master_sites        http://pypi.python.org/packages/source/t/${pymodname}/
+distname            ${pymodname}-${version}
+
+checksums           md5     2ff903dd56717e2fc1bd6b2d1f77aa81 \
+                    sha1    2b8acc8c40519fe2fc1735df427b5fcaaccc65df \
+                    rmd160  230d3520c9805e947b6581813ec7ea3f88b48391
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} README \
+      ${destroot}${prefix}/share/doc/${name}
+}
+


Property changes on: trunk/dports/python/py26-tweepy/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/20091223/c4c386d1/attachment.html>


More information about the macports-changes mailing list