You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
806 B
Tcl
25 lines
806 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-hkdf
|
|
version 0.0.3
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description HMAC based Extract and Expand Key Derivation Function HKDF
|
|
long_description {*}${description}
|
|
|
|
categories-append security
|
|
|
|
homepage https://github.com/casebeer/python-hkdf
|
|
|
|
checksums rmd160 655173ded611e8c58a3d05225bc18aa2c6896bd7 \
|
|
sha256 622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca \
|
|
size 3959
|
|
|
|
python.versions 310 311 312 313
|