Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Wed, 03 Jul 2019 12:52:01
Message-Id: 1562158262.7dc2a39faa51ca49a1eb1abde079f73bc916f6fd.mgorny@gentoo
1 commit: 7dc2a39faa51ca49a1eb1abde079f73bc916f6fd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 3 12:51:02 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 3 12:51:02 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7dc2a39f
7
8 gpyutils: py3.4 is long gone
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 Makefile.gpyutils | 12 +-----------
13 1 file changed, 1 insertion(+), 11 deletions(-)
14
15 diff --git a/Makefile.gpyutils b/Makefile.gpyutils
16 index 525057e..d24042d 100644
17 --- a/Makefile.gpyutils
18 +++ b/Makefile.gpyutils
19 @@ -6,7 +6,7 @@ timestamp = $(PORTDIR)/metadata/timestamp.commit
20 outdir = /dev/null
21
22 # upgrades for stable impls
23 -upgr_base = $(outdir)/34-to-35.txt $(outdir)/35-to-36.txt $(outdir)/36-to-37.txt
24 +upgr_base = $(outdir)/35-to-36.txt $(outdir)/36-to-37.txt
25 # related stabilizations
26 upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
27 # all upgrade stuff
28 @@ -39,16 +39,6 @@ $(outdir)/depcheck.txt: $(timestamp)
29 gpy-depcheck > $@.new
30 mv $@.new $@
31
32 -$(outdir)/34-to-35.txt: $(timestamp)
33 - mkdir -p $(outdir)
34 - gpy-upgrade-impl python3_4 python3_5 > $@.new
35 - mv $@.new $@
36 -
37 -$(outdir)/34-to-35-stablereq.txt: $(timestamp)
38 - mkdir -p $(outdir)
39 - gpy-upgrade-impl -s python3_4 python3_5 > $@.new
40 - mv $@.new $@
41 -
42 $(outdir)/35-to-36.txt: $(timestamp)
43 mkdir -p $(outdir)
44 gpy-upgrade-impl python3_5 python3_6 > $@.new