generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/python-dbus-next/Config.in
Normal file
8
package/python-dbus-next/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_DBUS_NEXT
|
||||
bool "python-dbus-next"
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
||||
help
|
||||
A zero-dependency DBus library for Python with asyncio
|
||||
support.
|
||||
|
||||
https://github.com/altdesktop/python-dbus-next
|
||||
5
package/python-dbus-next/python-dbus-next.hash
Normal file
5
package/python-dbus-next/python-dbus-next.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/dbus-next/json
|
||||
md5 0e31605bd90f3460aebcd0bb7fe0dc20 dbus_next-0.2.3.tar.gz
|
||||
sha256 f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5 dbus_next-0.2.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 c454ab6b8e0653a8eab828a8cbaaa368a1bbfba982178bb18b6177e311eae4cc LICENSE
|
||||
14
package/python-dbus-next/python-dbus-next.mk
Normal file
14
package/python-dbus-next/python-dbus-next.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-dbus-next
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DBUS_NEXT_VERSION = 0.2.3
|
||||
PYTHON_DBUS_NEXT_SOURCE = dbus_next-$(PYTHON_DBUS_NEXT_VERSION).tar.gz
|
||||
PYTHON_DBUS_NEXT_SITE = https://files.pythonhosted.org/packages/ce/45/6a40fbe886d60a8c26f480e7d12535502b5ba123814b3b9a0b002ebca198
|
||||
PYTHON_DBUS_NEXT_SETUP_TYPE = setuptools
|
||||
PYTHON_DBUS_NEXT_LICENSE = MIT
|
||||
PYTHON_DBUS_NEXT_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user