Ticket #49664: diff

File diff, 1.9 KB (added by kornack@…, 8 years ago)
Line 
11,2c1,2
2< # -*- 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
3< # $Id: Portfile 127188 2014-10-22 19:12:19Z mf2k@macports.org $
4---
5> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
6> # $Id$
74c4
8< PortSystem 1.0
9---
10> PortSystem          1.0
118,9c8
12< version             2.7
13< python.versions     27 34
14---
15> version             3.0b1
1612d10
17< maintainers         nomaintainer
1813a12,15
19>
20> maintainers         twinleaf.com:maintainers \
21>                     openmaintainers
22>
2320,21c22,25
24< homepage            http://pyserial.sourceforge.net/
25< master_sites        http://pypi.python.org/packages/source/p/pyserial
26---
27>
28> homepage            https://github.com/pyserial/pyserial
29> master_sites        https://github.com/pyserial/pyserial/archive/v${version}/
30> distfiles           pyserial-${version}.zip
3122a27,29
32> use_zip             yes
33>
34> checksums           sha256  a61fb534cf938229bd7804b9df2b59124749e72cdcc6c3d8b18f2994b61794e3
3524,25c31
36< checksums           rmd160  b86758d74e8f3cd61430bf7d76db496ae732f257 \
37<                     sha256  3542ec0838793e61d6224e27ff05e8ce4ba5a5c5cc4ec5c6a3e8d49247985477
38---
39> python.versions     27 34 35
4029c35
41<         xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
42---
43>         xinstall -m 644 -W ${worksrcpath} CHANGES.rst LICENSE.txt README.rst \
4431,32c37,42
45<         xinstall -m 644 -W ${worksrcpath}/examples enhancedserial.py \
46<             scan.py tcp_serial_redirect.py \
47---
48>         xinstall -m 644 -W ${worksrcpath}/examples \
49>             at_protocol.py \
50>             port_publisher.py \
51>             port_publisher.sh \
52>             rfc2217_server.py \
53>             tcp_serial_redirect.py \
5438,40d47
55< } else {
56<     livecheck.url       http://pypi.python.org/pypi/pyserial
57<     livecheck.regex     pyserial-(\\d+(\\.\\d+)+)