# -*- 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.24.6 maintainers khindenburg 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 50d1a43c95052fa1a4e6a28d8304ef4821313873 \ sha256 23b4d3fc1ccdb96804ae588692cf85172195ee0d76dd60a13bcfb550eeded871 python.versions 27 python.default_version 27 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-lxml \ port:py${python.version}-twisted \ port:py${python.version}-w3lib \ port:py${python.version}-cssselect \ port:py${python.version}-openssl \ port:py${python.version}-queuelib } livecheck.regex {>Scrapy (.+) :} livecheck.type regex livecheck.url ${homepage}