Commits

Mojca Miklavec authored 90011a71e4c
py-pycson: update to 0.8
No tags

python/py-pycson/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 github 1.0
5 5 PortGroup python 1.0
6 6
7 -github.setup avakar pycson 0.7
7 +github.setup avakar pycson 0.8
8 8 name py-pycson
9 9 categories-append lang
10 10 platforms darwin
11 11 # No-notice-MIT-License
12 12 license MIT
13 13 maintainers {mojca @mojca} openmaintainer
14 14
15 15 description A Coffescript Object Notation (CSON) parser for Python
16 16 long_description ${description}
17 17
18 18 python.versions 27 37
19 19
20 -checksums rmd160 3974f1d08c5dade8ac333df9330a4f9507433e71 \
21 - sha256 c6b9663b2d48157fe951d0e105a8b93085f6b3b9d4e3be56c9ea5ef7a0807ca4 \
22 - size 9973
20 +checksums rmd160 ccbd49d81e8c72bfc15f03ade5d5699b135dd55b \
21 + sha256 0ae9e46e61c39c313f776fae39234cc044780f5a9538fb4670296e5afb1b94e8 \
22 + size 10451
23 23
24 24 if {${name} ne ${subport}} {
25 25 depends_build-append \
26 26 port:py${python.version}-setuptools
27 27
28 28 depends_run-append \
29 29 port:py${python.version}-speg
30 30
31 31 livecheck.type none
32 32 }

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

Add shortcut