From d1bed62641e895f0a1191c4c7844500b54b57828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 11 Mar 2022 12:24:25 +0100 Subject: python-rich: add missing dependencies and update to latest version --- python-pygments/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 python-pygments/Makefile (limited to 'python-pygments/Makefile') diff --git a/python-pygments/Makefile b/python-pygments/Makefile new file mode 100644 index 0000000..9db49ff --- /dev/null +++ b/python-pygments/Makefile @@ -0,0 +1,40 @@ +# +# Copyright (C) 2022 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-pygments +PKG_VERSION:=2.11.2 +PKG_RELEASE:=1 + +PKG_LICENSE:=BSD +PKG_LICENSE_FILES:=LICENSE + +PYPI_NAME:=Pygments +PKG_HASH:=4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a + +include $(TOPDIR)/feeds/packages/lang/python/pypi.mk +include $(INCLUDE_DIR)/package.mk +include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk + +define Package/python3-pygments + SECTION:=lang-python + CATEGORY:=Languages + SUBMENU:=Python + TITLE:=Pygments + URL:=https://pygments.org/ + DEPENDS:=+python3-light + VARIANT:=python3 +endef + +define Package/python3-pygments/description + Pygments is a syntax highlighting package written in Python. +endef + +$(eval $(call Py3Package,python3-pygments)) +$(eval $(call BuildPackage,python3-pygments)) +$(eval $(call BuildPackage,python3-pygments-src)) -- cgit v1.2.3