public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rospkg/
Date: Mon, 25 Apr 2016 08:57:27 +0000 (UTC)	[thread overview]
Message-ID: <1461574595.4301e070fb2cf7d90beb13e2fbab80899ac4e435.aballier@gentoo> (raw)

commit:     4301e070fb2cf7d90beb13e2fbab80899ac4e435
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 07:36:06 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 08:56:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4301e070

dev-python/rospkg: bump to 1.0.39

Package-Manager: portage-2.2.28

 dev-python/rospkg/Manifest             |  1 +
 dev-python/rospkg/rospkg-1.0.39.ebuild | 56 ++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/rospkg/Manifest b/dev-python/rospkg/Manifest
index 1024384..5373eab 100644
--- a/dev-python/rospkg/Manifest
+++ b/dev-python/rospkg/Manifest
@@ -1 +1,2 @@
 DIST rospkg-1.0.38.tar.gz 89321 SHA256 1a1567d3e33c3910518dbfbb09760c499153b1c0ad6b8ddc5045488c11db43e4 SHA512 21cc9057a445b06db66b454e46c3ecdf8d83e54bbf4c204c63b13278dc93cdad60a80f4cab29eba7bc1811d43b406f91435499f7e58fa97814302dfb786f483e WHIRLPOOL 109e8d5ddc3f432c28959b7e6f15703aa2d67cd3ee524e4964e5388a7982b6aea144e5afcf0d22add230e33beb485ade0656025b77f2b56be75d313aa1e52870
+DIST rospkg-1.0.39.tar.gz 89428 SHA256 36533bc98c57b0ee99b05b8e22160c1ee3393cd6aec7f87840b420ed7e8464cf SHA512 c68fe32479e6c800927c73bd6e35a9f644c550a79181525f16713683ad196f2ac0425e5f9eea8eff2ea919de39867b0f31c929f618804aaa93a234f28f16c579 WHIRLPOOL ad446b8f9d21443b7b3416065244964b94a9b0254dee119d7f70ddaaea8b2202401094d6c725629537d97f33429d0f63866dc4c5c7d098d2a8216382e946637a

diff --git a/dev-python/rospkg/rospkg-1.0.39.ebuild b/dev-python/rospkg/rospkg-1.0.39.ebuild
new file mode 100644
index 0000000..100d6bc
--- /dev/null
+++ b/dev-python/rospkg/rospkg-1.0.39.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+SCM=""
+if [ "${PV#9999}" != "${PV}" ] ; then
+	SCM="git-r3"
+	EGIT_REPO_URI="http://github.com/ros-infrastructure/rospkg"
+fi
+
+inherit ${SCM} distutils-r1
+
+DESCRIPTION="Standalone Python library for the ROS package system"
+HOMEPAGE="http://wiki.ros.org/rospkg"
+if [ "${PV#9999}" != "${PV}" ] ; then
+	SRC_URI=""
+	KEYWORDS=""
+	# Needed for tests
+	S="${WORKDIR}/${PN}"
+	EGIT_CHECKOUT_DIR="${S}"
+else
+	SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
+		http://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz
+	"
+	KEYWORDS="~amd64 ~arm"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		dev-python/coverage[${PYTHON_USEDEP}]
+	)
+"
+PATCHES=(
+	"${FILESDIR}/norecurse.patch"
+)
+
+python_test() {
+	nosetests --with-coverage --cover-package=rospkg --with-xunit test || die
+}
+
+src_install() {
+	distutils-r1_src_install
+
+	# Avoid recursing into /usr/share when looking for packages.
+	dodir /usr/share
+	touch "${ED}/usr/share/rospack_norecurse"
+}


             reply	other threads:[~2016-04-25  8:57 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-25  8:57 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-19 14:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/rospkg/ Arthur Zamarin
2022-03-19 14:02 Arthur Zamarin
2021-09-23 14:07 Arthur Zamarin
2021-08-06 14:35 Alexis Ballier
2020-10-13 11:31 Alexis Ballier
2020-08-17 12:53 Sam James
2020-08-04 17:16 Joonas Niilola
2020-08-04 16:00 Alexis Ballier
2020-07-27 12:11 Alexis Ballier
2020-04-14 12:54 Alexis Ballier
2020-02-06  5:59 Michał Górny
2019-12-11 15:26 Alexis Ballier
2019-12-11 15:26 Alexis Ballier
2019-05-17 16:28 Alexis Ballier
2018-08-17 13:08 Alexis Ballier
2018-02-12 14:03 Alexis Ballier
2017-12-08 18:44 Alexis Ballier
2017-12-08 18:44 Alexis Ballier
2017-10-14 11:41 Alexis Ballier
2017-10-14 11:41 Alexis Ballier
2017-09-28 12:50 Alexis Ballier
2017-09-28 12:50 Alexis Ballier
2017-08-15  6:25 Alexis Ballier
2017-04-12 19:20 Alexis Ballier
2017-02-28 11:27 Alexis Ballier
2017-02-27 10:49 Alexis Ballier
2017-02-27 10:49 Alexis Ballier
2017-02-09 17:46 Alexis Ballier
2016-10-07 15:55 Alexis Ballier
2016-09-29 12:53 Alexis Ballier
2016-09-01 10:39 Alexis Ballier
2016-02-23 18:38 Alexis Ballier
2015-10-24  9:02 Alexis Ballier
2015-10-13  7:59 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=1461574595.4301e070fb2cf7d90beb13e2fbab80899ac4e435.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