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/rospkg/
Date: Tue, 04 Aug 2020 16:00:55
Message-Id: 1596556819.4bb6b6c620485d1eeec20de26ffdad35a54f6e6f.aballier@gentoo
1 commit: 4bb6b6c620485d1eeec20de26ffdad35a54f6e6f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 15:49:03 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 16:00:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb6b6c6
7
8 dev-python/rospkg: 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/rospkg/Manifest | 2 --
14 dev-python/rospkg/rospkg-1.2.0.ebuild | 50 -----------------------------------
15 dev-python/rospkg/rospkg-1.2.6.ebuild | 50 -----------------------------------
16 3 files changed, 102 deletions(-)
17
18 diff --git a/dev-python/rospkg/Manifest b/dev-python/rospkg/Manifest
19 index 0306a6208ac..9a0a73e278b 100644
20 --- a/dev-python/rospkg/Manifest
21 +++ b/dev-python/rospkg/Manifest
22 @@ -1,3 +1 @@
23 -DIST rospkg-1.2.0.tar.gz 90516 BLAKE2B 0c1d993c70f0ad383ab457c846416a22b9adf9611704a918c3765659231846749228073ea04950ddfdbe13f7e51f87ce5d17c1488f995e846a6590a0f9549efd SHA512 f059259a38b8b2281496a69f8a55fdd31a11e91583babb82e574363c40c90221a4abb7c1d7a5ed6be3b2389ee6aaf08b4e016260c73dd779f8c7993e6eba78db
24 -DIST rospkg-1.2.6.tar.gz 90944 BLAKE2B 26bd4a9deb3c6876b870ec6ccb11dfdb7820d0cf23fef2fcea8391543c58cf8e916253316df443cc9cc7e364ab790a8915e77986aef3f400785f50604fbd2a45 SHA512 6c88c8789927d72f8f882930aeef776dbec3c4d1343a2d4143d920684c8d2007021397a42008521c87dfc637302b9266615e13623ef5dc5c076e6e8cfd9e957d
25 DIST rospkg-1.2.8.tar.gz 91042 BLAKE2B 4c4640d45a06214240a80d2ea15a09799eb892755c7c4410761e2a3505115ee1914a542886385bcd6996ead46e46a3e4d22bf79ffc38a0d2d8f2c7ac295eb0bb SHA512 c4f0c1992597aadf395effd4e6db65c20bf19501a19c569de57a2b9977d9ba794c3c68ba16b2b274ec865caffe6ec98b8fc0e88ad13ea3a9bc744e9ab6adb3a6
26
27 diff --git a/dev-python/rospkg/rospkg-1.2.0.ebuild b/dev-python/rospkg/rospkg-1.2.0.ebuild
28 deleted file mode 100644
29 index d3245f8cb2a..00000000000
30 --- a/dev-python/rospkg/rospkg-1.2.0.ebuild
31 +++ /dev/null
32 @@ -1,50 +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/rospkg"
43 -fi
44 -
45 -inherit ${SCM} distutils-r1
46 -
47 -DESCRIPTION="Standalone Python library for the ROS package system"
48 -HOMEPAGE="http://wiki.ros.org/rospkg"
49 -if [ "${PV#9999}" != "${PV}" ] ; then
50 - SRC_URI=""
51 - KEYWORDS=""
52 - # Needed for tests
53 - S="${WORKDIR}/${PN}"
54 - EGIT_CHECKOUT_DIR="${S}"
55 -else
56 - SRC_URI="https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz"
57 - KEYWORDS="~amd64 ~arm"
58 -fi
59 -
60 -LICENSE="BSD"
61 -SLOT="0"
62 -IUSE="test"
63 -RESTRICT="!test? ( test )"
64 -
65 -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]
66 - dev-python/catkin_pkg[${PYTHON_USEDEP}]"
67 -BDEPEND="
68 - dev-python/setuptools[${PYTHON_USEDEP}]
69 - test? (
70 - dev-python/nose[${PYTHON_USEDEP}]
71 - )"
72 -DEPEND="${RDEPEND} ${BDEPEND}
73 - test? (
74 - dev-python/coverage[${PYTHON_USEDEP}]
75 - dev-python/mock[${PYTHON_USEDEP}]
76 - )
77 -"
78 -PATCHES=( "${FILESDIR}/gentoo.patch" "${FILESDIR}/yaml_load.patch" )
79 -
80 -python_test() {
81 - nosetests --with-coverage --cover-package=rospkg --with-xunit test || die
82 -}
83
84 diff --git a/dev-python/rospkg/rospkg-1.2.6.ebuild b/dev-python/rospkg/rospkg-1.2.6.ebuild
85 deleted file mode 100644
86 index 3dd32f0afe6..00000000000
87 --- a/dev-python/rospkg/rospkg-1.2.6.ebuild
88 +++ /dev/null
89 @@ -1,50 +0,0 @@
90 -# Copyright 1999-2020 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=7
94 -PYTHON_COMPAT=( python{3_6,3_7} )
95 -
96 -SCM=""
97 -if [ "${PV#9999}" != "${PV}" ] ; then
98 - SCM="git-r3"
99 - EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg"
100 -fi
101 -
102 -inherit ${SCM} distutils-r1
103 -
104 -DESCRIPTION="Standalone Python library for the ROS package system"
105 -HOMEPAGE="http://wiki.ros.org/rospkg"
106 -if [ "${PV#9999}" != "${PV}" ] ; then
107 - SRC_URI=""
108 - KEYWORDS=""
109 - # Needed for tests
110 - S="${WORKDIR}/${PN}"
111 - EGIT_CHECKOUT_DIR="${S}"
112 -else
113 - SRC_URI="https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz"
114 - KEYWORDS="~amd64 ~arm"
115 -fi
116 -
117 -LICENSE="BSD"
118 -SLOT="0"
119 -IUSE="test"
120 -RESTRICT="!test? ( test )"
121 -
122 -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]
123 - dev-python/catkin_pkg[${PYTHON_USEDEP}]"
124 -BDEPEND="
125 - dev-python/setuptools[${PYTHON_USEDEP}]
126 - test? (
127 - dev-python/nose[${PYTHON_USEDEP}]
128 - )"
129 -DEPEND="${RDEPEND} ${BDEPEND}
130 - test? (
131 - dev-python/coverage[${PYTHON_USEDEP}]
132 - dev-python/mock[${PYTHON_USEDEP}]
133 - )
134 -"
135 -PATCHES=( "${FILESDIR}/gentoo.patch" "${FILESDIR}/yaml_load.patch" )
136 -
137 -python_test() {
138 - nosetests --with-coverage --cover-package=rospkg --with-xunit test || die
139 -}