summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-30 12:20:44 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-30 12:20:44 +0100
commit1304264d6db97d622783a1a3d6c9933e029e1dae (patch)
tree512ab2680ded6dd9cc21ecccd66c20b8da7edc20 /dev-python
parent1ca20f8af778c6f7b860fc093f779d63804e83a2 (diff)
parentb68bd360ef1c8817650e105f9c8187b82e428765 (diff)
Merge branch 'edge' into next
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/animation/animation-0.0.5-r1.ebuild (renamed from dev-python/animation/animation-0.0.5.ebuild)2
-rw-r--r--dev-python/meteo-qt/meteo-qt-0.9.9-r1.ebuild (renamed from dev-python/meteo-qt/meteo-qt-0.9.9.ebuild)2
-rw-r--r--dev-python/sh/sh-1.12.14-r3.ebuild (renamed from dev-python/sh/sh-1.12.14-r2.ebuild)2
-rw-r--r--dev-python/wget/wget-2.2-r1.ebuild (renamed from dev-python/wget/wget-2.2.ebuild)2
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/animation/animation-0.0.5.ebuild b/dev-python/animation/animation-0.0.5-r1.ebuild
index a640a257..fff2882e 100644
--- a/dev-python/animation/animation-0.0.5.ebuild
+++ b/dev-python/animation/animation-0.0.5-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
inherit distutils-r1
diff --git a/dev-python/meteo-qt/meteo-qt-0.9.9.ebuild b/dev-python/meteo-qt/meteo-qt-0.9.9-r1.ebuild
index 0123b6d0..096f6b44 100644
--- a/dev-python/meteo-qt/meteo-qt-0.9.9.ebuild
+++ b/dev-python/meteo-qt/meteo-qt-0.9.9-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
inherit distutils-r1
diff --git a/dev-python/sh/sh-1.12.14-r2.ebuild b/dev-python/sh/sh-1.12.14-r3.ebuild
index 88f0ef95..3ccb613c 100644
--- a/dev-python/sh/sh-1.12.14-r2.ebuild
+++ b/dev-python/sh/sh-1.12.14-r3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
inherit distutils-r1
diff --git a/dev-python/wget/wget-2.2.ebuild b/dev-python/wget/wget-2.2-r1.ebuild
index 71c994f3..7590d4fd 100644
--- a/dev-python/wget/wget-2.2.ebuild
+++ b/dev-python/wget/wget-2.2-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
inherit distutils-r1 git-r3