Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rosdistro/
Date: Fri, 07 Aug 2020 15:57:05
Message-Id: 1596815794.422d6a59eda2b894f2f46c6d73195cf033198dd9.aballier@gentoo
1 commit: 422d6a59eda2b894f2f46c6d73195cf033198dd9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 15:56:34 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 15:56:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422d6a59
7
8 dev-python/rosdistro: Remove old
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-python/rosdistro/Manifest | 2 --
14 dev-python/rosdistro/rosdistro-0.8.0.ebuild | 54 -----------------------------
15 dev-python/rosdistro/rosdistro-0.8.1.ebuild | 54 -----------------------------
16 3 files changed, 110 deletions(-)
17
18 diff --git a/dev-python/rosdistro/Manifest b/dev-python/rosdistro/Manifest
19 index 220e99d325d..508cc4132a0 100644
20 --- a/dev-python/rosdistro/Manifest
21 +++ b/dev-python/rosdistro/Manifest
22 @@ -1,3 +1 @@
23 -DIST rosdistro-0.8.0.tar.gz 60527 BLAKE2B 9404452dc62c9f7d1482de3c13df0093ac26a60554c97fa097cb14548cdb814fbdc96a26db2d24aa1f2eb99de86f27807ecdc50e0e00a8fa727af8803ab5d644 SHA512 1f4620454f78bd03f75a8b1b8535588a8d6e50aeef17dbf346e8d0443a6fbc5ec83646767bf86521fb65508e205fc3edb8f0c97a81aec8d6b72088d9d78a14f0
24 -DIST rosdistro-0.8.1.tar.gz 61268 BLAKE2B 16de2f747eab59f0d2eb880cfa5cde8b62f8f6b71773f1c72665c5b58bf9f63f8e593b2dd0924b104488ce5e7e5bdf930a52db677180542806a899970ede5b37 SHA512 3d49aaf460904e2cce635443cb95ca54bdd429549016a614da7038703752187a00b98916e2826193897048753a2b2727eb153296d30abe66c56bd54d68648b08
25 DIST rosdistro-0.8.2.tar.gz 61328 BLAKE2B 2eb9c4ffc7eedaa040c48d3eb914ea08540adc4ff76ef83eb0fcf8d3d83989b499408953d76c7e9e7951488b269eb9bb3cd6b9db15650924e9c814c7aac60a6b SHA512 b96565dc8fbc000ed6b18285b04b435c7e3455b1e0938c7959cdd7f78749e1a0cf02b2eecba47077bec512d4f8b22923012a6496fb06a5d58ae97a859f8bc6c3
26
27 diff --git a/dev-python/rosdistro/rosdistro-0.8.0.ebuild b/dev-python/rosdistro/rosdistro-0.8.0.ebuild
28 deleted file mode 100644
29 index 7455f6d0af0..00000000000
30 --- a/dev-python/rosdistro/rosdistro-0.8.0.ebuild
31 +++ /dev/null
32 @@ -1,54 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
38 -
39 -SCM=""
40 -if [ "${PV#9999}" != "${PV}" ] ; then
41 - SCM="git-r3"
42 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro"
43 -fi
44 -
45 -inherit ${SCM} distutils-r1
46 -
47 -DESCRIPTION="Tools to work with catkinized rosdistro files"
48 -HOMEPAGE="http://wiki.ros.org/rosdistro"
49 -if [ "${PV#9999}" != "${PV}" ] ; then
50 - SRC_URI=""
51 - KEYWORDS=""
52 -else
53 - SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz"
54 - KEYWORDS="~amd64 ~arm"
55 -fi
56 -
57 -LICENSE="BSD"
58 -SLOT="0"
59 -IUSE="test"
60 -RESTRICT="!test? ( test )"
61 -
62 -RDEPEND="
63 - dev-python/catkin_pkg[${PYTHON_USEDEP}]
64 - dev-python/rospkg[${PYTHON_USEDEP}]
65 - dev-python/pyyaml[${PYTHON_USEDEP}]
66 - dev-python/setuptools[${PYTHON_USEDEP}]"
67 -BDEPEND="
68 - dev-python/setuptools[${PYTHON_USEDEP}]
69 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
70 -"
71 -DEPEND="${RDEPEND}
72 - test? (
73 - dev-python/mock[${PYTHON_USEDEP}]
74 - )
75 -"
76 -PATCHES=( "${FILESDIR}/yaml.patch" )
77 -
78 -src_prepare() {
79 - # Requires network access
80 - rm -f test/test_manifest_providers.py
81 - default
82 -}
83 -
84 -python_test() {
85 - nosetests --with-xunit test || die
86 -}
87
88 diff --git a/dev-python/rosdistro/rosdistro-0.8.1.ebuild b/dev-python/rosdistro/rosdistro-0.8.1.ebuild
89 deleted file mode 100644
90 index d2cbf7643d5..00000000000
91 --- a/dev-python/rosdistro/rosdistro-0.8.1.ebuild
92 +++ /dev/null
93 @@ -1,54 +0,0 @@
94 -# Copyright 1999-2020 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=7
98 -PYTHON_COMPAT=( python{3_6,3_7} )
99 -
100 -SCM=""
101 -if [ "${PV#9999}" != "${PV}" ] ; then
102 - SCM="git-r3"
103 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rosdistro"
104 -fi
105 -
106 -inherit ${SCM} distutils-r1
107 -
108 -DESCRIPTION="Tools to work with catkinized rosdistro files"
109 -HOMEPAGE="http://wiki.ros.org/rosdistro"
110 -if [ "${PV#9999}" != "${PV}" ] ; then
111 - SRC_URI=""
112 - KEYWORDS=""
113 -else
114 - SRC_URI="https://github.com/ros-infrastructure/rosdistro/archive/${PV}.tar.gz -> ${P}.tar.gz"
115 - KEYWORDS="~amd64 ~arm"
116 -fi
117 -
118 -LICENSE="BSD"
119 -SLOT="0"
120 -IUSE="test"
121 -RESTRICT="!test? ( test )"
122 -
123 -RDEPEND="
124 - dev-python/catkin_pkg[${PYTHON_USEDEP}]
125 - dev-python/rospkg[${PYTHON_USEDEP}]
126 - dev-python/pyyaml[${PYTHON_USEDEP}]
127 - dev-python/setuptools[${PYTHON_USEDEP}]"
128 -BDEPEND="
129 - dev-python/setuptools[${PYTHON_USEDEP}]
130 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
131 -"
132 -DEPEND="${RDEPEND}
133 - test? (
134 - dev-python/mock[${PYTHON_USEDEP}]
135 - )
136 -"
137 -PATCHES=( "${FILESDIR}/yaml.patch" )
138 -
139 -src_prepare() {
140 - # Requires network access
141 - rm -f test/test_manifest_providers.py
142 - default
143 -}
144 -
145 -python_test() {
146 - nosetests --with-xunit test || die
147 -}