mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user