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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5C9F13835A for ; Mon, 21 Sep 2020 17:48:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF580E083E; Mon, 21 Sep 2020 17:48:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D273BE083E for ; Mon, 21 Sep 2020 17:48:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A67C3340E3A for ; Mon, 21 Sep 2020 17:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45F21377 for ; Mon, 21 Sep 2020 17:48:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600710529.a83f9eb54a2ce6aebaa8389db1338b597753759a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymediainfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymediainfo/pymediainfo-4.2.1.ebuild X-VCS-Directories: dev-python/pymediainfo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a83f9eb54a2ce6aebaa8389db1338b597753759a X-VCS-Branch: master Date: Mon, 21 Sep 2020 17:48:56 +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: 4c2fe835-ea78-44a2-81f5-5d64025c268e X-Archives-Hash: 6d9b19b40dec151bf4b4e68d84f3f3b2 commit: a83f9eb54a2ce6aebaa8389db1338b597753759a Author: Michał Górny gentoo org> AuthorDate: Mon Sep 21 17:41:07 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 21 17:48:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83f9eb5 dev-python/pymediainfo: Set DISTUTILS_USE_SETUPTOOLS=rdepend The QA check has been improved and handles this package just fine. Signed-off-by: Michał Górny gentoo.org> dev-python/pymediainfo/pymediainfo-4.2.1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/pymediainfo/pymediainfo-4.2.1.ebuild b/dev-python/pymediainfo/pymediainfo-4.2.1.ebuild index 50f33e037c4..32fb07f83dc 100644 --- a/dev-python/pymediainfo/pymediainfo-4.2.1.ebuild +++ b/dev-python/pymediainfo/pymediainfo-4.2.1.ebuild @@ -5,8 +5,7 @@ EAPI=7 PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) PYTHON_REQ_USE="xml(+)" -# The package uses pkg_resources to determine its version -DISTUTILS_USE_SETUPTOOLS=manual +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -19,11 +18,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] media-libs/libmediainfo " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] "