fd53be8e37cc1b8df42957fe12b7a5025e253200
[feed/packages.git] / lang / python / django-restframework / 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:=django-restframework
11 PKG_VERSION:=3.14.0
12 PKG_RELEASE:=1
13
14 PYPI_NAME:=djangorestframework
15 PKG_HASH:=579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8
16
17 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
18 PKG_LICENSE:=BSD-3-Clause
19 PKG_LICENSE_FILES:=LICENSE.md
20
21 include ../pypi.mk
22 include $(INCLUDE_DIR)/package.mk
23 include ../python3-package.mk
24
25 define Package/python3-django-restframework
26 SUBMENU:=Python
27 SECTION:=lang
28 CATEGORY:=Languages
29 TITLE:=Web APIs for Django, made easy.
30 URL:=https://www.django-rest-framework.org
31 DEPENDS:=+python3 +django
32 endef
33
34 define Package/python3-django-restframework/description
35 Web APIs for Django, made easy.
36 endef
37
38 $(eval $(call Py3Package,python3-django-restframework))
39 $(eval $(call BuildPackage,python3-django-restframework))
40 $(eval $(call BuildPackage,python3-django-restframework-src))