pkgsrc-WIP-changes archive

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

wip/py-sdnotify: py-sdnotify-0.3.2import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Dec 7 14:42:11 2020 +0100
Changeset:	583e6d4401b998d5a936a6556236f7c7d168524d

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

Log Message:
wip/py-sdnotify: py-sdnotify-0.3.2import to wip

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

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

diffstat:
 py-sdnotify/DESCR    |  4 ++++
 py-sdnotify/Makefile | 16 ++++++++++++++++
 py-sdnotify/PLIST    |  5 +++++
 py-sdnotify/distinfo |  6 ++++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/py-sdnotify/DESCR b/py-sdnotify/DESCR
new file mode 100644
index 0000000000..2b91147d54
--- /dev/null
+++ b/py-sdnotify/DESCR
@@ -0,0 +1,4 @@
+This is a pure Python implementation of the systemd
+sd_notify protocol. This protocol can be used to inform
+systemd about service start-up completion, watchdog
+events, and other service status changes
diff --git a/py-sdnotify/Makefile b/py-sdnotify/Makefile
new file mode 100644
index 0000000000..3c50b5e64e
--- /dev/null
+++ b/py-sdnotify/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	sdnotify-0.3.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	sysutils python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/sdnotify/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/bb4242/sdnotify
+COMMENT=	Python implementation of systemd service notification protocol
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sdnotify/PLIST b/py-sdnotify/PLIST
new file mode 100644
index 0000000000..5ab5a704eb
--- /dev/null
+++ b/py-sdnotify/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/sdnotify/__init__.py
+${PYSITELIB}/sdnotify/__init__.pyc
+${PYSITELIB}/sdnotify/__init__.pyo
diff --git a/py-sdnotify/distinfo b/py-sdnotify/distinfo
new file mode 100644
index 0000000000..9941c963b4
--- /dev/null
+++ b/py-sdnotify/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sdnotify-0.3.2.tar.gz) = 2d6cc7b8919c1278cf64cf685ddaae925eb17a10
+RMD160 (sdnotify-0.3.2.tar.gz) = ad2fb6b59e50956aea906c747f9bcea91dc8d692
+SHA512 (sdnotify-0.3.2.tar.gz) = f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3
+Size (sdnotify-0.3.2.tar.gz) = 2459 bytes


Home | Main Index | Thread Index | Old Index