include $(TOPDIR)/rules.mk PKG_NAME:=python-texttable PKG_VERSION:=1.6.7 PKG_RELEASE:=1 PYPI_NAME:=texttable PKG_HASH:=290348fb67f7746931bcdfd55ac7584ecd4e5b0846ab164333f0794b121760f2 PKG_MAINTAINER:=Javier Marcet 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))