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
866 B
Tcl
26 lines
866 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-cached-property
|
|
python.rootname cached_property
|
|
version 2.0.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description A decorator for caching properties in classes
|
|
long_description {*}${description}
|
|
homepage https://github.com/pydanny/cached-property
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
checksums rmd160 9be7c8cb828ffb439f5d43b7b4acc28704103188 \
|
|
sha256 484d617105e3ee0e4f1f58725e72a8ef9e93deee462222dbd51cd91230897641 \
|
|
size 10574
|