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 06D7D158090 for ; Mon, 16 May 2022 16:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 302FFE0827; Mon, 16 May 2022 16:30:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A455E0827 for ; Mon, 16 May 2022 16:30:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4DB133418D9 for ; Mon, 16 May 2022 16:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8058CDC for ; Mon, 16 May 2022 16:29:57 +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: <1652718584.34209a0d11ae33d80d18ad0551802bb185da1dcd.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 34209a0d11ae33d80d18ad0551802bb185da1dcd X-VCS-Branch: master Date: Mon, 16 May 2022 16:29:57 +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: 467ffb61-fee1-4f30-8f20-621a4c6f815c X-Archives-Hash: 48d2dc95302b8bac558423bb95a3ea33 commit: 34209a0d11ae33d80d18ad0551802bb185da1dcd Author: Michał Górny gentoo org> AuthorDate: Mon May 16 16:29:44 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 16 16:29:44 2022 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=34209a0d gpyutils: Remove support for obsolete tools Signed-off-by: Michał Górny gentoo.org> Makefile.gpyutils | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index c9f7e6f..eb355d8 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -20,26 +20,6 @@ all = $(upgr_all) all: $(all) -$(outdir)/cands.txt: $(timestamp) - mkdir -p $(outdir) - gpy-cands > $@.new - mv $@.new $@ - -$(outdir)/depcands.txt: $(timestamp) - mkdir -p $(outdir) - gpy-depcands > $@.new - mv $@.new $@ - -$(outdir)/depcands-all.txt: $(timestamp) - mkdir -p $(outdir) - gpy-depcands --all > $@.new - mv $@.new $@ - -$(outdir)/depcheck.txt: $(timestamp) - mkdir -p $(outdir) - gpy-depcheck > $@.new - mv $@.new $@ - $(outdir)/310-to-311.txt: $(timestamp) mkdir -p $(outdir) gpy-upgrade-impl -m python3_10 python3_11 > $@.new