mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
10
package/python-dbus-fast/Config.in
Normal file
10
package/python-dbus-fast/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_PYTHON_DBUS_FAST
|
||||
bool "python-dbus-fast"
|
||||
select BR2_PACKAGE_HOST_PYTHON_CYTHON
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
||||
select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
|
||||
help
|
||||
A faster version of dbus-next, a DBus library for Python with
|
||||
asyncio support.
|
||||
|
||||
https://github.com/bluetooth-devices/dbus-fast
|
||||
5
package/python-dbus-fast/python-dbus-fast.hash
Normal file
5
package/python-dbus-fast/python-dbus-fast.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/dbus-fast/json
|
||||
md5 21e3675168e3dbe807c6c8a29267241f dbus_fast-1.84.0.tar.gz
|
||||
sha256 d64f1b68c1c81268e846471caeb9264a9306a6c6ad356c30d5cdf7d1ecc251a1 dbus_fast-1.84.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 c37e9c75110e01d1f0c5360dc7d7776a30ac5f70d2440db214423e4b7a77a6af LICENSE
|
||||
16
package/python-dbus-fast/python-dbus-fast.mk
Normal file
16
package/python-dbus-fast/python-dbus-fast.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-dbus-fast
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DBUS_FAST_VERSION = 1.84.0
|
||||
PYTHON_DBUS_FAST_SOURCE = dbus_fast-$(PYTHON_DBUS_FAST_VERSION).tar.gz
|
||||
PYTHON_DBUS_FAST_SITE = https://files.pythonhosted.org/packages/81/67/a83522d6692a72911c3586e2fcd2363ce22d1522a7e17e1012f255a6083b
|
||||
PYTHON_DBUS_FAST_SETUP_TYPE = setuptools
|
||||
PYTHON_DBUS_FAST_LICENSE = MIT
|
||||
PYTHON_DBUS_FAST_LICENSE_FILES = LICENSE
|
||||
PYTHON_DBUS_FAST_ENV = REQUIRE_CYTHON=1
|
||||
PYTHON_DBUS_FAST_DEPENDENCIES = host-python-cython
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user