diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:06:59 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:27 +0200 |
commit | 5a91d787fdfe300f88080083fd60f4587602a34f (patch) | |
tree | 9606ba9b23339d3bd161ae21ac865bbe5157485c /dev-ros/bondpy | |
parent | dev-ros/smclib: Remove old (diff) | |
download | gentoo-5a91d787fdfe300f88080083fd60f4587602a34f.tar.gz gentoo-5a91d787fdfe300f88080083fd60f4587602a34f.tar.bz2 gentoo-5a91d787fdfe300f88080083fd60f4587602a34f.zip |
dev-ros/bondpy: bump eapi
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/bondpy')
-rw-r--r-- | dev-ros/bondpy/bondpy-1.8.5.ebuild | 5 | ||||
-rw-r--r-- | dev-ros/bondpy/bondpy-9999.ebuild | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-ros/bondpy/bondpy-1.8.5.ebuild b/dev-ros/bondpy/bondpy-1.8.5.ebuild index f5cbd0874520..88c390a005ec 100644 --- a/dev-ros/bondpy/bondpy-1.8.5.ebuild +++ b/dev-ros/bondpy/bondpy-1.8.5.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/bond_core" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin -DESCRIPTION="Python implementation of bond, a mechanism for checking when another process has terminated" +DESCRIPTION="Python implementation of bond, for checking when another process has terminated" LICENSE="BSD" SLOT="0" IUSE="" diff --git a/dev-ros/bondpy/bondpy-9999.ebuild b/dev-ros/bondpy/bondpy-9999.ebuild index f686d8463127..88c390a005ec 100644 --- a/dev-ros/bondpy/bondpy-9999.ebuild +++ b/dev-ros/bondpy/bondpy-9999.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/bond_core" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin -DESCRIPTION="Python implementation of bond, a mechanism for checking when another process has terminated" +DESCRIPTION="Python implementation of bond, for checking when another process has terminated" LICENSE="BSD" SLOT="0" IUSE="" |