pkgsrc-WIP-changes archive

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

New package



Module Name:	pkgsrc-wip
Committed By:	jihbed <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Sep 23 21:23:13 2015 +0100
Changeset:	1ccdf1542cae672fbd0bcd1d5328afc7ca9b244e

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

Log Message:
New package

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

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

diffstat:
 py-logbook/DESCR    |  1 +
 py-logbook/Makefile | 16 ++++++++++++++++
 py-logbook/PLIST    | 43 +++++++++++++++++++++++++++++++++++++++++++
 py-logbook/distinfo |  5 +++++
 4 files changed, 65 insertions(+)

diffs:
diff --git a/py-logbook/DESCR b/py-logbook/DESCR
new file mode 100644
index 0000000..d86481d
--- /dev/null
+++ b/py-logbook/DESCR
@@ -0,0 +1 @@
+A logging replacement for Python
diff --git a/py-logbook/Makefile b/py-logbook/Makefile
new file mode 100644
index 0000000..147be01
--- /dev/null
+++ b/py-logbook/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	Logbook-0.10.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=	sysutils python
+MASTER_SITES=	https://pypi.python.org/packages/source/L/Logbook/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://logbook.pocoo.org/
+COMMENT=	Logging replacement for Python
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-logbook/PLIST b/py-logbook/PLIST
new file mode 100644
index 0000000..a55bcc1
--- /dev/null
+++ b/py-logbook/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD$
+${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}/logbook/__init__.py
+${PYSITELIB}/logbook/__init__.pyc
+${PYSITELIB}/logbook/__init__.pyo
+${PYSITELIB}/logbook/_fallback.py
+${PYSITELIB}/logbook/_fallback.pyc
+${PYSITELIB}/logbook/_fallback.pyo
+${PYSITELIB}/logbook/_termcolors.py
+${PYSITELIB}/logbook/_termcolors.pyc
+${PYSITELIB}/logbook/_termcolors.pyo
+${PYSITELIB}/logbook/base.py
+${PYSITELIB}/logbook/base.pyc
+${PYSITELIB}/logbook/base.pyo
+${PYSITELIB}/logbook/compat.py
+${PYSITELIB}/logbook/compat.pyc
+${PYSITELIB}/logbook/compat.pyo
+${PYSITELIB}/logbook/concurrency.py
+${PYSITELIB}/logbook/concurrency.pyc
+${PYSITELIB}/logbook/concurrency.pyo
+${PYSITELIB}/logbook/handlers.py
+${PYSITELIB}/logbook/handlers.pyc
+${PYSITELIB}/logbook/handlers.pyo
+${PYSITELIB}/logbook/helpers.py
+${PYSITELIB}/logbook/helpers.pyc
+${PYSITELIB}/logbook/helpers.pyo
+${PYSITELIB}/logbook/more.py
+${PYSITELIB}/logbook/more.pyc
+${PYSITELIB}/logbook/more.pyo
+${PYSITELIB}/logbook/notifiers.py
+${PYSITELIB}/logbook/notifiers.pyc
+${PYSITELIB}/logbook/notifiers.pyo
+${PYSITELIB}/logbook/queues.py
+${PYSITELIB}/logbook/queues.pyc
+${PYSITELIB}/logbook/queues.pyo
+${PYSITELIB}/logbook/ticketing.py
+${PYSITELIB}/logbook/ticketing.pyc
+${PYSITELIB}/logbook/ticketing.pyo
diff --git a/py-logbook/distinfo b/py-logbook/distinfo
new file mode 100644
index 0000000..02bfbc4
--- /dev/null
+++ b/py-logbook/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (Logbook-0.10.1.tar.gz) = 3509d3026ad0bb70ed176e9ae542a85c239e3f81
+RMD160 (Logbook-0.10.1.tar.gz) = fb7c205ecb6037a8eb85b1f7d6cc1a69d71caa71
+Size (Logbook-0.10.1.tar.gz) = 155434 bytes


Home | Main Index | Thread Index | Old Index