/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
admin/nyx/Makefile
34 строки
880 B
Javier Marcet
nyx: fix python 3.11 compatibility
07 июл 2023, 14:29
07 июл 2023, 14:29
f6fd7e4
Код
Авторство
О чём код?
include $(TOPDIR)/rules.mk PKG_NAME:=nyx PKG_VERSION:=2.1.0 PKG_RELEASE:=3 PYPI_NAME:=nyx PKG_HASH:=88521488d1c9052e457b9e66498a4acfaaa3adf3adc5a199892632f129a5390b PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE include ../../lang/python/pypi.mk include $(INCLUDE_DIR)/package.mk include ../../lang/python/python3-package.mk define Package/nyx SECTION:=admin CATEGORY:=Administration URL:=https://nyx.torproject.org/ TITLE:=Terminal status monitor for Tor DEPENDS:=+python3 +python3-stem endef define Package/nyx/description Nyx is a command-line monitor for Tor. With this you can get detailed real-time information about your relay such as bandwidth usage, connections, logs, and much more. endef $(eval $(call Py3Package,nyx)) $(eval $(call BuildPackage,nyx)) $(eval $(call BuildPackage,nyx-src))