# -*- 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.8.0 license MIT platforms darwin supported_archs noarch maintainers {@xeron 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 6bb48cc4b0028666b94bfedb36f3841bb9f34a10 \ sha256 32da4a66397077d42908e449688f2ec71c2b18892a6cd04f03ab2aa828a70f40 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }