diff options
author | 2023-01-14 13:51:19 +0100 | |
---|---|---|
committer | 2023-01-14 13:51:19 +0100 | |
commit | ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 (patch) | |
tree | 3a39616d9a763db526cec9d2562da20ec1c456a8 /net-misc/seafile | |
parent | sci-mathematics/form: bump to 4.3.0 (diff) | |
download | gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.gz gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.bz2 gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.zip |
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/seafile')
-rw-r--r-- | net-misc/seafile/seafile-8.0.10.ebuild | 2 | ||||
-rw-r--r-- | net-misc/seafile/seafile-8.0.5.ebuild | 4 | ||||
-rw-r--r-- | net-misc/seafile/seafile-8.0.6.ebuild | 4 | ||||
-rw-r--r-- | net-misc/seafile/seafile-8.0.7.ebuild | 4 | ||||
-rw-r--r-- | net-misc/seafile/seafile-8.0.8.ebuild | 4 | ||||
-rw-r--r-- | net-misc/seafile/seafile-8.0.9.ebuild | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/net-misc/seafile/seafile-8.0.10.ebuild b/net-misc/seafile/seafile-8.0.10.ebuild index 49fb67450a4c..232f36b0885f 100644 --- a/net-misc/seafile/seafile-8.0.10.ebuild +++ b/net-misc/seafile/seafile-8.0.10.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) # Upstream is moving tags repeatedly, then we use commit hash. RELEASE_COMMIT="740763934a097577b92f0446cd73b555ca86b436" diff --git a/net-misc/seafile/seafile-8.0.5.ebuild b/net-misc/seafile/seafile-8.0.5.ebuild index 53d9b7641f07..5a4135dcd291 100644 --- a/net-misc/seafile/seafile-8.0.5.ebuild +++ b/net-misc/seafile/seafile-8.0.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) RELEASE_COMMIT="28ede40ebeca4f046c1d6625ac69fd4949e66042" diff --git a/net-misc/seafile/seafile-8.0.6.ebuild b/net-misc/seafile/seafile-8.0.6.ebuild index 442f75e3c208..b83a042a6a8e 100644 --- a/net-misc/seafile/seafile-8.0.6.ebuild +++ b/net-misc/seafile/seafile-8.0.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) # Upstream is moving tags repeatedly, then we use commit hash. RELEASE_COMMIT="7a61feaba63006d11c09d1020593ba3fcb3fc717" diff --git a/net-misc/seafile/seafile-8.0.7.ebuild b/net-misc/seafile/seafile-8.0.7.ebuild index f1caa8837488..06d705a245cb 100644 --- a/net-misc/seafile/seafile-8.0.7.ebuild +++ b/net-misc/seafile/seafile-8.0.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) # Upstream is moving tags repeatedly, then we use commit hash. RELEASE_COMMIT="57c5ebab0efb596b398d206779fd3160101805eb" diff --git a/net-misc/seafile/seafile-8.0.8.ebuild b/net-misc/seafile/seafile-8.0.8.ebuild index d49b3cf8f204..2534994e1ceb 100644 --- a/net-misc/seafile/seafile-8.0.8.ebuild +++ b/net-misc/seafile/seafile-8.0.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) # Upstream is moving tags repeatedly, then we use commit hash. RELEASE_COMMIT="f57dae37854acab74b08b0891584cb7ecb98cd18" diff --git a/net-misc/seafile/seafile-8.0.9.ebuild b/net-misc/seafile/seafile-8.0.9.ebuild index 9cf4647508a0..a121bb8879e4 100644 --- a/net-misc/seafile/seafile-8.0.9.ebuild +++ b/net-misc/seafile/seafile-8.0.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) # Upstream is moving tags repeatedly, then we use commit hash. RELEASE_COMMIT="6bd36a957573eda6a53f3d1bc538dbfc001aa9fd" |