You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
1171cbaa67
add py39-deprecated subport
35 lines
1.0 KiB
Tcl
35 lines
1.0 KiB
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
|
|
PortGroup github 1.0
|
|
|
|
github.setup tantale deprecated 1.2.12 v
|
|
name py-deprecated
|
|
revision 0
|
|
|
|
license MIT
|
|
platforms darwin
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description Python @deprecated decorator to deprecate old python classes, \
|
|
functions or methods.
|
|
long_description ${description}
|
|
|
|
checksums rmd160 f7c741fd03df28396d8c8f8c4231a080d41a4239 \
|
|
sha256 8e63b1f54a200a4f3100f8d64a3708d80976f17312cfe01745382d827f2869db \
|
|
size 2969947
|
|
|
|
python.versions 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-wrapt
|
|
|
|
livecheck.type none
|
|
}
|