From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15EA915800F for ; Mon, 2 Jan 2023 19:19:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A809E0855; Mon, 2 Jan 2023 19:19:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BB46E0855 for ; Mon, 2 Jan 2023 19:19:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 019FF340C6F for ; Mon, 2 Jan 2023 19:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F0C772B for ; Mon, 2 Jan 2023 19:19:26 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1672687160.7fcbad1ddcac8478e7151b5df4b964374923f034.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/python-gitlab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/python-gitlab/metadata.xml dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild X-VCS-Directories: dev-vcs/python-gitlab/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 7fcbad1ddcac8478e7151b5df4b964374923f034 X-VCS-Branch: master Date: Mon, 2 Jan 2023 19:19:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ab1ec7d-4ef2-4248-9b52-66fd8c4c54e5 X-Archives-Hash: 0c96587b86e56b8c8cd960bf1dd44709 commit: 7fcbad1ddcac8478e7151b5df4b964374923f034 Author: William Hubbs gentoo org> AuthorDate: Mon Jan 2 19:18:42 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Jan 2 19:19:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcbad1d dev-vcs/python-gitlab: pkgcheck fixes Signed-off-by: William Hubbs gentoo.org> dev-vcs/python-gitlab/metadata.xml | 7 ++++++- dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-vcs/python-gitlab/metadata.xml b/dev-vcs/python-gitlab/metadata.xml index db463f3eeb66..d731c9ba2ef3 100644 --- a/dev-vcs/python-gitlab/metadata.xml +++ b/dev-vcs/python-gitlab/metadata.xml @@ -4,5 +4,10 @@ williamh@gentoo.org William Hubbs - + + + python-gitlab/python-gitlab + python-gitlab + https://github.com/python-gitlab/python-gitlab/issues + diff --git a/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild index 88e18c0203c2..4e3c85bdff4a 100644 --- a/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild +++ b/dev-vcs/python-gitlab/python-gitlab-3.10.0.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8,9,10} ) inherit distutils-r1