From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 073B115800F for ; Tue, 24 Jan 2023 20:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1037FE08A0; Tue, 24 Jan 2023 20:20:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7F85E08A0 for ; Tue, 24 Jan 2023 20:20:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 038FB340E3E for ; Tue, 24 Jan 2023 20:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E30FB89C for ; Tue, 24 Jan 2023 20:20:07 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1674591467.f18a1453eb18abf002ff76ce948b013c7a94c191.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rospkg/files/, dev-python/rospkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rospkg/Manifest dev-python/rospkg/files/gentoo.patch dev-python/rospkg/metadata.xml dev-python/rospkg/rospkg-1.4.0.ebuild dev-python/rospkg/rospkg-9999.ebuild X-VCS-Directories: dev-python/rospkg/ dev-python/rospkg/files/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: f18a1453eb18abf002ff76ce948b013c7a94c191 X-VCS-Branch: master Date: Tue, 24 Jan 2023 20:20:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 528d0084-f763-40ad-8530-1e8d889c2538 X-Archives-Hash: 895129cff8ad3e3e8718858036a46349 commit: f18a1453eb18abf002ff76ce948b013c7a94c191 Author: Jakov Smolić gentoo org> AuthorDate: Tue Jan 24 17:20:27 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Jan 24 20:17:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18a1453 dev-python/rospkg: treeclean Signed-off-by: Jakov Smolić gentoo.org> dev-python/rospkg/Manifest | 1 - dev-python/rospkg/files/gentoo.patch | 15 ------------- dev-python/rospkg/metadata.xml | 11 ---------- dev-python/rospkg/rospkg-1.4.0.ebuild | 41 ----------------------------------- dev-python/rospkg/rospkg-9999.ebuild | 41 ----------------------------------- 5 files changed, 109 deletions(-) diff --git a/dev-python/rospkg/Manifest b/dev-python/rospkg/Manifest deleted file mode 100644 index fb28f34d948c..000000000000 --- a/dev-python/rospkg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rospkg-1.4.0.tar.gz 91707 BLAKE2B 02ee199a5f59d1256561cda0e9a6f05e40337a604bfba34d076cd09812fb4cd2f253785e894e9590de86226e8e250d77f50f18c4ffb2857c69095f329c7aa58e SHA512 4e4a40961ed1cfba0746069725378414dc61d3f55e479e7af5efa211419e34e44f5964f8ab41a8c4c9e9b74ae275fd29cf6ffda0eab66b6a0ec7fc7066719797 diff --git a/dev-python/rospkg/files/gentoo.patch b/dev-python/rospkg/files/gentoo.patch deleted file mode 100644 index 5a9e7738b390..000000000000 --- a/dev-python/rospkg/files/gentoo.patch +++ /dev/null @@ -1,15 +0,0 @@ -Strip ros_packages/ from paths. ros_packages is only for avoiding to crawl the -whole /usr but the real one in the path without it. - -Index: rospkg-1.1.0/src/rospkg/rospack.py -=================================================================== ---- rospkg-1.1.0.orig/src/rospkg/rospack.py -+++ rospkg-1.1.0/src/rospkg/rospack.py -@@ -59,6 +59,7 @@ def list_by_path(manifest_name, path, ca - path = os.path.abspath(path) - basename = os.path.basename - for d, dirs, files in os.walk(path, topdown=True, followlinks=True): -+ d = d.replace('ros_packages/', '') - if 'CATKIN_IGNORE' in files: - del dirs[:] - continue # leaf diff --git a/dev-python/rospkg/metadata.xml b/dev-python/rospkg/metadata.xml deleted file mode 100644 index c01ba35d0853..000000000000 --- a/dev-python/rospkg/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ros@gentoo.org - Gentoo ROS Project - - - ros-infrastructure/rospkg - - diff --git a/dev-python/rospkg/rospkg-1.4.0.ebuild b/dev-python/rospkg/rospkg-1.4.0.ebuild deleted file mode 100644 index 4e4d4e300823..000000000000 --- a/dev-python/rospkg/rospkg-1.4.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="Standalone Python library for the ROS package system" -HOMEPAGE="https://wiki.ros.org/rospkg" - -if [[ ${PV} = *9999 ]]; then - EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg" - inherit git-r3 - - S="${WORKDIR}/${PN}" - EGIT_CHECKOUT_DIR="${S}" -else - SRC_URI="https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/catkin_pkg[${PYTHON_USEDEP}] - dev-python/distro[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) -" -PATCHES=( - "${FILESDIR}/gentoo.patch" -) - -distutils_enable_tests pytest diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild deleted file mode 100644 index 4e4d4e300823..000000000000 --- a/dev-python/rospkg/rospkg-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="Standalone Python library for the ROS package system" -HOMEPAGE="https://wiki.ros.org/rospkg" - -if [[ ${PV} = *9999 ]]; then - EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg" - inherit git-r3 - - S="${WORKDIR}/${PN}" - EGIT_CHECKOUT_DIR="${S}" -else - SRC_URI="https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/catkin_pkg[${PYTHON_USEDEP}] - dev-python/distro[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) -" -PATCHES=( - "${FILESDIR}/gentoo.patch" -) - -distutils_enable_tests pytest