You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
927 B
Tcl
30 lines
927 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-ecdsa
|
|
version 0.19.1
|
|
revision 0
|
|
categories-append devel security
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description ECDSA cryptographic signature library
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/tlsfuzzer/python-ecdsa
|
|
|
|
checksums rmd160 20ae676ac11926b902b65391537d03a911668ab4 \
|
|
sha256 478cba7b62555866fcb3bb3fe985e06decbdb68ef55713c4e5ab98c57d508e61 \
|
|
size 201793
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-six
|
|
}
|