Commits

Peter Danecek authored 5a64c16f717
py-prov: bump version 1.5.2, add py37 subport
No tags

python/py-prov/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 set _name prov
7 7 set _n [string index ${_name} 0]
8 8
9 9 name py-${_name}
10 -version 1.5.1
10 +version 1.5.2
11 11 categories-append www devel
12 12 platforms darwin
13 13 supported_archs noarch
14 14 license MIT
15 15
16 16 maintainers {petr @petrrr} openmaintainer
17 17
18 18 description A Python library for W3C Provenance Data Model
19 19 long_description ${description}. It supports PROV-JSON and PROV-XML \
20 20 serialization and deserialization, and exporting of \
21 21 PROV documents into various graphical formats, e.g. \
22 22 PDF, PNG, SVG.
23 23 homepage http://prov.readthedocs.org
24 24
25 25 master_sites pypi:${_n}/${_name}/
26 26 distname ${_name}-${version}
27 27
28 -checksums md5 f5326dbd21e99288b464b53f3d64717d \
29 - rmd160 94a123bbfd873d8acf5b564a41c0aeb472f6abdb \
30 - sha256 7a2d72b0df43cd9c6e374d815c8ce3cd5ca371d54f98f837853ac9fcc98aee4c
28 +checksums rmd160 903454cc85f899f315f9a850aaa399916dc26086 \
29 + sha256 640dc158d931403bc6c1a0ad80702caae71f810bac21f90ec605865c8444b7bb \
30 + size 137477
31 31
32 -python.versions 27 35 36
32 +python.versions 27 35 36 37
33 33
34 34 if {${name} ne ${subport}} {
35 35 depends_build-append port:py${python.version}-setuptools
36 36
37 37 depends_lib-append port:py${python.version}-dateutil \
38 38 port:py${python.version}-lxml \
39 39 port:py${python.version}-networkx \
40 40 port:py${python.version}-rdflib \
41 41 port:py${python.version}-six
42 42

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

Add shortcut