bluez-tools: Add package bluezetools
[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.12.4
12 PKG_RELEASE:=1
13
14 PYPI_NAME:=djangorestframework
15 PKG_HASH:=f747949a8ddac876e879190df194b925c177cdeb725a099db1460872f7c0a7f2
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))