# -*- 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 1.0.6 # Updating to 1.1.x requires a newer version of py-dispatcher (lp-requires bzr) # and possiblity other dependencies not in macports. # epoch needed due to downgrading version epoch 1 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 https://files.pythonhosted.org/packages/source/S/Scrapy/ checksums rmd160 1e332efb5d56b092a964520c9d66b7665f58ab28 \ sha256 548999910fcd18216626e569f6362bc390acfda4cfc1dfe2423d56d9f1ad91c5 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 \ port:py${python.version}-service_identity livecheck.type none } else { livecheck.type pypi livecheck.regex Scrapy-(\[0-9.\]+)${extract.suffix} }