/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/python/python-texttable/Makefile
33 строки
837 B
Javier Marcet
python3-texttable: update to version 1.7.0
14 окт 2023, 06:21
14 окт 2023, 06:21
63fcdee
Код
Авторство
О чём код?
include $(TOPDIR)/rules.mk PKG_NAME:=python-texttable PKG_VERSION:=1.7.0 PKG_RELEASE:=1 PYPI_NAME:=texttable PKG_HASH:=2d2068fb55115807d3ac77a4ca68fa48803e84ebb0ee2340f858107a36522638 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk define Package/python3-texttable SECTION:=lang CATEGORY:=Languages SUBMENU:=Python TITLE:=Module for creating simple ASCII tables URL:=https://github.com/foutaise/texttable/ DEPENDS:=+python3-light +python3-codecs endef define Package/python3-texttable/description Module for creating simple ASCII tables endef $(eval $(call Py3Package,python3-texttable)) $(eval $(call BuildPackage,python3-texttable)) $(eval $(call BuildPackage,python3-texttable-src))