# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-gnureadline version 6.3.3 revision 1 platforms darwin license GPL python.versions 27 34 35 maintainers stromnov openmaintainer description Python readline extension. long_description ${description} homepage http://github.com/ludwigschwardt/python-gnureadline master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 ea8a3beb064ff355b7688f757c51590622ce6d65 \ sha256 a259b038f4b625b07e6206bbc060baa5489ca17c798df3f9507875f2bf980cbe if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:ncurses livecheck.type none } else { livecheck.type pypi }