django: clean up Makefile
authorWei-Ting Yang <redacted>
Tue, 10 Mar 2026 11:26:25 +0000 (19:26 +0800)
committerAlexandru Ardelean <redacted>
Wed, 11 Mar 2026 11:52:18 +0000 (13:52 +0200)
- Add AUTHORS into PKG_LICENSE_FILES.
- Drop no longer required python3-pytz dependency.
- Remove obsolete CONFLICTS field.

Signed-off-by: Wei-Ting Yang <redacted>
lang/python/django/Makefile

index 6d337cf17580c88d4601e3716cc210dbe4949380..1b8c034896f5c5722d6d7cc25620c970fdefba70 100644 (file)
@@ -16,7 +16,7 @@ PKG_HASH:=3046a53b0e40d4b676c3b774c73411d7184ae2745fe8ce5e45c0f33d3ddb71a7
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at>
 PKG_LICENSE:=BSD-3-Clause
-PKG_LICENSE_FILES:=LICENSE LICENSE.python
+PKG_LICENSE_FILES:=AUTHORS LICENSE LICENSE.python
 PKG_CPE_ID:=cpe:/a:djangoproject:django
 
 include ../pypi.mk
@@ -27,10 +27,9 @@ define Package/python3-django
   SUBMENU:=Python
   SECTION:=lang
   CATEGORY:=Languages
-  TITLE:=The web framework for perfectionists with deadlines.
+  TITLE:=The web framework for perfectionists with deadlines
   URL:=https://www.djangoproject.com/
-  DEPENDS:= +python3 +python3-pytz +python3-sqlparse +python3-asgiref
-  CONFLICTS:=python3-django1
+  DEPENDS:= +python3 +python3-asgiref +python3-sqlparse
   PROVIDES:=django
 endef
 
git clone https://git.99rst.org/PROJECT