- include $(TOPDIR)/rules.mk
-
- PKG_NAME:=django-cors-headers
- PKG_VERSION:=3.2.1
- PKG_RELEASE:=2
-
- PYPI_NAME:=django-cors-headers
- PKG_HASH:=a5960addecc04527ab26617e51b8ed42f0adab4594b24bb0f3c33e2bd3857c3f
-
- 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/ottoyiu/django-cors-headers
- DEPENDS:=+django +python3-urllib +python3-light
- VARIANT:=python3
- 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))
|