mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
7
package/python-sdnotify/Config.in
Normal file
7
package/python-sdnotify/Config.in
Normal 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
|
||||
5
package/python-sdnotify/python-sdnotify.hash
Normal file
5
package/python-sdnotify/python-sdnotify.hash
Normal 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
|
||||
14
package/python-sdnotify/python-sdnotify.mk
Normal file
14
package/python-sdnotify/python-sdnotify.mk
Normal 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))
|
||||
Reference in New Issue
Block a user