mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-ros/roslint: Bump to 0.11.1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST roslint-0.11.0.tar.gz 97432 SHA256 ef220c5d03834f07ea458dc07604b518458aeef96e79e5bb804b3089082830ce SHA512 42a77c30f3e34f284852178d5debd802ca7ee5720821b8441f7f702093f46f16ea371713966087eb402cc161ac1c0698cd398d7d5c2fa636dc41f857471fbb0c WHIRLPOOL 45927133553d518f04af73393dd644080ffdc67bd98b707b7cde5b9c233a793bf0f8920bed766dec61f99dffb48bf033a48eac6447e0fdcfa0e14cfedef0a5e7
|
||||
DIST roslint-0.11.1.tar.gz 97481 SHA256 29d89a66707acfff567cbd455520fa4d339598fa7e0add7063de8c1fa6aba86c SHA512 5cb0ce8de001565e33e8d96a8f71df0f80792851abdb1ff68663f5672b5a3c6ea193a3083e6074b182a245de364c153007fa105dc2cdd900ed60d4f9cb799483 WHIRLPOOL 52fb97f58a1b8dd5396e03ee028e875bae5eb057d87f19d5507620e011cecae9d8050ac894a23b2d203cc02c34b0e7f8071bfba2785c30f0661123aa1a80d37c
|
||||
|
||||
17
dev-ros/roslint/roslint-0.11.1.ebuild
Normal file
17
dev-ros/roslint/roslint-0.11.1.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
ROS_REPO_URI="https://github.com/ros/roslint"
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
|
||||
|
||||
inherit ros-catkin
|
||||
|
||||
DESCRIPTION="Performs static checking of Python or C++ source code for errors and standards compliance"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user