Date: Sun, 12 Feb 2023 13:01:58 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2b0bc5eca415 - main - devel/py-setuptools_scm: Pass MAINTAINER'ship to python@ Message-ID: <202302121301.31CD1wV1010797@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b0bc5eca415d9f0522aa752c3ffe39bf05d17e0 commit 2b0bc5eca415d9f0522aa752c3ffe39bf05d17e0 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-02-12 12:55:48 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-02-12 13:01:23 +0000 devel/py-setuptools_scm: Pass MAINTAINER'ship to python@ This port is required for build for a set of ports and is also quite interlocked in terms of infrastructure. Therefore, the port should be maintained by python@ instead of a single individual. With hat: python@ MFH: 2023Q1 --- devel/py-setuptools_scm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-setuptools_scm/Makefile b/devel/py-setuptools_scm/Makefile index 87711cc93cf1..1b66494c2acc 100644 --- a/devel/py-setuptools_scm/Makefile +++ b/devel/py-setuptools_scm/Makefile @@ -4,7 +4,7 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= kai@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Setuptools plugin to manage your versions by scm tags WWW= https://github.com/pypa/setuptools_scm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302121301.31CD1wV1010797>