mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-pyte: Simple VTXXX-compatible terminal emulator
Its an in memory VTXXX-compatible terminal emulator. XXX stands for a series of video terminals, developed by DEC between 1970 and 1995. WWW: https://github.com/selectel/pyte
This commit is contained in:
parent
bc8f90f9db
commit
04d444ff20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411062
4 changed files with 25 additions and 0 deletions
|
@ -4274,6 +4274,7 @@
|
|||
SUBDIR += py-pyro
|
||||
SUBDIR += py-pyshapelib
|
||||
SUBDIR += py-pytemplate
|
||||
SUBDIR += py-pyte
|
||||
SUBDIR += py-pytest
|
||||
SUBDIR += py-pytest-cache
|
||||
SUBDIR += py-pytest-capturelog
|
||||
|
|
18
devel/py-pyte/Makefile
Normal file
18
devel/py-pyte/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyte
|
||||
PORTVERSION= 0.5.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Simple VTXXX-compatible terminal emulator
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-pyte/distinfo
Normal file
2
devel/py-pyte/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pyte-0.5.1.tar.gz) = d2cf77ef6395c6b97d5c10ee47f38d348114170e504fc55a043d4c7dd1aea6e1
|
||||
SIZE (pyte-0.5.1.tar.gz) = 49849
|
4
devel/py-pyte/pkg-descr
Normal file
4
devel/py-pyte/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Its an in memory VTXXX-compatible terminal emulator. XXX stands for a series
|
||||
of video terminals, developed by DEC between 1970 and 1995.
|
||||
|
||||
WWW: https://github.com/selectel/pyte
|
Loading…
Add table
Reference in a new issue