From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rosdistro/
Date: Tue, 26 Dec 2017 19:08:08 +0000 (UTC) [thread overview]
Message-ID: <1514315279.3c06591bfa0b5e34d21da74e74237bc63bb1a052.aballier@gentoo> (raw)
commit: 3c06591bfa0b5e34d21da74e74237bc63bb1a052
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 19:07:42 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 19:07:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c06591b
dev-python/rosdistro: bump to 0.6.3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-python/rosdistro/Manifest | 1 +
dev-python/rosdistro/rosdistro-0.6.3.ebuild | 44 +++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/rosdistro/Manifest b/dev-python/rosdistro/Manifest
index 50e27abd0ad..e88135b0632 100644
--- a/dev-python/rosdistro/Manifest
+++ b/dev-python/rosdistro/Manifest
@@ -1,2 +1,3 @@
DIST rosdistro-0.6.1.tar.gz 48699 BLAKE2B 87bc8d7d90d3731c5994be94bde9932e16cac8e4c257a97c80c1cc70b2af68bbeaa6c36c1eeba9dc32a75b33cf69196f1520c3475f1dfd56d4ab17804ca6802a SHA512 9f7c9eea737da443b1daaacde6bcea163ac2ffc707efb23016fe77c68423ee192e0610b9aa1c8a4b07735d1784e30a509dc78cf256061fcc4de75ed4c4244f75
DIST rosdistro-0.6.2.tar.gz 42658 BLAKE2B 5f4c574438ff6e791adf1ee8076ab898b656c00bfa8b48b6cd2d871c71c48f3c5b609108ed8005ae47e2554ac92a9512382c1dcdd5bc74614aaf4573b13322b1 SHA512 df7da98a2b46d45d978bbb371ea98cf24aafa0704c1cd991db0f1b785eb3330227d42a505b765653bf11d267f676844e1043e5fcff52b7295afa1b21ffc99301
+DIST rosdistro-0.6.3.tar.gz 48789 BLAKE2B f26da2b2624501321033390d554559a0b807b224c35e96ff1643d6060e0225b9de6e2f9df354c5f6f13d277ba5b46453fe5db10d31cd5b05f50a78360d2b03dd SHA512 9fe50a9ed67d5772912ad7d15c60179894f3d775b593e4f42fff6c5221a77ea89176c9239ac0e962d2997eb6b1b365ad47da1080f69e62a4c75e1ea3f26294f0
diff --git a/dev-python/rosdistro/rosdistro-0.6.3.ebuild b/dev-python/rosdistro/rosdistro-0.6.3.ebuild
new file mode 100644
index 00000000000..e9ccf8b2beb
--- /dev/null
+++ b/dev-python/rosdistro/rosdistro-0.6.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+SCM=""
+if [ "${PV#9999}" != "${PV}" ] ; then
+ SCM="git-r3"
+ EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro"
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Tools to work with catkinized rosdistro files"
+HOMEPAGE="http://wiki.ros.org/rosdistro"
+if [ "${PV#9999}" != "${PV}" ] ; then
+ SRC_URI=""
+ KEYWORDS=""
+else
+ SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
+ https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz
+ "
+ KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+ dev-python/catkin_pkg[${PYTHON_USEDEP}]
+ dev-python/rospkg[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? (
+ dev-python/nose[${PYTHON_USEDEP}]
+ )
+"
+
+python_test() {
+ nosetests --with-xunit test || die
+}
next reply other threads:[~2017-12-26 19:08 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-26 19:08 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-23 14:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/rosdistro/ Arthur Zamarin
2020-10-20 12:44 Alexis Ballier
2020-08-17 12:53 Sam James
2020-08-07 15:57 Alexis Ballier
2020-07-27 12:11 Alexis Ballier
2020-03-29 7:31 Michał Górny
2020-02-06 5:59 Michał Górny
2019-12-11 15:26 Alexis Ballier
2019-05-17 16:28 Alexis Ballier
2019-05-17 16:28 Alexis Ballier
2019-02-15 12:36 Alexis Ballier
2019-01-15 10:46 Alexis Ballier
2019-01-15 10:46 Alexis Ballier
2019-01-08 8:54 Alexis Ballier
2018-08-17 13:08 Alexis Ballier
2018-08-17 13:08 Alexis Ballier
2018-03-04 14:20 Alexis Ballier
2018-03-04 14:20 Alexis Ballier
2018-01-28 12:54 Alexis Ballier
2018-01-28 12:54 Alexis Ballier
2018-01-13 12:16 Alexis Ballier
2018-01-13 12:16 Alexis Ballier
2017-04-06 8:21 Alexis Ballier
2017-02-27 17:10 Alexis Ballier
2017-02-27 17:10 Alexis Ballier
2017-02-23 9:16 Alexis Ballier
2016-10-25 11:08 Alexis Ballier
2016-10-25 11:08 Alexis Ballier
2016-03-14 11:49 Alexis Ballier
2016-02-23 18:49 Alexis Ballier
2016-02-23 18:49 Alexis Ballier
2016-02-09 8:45 Alexis Ballier
2015-09-17 7:25 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1514315279.3c06591bfa0b5e34d21da74e74237bc63bb1a052.aballier@gentoo \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox