Files
İlteriş Yağıztegin Eroğlu 8b9ab869ea py-{sslcrypto,pyaes,pybase58}: add python 3.14
Signed-off-by: İlteriş Yağıztegin Eroğlu <ilteris@asenkron.com.tr>
2026-05-17 18:18:16 -04:00

30 lines
983 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-sslcrypto
version 5.3
revision 0
license MIT
supported_archs noarch
platforms {darwin any}
maintainers nomaintainer
description Fast and simple library for AES, ECIES and ECDSA for Python
long_description {*}${description}.
python.versions 310 311 312 313 314
homepage https://github.com/purplesyringa/${python.rootname}/
checksums rmd160 18a032e491047e9ec8542c102dae63fa35355b8a \
sha256 835abad516cf1af79e651f233f00c5132107e515804c8cc298d68785ea733d58 \
size 28108
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-pyaes \
port:py${python.version}-base58
}