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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A05C7158020 for ; Mon, 31 Oct 2022 19:30:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D852EE0F88; Mon, 31 Oct 2022 19:30:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA92EE0F88 for ; Mon, 31 Oct 2022 19:30:06 +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 8C6E13410EC for ; Mon, 31 Oct 2022 19:30:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0C1255B for ; Mon, 31 Oct 2022 19:30:03 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1667244597.a33a67bc0ec417497c5a018f89750f90bea66fa1.ajak@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: Makefile.gpyutils X-VCS-Directories: / X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: a33a67bc0ec417497c5a018f89750f90bea66fa1 X-VCS-Branch: master Date: Mon, 31 Oct 2022 19:30:03 +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: cae24bcc-789c-4c73-8430-a8d70dccb9ef X-Archives-Hash: c61eddc71d923be822b12c848f2e4e70 commit: a33a67bc0ec417497c5a018f89750f90bea66fa1 Author: John Helmert III gentoo org> AuthorDate: Mon Oct 31 19:28:23 2022 +0000 Commit: John Helmert III gentoo org> CommitDate: Mon Oct 31 19:29:57 2022 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=a33a67bc drop gpy-py2 handling Signed-off-by: John Helmert III gentoo.org> Makefile.gpyutils | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index eb355d8..b1d02e7 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -50,11 +50,6 @@ $(outdir)/38-to-39-stablereq.txt: $(timestamp) gpy-upgrade-impl -m -s python3_8 python3_9 > $@.new mv $@.new $@ -$(outdir)/py2.txt: $(timestamp) - mkdir -p $(outdir) - gpy-py2 > $@.new - mv $@.new $@ - %.dot: %.txt gpy-depgraph -m python@gentoo.org $< > $@.new mv $@.new $@