commit: bdf986ef42ec6a6b61e8c6b3115c25782320b089
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 24 10:19:34 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 10:29:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf986ef
dev-ros/console_bridge_vendor: enable py3.9, enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild | 9 ++-------
dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild | 9 ++-------
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild
b/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild
index 657bd30e014..4646288f53e 100644
--- a/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild
+++ b/dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild
@@ -3,16 +3,16 @@
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake python-any-r1
if [ "${PV#9999}" != "${PV}" ] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ros2/console_bridge_vendor"
- SRC_URI=""
else
SRC_URI="https://github.com/ros2/console_bridge_vendor/archive/${PV}.tar.gz ->
${P}.tar.gz"
+ KEYWORDS="~amd64"
fi
DESCRIPTION="Wrapper around console_bridge"
@@ -20,11 +20,6 @@ HOMEPAGE="https://github.com/ros2/console_bridge_vendor"
LICENSE="Apache-2.0 BSD"
SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
- PROPERTIES="live"
-else
- KEYWORDS="~amd64"
-fi
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild
b/dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild
index 657bd30e014..4646288f53e 100644
--- a/dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild
+++ b/dev-ros/console_bridge_vendor/console_bridge_vendor-9999.ebuild
@@ -3,16 +3,16 @@
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake python-any-r1
if [ "${PV#9999}" != "${PV}" ] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ros2/console_bridge_vendor"
- SRC_URI=""
else
SRC_URI="https://github.com/ros2/console_bridge_vendor/archive/${PV}.tar.gz ->
${P}.tar.gz"
+ KEYWORDS="~amd64"
fi
DESCRIPTION="Wrapper around console_bridge"
@@ -20,11 +20,6 @@ HOMEPAGE="https://github.com/ros2/console_bridge_vendor"
LICENSE="Apache-2.0 BSD"
SLOT="0"
-if [ "${PV#9999}" != "${PV}" ] ; then
- PROPERTIES="live"
-else
- KEYWORDS="~amd64"
-fi
IUSE="test"
RESTRICT="!test? ( test )"