aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-19 08:35:36 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-19 08:35:36 +0200
commit9cd5fc20cb5d3f3704af3b14d7352c903b214696 (patch)
tree472e5d7c6535e3868cac3949d39b7b06eaf933aa /Makefile.gpyutils
parentleaf-packages.py: make quieter (diff)
downloadqa-scripts-9cd5fc20cb5d3f3704af3b14d7352c903b214696.tar.gz
qa-scripts-9cd5fc20cb5d3f3704af3b14d7352c903b214696.tar.bz2
qa-scripts-9cd5fc20cb5d3f3704af3b14d7352c903b214696.zip
Remove py3.9 → py3.10 lists
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'Makefile.gpyutils')
-rw-r--r--Makefile.gpyutils12
1 files changed, 1 insertions, 11 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 > $@.new
mv $@.new $@
-$(outdir)/39-to-310.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl -m python3_9 python3_10 > $@.new
- mv $@.new $@
-
-$(outdir)/39-to-310-stablereq.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-upgrade-impl -m -s python3_9 python3_10 > $@.new
- mv $@.new $@
-
%.dot: %.txt
gpy-depgraph -m python@gentoo.org $< > $@.new
mv $@.new $@