Merge pull request #11353 from kvuorine/fwknop-fixes
[feed/packages.git] / lang / python / python3-django-cors-headers / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_NAME:=django-cors-headers
4 PKG_VERSION:=3.4.0
5 PKG_RELEASE:=1
6
7 PYPI_NAME:=django-cors-headers
8 PKG_HASH:=f5218f2f0bb1210563ff87687afbf10786e080d8494a248e705507ebd92d7153
9
10 PKG_LICENSE:=MIT
11 PKG_LICENSE_FILES:=LICENSE
12 PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at>
13
14 include ../pypi.mk
15 include $(INCLUDE_DIR)/package.mk
16 include ../python3-package.mk
17
18 define Package/python3-django-cors-headers
19 SUBMENU:=Python
20 SECTION:=lang
21 CATEGORY:=Languages
22 TITLE:=Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
23 URL:=https://github.com/adamchainz/django-cors-headers
24 DEPENDS:=+python3-django +python3-urllib +python3-light
25 endef
26
27 define Package/python3-django-cors-headers/description
28 Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
29 endef
30
31 $(eval $(call Py3Package,python3-django-cors-headers))
32 $(eval $(call BuildPackage,python3-django-cors-headers))
33 $(eval $(call BuildPackage,python3-django-cors-headers-src))