Commits
Andrew Stromnov authored 4cc05d40342
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.3 |
8 + | version 3.1.4 |
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 |
15 15 | |
16 16 | maintainers 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 efcd8f0eb67dbcbf2e88f70ec3e2c6dd646dfb8d \ |
27 - | sha256 6645c8d0ad845308de3eb9be98b6fd22a46ec5412bfc664a423e411cdd8f5488 |
26 + | checksums rmd160 36fafe531903767edf63c23c416f756eb39c4047 \ |
27 + | sha256 67ed1a374c9155ec0840214ce804616de49c3df9c5bc66740687c1c9b1cd9e8d |
28 28 | |
29 29 | if {${name} ne ${subport}} { |
30 30 | depends_build-append \ |
31 31 | port:py${python.version}-setuptools |
32 32 | depends_lib-append port:py${python.version}-cffi \ |
33 33 | port:py${python.version}-six |
34 34 | |
35 35 | livecheck.type none |
36 36 | } |