Commits

reneeotten authored and Frank Schima committed fe1b2130f03
py-axolotl: update to 0.1.42, add py37

- update dependencies - enable tests
No tags

python/py-axolotl/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-axolotl
7 -version 0.1.39
7 +python.rootname python-axolotl
8 +version 0.1.42
9 +revision 0
8 10 platforms darwin
9 11 license GPL-3
10 12 maintainers nomaintainer
11 13
12 14 description Python implementation of libaxolotl
13 15 long_description ${description}
14 16
15 17 homepage https://github.com/tgalal/python-axolotl
16 18 master_sites pypi:p/python-axolotl
17 -distname python-axolotl-${version}
19 +distname ${python.rootname}-${version}
18 20
19 -checksums md5 136d37cf7aceb4b3e01fbb40ac592f3c \
20 - rmd160 ddd12e8c80eb39828ce6ca1404e5edcec5650ddf \
21 - sha256 9af9c937d0d05ebea414f1be79ecc7517cc3541a77101941e6a2a71bdd2b6e25
21 +checksums rmd160 22988db6b833ced9b7f62401ae50a3076caf5de5 \
22 + sha256 ef78c2efabcd4c33741669334bdda04710a3ef0e00b653f00127acff6460a7f0 \
23 + size 39472
22 24
23 -python.versions 27 36
25 +python.versions 27 36 37
24 26
25 27 if {${name} ne ${subport}} {
26 28 depends_build-append port:py${python.version}-setuptools
27 - depends_run-append port:py${python.version}-crypto \
29 +
30 + depends_run-append port:py${python.version}-cryptography \
28 31 port:py${python.version}-axolotl-curve25519 \
29 32 port:py${python.version}-protobuf3
30 33
34 + depends_test-append port:py${python.version}-nose
35 + test.run yes
36 + test.cmd nosetests-${python.branch}
37 + test.target axolotl.tests
38 +
31 39 livecheck.type none
32 -} else {
33 - livecheck.type pypi
34 40 }

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

Add shortcut