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 19:42:56
Message-Id: 1612813341.d77ca2df27c9494ddc0ddcf301ac6b646f28fa80.bman@gentoo
1 commit: d77ca2df27c9494ddc0ddcf301ac6b646f28fa80
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 19:42:21 2021 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 19:42:21 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=d77ca2df
7
8 gpyutils: drop py3.6->3.7 stable and testing reports
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 Makefile.gpyutils | 12 +-----------
13 htdocs/index.html | 12 ------------
14 2 files changed, 1 insertion(+), 23 deletions(-)
15
16 diff --git a/Makefile.gpyutils b/Makefile.gpyutils
17 index e7be59e..ed878e8 100644
18 --- a/Makefile.gpyutils
19 +++ b/Makefile.gpyutils
20 @@ -6,7 +6,7 @@ timestamp = $(PORTDIR)/metadata/timestamp.commit
21 outdir = /dev/null
22
23 # upgrades for stable impls
24 -upgr_base = $(outdir)/36-to-37.txt $(outdir)/37-to-38.txt $(outdir)/38-to-39.txt
25 +upgr_base = $(outdir)/37-to-38.txt $(outdir)/38-to-39.txt
26 # related stabilizations
27 upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
28 # all upgrade stuff
29 @@ -39,16 +39,6 @@ $(outdir)/depcheck.txt: $(timestamp)
30 gpy-depcheck > $@.new
31 mv $@.new $@
32
33 -$(outdir)/36-to-37.txt: $(timestamp)
34 - mkdir -p $(outdir)
35 - gpy-upgrade-impl -m python3_6 python3_7 > $@.new
36 - mv $@.new $@
37 -
38 -$(outdir)/36-to-37-stablereq.txt: $(timestamp)
39 - mkdir -p $(outdir)
40 - gpy-upgrade-impl -m -s python3_6 python3_7 > $@.new
41 - mv $@.new $@
42 -
43 $(outdir)/37-to-38.txt: $(timestamp)
44 mkdir -p $(outdir)
45 gpy-upgrade-impl -m python3_7 python3_8 > $@.new
46
47 diff --git a/htdocs/index.html b/htdocs/index.html
48 index 4cfd715..2f22803 100644
49 --- a/htdocs/index.html
50 +++ b/htdocs/index.html
51 @@ -99,18 +99,6 @@
52
53 <h3>Python reports</h3>
54 <div class="list-group mb-3">
55 - <div class="list-group-item list-group-item-action p-0">
56 - <a href="/output/gpyutils/36-to-37.txt" class="list-group-item-base-link">Py3.6 → 3.7 testing</a>
57 - <a href="/output/gpyutils/36-to-37.svg" class="list-group-item-additional-link p-1">
58 - <span class="badge badge-primary">svg</span>
59 - </a>
60 - </div>
61 - <div class="list-group-item list-group-item-action p-0">
62 - <a href="/output/gpyutils/36-to-37-stablereq.txt" class="list-group-item-base-link">Py3.6 → 3.7 stabilizations</a>
63 - <a href="/output/gpyutils/36-to-37-stablereq.svg" class="list-group-item-additional-link p-1">
64 - <span class="badge badge-primary">svg</span>
65 - </a>
66 - </div>
67 <div class="list-group-item list-group-item-action p-0">
68 <a href="/output/gpyutils/37-to-38.txt" class="list-group-item-base-link">Py3.7 → 3.8 testing</a>
69 <a href="/output/gpyutils/37-to-38.svg" class="list-group-item-additional-link p-1">