# -*- 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: Portfile 99386 2012-11-04 10:21:30Z phw@macports.org $

PortSystem              1.0
PortGroup               python 1.0

name                    py-w3lib
version                 1.2
maintainers             phw openmaintainer
platforms               darwin

description             Library of web-related functions
long_description        ${description}
license                 BSD
homepage                http://pypi.python.org/pypi/w3lib

distname                w3lib-${version}
master_sites            http://pypi.python.org/packages/source/S/Scrapy/
master_sites            http://pypi.python.org/packages/source/w/w3lib/

checksums           rmd160  f47732ff354ade939b9a0f3ca72fb564c7e07e4a \
                    sha256  61f27e225635da7f4d005409e4874748cd63a1e1ffef3495edb7254c4d5ac339
python.versions 26 27
python.default_version 27

livecheck.regex         {>w3lib (.+) :}
livecheck.type          regex
livecheck.url           ${homepage}
