# -*- 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-getkey
maintainers      {michaelld @michaelld} openmaintainer
license          MIT
platforms        {darwin any}
supported_archs  noarch

description      Library to easily read single chars and key strokes.
long_description {*}${description}

github.setup     kcsaff getkey 0.6.5 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
checksums        rmd160 decaccb5f3454a987a714f422cbd208c4a706f74 \
                 sha256 cc80bf9f9b0ea525ef2178a2d487c868e7bcdf977a43eb7f7a1eaa177bc9f529 \
                 size   17797

python.versions  39

patchfiles      patch-setup.py.diff
