# -*- 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-debtcollector version 2.5.0 revision 0 maintainers nomaintainer license Apache-2 supported_archs noarch platforms {darwin any} description Python deprecation patterns and strategies long_description A collection of Python deprecation patterns and \ strategies that help you collect your technical \ debt in a non-destructive manner. The goal of this \ library is to provide well documented developer \ facing deprecation patterns that start of with a \ basic set and can expand into a larger set of \ patterns as time goes on. The desired output of \ these patterns is to apply the warnings module to \ emit DeprecationWarning or \ PendingDeprecationWarning or similar derivative to \ developers using libraries (or potentially \ applications) about future deprecations. homepage https://docs.openstack.org/debtcollector/latest/ checksums rmd160 46f841d202dbb52713d31ada0562b4a2ffa52485 \ sha256 dc9d1ad3f745c43f4bbedbca30f9ffe8905a8c028c9926e61077847d5ea257ab \ size 31334 python.versions 38 39 310 311 if {${subport} ne ${name}} { depends_build-append \ port:py${python.version}-pbr depends_run-append \ port:py${python.version}-six \ port:py${python.version}-wrapt }