You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
936 B
Tcl
30 lines
936 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-deprecation
|
|
version 2.1.0
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license Apache-2
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description A library to handle automated deprecations
|
|
long_description {*}${description}
|
|
|
|
homepage https://deprecation.readthedocs.io/
|
|
|
|
checksums rmd160 f13f95855e553811f683db63f9ee980be80b4b1a \
|
|
sha256 72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff \
|
|
size 173788
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-packaging
|
|
}
|