summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-09-15 17:51:06 +0000
committeradam <adam@pkgsrc.org>2022-09-15 17:51:06 +0000
commite1fb267abeb64efc6fd64725e76373fefe8f80ef (patch)
tree059fa5025877967737964dd53dd3a09da4b49dba
parent57ac2c884feb242d91253ed543a0e4562fc78b39 (diff)
downloadpkgsrc-e1fb267abeb64efc6fd64725e76373fefe8f80ef.tar.gz
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.
-rw-r--r--devel/Makefile3
-rw-r--r--devel/py-blessed/DESCR3
-rw-r--r--devel/py-blessed/Makefile24
-rw-r--r--devel/py-blessed/PLIST43
-rw-r--r--devel/py-blessed/distinfo5
5 files changed, 77 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 82cd8a9eac8..7eeae9f4509 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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-binaryornot
SUBDIR+= py-bintrees
SUBDIR+= py-bitarray
SUBDIR+= py-bitstring
+SUBDIR+= py-blessed
SUBDIR+= py-blessings
SUBDIR+= py-blinker
SUBDIR+= py-boltons
diff --git a/devel/py-blessed/DESCR b/devel/py-blessed/DESCR
new file mode 100644
index 00000000000..c241c7b94ed
--- /dev/null
+++ b/devel/py-blessed/DESCR
@@ -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 --git a/devel/py-blessed/Makefile b/devel/py-blessed/Makefile
new file mode 100644
index 00000000000..3b186e443b7
--- /dev/null
+++ b/devel/py-blessed/Makefile
@@ -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
+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 --git a/devel/py-blessed/PLIST b/devel/py-blessed/PLIST
new file mode 100644
index 00000000000..e305699adfd
--- /dev/null
+++ b/devel/py-blessed/PLIST
@@ -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 --git a/devel/py-blessed/distinfo b/devel/py-blessed/distinfo
new file mode 100644
index 00000000000..9cc33d9c79b
--- /dev/null
+++ b/devel/py-blessed/distinfo
@@ -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