Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Mon, 31 Oct 2022 19:30:07
Message-Id: 1667244597.a33a67bc0ec417497c5a018f89750f90bea66fa1.ajak@gentoo
1 commit: a33a67bc0ec417497c5a018f89750f90bea66fa1
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 19:28:23 2022 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 19:29:57 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=a33a67bc
7
8 drop gpy-py2 handling
9
10 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
11
12 Makefile.gpyutils | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/Makefile.gpyutils b/Makefile.gpyutils
16 index eb355d8..b1d02e7 100644
17 --- a/Makefile.gpyutils
18 +++ b/Makefile.gpyutils
19 @@ -50,11 +50,6 @@ $(outdir)/38-to-39-stablereq.txt: $(timestamp)
20 gpy-upgrade-impl -m -s python3_8 python3_9 > $@.new
21 mv $@.new $@
22
23 -$(outdir)/py2.txt: $(timestamp)
24 - mkdir -p $(outdir)
25 - gpy-py2 > $@.new
26 - mv $@.new $@
27 -
28 %.dot: %.txt
29 gpy-depgraph -m python@g.o $< > $@.new
30 mv $@.new $@