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

This commit is contained in:
K.I.A.Derouiche 2020-12-07 14:42:11 +01:00
parent fedcf7e84d
commit 583e6d4401
4 changed files with 31 additions and 0 deletions

4
py-sdnotify/DESCR Normal file
View File

@ -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

16
py-sdnotify/Makefile Normal file
View File

@ -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
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"

5
py-sdnotify/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/sdnotify/__init__.py
${PYSITELIB}/sdnotify/__init__.pyc
${PYSITELIB}/sdnotify/__init__.pyo

6
py-sdnotify/distinfo Normal file
View File

@ -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