generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
11
package/python-txdbus/Config.in
Normal file
11
package/python-txdbus/Config.in
Normal file
@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_TXDBUS
|
||||
bool "python-txdbus"
|
||||
# python-twisted -> python-cryptography
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
||||
select BR2_PACKAGE_PYTHON_TWISTED # runtime
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
A native Python implementation of the DBus protocol for
|
||||
Twisted applications.
|
||||
|
||||
https://github.com/cocagne/txdbus
|
||||
3
package/python-txdbus/python-txdbus.hash
Normal file
3
package/python-txdbus/python-txdbus.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/txdbus/json
|
||||
md5 d397357dee78750385f92ca9c6c1f063 txdbus-1.1.2.tar.gz
|
||||
sha256 8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8ea2bc97 txdbus-1.1.2.tar.gz
|
||||
13
package/python-txdbus/python-txdbus.mk
Normal file
13
package/python-txdbus/python-txdbus.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-txdbus
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TXDBUS_VERSION = 1.1.2
|
||||
PYTHON_TXDBUS_SOURCE = txdbus-$(PYTHON_TXDBUS_VERSION).tar.gz
|
||||
PYTHON_TXDBUS_SITE = https://files.pythonhosted.org/packages/d6/ef/43377e975b8d37862fd1166a4998f908651f5e205ddc9bbd7a57c6e5b4b6
|
||||
PYTHON_TXDBUS_SETUP_TYPE = setuptools
|
||||
PYTHON_TXDBUS_LICENSE = MIT
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user