pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel py-pyte: Add version 0.8.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/de37522e2185
branches: trunk
changeset: 335119:de37522e2185
user: gson <gson%pkgsrc.org@localhost>
date: Thu Jun 13 09:33:37 2019 +0000
description:
py-pyte: Add version 0.8.0
Pyte is a Python library that emulates the DEC VT100 and compatible
video terminals.
diffstat:
devel/Makefile | 3 ++-
devel/py-pyte/DESCR | 2 ++
devel/py-pyte/Makefile | 18 ++++++++++++++++++
devel/py-pyte/PLIST | 36 ++++++++++++++++++++++++++++++++++++
devel/py-pyte/distinfo | 6 ++++++
5 files changed, 64 insertions(+), 1 deletions(-)
diffs (95 lines):
diff -r 10b794e7efce -r de37522e2185 devel/Makefile
--- a/devel/Makefile Thu Jun 13 09:29:06 2019 +0000
+++ b/devel/Makefile Thu Jun 13 09:33:37 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2859 2019/06/13 03:10:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.2860 2019/06/13 09:35:33 gson Exp $
#
COMMENT= Development utilities
@@ -2316,6 +2316,7 @@
SUBDIR+= py-pyrsistent
SUBDIR+= py-pysha3
SUBDIR+= py-pysvn
+SUBDIR+= py-pyte
SUBDIR+= py-pytemplate
SUBDIR+= py-python-dotenv
SUBDIR+= py-python-slugify
diff -r 10b794e7efce -r de37522e2185 devel/py-pyte/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyte/DESCR Thu Jun 13 09:33:37 2019 +0000
@@ -0,0 +1,2 @@
+Pyte is a Python library that emulates the DEC VT100 and compatible
+video terminals.
diff -r 10b794e7efce -r de37522e2185 devel/py-pyte/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyte/Makefile Thu Jun 13 09:33:37 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/06/13 09:33:37 gson Exp $
+
+DISTNAME= pyte-0.8.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyte/}
+
+MAINTAINER= gson%NetBSD.org@localhost
+HOMEPAGE= https://github.com/selectel/pyte
+COMMENT= VTXXX-compatible terminal emulator library
+LICENSE= gnu-lgpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-wcwidth>=0.1.7:../../devel/py-wcwidth
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 10b794e7efce -r de37522e2185 devel/py-pyte/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyte/PLIST Thu Jun 13 09:33:37 2019 +0000
@@ -0,0 +1,36 @@
+@comment $NetBSD: PLIST,v 1.1 2019/06/13 09:33:37 gson Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyte/__init__.py
+${PYSITELIB}/pyte/__init__.pyc
+${PYSITELIB}/pyte/__init__.pyo
+${PYSITELIB}/pyte/__main__.py
+${PYSITELIB}/pyte/__main__.pyc
+${PYSITELIB}/pyte/__main__.pyo
+${PYSITELIB}/pyte/charsets.py
+${PYSITELIB}/pyte/charsets.pyc
+${PYSITELIB}/pyte/charsets.pyo
+${PYSITELIB}/pyte/compat.py
+${PYSITELIB}/pyte/compat.pyc
+${PYSITELIB}/pyte/compat.pyo
+${PYSITELIB}/pyte/control.py
+${PYSITELIB}/pyte/control.pyc
+${PYSITELIB}/pyte/control.pyo
+${PYSITELIB}/pyte/escape.py
+${PYSITELIB}/pyte/escape.pyc
+${PYSITELIB}/pyte/escape.pyo
+${PYSITELIB}/pyte/graphics.py
+${PYSITELIB}/pyte/graphics.pyc
+${PYSITELIB}/pyte/graphics.pyo
+${PYSITELIB}/pyte/modes.py
+${PYSITELIB}/pyte/modes.pyc
+${PYSITELIB}/pyte/modes.pyo
+${PYSITELIB}/pyte/screens.py
+${PYSITELIB}/pyte/screens.pyc
+${PYSITELIB}/pyte/screens.pyo
+${PYSITELIB}/pyte/streams.py
+${PYSITELIB}/pyte/streams.pyc
+${PYSITELIB}/pyte/streams.pyo
diff -r 10b794e7efce -r de37522e2185 devel/py-pyte/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyte/distinfo Thu Jun 13 09:33:37 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/06/13 09:33:37 gson Exp $
+
+SHA1 (pyte-0.8.0.tar.gz) = 16b3037b62095402c18b47d69a3d6bbc15b992f0
+RMD160 (pyte-0.8.0.tar.gz) = 70ba987e0527e4e05001a3d19de16a6c0606391d
+SHA512 (pyte-0.8.0.tar.gz) = b1c23206f32c49ab509ac9bd4e042b043478cae35594c52c8389f5a5ba15cd0895315c42be5a0f2992b3aaa918ae282e43e88e72798a0b600307860f6df06465
+Size (pyte-0.8.0.tar.gz) = 50415 bytes
Home |
Main Index |
Thread Index |
Old Index