Merge pull request #11353 from kvuorine/fwknop-fixes
[feed/packages.git] / lang / python / flup / Makefile
1 #
2 # Copyright (C) 2007-2016 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:=flup
11 PKG_VERSION:=1.0.3
12 PKG_RELEASE:=4
13
14 PYPI_NAME:=flup
15 PKG_HASH:=5eb09f26eb0751f8380d8ac43d1dfb20e1d42eca0fa45ea9289fa532a79cd159
16
17 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Josef Schlehofer <pepe.schlehofer@gmail.com>
18 PKG_LICENSE:=BSD-3-Clause
19 PKG_LICENSE_FILES:=PKG-INFO
20
21 include ../pypi.mk
22 include $(INCLUDE_DIR)/package.mk
23 include ../python3-package.mk
24
25 define Package/python3-flup
26 SECTION:=lang
27 CATEGORY:=Languages
28 SUBMENU:=Python
29 TITLE:=Random assortment of WSGI servers
30 URL:=https://www.saddi.com/software/flup/
31 DEPENDS:=+python3-light +python3-logging
32 endef
33
34 define Package/python3-flup/description
35 Random assortment of WSGI servers.
36 endef
37
38 $(eval $(call Py3Package,python3-flup))
39 $(eval $(call BuildPackage,python3-flup))
40 $(eval $(call BuildPackage,python3-flup-src))