# -*- 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-ipython_genutils version 0.1.0 revision 0 platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Vestigial utilities from IPython. long_description ${description} homepage http://ipython.org master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 6d401a9e91ee5a57ea0fb82cd39934ba31740f08 \ sha256 3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }