First commit of Shredos v2021.08.2_19_x86-64_0.32.014

This commit is contained in:
PartialVolume
2021-11-23 23:01:30 +00:00
commit 49625f0571
12651 changed files with 532695 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_SDNOTIFY
bool "python-sdnotify"
help
A pure Python implementation of systemd's service notification
protocol (sd_notify).
https://github.com/bb4242/sdnotify

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/sdnotify/json
md5 749ddca1c70be1697fecc443fb1fdb16 sdnotify-0.3.2.tar.gz
sha256 73977fc746b36cc41184dd43c3fe81323e7b8b06c2bb0826c4f59a20c56bb9f1 sdnotify-0.3.2.tar.gz
# Locally computed sha256 checksums
sha256 038351c6f544a386576da41d5fe1320437ed211507565dd9c334c8290055b88e LICENSE.txt

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-sdnotify
#
################################################################################
PYTHON_SDNOTIFY_VERSION = 0.3.2
PYTHON_SDNOTIFY_SOURCE = sdnotify-$(PYTHON_SDNOTIFY_VERSION).tar.gz
PYTHON_SDNOTIFY_SITE = https://files.pythonhosted.org/packages/ce/d8/9fdc36b2a912bf78106de4b3f0de3891ff8f369e7a6f80be842b8b0b6bd5
PYTHON_SDNOTIFY_SETUP_TYPE = distutils
PYTHON_SDNOTIFY_LICENSE = MIT
PYTHON_SDNOTIFY_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))