You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
36 lines
1.3 KiB
Tcl
36 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
||
|
||
PortSystem 1.0
|
||
PortGroup python 1.0
|
||
|
||
name py-pyte
|
||
version 0.8.0
|
||
revision 0
|
||
|
||
license MIT
|
||
maintainers nomaintainer
|
||
platforms darwin
|
||
supported_archs noarch
|
||
|
||
description an in memory VTXXX-compatible terminal emulator
|
||
long_description It’s {*}${description}. XXX stands for a series of video terminals, \
|
||
developed by DEC between 1970 and 1995. The first, and probably the \
|
||
most famous one, was VT100 terminal, which is now a de-facto standard \
|
||
for all virtual terminal emulators. pyte follows the suit.
|
||
|
||
homepage https://github.com/selectel/pyte
|
||
|
||
checksums rmd160 70ba987e0527e4e05001a3d19de16a6c0606391d \
|
||
sha256 7e71d03e972d6f262cbe8704ff70039855f05ee6f7ad9d7129df9c977b5a88c5 \
|
||
size 50415
|
||
|
||
python.versions 38 39
|
||
|
||
if {${name} ne ${subport}} {
|
||
depends_build-append port:py${python.version}-setuptools \
|
||
port:py${python.version}-pytest-runner
|
||
depends_lib-append port:py${python.version}-wcwidth
|
||
|
||
livecheck.type none
|
||
}
|