Commits

Kurt Hindenburg authored 821d8536953
py-fasteners: update to 0.15; add python 37
No tags

python/py-fasteners/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 name py-fasteners
7 -version 0.14.1
7 +version 0.15
8 +revision 0
8 9 license Apache-2
9 10 platforms darwin
10 11 supported_archs noarch
11 12 maintainers {khindenburg @kurthindenburg} openmaintainer
12 13
13 14 description A python package that provides useful locks
14 15 long_description ${description}
15 16
16 17 homepage https://pypi.python.org/pypi/${python.rootname}/
17 18 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
18 19 distname ${python.rootname}-${version}
19 20
20 -checksums rmd160 35249664f75db20c602c18ce8a88c43ccf08a960 \
21 - sha256 427c76773fe036ddfa41e57d89086ea03111bbac57c55fc55f3006d027107e18
21 +checksums rmd160 00d4c904dee9e9ee5e8181933511525d786230aa \
22 + sha256 3a176da6b70df9bb88498e1a18a9e4a8579ed5b9141207762368a1017bf8f5ef \
23 + size 17898
22 24
23 -python.versions 27 34 35 36
25 +python.versions 27 34 35 36 37
24 26
25 27 if {${name} ne ${subport}} {
26 28 depends_build-append port:py${python.version}-setuptools
27 29
28 30 depends_lib-append port:py${python.version}-monotonic \
29 31 port:py${python.version}-six
30 32
33 + # Something wrong w/ testtools or fasteners tests
34 +# depends_test-append port:py${python.version}-testtools
35 +# test.run yes
36 +# test.env PYTHONPATH=${worksrcpath}/build/lib
37 +
31 38 livecheck.type none
32 -} else {
33 - livecheck.type pypi
34 39 }

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

Add shortcut