Commits

Adam Mercer authored 5857a147a92
python/py-dnspython: update to 1.16.0
No tags

python/py-dnspython/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-dnspython
7 -version 1.15.0
7 +version 1.16.0
8 8 categories-append net
9 9 license ISC
10 10 platforms darwin
11 11 supported_archs noarch
12 12 maintainers {ram @skymoo} openmaintainer
13 13
14 14 description DNS toolkit for Python
15 15 long_description \
16 16 dnspython is a DNS toolkit for Python. It supports almost all \
17 17 record types. It can be used for queries, zone transfers, and \
18 18 dynamic updates. It supports TSIG authenticated messages and EDNS0.
19 19
20 20 homepage http://www.dnspython.org/
21 21 master_sites ${homepage}kits/${version}
22 22 distname dnspython-${version}
23 23
24 24 python.versions 27 34 35 36 37
25 25
26 -checksums rmd160 b3bf88a627850d29b5da6e67d5f2e9643283bc65 \
27 - sha256 11598ae5735746e63921f8eebdfdee4a2e7d0ba842ebd57ba02682d4aed8244b
26 +checksums rmd160 c3662f85998d51b437a3eaa0f5a04c3b0d61fd69 \
27 + sha256 4bf5c5c12a4478ee7860ab176659cf64c4899ee76752d826b082f8af723c5cf9 \
28 + size 150524
28 29
29 30 if {${name} ne ${subport}} {
30 31 depends_build-append port:py${python.version}-setuptools
31 32 }
32 33
33 34 post-destroot {
34 35 if {${name} ne ${subport}} {
35 36 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${subport}/examples
36 - xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE \
37 + xinstall -m 644 -W ${worksrcpath} LICENSE README.md \
37 38 ${destroot}${prefix}/share/doc/${subport}
38 39 xinstall -m 644 -W ${worksrcpath}/examples ddns.py e164.py \
39 - mx.py name.py reverse.py reverse_name.py xfr.py \
40 + mx.py name.py query_specific.py receive_notify.py reverse.py \
41 + reverse_name.py xfr.py zonediff.py \
40 42 ${destroot}${prefix}/share/doc/${subport}/examples
41 43 }
42 44 }
43 45
44 46 if {${name} eq ${subport}} {
45 47 livecheck.type regex
46 48 livecheck.url ${homepage}
47 49 livecheck.regex {is (\d+(?:\.\d+)*),}
48 50 } else {
49 51 livecheck.type none
50 52 }

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

Add shortcut