pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pyte



Module Name:    pkgsrc
Committed By:   gson
Date:           Thu Jun 13 09:33:38 UTC 2019

Added Files:
        pkgsrc/devel/py-pyte: DESCR Makefile PLIST distinfo

Log Message:
py-pyte: Add version 0.8.0

Pyte is a Python library that emulates the DEC VT100 and compatible
video terminals.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-pyte/DESCR \
    pkgsrc/devel/py-pyte/Makefile pkgsrc/devel/py-pyte/PLIST \
    pkgsrc/devel/py-pyte/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-pyte/DESCR
diff -u /dev/null pkgsrc/devel/py-pyte/DESCR:1.1
--- /dev/null   Thu Jun 13 09:33:38 2019
+++ pkgsrc/devel/py-pyte/DESCR  Thu Jun 13 09:33:37 2019
@@ -0,0 +1,2 @@
+Pyte is a Python library that emulates the DEC VT100 and compatible
+video terminals.
Index: pkgsrc/devel/py-pyte/Makefile
diff -u /dev/null pkgsrc/devel/py-pyte/Makefile:1.1
--- /dev/null   Thu Jun 13 09:33:38 2019
+++ pkgsrc/devel/py-pyte/Makefile       Thu Jun 13 09:33:37 2019
@@ -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"
Index: pkgsrc/devel/py-pyte/PLIST
diff -u /dev/null pkgsrc/devel/py-pyte/PLIST:1.1
--- /dev/null   Thu Jun 13 09:33:38 2019
+++ pkgsrc/devel/py-pyte/PLIST  Thu Jun 13 09:33:37 2019
@@ -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
Index: pkgsrc/devel/py-pyte/distinfo
diff -u /dev/null pkgsrc/devel/py-pyte/distinfo:1.1
--- /dev/null   Thu Jun 13 09:33:38 2019
+++ pkgsrc/devel/py-pyte/distinfo       Thu Jun 13 09:33:37 2019
@@ -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