# -*- 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-torndb version 0.3 revision 0 categories-append www platforms {darwin any} license Apache-2 supported_archs noarch python.versions 27 maintainers {stromnov @stromnov} openmaintainer description A lightweight wrapper around MySQLdb. long_description A lightweight wrapper around MySQLdb. \ Originally part of the Tornado framework. homepage https://github.com/bdarnell/torndb checksums rmd160 46e0eadbb8af3d2ee86e81810f6840446bac2f2b \ sha256 0ba8f67058216b89f8ffddaee24a71d525dea61518078bd6f3d7911b3a8883d7 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-mysql }