You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
8b9ab869ea
Signed-off-by: İlteriş Yağıztegin Eroğlu <ilteris@asenkron.com.tr>
24 lines
818 B
Tcl
24 lines
818 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-pyaes
|
|
version 1.6.1
|
|
revision 0
|
|
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
description Pure-Python Implementation of the AES block-cipher and common modes of operation
|
|
long_description {*}${description}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
homepage https://github.com/ricmoo/pyaes
|
|
|
|
checksums rmd160 ff5f3a5caf31f20cd451464eac3fb6831b8713e8 \
|
|
sha256 02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f \
|
|
size 28536
|