This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_TXDBUS
bool "python-txdbus"
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
View File
@@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/txdbus/json
md5 f17c9204c7f56365c297ba68e6840900 txdbus-1.1.0.tar.gz
sha256 6ff57f42c58d935956024b3c6824c1019db7d233d0af86aa0573b73b63b0817c txdbus-1.1.0.tar.gz
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# python-txdbus
#
################################################################################
PYTHON_TXDBUS_VERSION = 1.1.0
PYTHON_TXDBUS_SOURCE = txdbus-$(PYTHON_TXDBUS_VERSION).tar.gz
PYTHON_TXDBUS_SITE = https://files.pythonhosted.org/packages/8e/7c/0b8726b82943ae99dc71b8fe20e2e0beb7feb4ef61105865021a64f08b16
PYTHON_TXDBUS_SETUP_TYPE = setuptools
PYTHON_TXDBUS_LICENSE = MIT
$(eval $(python-package))