bluez-tools: Add package bluezetools
[feed/packages.git] / lang / python / django-restframework39 / 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-restframework39
11 PKG_VERSION:=3.9.4
12 PKG_RELEASE:=2
13
14 PYPI_NAME:=djangorestframework
15 PKG_HASH:=c12869cfd83c33d579b17b3cb28a2ae7322a53c3ce85580c2a2ebe4e3f56c4fb
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-restframework39
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:= \
32 @BROKEN \
33 +python3 \
34 +python3-django1
35 CONFLICTS:=python3-django-restframework
36 endef
37
38 define Package/python3-django-restframework39/description
39 Web APIs for Django, made easy. (3.9 series)
40 endef
41
42 $(eval $(call Py3Package,python3-django-restframework39))
43 $(eval $(call BuildPackage,python3-django-restframework39))
44 $(eval $(call BuildPackage,python3-django-restframework39-src))