You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
880 B
Tcl
26 lines
880 B
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-aenum
|
|
version 3.1.15
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 39 310 311
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/ethanfurman/aenum
|
|
|
|
checksums rmd160 d70e8ba63a3ebd47e47fd1be707ac87c53ab8e77 \
|
|
sha256 8cbd76cd18c4f870ff39b24284d3ea028fbe8731a58df3aa581e434c575b9559 \
|
|
size 134730
|