--- /dev/null
+devel/py-blessings: Add blessings version 1.7
+
+Packaged in wip by Mayuresh <mayuresh@acm.org>
--- /dev/null
+Blessings lifts several of curses' limiting assumptions, and it makes your code
+pretty, too:
+
+- Use styles, color, and maybe a little positioning without necessarily
+ clearing the whole screen first.
+
+- Leave more than one screenful of scrollback in the buffer after your program
+ exits, like a well-behaved command-line app should.
+
+- Get rid of all those noisy, C-like calls to tigetstr and tparm, so your code
+ doesn't get crowded out by terminal bookkeeping.
+
+- Act intelligently when somebody redirects your output to a file, omitting the
+ terminal control codes the user doesn't want to see (optional).
--- /dev/null
+# $NetBSD$
+
+DISTNAME= blessings-1.7
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= python # TODO: add primary category
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/blessings/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/erikrose/blessings
+COMMENT= Thin wrapper around terminal coloring, styling, and positioning
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-six>=0:../../lang/py-six
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
--- /dev/null
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/blessings/__init__.py
+${PYSITELIB}/blessings/__init__.pyc
+${PYSITELIB}/blessings/__init__.pyo
+${PYSITELIB}/blessings/tests.py
+${PYSITELIB}/blessings/tests.pyc
+${PYSITELIB}/blessings/tests.pyo
--- /dev/null
+$NetBSD$
+
+BLAKE2s (blessings-1.7.tar.gz) = f46ba906a184fa7af90579553b65cbcf67584002f63cbc089fc0ac193d41958c
+SHA512 (blessings-1.7.tar.gz) = 66a8e7af6a8807c8be68f4d71db25ca6c26f46ddfa9a7e4792a2f73033df81d8392633ff75e6fa131039d9136030844ed93b11316b9f7e2e6ea77675f2f3e528
+Size (blessings-1.7.tar.gz) = 28194 bytes