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
879 B
Tcl
30 lines
879 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
|
|
|
|
# also update py-pycryptodome
|
|
name py-pycryptodomex
|
|
version 3.23.0
|
|
revision 0
|
|
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description Cryptographic library for Python
|
|
long_description {*}${description}
|
|
|
|
homepage https://www.pycryptodome.org
|
|
|
|
checksums rmd160 13604e1e7371688b65b5bfefc637a83dc61ab667 \
|
|
sha256 71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da \
|
|
size 4922157
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
python.test_framework
|
|
test.cmd ${python.bin} setup.py test
|
|
}
|