You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
977 B
Tcl
31 lines
977 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-deprecated
|
|
version 1.2.18
|
|
revision 0
|
|
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
|
|
description Python @deprecated decorator to deprecate old python classes, \
|
|
functions or methods.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/laurent-laporte-pro/deprecated
|
|
|
|
checksums rmd160 7b583a9dd4b0aa80c90e81121c94571292244427 \
|
|
sha256 422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d \
|
|
size 2928744
|
|
|
|
python.versions 39 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-wrapt
|
|
}
|