diff options
author | John Helmert III <ajak@gentoo.org> | 2022-10-31 14:28:23 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-10-31 14:29:57 -0500 |
commit | a33a67bc0ec417497c5a018f89750f90bea66fa1 (patch) | |
tree | 721525b637c3204eaed7f281625ab9820310751e | |
parent | pkgcheck2html: bump version (diff) | |
download | qa-scripts-a33a67bc0ec417497c5a018f89750f90bea66fa1.tar.gz qa-scripts-a33a67bc0ec417497c5a018f89750f90bea66fa1.tar.bz2 qa-scripts-a33a67bc0ec417497c5a018f89750f90bea66fa1.zip |
drop gpy-py2 handling
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | Makefile.gpyutils | 5 |
1 files changed, 0 insertions, 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 > $@.new mv $@.new $@ -$(outdir)/py2.txt: $(timestamp) - mkdir -p $(outdir) - gpy-py2 > $@.new - mv $@.new $@ - %.dot: %.txt gpy-depgraph -m python@gentoo.org $< > $@.new mv $@.new $@ |