Commits
reneeotten authored and Perry E. Metzger committed cad0c714025
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 github 1.0 |
5 5 | PortGroup python 1.0 |
6 6 | |
7 - | github.setup davidhalter parso 0.2.1 v |
7 + | github.setup davidhalter parso 0.3.1 v |
8 8 | |
9 9 | name py-parso |
10 10 | categories-append devel |
11 11 | platforms darwin |
12 12 | license MIT |
13 13 | supported_archs noarch |
14 14 | |
15 - | python.versions 27 34 35 36 |
15 + | python.versions 27 34 35 36 37 |
16 16 | |
17 17 | maintainers {stromnov @stromnov} openmaintainer |
18 18 | |
19 19 | description A Python Parser |
20 20 | long_description ${description} |
21 21 | |
22 - | checksums rmd160 85b916a88ba0acf78830d6bc91e01285f401c55b \ |
23 - | sha256 d2912fee727aa14059904860ed5202338c9fda1875e59076434c2331d74806fd \ |
24 - | size 376606 |
22 + | checksums rmd160 3db05ee6b98d8521751f13e809554abcd470d614 \ |
23 + | sha256 b4aa1ce85e212a521cadb436d1464c101032694aee18801a3642bd4db5c2226f \ |
24 + | size 375267 |
25 25 | |
26 26 | if {${name} ne ${subport}} { |
27 27 | depends_build-append \ |
28 28 | port:py${python.version}-setuptools |
29 29 | |
30 + | depends_test-append \ |
31 + | port:py${python.version}-pytest |
32 + | test.run yes |
33 + | test.cmd py.test-${python.branch} |
34 + | test.target |
35 + | |
30 36 | livecheck.type none |
31 37 | } |