You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
820 B
Tcl
25 lines
820 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.2
|
|
revision 0
|
|
|
|
license MIT
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description Simple decorator to set attributes of target function or class in a DRY way
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/denis-ryzhkov/${python.rootname}
|
|
|
|
python.versions 310 311
|
|
|
|
checksums rmd160 d0fd0d4067b815ebb969d1b6ed086694bcba7854 \
|
|
sha256 1ceebca768181cdcce9827611b1d728e592be5d293911539ea3d0b0bfa1146f4 \
|
|
size 2649
|