Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rosdistro/
Date: Sun, 29 Mar 2020 07:31:43
Message-Id: 1585467061.6ed9bab161a85d91cc0bd509b29eb4f344bbedc3.mgorny@gentoo
1 commit: 6ed9bab161a85d91cc0bd509b29eb4f344bbedc3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 07:17:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 07:31:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed9bab1
7
8 dev-python/rosdistro: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rosdistro/Manifest | 2 --
13 dev-python/rosdistro/rosdistro-0.7.2.ebuild | 47 -----------------------------
14 dev-python/rosdistro/rosdistro-0.7.4.ebuild | 47 -----------------------------
15 3 files changed, 96 deletions(-)
16
17 diff --git a/dev-python/rosdistro/Manifest b/dev-python/rosdistro/Manifest
18 index 665eed94f0e..c988199233f 100644
19 --- a/dev-python/rosdistro/Manifest
20 +++ b/dev-python/rosdistro/Manifest
21 @@ -1,3 +1 @@
22 -DIST rosdistro-0.7.2.tar.gz 60091 BLAKE2B 40f2a47fcf5a13d0b8b9eb29fcee9bfbd811a7541dac74e6be76e2c67ba34adf0b7c2df8804300e35262bbb36efa890128e06217c93ecfc834015010e344e42d SHA512 ca6c0d19c2218efe8bf27c1cc22c4c9b683dccb5f8029208e0b581cb358fbe32733895896b1afece45b6576f254f4535032cea962587aa47d93235767c6baf60
23 -DIST rosdistro-0.7.4.tar.gz 60365 BLAKE2B a2b9af6b584abc057d0b5e7d1087438834801eea33555fb094bc938e1ec642a5d41057f61ee3d3f80ca3ea083e8cb6989f6907cfbc9973067a32d0ee505101d8 SHA512 9e2cbc88290b3a132fa5aeec446ca25a89365367a57a97f49cc26533139f91b2a50a1f2f6176f4333900bf7fa21d49c9836d65e74dc8322fe8c5811c49794291
24 DIST rosdistro-0.8.0.tar.gz 60527 BLAKE2B 9404452dc62c9f7d1482de3c13df0093ac26a60554c97fa097cb14548cdb814fbdc96a26db2d24aa1f2eb99de86f27807ecdc50e0e00a8fa727af8803ab5d644 SHA512 1f4620454f78bd03f75a8b1b8535588a8d6e50aeef17dbf346e8d0443a6fbc5ec83646767bf86521fb65508e205fc3edb8f0c97a81aec8d6b72088d9d78a14f0
25
26 diff --git a/dev-python/rosdistro/rosdistro-0.7.2.ebuild b/dev-python/rosdistro/rosdistro-0.7.2.ebuild
27 deleted file mode 100644
28 index 8f24456c5e1..00000000000
29 --- a/dev-python/rosdistro/rosdistro-0.7.2.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( python3_6 pypy3 )
37 -
38 -SCM=""
39 -if [ "${PV#9999}" != "${PV}" ] ; then
40 - SCM="git-r3"
41 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro"
42 -fi
43 -
44 -inherit ${SCM} distutils-r1
45 -
46 -DESCRIPTION="Tools to work with catkinized rosdistro files"
47 -HOMEPAGE="http://wiki.ros.org/rosdistro"
48 -if [ "${PV#9999}" != "${PV}" ] ; then
49 - SRC_URI=""
50 - KEYWORDS=""
51 -else
52 - SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 - KEYWORDS="~amd64 ~arm"
54 -fi
55 -
56 -LICENSE="BSD"
57 -SLOT="0"
58 -IUSE="test"
59 -RESTRICT="!test? ( test )"
60 -
61 -RDEPEND="
62 - dev-python/catkin_pkg[${PYTHON_USEDEP}]
63 - dev-python/rospkg[${PYTHON_USEDEP}]
64 - dev-python/pyyaml[${PYTHON_USEDEP}]
65 - dev-python/setuptools[${PYTHON_USEDEP}]"
66 -BDEPEND="
67 - dev-python/setuptools[${PYTHON_USEDEP}]
68 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
69 -"
70 -DEPEND="${RDEPEND}
71 - test? (
72 - dev-python/mock[${PYTHON_USEDEP}]
73 - )
74 -"
75 -
76 -python_test() {
77 - nosetests --with-xunit test || die
78 -}
79
80 diff --git a/dev-python/rosdistro/rosdistro-0.7.4.ebuild b/dev-python/rosdistro/rosdistro-0.7.4.ebuild
81 deleted file mode 100644
82 index 8f24456c5e1..00000000000
83 --- a/dev-python/rosdistro/rosdistro-0.7.4.ebuild
84 +++ /dev/null
85 @@ -1,47 +0,0 @@
86 -# Copyright 1999-2020 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -PYTHON_COMPAT=( python3_6 pypy3 )
91 -
92 -SCM=""
93 -if [ "${PV#9999}" != "${PV}" ] ; then
94 - SCM="git-r3"
95 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro"
96 -fi
97 -
98 -inherit ${SCM} distutils-r1
99 -
100 -DESCRIPTION="Tools to work with catkinized rosdistro files"
101 -HOMEPAGE="http://wiki.ros.org/rosdistro"
102 -if [ "${PV#9999}" != "${PV}" ] ; then
103 - SRC_URI=""
104 - KEYWORDS=""
105 -else
106 - SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz"
107 - KEYWORDS="~amd64 ~arm"
108 -fi
109 -
110 -LICENSE="BSD"
111 -SLOT="0"
112 -IUSE="test"
113 -RESTRICT="!test? ( test )"
114 -
115 -RDEPEND="
116 - dev-python/catkin_pkg[${PYTHON_USEDEP}]
117 - dev-python/rospkg[${PYTHON_USEDEP}]
118 - dev-python/pyyaml[${PYTHON_USEDEP}]
119 - dev-python/setuptools[${PYTHON_USEDEP}]"
120 -BDEPEND="
121 - dev-python/setuptools[${PYTHON_USEDEP}]
122 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
123 -"
124 -DEPEND="${RDEPEND}
125 - test? (
126 - dev-python/mock[${PYTHON_USEDEP}]
127 - )
128 -"
129 -
130 -python_test() {
131 - nosetests --with-xunit test || die
132 -}