diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-24 13:19:34 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-24 13:29:48 +0300 |
commit | bdf986ef42ec6a6b61e8c6b3115c25782320b089 (patch) | |
tree | a701e497993149bc1a5a3cb269a7c6eed2384e4d /dev-ros | |
parent | dev-ros/ament_lint_auto: enable py3.9, enable py3.10 (diff) | |
download | gentoo-bdf986ef42ec6a6b61e8c6b3115c25782320b089.tar.gz gentoo-bdf986ef42ec6a6b61e8c6b3115c25782320b089.tar.bz2 gentoo-bdf986ef42ec6a6b61e8c6b3115c25782320b089.zip |
dev-ros/console_bridge_vendor: enable py3.9, enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/console_bridge_vendor/console_bridge_vendor-1.2.2.ebuild | 9 | ||||
-rw-r--r-- | 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 657bd30e0142..4646288f53e8 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 657bd30e0142..4646288f53e8 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 )" |