commit:     a01836e82471db9dc2817afea4529672d17e5bfe
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 20:09:16 2021 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 20:09:16 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=a01836e8

gpyuutils: drop py2->3 as well

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 Makefile.gpyutils | 5 -----
 htdocs/index.html | 6 ------
 2 files changed, 11 deletions(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index ed878e8..a50775d 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -64,11 +64,6 @@ $(outdir)/py2.txt: $(timestamp)
        gpy-py2 > $@.new
        mv $@.new $@
 
-$(outdir)/py23.txt: $(timestamp)
-       mkdir -p $(outdir)
-       gpy-py2 -3 > $@.new
-       mv $@.new $@
-
 %.dot: %.txt
        gpy-depgraph -m pyt...@gentoo.org $< > $@.new
        mv $@.new $@

diff --git a/htdocs/index.html b/htdocs/index.html
index 2f22803..f3cb579 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -123,12 +123,6 @@
                     <span class="badge badge-primary">svg</span>
                   </a>
                 </div>
-                <div class="list-group-item list-group-item-action p-0">
-                  <a href="/output/gpyutils/py23.txt" 
class="list-group-item-base-link">Py2+3 packages</a>
-                  <a href="/output/gpyutils/py23.svg" 
class="list-group-item-additional-link p-1">
-                    <span class="badge badge-primary">svg</span>
-                  </a>
-                </div>
               </div>
             </div>
             <div class="col-lg-4">

Reply via email to