From 74156c3c1e430e24a122561eaa2a0783fec456e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Br=C3=A5then=20Solem?= Date: Sat, 11 Jan 2025 22:48:33 +0100 Subject: [PATCH] py-urwid-readline: new port --- python/py-urwid-readline/Portfile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 python/py-urwid-readline/Portfile diff --git a/python/py-urwid-readline/Portfile b/python/py-urwid-readline/Portfile new file mode 100644 index 0000000000000..f30de6670dae8 --- /dev/null +++ b/python/py-urwid-readline/Portfile @@ -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 +}