Import py27-blessings-1.6 as wip/py-blessings.
A thin, practical wrapper around terminal coloring, styling, and positioning
This commit is contained in:
parent
3f798f4c03
commit
67a41dd1cf
4 changed files with 37 additions and 0 deletions
1
py-blessings/DESCR
Normal file
1
py-blessings/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A thin, practical wrapper around terminal coloring, styling, and positioning
|
20
py-blessings/Makefile
Normal file
20
py-blessings/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/01/26 18:15:54 jihbed Exp $
|
||||
|
||||
DISTNAME= blessings-1.6
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/b/blessings/
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= https://github.com/erikrose/blessings
|
||||
COMMENT= Practical wrapper around terminal coloring, styling
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
do-test:
|
||||
${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test.py
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-multiprocessing>=2.6.2.1:../../devel/py-multiprocessing
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
11
py-blessings/PLIST
Normal file
11
py-blessings/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/01/26 18:15:54 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_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
|
5
py-blessings/distinfo
Normal file
5
py-blessings/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/01/26 18:15:54 jihbed Exp $
|
||||
|
||||
SHA1 (blessings-1.6.tar.gz) = f7a0bda2eb0463ca3ae8c4a1e1e71aa457a292e5
|
||||
RMD160 (blessings-1.6.tar.gz) = 00014f95d6c303cb87f02476f9b4c1d3e242293a
|
||||
Size (blessings-1.6.tar.gz) = 19974 bytes
|
Loading…
Reference in a new issue