From aa7454e4612d920d63fbd270f7895716d174ec81 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 23 Nov 2021 13:14:42 +0200 Subject: [PATCH 1/2] python-packages: remove myself as maintainer There's been a bit of overlapping opinions on some of these packages. The best thing to do here is to reduce ownership and relinquish my control. This patch does that. Signed-off-by: Alexandru Ardelean (cherry picked from commit 48ce6e48b617ee72e40220e6ab6b7ceaa079a192) Signed-off-by: Jeffery To --- lang/python/python-cffi/Makefile | 2 +- lang/python/python-cryptography/Makefile | 2 +- lang/python/python-idna/Makefile | 2 +- lang/python/python-pyasn1-modules/Makefile | 2 +- lang/python/python-pyasn1/Makefile | 2 +- lang/python/python-pyopenssl/Makefile | 2 +- lang/python/python-six/Makefile | 2 +- lang/python/python3/Makefile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/python/python-cffi/Makefile b/lang/python/python-cffi/Makefile index 502a6f77a..945500318 100644 --- a/lang/python/python-cffi/Makefile +++ b/lang/python/python-cffi/Makefile @@ -16,7 +16,7 @@ PKG_HASH:=c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Jeffery To , Alexandru Ardelean +PKG_MAINTAINER:=Jeffery To include ../pypi.mk include $(INCLUDE_DIR)/package.mk diff --git a/lang/python/python-cryptography/Makefile b/lang/python/python-cryptography/Makefile index 15635de5e..7284f2a10 100644 --- a/lang/python/python-cryptography/Makefile +++ b/lang/python/python-cryptography/Makefile @@ -16,7 +16,7 @@ PKG_HASH:=94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c PKG_LICENSE:=Apache-2.0 BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD -PKG_MAINTAINER:=Jeffery To , Alexandru Ardelean +PKG_MAINTAINER:=Jeffery To PKG_BUILD_DEPENDS:=libffi/host diff --git a/lang/python/python-idna/Makefile b/lang/python/python-idna/Makefile index b48bb67a1..93779a38e 100644 --- a/lang/python/python-idna/Makefile +++ b/lang/python/python-idna/Makefile @@ -16,7 +16,7 @@ PKG_HASH:=467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.rst -PKG_MAINTAINER:=Jeffery To , Alexandru Ardelean +PKG_MAINTAINER:=Jeffery To include ../pypi.mk include $(INCLUDE_DIR)/package.mk diff --git a/lang/python/python-pyasn1-modules/Makefile b/lang/python/python-pyasn1-modules/Makefile index 8d82aa8cf..18859162a 100644 --- a/lang/python/python-pyasn1-modules/Makefile +++ b/lang/python/python-pyasn1-modules/Makefile @@ -16,7 +16,7 @@ PKG_HASH:=905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE.txt -PKG_MAINTAINER:=Jeffery To , Alexandru Ardelean +PKG_MAINTAINER:=Jeffery To include ../pypi.mk include $(INCLUDE_DIR)/package.mk diff --git a/lang/python/python-pyasn1/Makefile b/lang/python/python-pyasn1/Makefile index 36e7194cb..0b7e9ae50 100644 --- a/lang/python/python-pyasn1/Makefile +++ b/lang/python/python-pyasn1/Makefile @@ -16,7 +16,7 @@ PKG_HASH:=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE.txt -PKG_MAINTAINER:=Jeffery To , Alexandru Ardelean +PKG_MAINTAINER:=Jeffery To include ../pypi.mk include $(INCLUDE_DIR)/package.mk diff --git a/lang/python/python-pyopenssl/Makefile b/lang/python/python-pyopenssl/Makefile index 7cda73cba..ae66e4f70 100644 --- a/lang/python/python-pyopenssl/Makefile +++ b/lang/python/python-pyopenssl/Makefile @@ -16,7 +16,7 @@ PKG_HASH:=4c231c759543ba02560fcd2480c48dcec4dae34c9da7d3747c508227e0624b51 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Jeffery To , Alexandru Ardelean +PKG_MAINTAINER:=Jeffery To PKG_CPE_ID:=cpe:/a:pyopenssl_project:pyopenssl include ../pypi.mk diff --git a/lang/python/python-six/Makefile b/lang/python/python-six/Makefile index bb5356d31..b67e74561 100644 --- a/lang/python/python-six/Makefile +++ b/lang/python/python-six/Makefile @@ -16,7 +16,7 @@ PKG_HASH:=1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Jeffery To , Alexandru Ardelean +PKG_MAINTAINER:=Jeffery To HOST_BUILD_DEPENDS:=python3/host diff --git a/lang/python/python3/Makefile b/lang/python/python3/Makefile index eeff01a6d..525658ef0 100644 --- a/lang/python/python3/Makefile +++ b/lang/python/python3/Makefile @@ -19,7 +19,7 @@ PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION) # FIXME: if updating, get rid of [1] & [2] asap PKG_HASH:=06828c04a573c073a4e51c4292a27c1be4ae26621c3edc7cf9318418ce3b6d27 -PKG_MAINTAINER:=Alexandru Ardelean , Jeffery To +PKG_MAINTAINER:=Jeffery To PKG_LICENSE:=Python/2.0 PKG_LICENSE_FILES:=LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING PKG_CPE_ID:=cpe:/a:python:python From 4308764d8a74f975a881397bd8e56f31a7b5462b Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 17 May 2021 10:40:56 +0300 Subject: [PATCH 2/2] seafile: remove myself as maintainer of these packages Signed-off-by: Alexandru Ardelean (cherry picked from commit 1e27dd7f8ff23515da5348a7029660aa33a48907) Signed-off-by: Jeffery To --- libs/libsearpc/Makefile | 4 ++-- net/seafile-ccnet/Makefile | 4 ++-- net/seafile-seahub/Makefile | 4 ++-- net/seafile-server/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libs/libsearpc/Makefile b/libs/libsearpc/Makefile index e084e4eb1..1e3895683 100644 --- a/libs/libsearpc/Makefile +++ b/libs/libsearpc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsearpc PKG_VERSION:=3.2.0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/haiwen/libsearpc.git @@ -17,7 +17,7 @@ PKG_SOURCE_VERSION:=d1fd7518a20b25766ff98d6fde6e40c63626ca0d PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(call version_abbrev,$(PKG_SOURCE_VERSION)) PKG_MIRROR_HASH:=ee8b8b50b480afbcb71bd73cd9c2a96cfa72e9dafaf5773574adbf348e49a0d4 -PKG_MAINTAINER:=Alexandru Ardelean , Jeffery To +PKG_MAINTAINER:=Jeffery To PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt diff --git a/net/seafile-ccnet/Makefile b/net/seafile-ccnet/Makefile index 99a719be8..1f804b05a 100644 --- a/net/seafile-ccnet/Makefile +++ b/net/seafile-ccnet/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=seafile-ccnet PKG_VERSION:=7.1.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/haiwen/ccnet-server/tar.gz/v$(PKG_VERSION)-server? PKG_HASH:=11e5281c239474756ed606bffe8f24c1089a3a9eb2502cfac7815d25ebc4585a -PKG_MAINTAINER:=Alexandru Ardelean , Jeffery To +PKG_MAINTAINER:=Jeffery To PKG_LICENSE:=AGPL-3.0-only PKG_LICENSE_FILES:=LICENSE.txt diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index 297e9ab92..0e4e8af24 100644 --- a/net/seafile-seahub/Makefile +++ b/net/seafile-seahub/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=seafile-seahub PKG_VERSION:=7.1.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/haiwen/seahub/tar.gz/v$(PKG_VERSION)-server? PKG_HASH:=cc7f5a1642d203b2390ae3c30c8a5546d1e829d9d1a5ddf686e558292746ce5c -PKG_MAINTAINER:=Alexandru Ardelean , Jeffery To +PKG_MAINTAINER:=Jeffery To PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt diff --git a/net/seafile-server/Makefile b/net/seafile-server/Makefile index 4668f6767..156194b77 100644 --- a/net/seafile-server/Makefile +++ b/net/seafile-server/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=seafile-server PKG_VERSION:=7.1.5 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/haiwen/seafile-server/tar.gz/v$(PKG_VERSION)-server? PKG_HASH:=407a6243f754e366ce6754a2aa643574aa7742d4e81b7cc350dea348f3063707 -PKG_MAINTAINER:=Alexandru Ardelean , Jeffery To +PKG_MAINTAINER:=Jeffery To PKG_LICENSE:=AGPL-3.0-only PKG_LICENSE_FILES:=LICENSE.txt