[79371] trunk/dports/python

perry at macports.org perry at macports.org
Sat Jun 11 13:17:07 PDT 2011


Revision: 79371
          http://trac.macports.org/changeset/79371
Author:   perry at macports.org
Date:     2011-06-11 13:17:06 -0700 (Sat, 11 Jun 2011)
Log Message:
-----------
Add new port python/py26-scrapy.

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

Added: trunk/dports/python/py26-scrapy/Portfile
===================================================================
--- trunk/dports/python/py26-scrapy/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-scrapy/Portfile	2011-06-11 20:17:06 UTC (rev 79371)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               python26 1.0
+
+name                    py26-scrapy
+version                 0.12.0.2542
+maintainers             perry openmaintainer
+platforms               darwin
+
+description             Scrapy is a high level scraping and web crawling \
+                        framework for writing spiders to crawl and parse web \
+                        pages for all kinds of purposes, from information \
+                        retrieval to monitoring or testing web sites.
+long_description        ${description}
+license                 BSD
+homepage                http://pypi.python.org/pypi/Scrapy
+
+livecheck.regex         {: Scrapy (.+)<}
+livecheck.type          regex
+livecheck.url           ${homepage}
+
+depends_build-append    port:py26-distribute
+depends_lib-append      port:py26-lxml port:py26-twisted
+
+distname                Scrapy-${version}
+master_sites            http://pypi.python.org/packages/source/S/Scrapy/
+
+checksums               rmd160 9925093de4924246a1dbaa0ace1368cf04e70c32
+
+post-destroot {
+    system "find ${destroot} -perm 600 -type f -exec chmod 644 {} \\;"
+}


Property changes on: trunk/dports/python/py26-scrapy/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/20110611/22ab9ace/attachment.html>


More information about the macports-changes mailing list