Commits
Andrew Stromnov authored d8c7e17963b
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 | PortGroup select 1.0 |
6 6 | |
7 7 | name py-bcrypt |
8 - | version 3.1.5 |
8 + | version 3.1.6 |
9 9 | revision 0 |
10 10 | categories-append devel |
11 11 | platforms darwin |
12 12 | license Apache-2 |
13 13 | |
14 14 | python.versions 27 34 35 36 37 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
18 18 | description Modern password hashing for your software and your servers |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage https://github.com/pyca/bcrypt/ |
22 22 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
23 23 | |
24 24 | distname ${python.rootname}-${version} |
25 25 | |
26 - | checksums rmd160 0568582e585002767a73bae9f56116992ddcd072 \ |
27 - | sha256 136243dc44e5bab9b61206bd46fff3018bd80980b1a1dfbab64a22ff5745957f \ |
28 - | size 42160 |
26 + | checksums rmd160 912e75ab27d66c2ab6c160eeb12892c3ff7d5801 \ |
27 + | sha256 44636759d222baa62806bbceb20e96f75a015a6381690d1bc2eda91c01ec02ea \ |
28 + | size 42216 |
29 29 | |
30 30 | if {${name} ne ${subport}} { |
31 31 | depends_build-append \ |
32 32 | port:py${python.version}-setuptools |
33 33 | depends_lib-append port:py${python.version}-cffi \ |
34 34 | port:py${python.version}-six |
35 35 | |
36 36 | livecheck.type none |
37 37 | } |