Files

35 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2019-02-22 08:07:20 -05:00
# -*- 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
2007-05-15 05:17:29 +00:00
2019-02-22 08:07:20 -05:00
PortSystem 1.0
PortGroup python 1.0
2011-08-06 14:55:24 +00:00
2019-02-22 08:07:20 -05:00
name py-enum
2019-02-22 08:12:03 -05:00
version 0.4.7
revision 0
2019-02-22 08:07:20 -05:00
categories-append devel
2019-02-22 08:12:03 -05:00
license GPL-3
2019-02-22 08:07:20 -05:00
platforms darwin
supported_archs noarch
maintainers nomaintainer
2012-01-20 19:20:10 +00:00
2019-02-22 08:07:20 -05:00
description Robust enumerated type support in Python
long_description This package provides a module for robust enumerations \
in Python.
2012-01-20 19:20:10 +00:00
2019-02-22 08:12:03 -05:00
homepage https://pypi.org/project/enum/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
2019-02-22 08:07:20 -05:00
distname enum-${version}
2012-01-20 19:20:10 +00:00
2019-02-22 08:12:03 -05:00
checksums rmd160 8633dbfbfcf11c225dc4c464219fbe42d6e854c2 \
sha256 8c7cf3587eda51008bcc1eed99ea2c331ccd265c231dbaa95ec5258d3dc03100 \
size 20603
2019-02-22 08:07:20 -05:00
python.versions 27
2012-01-20 19:20:16 +00:00
if {${name} ne ${subport}} {
2019-02-22 08:12:03 -05:00
depends_build-append \
port:py${python.version}-setuptools
2012-01-20 19:20:26 +00:00
2019-02-22 08:07:20 -05:00
livecheck.type none
2012-01-20 19:20:26 +00:00
}