Files
reneeotten 17e8757017 py-enum: update to 0.4.7
- fix master_sites and livecheck
- update license
- update homepage
2019-02-23 18:32:10 +01:00

35 lines
1.1 KiB
Tcl

# -*- 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
PortSystem 1.0
PortGroup python 1.0
name py-enum
version 0.4.7
revision 0
categories-append devel
license GPL-3
platforms darwin
supported_archs noarch
maintainers nomaintainer
description Robust enumerated type support in Python
long_description This package provides a module for robust enumerations \
in Python.
homepage https://pypi.org/project/enum/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname enum-${version}
checksums rmd160 8633dbfbfcf11c225dc4c464219fbe42d6e854c2 \
sha256 8c7cf3587eda51008bcc1eed99ea2c331ccd265c231dbaa95ec5258d3dc03100 \
size 20603
python.versions 27
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}