# -*- 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-enum34 version 1.0.4 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 https://pypi.python.org/packages/source/e/enum34 distname enum34-${version} checksums rmd160 4b00dd0628eaa1e6f96cc2691036564804463396 \ sha256 d3c19f26a6a34629c18c775f59dfc5dd595764c722b57a2da56ebfb69b94e447 # works in 24 25 26 27 31 32 33 python.versions 26 27 33 if {${name} eq ${subport}} { livecheck.type regex livecheck.url ${homepage} livecheck.regex {enum34 (\d+(?:\.\d+)*)} } else { livecheck.type none }