Commits

Renee Otten authored 4596eba761c
py-pycallgraph: remove py34 subport, deprecated

- modernize checksums
No tags

python/py-pycallgraph/Portfile

Modified
1 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 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 +PortGroup deprecated 1.0
5 6
6 7 name py-pycallgraph
7 8 version 1.0.1
8 9 categories-append devel
9 10 platforms darwin
10 11 supported_archs noarch
11 12 license GPL-2+
12 13 maintainers nomaintainer
13 14
14 15 description A Python module that creates call graphs for Python programs.
15 16 long_description ${description}
16 17
17 18 homepage https://github.com/gak/pycallgraph
18 19 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
19 20 distname ${python.rootname}-${version}
20 21
21 -checksums md5 41d2108eedbf3a2f19cae8d4959e6265 \
22 - sha1 0eb1d0d2e4fd18ce47722a1898f6fba9edcdaa31 \
23 - rmd160 c7504663783e7e72d3a64cac77f8f8d523e50a2a
22 +checksums rmd160 c7504663783e7e72d3a64cac77f8f8d523e50a2a \
23 + sha256 b1262b0f9831da889c6e9a9a82a22267df497013cd2f5b36c39359a607c91e71 \
24 + size 36391
24 25
25 -python.versions 27 34 35 36 37
26 +deprecated.upstream_support no
27 +python.versions 27 35 36 37
26 28
27 -if {$subport ne $name} {
29 +if {${subport} ne ${name}} {
28 30 depends_build-append \
29 31 port:py${python.version}-setuptools
30 32
31 33 depends_run-append path:bin/dot:graphviz
32 34
33 35 post-destroot {
34 36 set docdir ${prefix}/share/doc/${subport}
35 37 xinstall -m 644 -W ${worksrcpath} LICENSE ${destroot}${docdir}
36 38 file copy ${worksrcpath}/man/${python.rootname}.1 ${destroot}${prefix}/share/man/man1/${python.rootname}-${python.branch}.1
37 39 }
38 40
39 41 livecheck.type none
40 -
41 -} else {
42 - livecheck.type pypi
43 42 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut