commit: 9cd5fc20cb5d3f3704af3b14d7352c903b214696
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 06:35:36 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 06:35:36 2023 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=9cd5fc20
Remove py3.9 → py3.10 lists
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Makefile.gpyutils | 12 +-----------
htdocs/index.html | 12 ------------
2 files changed, 1 insertion(+), 23 deletions(-)
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 346cde5..52e1ce2 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)/39-to-310.txt $(outdir)/310-to-311.txt
+upgr_base = $(outdir)/310-to-311.txt
# related stabilizations
upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
# all upgrade stuff
@@ -30,16 +30,6 @@ $(outdir)/310-to-311-stablereq.txt: $(timestamp)
gpy-upgrade-impl -m -s python3_10 python3_11 > [email protected]
mv [email protected] $@
-$(outdir)/39-to-310.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl -m python3_9 python3_10 > [email protected]
- mv [email protected] $@
-
-$(outdir)/39-to-310-stablereq.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl -m -s python3_9 python3_10 > [email protected]
- mv [email protected] $@
-
%.dot: %.txt
gpy-depgraph -m [email protected] $< > [email protected]
mv [email protected] $@
diff --git a/htdocs/index.html b/htdocs/index.html
index 2dcfc55..212f2bb 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -99,18 +99,6 @@
<h3>Python reports</h3>
<div class="list-group mb-3">
- <div class="list-group-item list-group-item-action p-0">
- <a href="/output/gpyutils/39-to-310.txt"
class="list-group-item-base-link">Py3.9 → 3.10 testing</a>
- <a href="/output/gpyutils/39-to-310.svg"
class="list-group-item-additional-link p-1">
- <span class="badge badge-primary">svg</span>
- </a>
- </div>
- <div class="list-group-item list-group-item-action p-0">
- <a href="/output/gpyutils/39-to-310-stablereq.txt"
class="list-group-item-base-link">Py3.9 → 3.10 stabilizations</a>
- <a href="/output/gpyutils/39-to-310-stablereq.svg"
class="list-group-item-additional-link p-1">
- <span class="badge badge-primary">svg</span>
- </a>
- </div>
<div class="list-group-item list-group-item-action p-0">
<a href="/output/gpyutils/310-to-311.txt"
class="list-group-item-base-link">Py3.10 → 3.11 testing</a>
<a href="/output/gpyutils/310-to-311.svg"
class="list-group-item-additional-link p-1">