# -*- 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: Portfile 148976 2016-05-24 07:48:05Z raimue@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-enum34 version 1.1.6 categories python platforms darwin license BSD maintainers mojca openmaintainer description Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4 long_description ${description} homepage https://pypi.python.org/pypi/enum34 master_sites pypi:e/enum34 distname enum34-${version} checksums rmd160 b6bf8846921ddbbd4c1a70de69e9036f0a41a9b4 \ sha256 8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1 # works in 24 25 26 27 31 32 33 python.versions 26 27 33 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url ${homepage} livecheck.regex {enum34 (\d+(?:\.\d+)*)} }