summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-05-18 17:16:48 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-05-18 17:18:26 +0200
commitee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01 (patch)
tree9eb00bdf2c1dcd97a6cd9cc23302fe90368251c9 /dev-ros/genmsg
parentdev-ros/gazebo_plugins: shorten desc (diff)
downloadgentoo-ee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01.tar.gz
gentoo-ee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01.tar.bz2
gentoo-ee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01.zip
dev-ros/genmsg: bump to 0.5.16
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/genmsg')
-rw-r--r--dev-ros/genmsg/Manifest1
-rw-r--r--dev-ros/genmsg/genmsg-0.5.16.ebuild18
-rw-r--r--dev-ros/genmsg/genmsg-9999.ebuild3
3 files changed, 20 insertions, 2 deletions
diff --git a/dev-ros/genmsg/Manifest b/dev-ros/genmsg/Manifest
index 872a8d551922..1210dcd2fffd 100644
--- a/dev-ros/genmsg/Manifest
+++ b/dev-ros/genmsg/Manifest
@@ -1,2 +1,3 @@
DIST genmsg-0.5.11.tar.gz 59507 BLAKE2B 080661242a9b6e71d2a098236bce380230c54b5017b2e3b4753fe79a0269fac8ecbd4a36f83710a7d499638bf7289203bea63e0f1215d008a2813a619e70935b SHA512 81ec559e1682aef3ca58c18fa33ce4b6a8d6d835be9831bc1b0401ed440b68f7e021a5a6ebfc17a9cb3b95a3c8434542724f5222f3730793c08a87762ff0c45b
DIST genmsg-0.5.12.tar.gz 59591 BLAKE2B ca1275994a71be82054f9c3d980fc4b56b03576fb26236a5a0bf45443a5a9eb0cc078cf082004b01f893e2b5e8ffb4c0a7a285596346ee6c79a3ae084219b5c6 SHA512 e87762904eaacf37011a57c3ba0f78e96a7f8048f2222e5831774b7726e8600e0264c6d48d1e3cbb0b0d8671fccc045555c13146931dfbb16fdf193ce9b056be
+DIST genmsg-0.5.16.tar.gz 60357 BLAKE2B 5d26540123606cac3590d54848f5999fc470008fe5c71abeaac01108f7b22a4d5b0282ebc109e747d1caf459daa88bce26ce206b480f63626205adba7decb1ed SHA512 6a658cc3a895f546592a540f2bcbfb3819321242ddaf47eabbf02207994af4cf4152bce042846d4ae3fcdda2664b6b255702a2cebfcaa80892b964a6822a5390
diff --git a/dev-ros/genmsg/genmsg-0.5.16.ebuild b/dev-ros/genmsg/genmsg-0.5.16.ebuild
new file mode 100644
index 000000000000..f32705022b10
--- /dev/null
+++ b/dev-ros/genmsg/genmsg-0.5.16.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros/genmsg"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Python library for generating ROS message and service data structures for various languages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
diff --git a/dev-ros/genmsg/genmsg-9999.ebuild b/dev-ros/genmsg/genmsg-9999.ebuild
index 89aee70ca2cd..f32705022b10 100644
--- a/dev-ros/genmsg/genmsg-9999.ebuild
+++ b/dev-ros/genmsg/genmsg-9999.ebuild
@@ -1,10 +1,9 @@
# 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/genmsg"
KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
inherit ros-catkin