bluez-tools: Add package bluezetools
[feed/packages.git] / lang / python / django-formtools / Makefile
1 #
2 # This is free software, licensed under the GNU General Public License v2.
3 # See /LICENSE for more information.
4 #
5
6 include $(TOPDIR)/rules.mk
7
8 PKG_NAME:=django-formtools
9 PKG_VERSION:=2.2
10 PKG_RELEASE:=1
11
12 PYPI_NAME:=$(PKG_NAME)
13 PKG_HASH:=c5272c03c1cd51b2375abf7397a199a3148a9fbbf2f100e186467a84025d13b2
14
15 PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
16 PKG_LICENSE:=BSD-3-Clause
17 PKG_LICENSE_FILES:=LICENSE
18
19 include ../pypi.mk
20 include $(INCLUDE_DIR)/package.mk
21 include ../python3-package.mk
22
23 define Package/python3-django-formtools
24 SUBMENU:=Python
25 SECTION:=lang
26 CATEGORY:=Languages
27 TITLE:=High-level abstractions for Django forms
28 URL:=https://django-formtools.readthedocs.io
29 DEPENDS:= \
30 @BROKEN \
31 +python3 \
32 +python3-django1
33 endef
34
35 define Package/python3-django-formtools/description
36 Django "formtools" is a set of high-level abstractions for Django forms.
37 Currently for form previews and multi-step forms.
38 endef
39
40 $(eval $(call Py3Package,python3-django-formtools))
41 $(eval $(call BuildPackage,python3-django-formtools))
42 $(eval $(call BuildPackage,python3-django-formtools-src))