Skip to content

Commit

Permalink
py-urwid-readline: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbs authored and reneeotten committed Jan 13, 2025
1 parent 78fc1fc commit 74156c3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions python/py-urwid-readline/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# -*- 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

name py-urwid-readline
version 0.15.1
revision 0

supported_archs noarch
platforms {darwin any}
license MIT
maintainers nomaintainer

description readline text edit for urwid
long_description Text input widget for urwid that supports readline shortcuts

homepage https://github.com/rr-/urwid_readline

distname urwid_readline-${version}
checksums rmd160 98799bc6479869fde3b571d7562f1edeb9dfb887 \
sha256 9301444b86d58f7d26388506b704f142cefd193888488b4070d3a0fdfcfc0f84 \
size 9007

python.versions 39 310 311 312 313

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

0 comments on commit 74156c3

Please sign in to comment.