You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
25 lines
784 B
Tcl
25 lines
784 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
|
|
PortGroup github 1.0
|
|
|
|
name py-getkey
|
|
maintainers {michaelld @michaelld} openmaintainer
|
|
platforms darwin
|
|
license MIT
|
|
|
|
description Library to easily read single chars and key strokes.
|
|
long_description ${description}
|
|
|
|
github.setup kcsaff getkey 0.6.5 v
|
|
checksums rmd160 decaccb5f3454a987a714f422cbd208c4a706f74 \
|
|
sha256 cc80bf9f9b0ea525ef2178a2d487c868e7bcdf977a43eb7f7a1eaa177bc9f529 \
|
|
size 17797
|
|
|
|
python.versions 27 35 36 37 38
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build port:py${python.version}-flake8
|
|
}
|