Commits

Renee Otten authored f2df606ae27
py-colorlog: update to 4.1.0
No tags

python/py-colorlog/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 5
6 6 name py-colorlog
7 -version 4.0.2
7 +version 4.1.0
8 8 revision 0
9 9
10 10 categories-append devel
11 11 platforms darwin
12 12 supported_archs noarch
13 13 license MIT
14 14 maintainers {reneeotten @reneeotten} openmaintainer
15 15
16 16 description Log formatting with colors!
17 17 long_description ${description}
18 18
19 19 homepage https://github.com/borntyping/python-colorlog
20 20 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
21 21 distname ${python.rootname}-${version}
22 22
23 -checksums rmd160 bd482e4c295559788b6e9ba4b2a5a909d473037e \
24 - sha256 3cf31b25cbc8f86ec01fef582ef3b840950dea414084ed19ab922c8b493f9b42 \
25 - size 26431
23 +checksums rmd160 d9fb219bf2f811f612698f59884f22825d43f41f \
24 + sha256 30aaef5ab2a1873dec5da38fd6ba568fa761c9fa10b40241027fa3edea47f3d2 \
25 + size 26460
26 26
27 27 python.versions 37
28 28
29 29 if {${name} ne ${subport}} {
30 30 depends_build-append \
31 31 port:py${python.version}-setuptools
32 32
33 33 post-destroot {
34 34 set docdir ${prefix}/share/doc/${subport}
35 35 xinstall -d ${destroot}${docdir}

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

Add shortcut