mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
847 B
Tcl
25 lines
847 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-yubico
|
||
python.rootname python-yubico
|
||
version 1.3.3
|
||
revision 0
|
||
categories-append security
|
||
platforms {darwin any}
|
||
license BSD
|
||
supported_archs noarch
|
||
maintainers nomaintainer
|
||
|
||
description Python code for talking to Yubico’s YubiKeys
|
||
long_description {*}${description}
|
||
homepage https://github.com/Yubico/python-yubico
|
||
|
||
checksums rmd160 12db7aa5a812b9501b6d0fa5bbaaf086c7db9c42 \
|
||
sha256 d8466427aa5922ac5d4b7e9c65b693108427cf537d653d68cb212c0713e8e6f5 \
|
||
size 41154
|
||
|
||
python.versions 310 311 312
|