Commits
Andrew Stromnov authored 3e786f5f64d
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-ecdsa |
7 - | version 0.13 |
7 + | version 0.13.2 |
8 8 | revision 0 |
9 9 | categories-append devel security |
10 10 | platforms darwin |
11 11 | license MIT |
12 12 | supported_archs noarch |
13 13 | |
14 - | python.versions 27 34 35 36 |
14 + | python.versions 27 34 35 36 37 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
18 18 | description ECDSA cryptographic signature library |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage https://github.com/warner/python-ecdsa |
22 - | master_sites pypi:e/ecdsa/ |
22 + | master_sites pypi:e/ecdsa |
23 23 | |
24 24 | distname ecdsa-${version} |
25 25 | |
26 - | checksums rmd160 705a672160c3586efbe9488f7eb2160fc997bdf0 \ |
27 - | sha256 64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa |
26 + | checksums rmd160 99d483389662b65612d268b77131ef6db9ac434b \ |
27 + | sha256 5c034ffa23413ac923541ceb3ac14ec15a0d2530690413bff58c12b80e56d884 \ |
28 + | size 61595 |
28 29 | |
29 30 | if {${name} ne ${subport}} { |
30 31 | livecheck.type none |
31 - | } else { |
32 - | livecheck.type regex |
33 - | livecheck.url https://pypi.python.org/pypi/ecdsa/json |
34 - | livecheck.regex {ecdsa-(\d+(?:\.\d+)*)\.[tz]} |
35 32 | } |