# $Id$ PortSystem 1.0 PortGroup python 1.0 name py-pymysql version 0.7.1 license MIT platforms darwin supported_archs noarch maintainers gmail.com:xeron.oskom openmaintainer description Pure-Python MySQL client library long_description ${description} python.versions 27 34 35 homepage https://pypi.python.org/pypi/PyMySQL master_sites pypi:P/PyMySQL/ distname PyMySQL-${version} checksums rmd160 e6bd785e8a3e320327c1bc21417df6b57dec34eb \ sha256 b28f22ae664e77bb5aabb05fdb6b2d3fea0abfba32b3a7ce99f1de67b907efb8 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url ${homepage} livecheck.regex "PyMySQL (\\d+\\.\\d+(?:\\.\\d+))" }