Commits
Frank Schima authored b30cb90eb97
1 + | # -*- 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 |
2 + | |
3 + | PortSystem 1.0 |
4 + | PortGroup python 1.0 |
5 + | PortGroup github 1.0 |
6 + | |
7 + | github.setup tantale deprecated 1.2.6 v |
8 + | name py-deprecated |
9 + | |
10 + | license MIT |
11 + | platforms darwin |
12 + | supported_archs noarch |
13 + | maintainers nomaintainer |
14 + | |
15 + | description Python @deprecated decorator to deprecate old python classes, \ |
16 + | functions or methods. |
17 + | long_description ${description} |
18 + | |
19 + | checksums rmd160 cbb3a1e8335a648b05bc4fa42d4ab6d2025f1ab0 \ |
20 + | sha256 17f5770e73011afa94786ee6c8decbb61f62a412cbcdca227635df999d9d75c7 \ |
21 + | size 5043668 |
22 + | |
23 + | python.versions 37 |
24 + | |
25 + | if {${name} ne ${subport}} { |
26 + | depends_build-append port:py${python.version}-setuptools |
27 + | depends_lib-append port:py${python.version}-pytest \ |
28 + | port:py${python.version}-pytest-cov \ |
29 + | port:py${python.version}-sphinx |
30 + | |
31 + | livecheck.type none |
32 + | } |