You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
28 lines
966 B
Tcl
28 lines
966 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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup ethanfurman aenum 3.1.16
|
|
github.tarball_from archive
|
|
name py-aenum
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
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 5f06317e3495997127ac1dc54c497539ac116eb9 \
|
|
sha256 4c7a5fb76a04ad8dc0c82b13c4cd858b755c69d16c2060a248bf3380a4d1067e \
|
|
size 140556
|