diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-16 14:04:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-23 17:05:21 +0300 |
commit | 826a4e677707f3577adb2a097e51a9e84bb805a8 (patch) | |
tree | b21e8a0048dbdb1e6cd192884c5bfa98822cc4ed /dev-util/catkin | |
parent | dev-python/catkin_pkg: enable py3.10, use d_e_t (diff) | |
download | gentoo-826a4e677707f3577adb2a097e51a9e84bb805a8.tar.gz gentoo-826a4e677707f3577adb2a097e51a9e84bb805a8.tar.bz2 gentoo-826a4e677707f3577adb2a097e51a9e84bb805a8.zip |
dev-util/catkin: enable py3.10
passes tests
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/catkin')
-rw-r--r-- | dev-util/catkin/catkin-0.8.10.ebuild | 2 | ||||
-rw-r--r-- | dev-util/catkin/catkin-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/catkin/catkin-0.8.10.ebuild b/dev-util/catkin/catkin-0.8.10.ebuild index 1918b71d47c2..e8b47d569373 100644 --- a/dev-util/catkin/catkin-0.8.10.ebuild +++ b/dev-util/catkin/catkin-0.8.10.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/ros/catkin" fi -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit ${SCM} cmake python-r1 python-utils-r1 diff --git a/dev-util/catkin/catkin-9999.ebuild b/dev-util/catkin/catkin-9999.ebuild index 1918b71d47c2..e8b47d569373 100644 --- a/dev-util/catkin/catkin-9999.ebuild +++ b/dev-util/catkin/catkin-9999.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/ros/catkin" fi -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit ${SCM} cmake python-r1 python-utils-r1 |