Commits
Andrey Stromnov authored efd59c5144a
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 - | PortGroup github 1.0 |
5 4 | PortGroup python 1.0 |
6 5 | |
7 - | github.setup davidhalter parso 0.5.1 v |
8 - | |
9 6 | name py-parso |
7 + | version 0.5.2 |
8 + | revision 0 |
10 9 | categories-append devel |
11 10 | platforms darwin |
12 11 | license MIT |
13 12 | supported_archs noarch |
14 13 | |
15 14 | python.versions 27 35 36 37 38 |
16 15 | |
17 16 | maintainers {stromnov @stromnov} openmaintainer |
18 17 | |
19 18 | description A Python Parser |
20 19 | long_description ${description} |
21 20 | |
22 - | checksums rmd160 aebee4e55b16d0eee0f0e4030d5d62cb92ec0a6b \ |
23 - | sha256 ac34a33f8b3606460af46140ce961ad7431a049009dd207270cbabeb6b3e03df \ |
24 - | size 388107 |
21 + | homepage https://github.com/davidhalter/parso |
22 + | |
23 + | checksums rmd160 e7623f77a82510d89424cd3ba33d02d1353324ad \ |
24 + | sha256 55cf25df1a35fd88b878715874d2c4dc1ad3f0eebd1e0266a67e1f55efccfbe1 \ |
25 + | size 394006 |
25 26 | |
26 27 | if {${name} ne ${subport}} { |
27 28 | depends_build-append \ |
28 29 | port:py${python.version}-setuptools |
29 30 | |
30 31 | depends_test-append \ |
31 32 | port:py${python.version}-pytest |
32 33 | test.run yes |
33 34 | test.cmd py.test-${python.branch} |
34 35 | test.target |