From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1488695-garchives=archives.gentoo.org@lists.gentoo.org> 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 9D33615800F for <garchives@archives.gentoo.org>; Tue, 21 Feb 2023 06:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 983B2E0CB4; Tue, 21 Feb 2023 06:14:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F158E0CB4 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Feb 2023 06:14:35 +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 7EDBC33D4A6 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Feb 2023 06:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 553A888E for <gentoo-commits@lists.gentoo.org>; Tue, 21 Feb 2023 06:14:31 +0000 (UTC) From: "Shaoyu Tseng" <shaoyu0209@tuta.io> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Shaoyu Tseng" <shaoyu0209@tuta.io> Message-ID: <1676959965.ae58f34930bb24b433af38738cd0629830391e66.shaoyu0209@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/darkdetect/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/darkdetect/darkdetect-0.8.0.ebuild X-VCS-Directories: dev-python/darkdetect/ X-VCS-Committer: shaoyu0209 X-VCS-Committer-Name: Shaoyu Tseng X-VCS-Revision: ae58f34930bb24b433af38738cd0629830391e66 X-VCS-Branch: dev Date: Tue, 21 Feb 2023 06:14:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3af76c60-0733-4e5e-b794-5788c1b54b53 X-Archives-Hash: afd4a94da01b0a316b8a057a3c091d7a commit: ae58f34930bb24b433af38738cd0629830391e66 Author: Shaoyu Tseng <1over137 <AT> anche <DOT> no> AuthorDate: Tue Feb 21 06:12:45 2023 +0000 Commit: Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io> CommitDate: Tue Feb 21 06:12:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae58f349 dev-python/darkdetect: fix DISTUTILS_USE_PEP517 Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no> dev-python/darkdetect/darkdetect-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/darkdetect/darkdetect-0.8.0.ebuild b/dev-python/darkdetect/darkdetect-0.8.0.ebuild index f13950ace..cb63c5270 100644 --- a/dev-python/darkdetect/darkdetect-0.8.0.ebuild +++ b/dev-python/darkdetect/darkdetect-0.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..11} pypy3 ) -DISTUTILS_USE_PEP517=poetry +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Detect OS dark mode from Python"