From 65d36f019117972bb1926be816a394d7b2fa5b0c Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 16 May 2019 11:48:14 -0300 Subject: [PATCH] django-formtools: adjust Makefile style Signed-off-by: Eneas U de Queiroz --- lang/python/django-formtools/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/python/django-formtools/Makefile b/lang/python/django-formtools/Makefile index 7e219b74a..e6c4db533 100644 --- a/lang/python/django-formtools/Makefile +++ b/lang/python/django-formtools/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2007-2016 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -9,8 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-formtools PKG_VERSION:=2.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 + +PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/${PKG_NAME} @@ -23,8 +24,7 @@ define Package/django-formtools SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Eneas U de Queiroz - TITLE:=A set of high-level abstractions for Django forms + TITLE:=High-level abstractions for Django forms URL:=https://django-formtools.readthedocs.io/en/latest/ DEPENDS:=+python +django VARIANT:=python