Portfile

# $Id: Portfile 22725 2007-03-13 00:24:12Z mww@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name py-curl
version 7.16.1
categories python net devel
maintainers mww@macports.org
description python interface to libcurl
long_description Python module interface to the cURL library which is \
a tool for transferring files with URL syntax, \
supporting many protocols.
platforms darwin
homepage http://pycurl.sourceforge.net/
master_sites ${homepage}/download
distname pycurl-${version}
checksums sha1 17437459c38938993e3dd676b5583a803e3196aa

depends_lib-append port:curl

build.args --curl-config=${prefix}/bin/curl-config

test.run yes
test.target
test.env PYTHONPATH=./build/lib*
test.cmd ${python.bin} tests/test_internals.py tests/test_memleak.py

destroot.args ${build.args}

livecheck.check regex
livecheck.url ${homepage}
livecheck.regex PYCURL (\[0-9\\.\]+)