# -*- 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
categories-append security
maintainers {gmail.com:ottenr.work @reneeotten} openmaintainer
description Python interface to access the system keyring service
long_description The Python keyring lib provides a easy way to access the system \
keyring service from python. It can be used in any application \
that needs safe password storage. The OSXKeychain keyring service \
supports the Keychain service in Mac OS X.
homepage https://github.com/jaraco/keyring
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 d778cb37d7820b65755c143945b989080b6471f7 \
sha256 a86499736e2e6555618606c2fbc98147e803fa276f990ddba7011eb29a01b5ad \
python.versions 27 34 35 36 37
if {${name} ne ${subport}} {
port:py${python.version}-setuptools_scm
depends_lib-append port:py${python.version}-setuptools \
port:py${python.version}-entrypoints
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 644 -W ${worksrcpath} CHANGES.rst LICENSE README.rst \