# -*- 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-pymysql version 0.7.9 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 36 homepage https://pypi.python.org/pypi/${python.rootname}/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname PyMySQL-${version} checksums rmd160 b93a86549ac54b2dd6069512beb8c1da37ec449a \ sha256 2331f82b7b85d407c8d9d7a8d7901a6abbeb420533e5d5d64ded5009b5c6dcc3 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }