diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2019-03-14 10:52:49 +0200 |
---|---|---|
committer | Eneas Queiroz <cote2004-github@yahoo.com> | 2019-04-30 08:12:58 -0300 |
commit | ffb716efb79cdc99b6d191a77970de4c0b5451fd (patch) | |
tree | acd466672f2eb5677fcd80197e99cb9ceabccfbd /lang/python/flup/Makefile | |
parent | fedc5cf5a45cd1cd6a4440724729c46d61ac3523 (diff) |
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>
Diffstat (limited to 'lang/python/flup/Makefile')
-rw-r--r-- | lang/python/flup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/flup/Makefile b/lang/python/flup/Makefile index aefb6ffe9..099828dc3 100644 --- a/lang/python/flup/Makefile +++ b/lang/python/flup/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flup PKG_VERSION:=1.0.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/f/flup PKG_HASH:=5eb09f26eb0751f8380d8ac43d1dfb20e1d42eca0fa45ea9289fa532a79cd159 +PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -23,7 +24,6 @@ define Package/flup SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Gergely Kiss <mail.gery@gmail.com> TITLE:=Random assortment of WSGI servers URL:=https://www.saddi.com/software/flup/ DEPENDS:=+python |