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 committed Jan 12, 2025
1 parent 745e33d commit d19bc6f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions python/py-urwid_readline/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# -*- 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

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test py313-urwid_readline: Warning: py313-urwid_readline is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test py39-urwid_readline: Warning: py39-urwid_readline is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test py310-urwid_readline: Warning: py310-urwid_readline is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test py311-urwid_readline: Warning: py311-urwid_readline is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test py312-urwid_readline: Warning: py312-urwid_readline is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test py313-urwid_readline: Warning: py313-urwid_readline is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test py39-urwid_readline: Warning: py39-urwid_readline is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test py310-urwid_readline: Warning: py310-urwid_readline is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test py311-urwid_readline: Warning: py311-urwid_readline is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test py312-urwid_readline: Warning: py312-urwid_readline is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test py313-urwid_readline: Warning: py313-urwid_readline is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test py39-urwid_readline: Warning: py39-urwid_readline is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test py310-urwid_readline: Warning: py310-urwid_readline is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test py311-urwid_readline: Warning: py311-urwid_readline is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in python/py-urwid_readline/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test py312-urwid_readline: Warning: py312-urwid_readline is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0

github.setup rr- urwid_readline 0.15.1
name py-${name}
revision 0

license MIT
maintainers nomaintainer

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

homepage https://urwid.org/

checksums rmd160 2093bd172eec3f5d9f6ba660378b1d87440ed8cb \
sha256 4bb0a4b72717c43cf249a82aeb392422f0047c1721fe476e0d18b05efafe5ced \
size 8509

python.versions 39 310 311 312 313

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

depends_run-append \
port:py${python.version}-urwid
}

0 comments on commit d19bc6f

Please sign in to comment.