packages/lang/python/python3-django-cors-headers/Makefile
Peter Stadler f81ad44a62 python3-django-cors-headers: update to version 3.4.0
update to latest version changing the URL and DEPENDS, too.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-07-20 18:11:45 +02:00

33 lines
1 KiB
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=django-cors-headers
PKG_VERSION:=3.4.0
PKG_RELEASE:=1
PYPI_NAME:=django-cors-headers
PKG_HASH:=f5218f2f0bb1210563ff87687afbf10786e080d8494a248e705507ebd92d7153
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at>
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk
define Package/python3-django-cors-headers
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
URL:=https://github.com/adamchainz/django-cors-headers
DEPENDS:=+python3-django +python3-urllib +python3-light
endef
define Package/python3-django-cors-headers/description
Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
endef
$(eval $(call Py3Package,python3-django-cors-headers))
$(eval $(call BuildPackage,python3-django-cors-headers))
$(eval $(call BuildPackage,python3-django-cors-headers-src))