-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78fc1fc
commit 74156c3
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |