/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/python/python-ubus/Makefile
42 строки
1022 B
Jeffery To
python-ubus: Update to 0.1.2
04 сен 2023, 09:33
04 сен 2023, 09:33
99d8554
Код
Авторство
О чём код?
# # Copyright (C) 2018-2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk PKG_NAME:=python-ubus PKG_VERSION:=0.1.2 PKG_RELEASE:=1 PYPI_NAME:=ubus PKG_HASH:=4dc4ef0fbcc8abb7a2354691475a58ff3eb015f1bab3150750729f7f657dd440 PKG_MAINTAINER:=Erik Larsson <who+openwrt@cnackers.org> PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=LICENSE PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1 include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk define Package/python3-ubus SUBMENU:=Python SECTION:=lang CATEGORY:=Languages TITLE:=libubus bindings URL:=https://gitlab.nic.cz/turris/python-ubus/ DEPENDS:=+libubus +libblobmsg-json +python3-light endef define Package/python3-ubus/description Python bindings for ubus. endef $(eval $(call Py3Package,python3-ubus)) $(eval $(call BuildPackage,python3-ubus)) $(eval $(call BuildPackage,python3-ubus-src))