pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-print: import py36-PyPrint-0.2.2



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 8 01:40:25 2017 +0200
Changeset:	84889b86d2243adc9119c53464a471f86b284924

Added Files:
	py-print/DESCR
	py-print/Makefile
	py-print/PLIST
	py-print/distinfo

Log Message:
wip/py-print: import py36-PyPrint-0.2.2

PyPrint is a simple printer library for python.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=84889b86d2243adc9119c53464a471f86b284924

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-print/DESCR    |  1 +
 py-print/Makefile | 20 +++++++++++++++++
 py-print/PLIST    | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-print/distinfo |  6 ++++++
 4 files changed, 91 insertions(+)

diffs:
diff --git a/py-print/DESCR b/py-print/DESCR
new file mode 100644
index 0000000000..a25c6fba6d
--- /dev/null
+++ b/py-print/DESCR
@@ -0,0 +1 @@
+PyPrint is a simple printer library for python.
diff --git a/py-print/Makefile b/py-print/Makefile
new file mode 100644
index 0000000000..b611c16273
--- /dev/null
+++ b/py-print/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	PyPrint
+DISTNAME=	PyPrint-0.2.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_GITHUB:=coala/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/coala/PyPrint/
+COMMENT=	Simple printer library
+LICENSE=	gnu-gpl-v3
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-print/PLIST b/py-print/PLIST
new file mode 100644
index 0000000000..f49941ae70
--- /dev/null
+++ b/py-print/PLIST
@@ -0,0 +1,64 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/pyprint/ClosableObject.py
+${PYSITELIB}/pyprint/ColorPrinter.py
+${PYSITELIB}/pyprint/ConsolePrinter.py
+${PYSITELIB}/pyprint/Constants.py
+${PYSITELIB}/pyprint/ContextManagers.py
+${PYSITELIB}/pyprint/FilePrinter.py
+${PYSITELIB}/pyprint/NullPrinter.py
+${PYSITELIB}/pyprint/Printer.py
+${PYSITELIB}/pyprint/StringPrinter.py
+${PYSITELIB}/pyprint/VERSION
+${PYSITELIB}/pyprint/__init__.py
+${PYSITELIB}/pyprint/ClosableObject.pyo
+${PYSITELIB}/pyprint/ClosableObject.pyc
+${PYSITELIB}/pyprint/ColorPrinter.pyo
+${PYSITELIB}/pyprint/ColorPrinter.pyc
+${PYSITELIB}/pyprint/ConsolePrinter.pyo
+${PYSITELIB}/pyprint/ConsolePrinter.pyc
+${PYSITELIB}/pyprint/Constants.pyo
+${PYSITELIB}/pyprint/Constants.pyc
+${PYSITELIB}/pyprint/ContextManagers.pyo
+${PYSITELIB}/pyprint/ContextManagers.pyc
+${PYSITELIB}/pyprint/FilePrinter.pyo
+${PYSITELIB}/pyprint/FilePrinter.pyc
+${PYSITELIB}/pyprint/NullPrinter.pyo
+${PYSITELIB}/pyprint/NullPrinter.pyc
+${PYSITELIB}/pyprint/Printer.pyo
+${PYSITELIB}/pyprint/Printer.pyc
+${PYSITELIB}/pyprint/StringPrinter.pyo
+${PYSITELIB}/pyprint/StringPrinter.pyc
+${PYSITELIB}/pyprint/__init__.pyo
+${PYSITELIB}/pyprint/__init__.pyc
+${PYSITELIB}/tests/ClosableObjectTest.py
+${PYSITELIB}/tests/ColorPrinterTest.py
+${PYSITELIB}/tests/ConsolePrinterTest.py
+${PYSITELIB}/tests/ContextManagersTest.py
+${PYSITELIB}/tests/FilePrinterTest.py
+${PYSITELIB}/tests/NullPrinterTest.py
+${PYSITELIB}/tests/PrinterTest.py
+${PYSITELIB}/tests/StringPrinterTest.py
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/ClosableObjectTest.pyo
+${PYSITELIB}/tests/ClosableObjectTest.pyc
+${PYSITELIB}/tests/ColorPrinterTest.pyo
+${PYSITELIB}/tests/ColorPrinterTest.pyc
+${PYSITELIB}/tests/ConsolePrinterTest.pyo
+${PYSITELIB}/tests/ConsolePrinterTest.pyc
+${PYSITELIB}/tests/ContextManagersTest.pyo
+${PYSITELIB}/tests/ContextManagersTest.pyc
+${PYSITELIB}/tests/FilePrinterTest.pyo
+${PYSITELIB}/tests/FilePrinterTest.pyc
+${PYSITELIB}/tests/NullPrinterTest.pyo
+${PYSITELIB}/tests/NullPrinterTest.pyc
+${PYSITELIB}/tests/PrinterTest.pyo
+${PYSITELIB}/tests/PrinterTest.pyc
+${PYSITELIB}/tests/StringPrinterTest.pyo
+${PYSITELIB}/tests/StringPrinterTest.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/__init__.pyc
diff --git a/py-print/distinfo b/py-print/distinfo
new file mode 100644
index 0000000000..af0a35adbc
--- /dev/null
+++ b/py-print/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (PyPrint-0.2.2.tar.gz) = 029ce51fc19b166d0a7ac5f1f31d889f7d203532
+RMD160 (PyPrint-0.2.2.tar.gz) = 90c026a9a66d6dbe22346fcabc091eb3d71c5bd5
+SHA512 (PyPrint-0.2.2.tar.gz) = 4c331e4eae4fcfe896bb5baebbca63a886aa72951ae3c996556d86282b5af28b83c0486e7c08a3fcd4b92bdf6f8ddccf07c39b68752223642fa849686c511d7e
+Size (PyPrint-0.2.2.tar.gz) = 20405 bytes


Home | Main Index | Thread Index | Old Index