You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
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-oscrypto
|
|
version 1.3.0
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description TLS (SSL) sockets, key generation, encryption, decryption, \
|
|
signing, verification and KDFs using the OS crypto \
|
|
libraries. Does not require a compiler, and relies on the \
|
|
OS for patching. Works on Windows, OS X and Linux/BSD.
|
|
long_description {*}${description}
|
|
homepage https://github.com/wbond/oscrypto
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 e09cbacb792be1f4d06952c3ab1951ae32bf571b \
|
|
sha256 6f5fef59cb5b3708321db7cca56aed8ad7e662853351e7991fcf60ec606d47a4 \
|
|
size 184590
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-asn1crypto
|
|
}
|