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 63A74158041 for ; Sun, 31 Mar 2024 00:10:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CD40E2AAE; Sun, 31 Mar 2024 00:10:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 44C23E2AAE for ; Sun, 31 Mar 2024 00:10:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5343A343125 for ; Sun, 31 Mar 2024 00:10:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B53D1611 for ; Sun, 31 Mar 2024 00:10:17 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1711843796.0cad41170e83b39021e6b66eec7ab0ccd0b4b7af.sping@gentoo> Subject: [gentoo-commits] proj/metagen:master commit in: / X-VCS-Repository: proj/metagen X-VCS-Files: pyproject.toml X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 0cad41170e83b39021e6b66eec7ab0ccd0b4b7af X-VCS-Branch: master Date: Sun, 31 Mar 2024 00:10:17 +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: 42df38ae-13c4-4ebd-97e7-e3eb8b5a8437 X-Archives-Hash: a84a9780b06959e3205899f649e1a4d5 commit: 0cad41170e83b39021e6b66eec7ab0ccd0b4b7af Author: Sebastian Pipping gentoo org> AuthorDate: Sat Mar 30 22:55:40 2024 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Mar 31 00:09:56 2024 +0000 URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=0cad4117 pyproject.toml: Revert addition of depndency "portage" .. because it does not come from pip in Gentoo. Signed-off-by: Sebastian Pipping gentoo.org> pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0641518..ab66d52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,6 @@ readme = "README.md" license = {text = "GPL-2"} dependencies = [ "lxml", - "portage", ] classifiers = [ "Development Status :: 5 - Production/Stable",