# -*- 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-rsa version 3.4.2 platforms darwin license Apache-2 maintainers nomaintainer description Pure Python RSA implementation long_description ${description}.\ It supports encryption and decryption, signing and verifying signatures,\ and key generation according to PKCS#1 version 1.5. It can be used as a\ Python library as well as on the commandline. homepage http://stuvel.eu/rsa master_sites pypi:r/rsa distname rsa-${version} checksums rmd160 ed031a093373ab3c1a6d27d2d9e58235c0058809 \ sha256 25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5 \ size 40956 python.versions 27 35 36 37 38 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-asn1 test.run yes livecheck.type none }