pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel py-blessed: added version 1.19.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/2416f28477da
branches: trunk
changeset: 385354:2416f28477da
user: adam <adam%pkgsrc.org@localhost>
date: Thu Sep 15 17:51:06 2022 +0000
description:
py-blessed: added version 1.19.1
Blessed is an easy, practical library for making terminal apps, by providing an
elegant, well-documented interface to Colors, Keyboard input, and screen
position and Location capabilities.
diffstat:
devel/Makefile | 3 ++-
devel/py-blessed/DESCR | 3 +++
devel/py-blessed/Makefile | 24 ++++++++++++++++++++++++
devel/py-blessed/PLIST | 43 +++++++++++++++++++++++++++++++++++++++++++
devel/py-blessed/distinfo | 5 +++++
5 files changed, 77 insertions(+), 1 deletions(-)
diffs (108 lines):
diff -r bc41e2dbce85 -r 2416f28477da devel/Makefile
--- a/devel/Makefile Thu Sep 15 17:48:08 2022 +0000
+++ b/devel/Makefile Thu Sep 15 17:51:06 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3796 2022/09/11 17:54:57 wiz Exp $
+# $NetBSD: Makefile,v 1.3797 2022/09/15 17:51:06 adam Exp $
#
COMMENT= Development utilities
@@ -2343,6 +2343,7 @@
SUBDIR+= py-bintrees
SUBDIR+= py-bitarray
SUBDIR+= py-bitstring
+SUBDIR+= py-blessed
SUBDIR+= py-blessings
SUBDIR+= py-blinker
SUBDIR+= py-boltons
diff -r bc41e2dbce85 -r 2416f28477da devel/py-blessed/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-blessed/DESCR Thu Sep 15 17:51:06 2022 +0000
@@ -0,0 +1,3 @@
+Blessed is an easy, practical library for making terminal apps, by providing an
+elegant, well-documented interface to Colors, Keyboard input, and screen
+position and Location capabilities.
diff -r bc41e2dbce85 -r 2416f28477da devel/py-blessed/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-blessed/Makefile Thu Sep 15 17:51:06 2022 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2022/09/15 17:51:07 adam Exp $
+
+DISTNAME= blessed-1.19.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/blessed/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jquast/blessed
+COMMENT= Wrapper around terminal styling, screen positioning, and input
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-wcwidth>=0.1.4:../../devel/py-wcwidth
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache
+.endif
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bc41e2dbce85 -r 2416f28477da devel/py-blessed/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-blessed/PLIST Thu Sep 15 17:51:06 2022 +0000
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1 2022/09/15 17:51:07 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/blessed/__init__.py
+${PYSITELIB}/blessed/__init__.pyc
+${PYSITELIB}/blessed/__init__.pyo
+${PYSITELIB}/blessed/_capabilities.py
+${PYSITELIB}/blessed/_capabilities.pyc
+${PYSITELIB}/blessed/_capabilities.pyi
+${PYSITELIB}/blessed/_capabilities.pyo
+${PYSITELIB}/blessed/color.py
+${PYSITELIB}/blessed/color.pyc
+${PYSITELIB}/blessed/color.pyi
+${PYSITELIB}/blessed/color.pyo
+${PYSITELIB}/blessed/colorspace.py
+${PYSITELIB}/blessed/colorspace.pyc
+${PYSITELIB}/blessed/colorspace.pyi
+${PYSITELIB}/blessed/colorspace.pyo
+${PYSITELIB}/blessed/formatters.py
+${PYSITELIB}/blessed/formatters.pyc
+${PYSITELIB}/blessed/formatters.pyi
+${PYSITELIB}/blessed/formatters.pyo
+${PYSITELIB}/blessed/keyboard.py
+${PYSITELIB}/blessed/keyboard.pyc
+${PYSITELIB}/blessed/keyboard.pyi
+${PYSITELIB}/blessed/keyboard.pyo
+${PYSITELIB}/blessed/py.typed
+${PYSITELIB}/blessed/sequences.py
+${PYSITELIB}/blessed/sequences.pyc
+${PYSITELIB}/blessed/sequences.pyi
+${PYSITELIB}/blessed/sequences.pyo
+${PYSITELIB}/blessed/terminal.py
+${PYSITELIB}/blessed/terminal.pyc
+${PYSITELIB}/blessed/terminal.pyi
+${PYSITELIB}/blessed/terminal.pyo
+${PYSITELIB}/blessed/win_terminal.py
+${PYSITELIB}/blessed/win_terminal.pyc
+${PYSITELIB}/blessed/win_terminal.pyi
+${PYSITELIB}/blessed/win_terminal.pyo
diff -r bc41e2dbce85 -r 2416f28477da devel/py-blessed/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-blessed/distinfo Thu Sep 15 17:51:06 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/09/15 17:51:07 adam Exp $
+
+BLAKE2s (blessed-1.19.1.tar.gz) = dce72cd6a04c291c84f3df43212a76da422a4bc1a77390db866a50cd5eb6d8af
+SHA512 (blessed-1.19.1.tar.gz) = 0d899c42d7c6246362081bdc5d7dd2fcb13209fe0cee7e5a4fa342bdaf16a5cc21ab7e402bc5287ab1239f7e3afb02381e0e57e2d6111b80fe3c52b92cfa0f84
+Size (blessed-1.19.1.tar.gz) = 6653802 bytes
Home |
Main Index |
Thread Index |
Old Index