aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2023-05-02 15:27:00 -0400
committerHorea Christian <chr@chymera.eu>2023-05-02 15:27:00 -0400
commit4b155ca9b631bfef57e2c9547efb607378b0f0b3 (patch)
tree2b8f506e19bcb94bb4af7ccdcbc89b72d6de8b5e /dev-vcs
parentdev-vcs/datalad: brought back (diff)
downloadsci-4b155ca9b631bfef57e2c9547efb607378b0f0b3.tar.gz
sci-4b155ca9b631bfef57e2c9547efb607378b0f0b3.tar.bz2
sci-4b155ca9b631bfef57e2c9547efb607378b0f0b3.zip
dev-vcs/datalad: enable py3.11
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/datalad/datalad-0.18.0.ebuild4
-rw-r--r--dev-vcs/datalad/datalad-0.18.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/datalad/datalad-0.18.0.ebuild b/dev-vcs/datalad/datalad-0.18.0.ebuild
index 69b1a5cb5..cd90c1db2 100644
--- a/dev-vcs/datalad/datalad-0.18.0.ebuild
+++ b/dev-vcs/datalad/datalad-0.18.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Keep code, data, containers under control with git and git-annex"
diff --git a/dev-vcs/datalad/datalad-0.18.1.ebuild b/dev-vcs/datalad/datalad-0.18.1.ebuild
index 69b1a5cb5..cd90c1db2 100644
--- a/dev-vcs/datalad/datalad-0.18.1.ebuild
+++ b/dev-vcs/datalad/datalad-0.18.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Keep code, data, containers under control with git and git-annex"