Permalink
Browse files
py-ecdsa: update to 0.13.2
- Loading branch information
Showing
with
6 additions
and
9 deletions.
-
+6
−9
python/py-ecdsa/Portfile
|
|
@@ -4,32 +4,29 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-ecdsa |
|
|
version 0.13 |
|
|
version 0.13.2 |
|
|
revision 0 |
|
|
categories-append devel security |
|
|
platforms darwin |
|
|
license MIT |
|
|
supported_archs noarch |
|
|
|
|
|
python.versions 27 34 35 36 |
|
|
python.versions 27 34 35 36 37 |
|
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer |
|
|
|
|
|
description ECDSA cryptographic signature library |
|
|
long_description ${description} |
|
|
|
|
|
homepage https://github.com/warner/python-ecdsa |
|
|
master_sites pypi:e/ecdsa/ |
|
|
master_sites pypi:e/ecdsa |
|
|
|
|
|
distname ecdsa-${version} |
|
|
|
|
|
checksums rmd160 705a672160c3586efbe9488f7eb2160fc997bdf0 \ |
|
|
sha256 64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa |
|
|
checksums rmd160 99d483389662b65612d268b77131ef6db9ac434b \ |
|
|
sha256 5c034ffa23413ac923541ceb3ac14ec15a0d2530690413bff58c12b80e56d884 \ |
|
|
size 61595 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
livecheck.type none |
|
|
} else { |
|
|
livecheck.type regex |
|
|
livecheck.url https://pypi.python.org/pypi/ecdsa/json |
|
|
livecheck.regex {ecdsa-(\d+(?:\.\d+)*)\.[tz]} |
|
|
} |