summaryrefslogtreecommitdiff
path: root/devel/py-daemonize
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2014-05-11 16:26:14 +0000
committerimil <imil@pkgsrc.org>2014-05-11 16:26:14 +0000
commit908c98aa8ad9759beb30cded0335fc3f1f7837aa (patch)
tree6afab4d6e6b935e21fb8e04a7303c26d8b1de37f /devel/py-daemonize
parent53962970c1c6f57f893b1458eb95a662e9c14784 (diff)
downloadpkgsrc-908c98aa8ad9759beb30cded0335fc3f1f7837aa.tar.gz
Initial import of py-daemonize, version 2.2.3, into the NetBSD Packages
Collection. daemonize is a library for writing system daemons in Python. It has some bits from daemonize.sourceforge.net. It is distributed under MIT license.
Diffstat (limited to 'devel/py-daemonize')
-rw-r--r--devel/py-daemonize/DESCR2
-rw-r--r--devel/py-daemonize/Makefile16
-rw-r--r--devel/py-daemonize/PLIST8
-rw-r--r--devel/py-daemonize/distinfo5
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/py-daemonize/DESCR b/devel/py-daemonize/DESCR
new file mode 100644
index 00000000000..ed704e2bad8
--- /dev/null
+++ b/devel/py-daemonize/DESCR
@@ -0,0 +1,2 @@
+daemonize is a library for writing system daemons in Python. It has some bits
+from daemonize.sourceforge.net. It is distributed under MIT license.
diff --git a/devel/py-daemonize/Makefile b/devel/py-daemonize/Makefile
new file mode 100644
index 00000000000..384181aba08
--- /dev/null
+++ b/devel/py-daemonize/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2014/05/11 16:26:14 imil Exp $
+
+DISTNAME= daemonize-2.2.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= https://pypi.python.org/packages/source/d/daemonize/
+
+MAINTAINER= imil@NetBSD.org
+HOMEPAGE= https://github.com/thesharp/daemonize
+COMMENT= Library for writing system daemons in Python
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-daemonize/PLIST b/devel/py-daemonize/PLIST
new file mode 100644
index 00000000000..cb6aed4540b
--- /dev/null
+++ b/devel/py-daemonize/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2014/05/11 16:26:14 imil Exp $
+${PYSITELIB}/daemonize.pyc
+${PYSITELIB}/daemonize.pyo
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/daemonize.py
diff --git a/devel/py-daemonize/distinfo b/devel/py-daemonize/distinfo
new file mode 100644
index 00000000000..ea49b84cfca
--- /dev/null
+++ b/devel/py-daemonize/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/05/11 16:26:14 imil Exp $
+
+SHA1 (daemonize-2.2.3.tar.gz) = 20c5b449ec0afa5e8c5db0a9c68eb4f9cc96b364
+RMD160 (daemonize-2.2.3.tar.gz) = 8ad03454b4cf37d0b15e31ee01d1e2032b151a92
+Size (daemonize-2.2.3.tar.gz) = 4465 bytes