commit: a33a67bc0ec417497c5a018f89750f90bea66fa1
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 19:28:23 2022 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 19:29:57 2022 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=a33a67bc
drop gpy-py2 handling
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
Makefile.gpyutils | 5 -----
1 file changed, 5 deletions(-)
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index eb355d8..b1d02e7 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -50,11 +50,6 @@ $(outdir)/38-to-39-stablereq.txt: $(timestamp)
gpy-upgrade-impl -m -s python3_8 python3_9 > [email protected]
mv [email protected] $@
-$(outdir)/py2.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-py2 > [email protected]
- mv [email protected] $@
-
%.dot: %.txt
gpy-depgraph -m [email protected] $< > [email protected]
mv [email protected] $@