Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/, /
Date: Mon, 08 Feb 2021 20:09:38
Message-Id: 1612814956.a01836e82471db9dc2817afea4529672d17e5bfe.bman@gentoo
1 commit: a01836e82471db9dc2817afea4529672d17e5bfe
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 20:09:16 2021 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 20:09:16 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=a01836e8
7
8 gpyuutils: drop py2->3 as well
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 Makefile.gpyutils | 5 -----
13 htdocs/index.html | 6 ------
14 2 files changed, 11 deletions(-)
15
16 diff --git a/Makefile.gpyutils b/Makefile.gpyutils
17 index ed878e8..a50775d 100644
18 --- a/Makefile.gpyutils
19 +++ b/Makefile.gpyutils
20 @@ -64,11 +64,6 @@ $(outdir)/py2.txt: $(timestamp)
21 gpy-py2 > $@.new
22 mv $@.new $@
23
24 -$(outdir)/py23.txt: $(timestamp)
25 - mkdir -p $(outdir)
26 - gpy-py2 -3 > $@.new
27 - mv $@.new $@
28 -
29 %.dot: %.txt
30 gpy-depgraph -m python@g.o $< > $@.new
31 mv $@.new $@
32
33 diff --git a/htdocs/index.html b/htdocs/index.html
34 index 2f22803..f3cb579 100644
35 --- a/htdocs/index.html
36 +++ b/htdocs/index.html
37 @@ -123,12 +123,6 @@
38 <span class="badge badge-primary">svg</span>
39 </a>
40 </div>
41 - <div class="list-group-item list-group-item-action p-0">
42 - <a href="/output/gpyutils/py23.txt" class="list-group-item-base-link">Py2+3 packages</a>
43 - <a href="/output/gpyutils/py23.svg" class="list-group-item-additional-link p-1">
44 - <span class="badge badge-primary">svg</span>
45 - </a>
46 - </div>
47 </div>
48 </div>
49 <div class="col-lg-4">