You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
346cfb9ee0
- add Python 3.9 subport for:
- py-attrs
- py-colored
31 lines
928 B
Tcl
31 lines
928 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-attr
|
|
version 0.3.1
|
|
revision 0
|
|
platforms darwin
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Simple decorator to set attributes of target function or class in a DRY way
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/pytesting/${python.rootname}
|
|
|
|
python.versions 27 36 37 38 39
|
|
|
|
checksums rmd160 c1491354f678255c4b9626e08cddd06b955dd1a2 \
|
|
sha256 9091548058d17f132596e61fa7518e504f76b9a4c61ca7d86e1f96dbf7d4775d \
|
|
size 1714
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|
|
|