commit: 7dc2a39faa51ca49a1eb1abde079f73bc916f6fd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 3 12:51:02 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 12:51:02 2019 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7dc2a39f
gpyutils: py3.4 is long gone
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Makefile.gpyutils | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 525057e..d24042d 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)/34-to-35.txt $(outdir)/35-to-36.txt
$(outdir)/36-to-37.txt
+upgr_base = $(outdir)/35-to-36.txt $(outdir)/36-to-37.txt
# related stabilizations
upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
# all upgrade stuff
@@ -39,16 +39,6 @@ $(outdir)/depcheck.txt: $(timestamp)
gpy-depcheck > [email protected]
mv [email protected] $@
-$(outdir)/34-to-35.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl python3_4 python3_5 > [email protected]
- mv [email protected] $@
-
-$(outdir)/34-to-35-stablereq.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl -s python3_4 python3_5 > [email protected]
- mv [email protected] $@
-
$(outdir)/35-to-36.txt: $(timestamp)
mkdir -p $(outdir)
gpy-upgrade-impl python3_5 python3_6 > [email protected]