# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-curl python.rootname pycurl version 7.45.7 revision 0 categories-append net devel license {MIT LGPL} maintainers nomaintainer 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. homepage http://pycurl.io/ checksums rmd160 49ac3a0052267f2e2b0259e3105ce686ba2ea1e9 \ sha256 9d43013002eab2fd6d0dcc671cd1e9149e2fc1c56d5e796fad94d076d6cb69ef \ size 241098 python.versions 27 39 310 311 312 313 if {${name} ne ${subport}} { if {${python.version} == 27} { version 7.43.0.3 revision 2 checksums rmd160 32673e8d1e9ed4872d9b9d5d8272963f7749cc74 \ sha256 6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e \ size 215003 } depends_lib-append port:curl \ path:lib/libssl.dylib:openssl pre-build { system -W ${build.dir} "${python.bin} setup.py docstrings" } if {${python.pep517}} { build.args "--config-setting='--curl-config=${prefix}/bin/curl-config'" } else { build.args --curl-config=${prefix}/bin/curl-config destroot.args {*}${build.args} } livecheck.type none }