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 A9578138239 for ; Wed, 3 Jul 2019 12:52:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F7F5E085A; Wed, 3 Jul 2019 12:52:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 82A7CE085A for ; Wed, 3 Jul 2019 12:52:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AF98E346EE0 for ; Wed, 3 Jul 2019 12:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B1A858B for ; Wed, 3 Jul 2019 12:51: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: <1562158262.7dc2a39faa51ca49a1eb1abde079f73bc916f6fd.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: 7dc2a39faa51ca49a1eb1abde079f73bc916f6fd X-VCS-Branch: master Date: Wed, 3 Jul 2019 12:51: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: 423eb77a-af0a-477f-84ac-b366f77beea3 X-Archives-Hash: 3452d3e9cfa909e35a297d73980af8b1 commit: 7dc2a39faa51ca49a1eb1abde079f73bc916f6fd Author: Michał Górny gentoo org> AuthorDate: Wed Jul 3 12:51:02 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 3 12:51:02 2019 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7dc2a39f gpyutils: py3.4 is long gone Signed-off-by: Michał Górny gentoo.org> Makefile.gpyutils | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index 525057e..d24042d 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -6,7 +6,7 @@ timestamp = $(PORTDIR)/metadata/timestamp.commit outdir = /dev/null # upgrades for stable impls -upgr_base = $(outdir)/34-to-35.txt $(outdir)/35-to-36.txt $(outdir)/36-to-37.txt +upgr_base = $(outdir)/35-to-36.txt $(outdir)/36-to-37.txt # related stabilizations upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base)) # all upgrade stuff @@ -39,16 +39,6 @@ $(outdir)/depcheck.txt: $(timestamp) gpy-depcheck > $@.new mv $@.new $@ -$(outdir)/34-to-35.txt: $(timestamp) - mkdir -p $(outdir) - gpy-upgrade-impl python3_4 python3_5 > $@.new - mv $@.new $@ - -$(outdir)/34-to-35-stablereq.txt: $(timestamp) - mkdir -p $(outdir) - gpy-upgrade-impl -s python3_4 python3_5 > $@.new - mv $@.new $@ - $(outdir)/35-to-36.txt: $(timestamp) mkdir -p $(outdir) gpy-upgrade-impl python3_5 python3_6 > $@.new