mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 09:01:22 +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,13 +9,14 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=django-compressor
|
||||
PKG_VERSION:=2.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_LICENSE:=MIT
|
||||
|
||||
PKG_SOURCE:=django_compressor-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://pypi.python.org/packages/82/76/1355459f90714517c52f264aa7245b52e59a273ec16e8f8d505fa6c342f8/
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/django_compressor-$(PKG_VERSION)/
|
||||
PKG_HASH:=9616570e5b08e92fa9eadc7a1b1b49639cce07ef392fc27c74230ab08075b30f
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python-package.mk
|
||||
@@ -24,7 +25,6 @@ define Package/django-compressor
|
||||
SUBMENU:=Python
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
||||
TITLE:=Compresses linked and inline JavaScript or CSS into single cached files.
|
||||
URL:=http://django-compressor.readthedocs.org/
|
||||
DEPENDS:=+python +django
|
||||
|
||||
Reference in New Issue
Block a user