Skip to content

Commit

Permalink
py-fido2: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
amake authored and pmetzger committed Jun 7, 2018
1 parent c52d296 commit 73cc20f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions python/py-fido2/Portfile
@@ -0,0 +1,35 @@
# -*- 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
PortGroup github 1.0

name py-fido2
github.setup Yubico python-fido2 0.3.0
categories python security crypto
platforms darwin
license BSD
maintainers {@amake madlon-kay.com:aaron+macports} openmaintainer

description Library for working with FIDO devices

long_description Provides library functionality for communicating with a \
FIDO device over USB as well as verifying attestation \
and assertion signatures.

checksums rmd160 372caa822a78066d45612df1d09ad7a9d87ea22f \
sha256 706ef4db259918811584b0486baa5e34c9d038f3529c23603ce5729eb470ff7c \
size 134466

python.versions 27 35 36

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools

depends_lib-append \
port:py${python.version}-six \
port:py${python.version}-cryptography

livecheck.type none
}

0 comments on commit 73cc20f

Please sign in to comment.