[92880] trunk/dports/python

deric at macports.org deric at macports.org
Wed May 9 16:08:05 PDT 2012


Revision: 92880
          https://trac.macports.org/changeset/92880
Author:   deric at macports.org
Date:     2012-05-09 16:08:04 -0700 (Wed, 09 May 2012)
Log Message:
-----------
py-scrapy: Unified, updated to 0.14.3. closes #34293, maintainer timeout

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

Removed Paths:
-------------
    trunk/dports/python/py26-scrapy/

Copied: trunk/dports/python/py-scrapy/Portfile (from rev 92879, trunk/dports/python/py26-scrapy/Portfile)
===================================================================
--- trunk/dports/python/py-scrapy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-scrapy/Portfile	2012-05-09 23:08:04 UTC (rev 92880)
@@ -0,0 +1,40 @@
+# -*- 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               python 1.0
+
+name                    py-scrapy
+version                 0.14.3
+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
+
+distname                Scrapy-${version}
+master_sites            http://pypi.python.org/packages/source/S/Scrapy/
+
+checksums           rmd160  7eb62710cd32249ed7c0af3b0a7e789c71c6ac6a \
+                    sha256  fd42e2a9e93f1741f24032d3a1a45c5660ce942a1e829c4d481d8ff9f287518a
+
+python.versions 26 27
+python.default_version 27
+
+if {$subport != $name} {
+    depends_build-append    port:py${python.version}-distribute
+    depends_lib-append      port:py${python.version}-lxml port:py${python.version}-twisted
+    
+    pre-activate {
+        system "find ${destroot} -perm 600 -type f -exec chmod 644 {} \\;"
+    }
+}
+
+livecheck.regex         {>Scrapy (.+) :}
+livecheck.type          regex
+livecheck.url           ${homepage}


Property changes on: trunk/dports/python/py-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/20120509/58f93de9/attachment.html>


More information about the macports-changes mailing list