Files
Christopher Chavez 1dc130600b py-pycryptodome: drop noarch
Port installs architecture-specific shared libraries.
2020-10-12 08:13:11 -06:00

33 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-pycryptodome
version 3.9.8
revision 1
license BSD
platforms darwin
maintainers {@xeron gmail.com:xeron.oskom} openmaintainer
description Cryptographic library for Python
long_description PyCryptodome is a self-contained Python package of \
low-level cryptographic primitives. \
PyCryptodome is a fork of PyCrypto.
python.versions 27 35 36 37 38
homepage https://pypi.python.org/pypi/${python.rootname}/
checksums rmd160 062e0f20925213f8345681a629563d712770220e \
sha256 0e24171cf01021bc5dc17d6a9d4f33a048f09d62cc3f62541e95ef104588bda4 \
size 15633268
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}