Received: by mail.netbsd.org (Postfix, from userid 605) id 0126C84F27; Thu, 15 Sep 2022 17:51:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 361E584F25 for ; Thu, 15 Sep 2022 17:51:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3tRz9AYgq2P1 for ; Thu, 15 Sep 2022 17:51:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5304684CFF for ; Thu, 15 Sep 2022 17:51:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C749FA90; Thu, 15 Sep 2022 17:51:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166326426736050" MIME-Version: 1.0 Date: Thu, 15 Sep 2022 17:51:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220915175107.4C749FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166326426736050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Sep 15 17:51:07 UTC 2022 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/py-blessed: DESCR Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.3796 -r1.3797 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-blessed/DESCR \ pkgsrc/devel/py-blessed/Makefile pkgsrc/devel/py-blessed/PLIST \ pkgsrc/devel/py-blessed/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166326426736050 Content-Disposition: inline Content-Length: 4385 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3796 pkgsrc/devel/Makefile:1.3797 --- pkgsrc/devel/Makefile:1.3796 Sun Sep 11 17:54:57 2022 +++ pkgsrc/devel/Makefile Thu Sep 15 17:51:06 2022 @@ -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 Added files: Index: pkgsrc/devel/py-blessed/DESCR diff -u /dev/null pkgsrc/devel/py-blessed/DESCR:1.1 --- /dev/null Thu Sep 15 17:51:07 2022 +++ pkgsrc/devel/py-blessed/DESCR Thu Sep 15 17:51:07 2022 @@ -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. Index: pkgsrc/devel/py-blessed/Makefile diff -u /dev/null pkgsrc/devel/py-blessed/Makefile:1.1 --- /dev/null Thu Sep 15 17:51:07 2022 +++ pkgsrc/devel/py-blessed/Makefile Thu Sep 15 17:51:07 2022 @@ -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" Index: pkgsrc/devel/py-blessed/PLIST diff -u /dev/null pkgsrc/devel/py-blessed/PLIST:1.1 --- /dev/null Thu Sep 15 17:51:07 2022 +++ pkgsrc/devel/py-blessed/PLIST Thu Sep 15 17:51:07 2022 @@ -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 Index: pkgsrc/devel/py-blessed/distinfo diff -u /dev/null pkgsrc/devel/py-blessed/distinfo:1.1 --- /dev/null Thu Sep 15 17:51:07 2022 +++ pkgsrc/devel/py-blessed/distinfo Thu Sep 15 17:51:07 2022 @@ -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 --_----------=_166326426736050--