mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
treewide,python: take over maintainership from Gergely Kiss
This change changes the maintainer to `Alexandru Ardelean <ardeleanalex@gmail.com` for all Python packages owned by `Gergely Kiss <mail.gery@gmail.com>` No functional changes. Bumping PKG_RELEASE on each package that is updated. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
committed by
Eneas Queiroz
parent
fedc5cf5a4
commit
ffb716efb7
@@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=django
|
||||
PKG_VERSION:=1.11.17
|
||||
PKG_RELEASE=1
|
||||
PKG_RELEASE=2
|
||||
|
||||
PKG_SOURCE:=Django-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/D/Django
|
||||
PKG_HASH:=a787ee66f4b4cf8ed753661cabcec603989677fa3a107fcb7f15511a44bdb483
|
||||
PKG_BUILD_DIR=$(BUILD_DIR)/Django-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE LICENSE.python
|
||||
PKG_CPE_ID:=cpe:/a:djangoproject:django
|
||||
|
||||
Reference in New Issue
Block a user