cloudflared: Fix incorrect uci config syntax
[feed/packages.git] / lang / python / openpyxl / Makefile
1 #
2 # Copyright (C) 2007-2017 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=python-openpyxl
11 PKG_VERSION:=3.0.10
12 PKG_RELEASE:=1
13
14 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
15 PKG_LICENSE:=MIT
16 PKG_LICENSE_FILES:=LICENCE.rst
17
18 PYPI_NAME:=openpyxl
19 PKG_HASH:=e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449
20
21 include ../pypi.mk
22 include $(INCLUDE_DIR)/package.mk
23 include ../python3-package.mk
24
25 define Package/python3-openpyxl
26 SUBMENU:=Python
27 SECTION:=lang
28 CATEGORY:=Languages
29 TITLE:=A Python library to read/write Excel 2010 xlsx/xlsm files
30 URL:=https://openpyxl.readthedocs.org/
31 DEPENDS:=+python3 +python3-defusedxml +python3-et_xmlfile +python3-jdcal
32 endef
33
34 define Package/python3-openpyxl/description
35 A Python library to read/write Excel 2010 xlsx/xlsm files
36 endef
37
38 $(eval $(call Py3Package,python3-openpyxl))
39 $(eval $(call BuildPackage,python3-openpyxl))
40 $(eval $(call BuildPackage,python3-openpyxl-src))