# -*- 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 {reneeotten @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 3ffc8eb335afd04c4fe65466770a44a5075a0094 \
sha256 91037ccaf0c9a112a76f7740e4a416b9457a69b66c2799421581bee710a974b3 \
python.versions 27 34 35 36 37 38
if {${name} ne ${subport}} {
if {${python.version} in "27 34"} {
distname ${python.rootname}-${version}
checksums rmd160 0e07d12c4943d18499350057a9df781fb4fcbbaf \
sha256 67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838 \
port:py${python.version}-setuptools_scm
port:py${python.version}-setuptools \
port:py${python.version}-entrypoints
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} CHANGES.rst LICENSE README.rst \