commit: 024fbdef7161b4f392253fb37f8251495af6ecf4 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Tue Jan 24 17:21:25 2023 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Jan 24 20:17:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024fbdef
dev-python/osrf_pycommon: treeclean Closes: https://bugs.gentoo.org/834706 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/osrf_pycommon/Manifest | 1 - dev-python/osrf_pycommon/metadata.xml | 16 -------------- .../osrf_pycommon/osrf_pycommon-2.0.2.ebuild | 25 ---------------------- profiles/package.mask | 1 - 4 files changed, 43 deletions(-) diff --git a/dev-python/osrf_pycommon/Manifest b/dev-python/osrf_pycommon/Manifest deleted file mode 100644 index c0c27efe1e3c..000000000000 --- a/dev-python/osrf_pycommon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST osrf_pycommon-2.0.2.tar.gz 45927 BLAKE2B 49d8ada07d5cae3b9ad0fac7bae38749517680d3c7d7b84f06f83e4f6d14534cd62fdc72bf4fe11faf0eac4d7e5ef133b9a2410e689fafdaadbb5c1a7838a371 SHA512 3efba5e7010bf96e264c01bad1f095e121e998f34125b6393e5154eb7632704ae18e5d72f17862f527d584bd2e2e216d115b8c87e523ddcfff6656d6db331091 diff --git a/dev-python/osrf_pycommon/metadata.xml b/dev-python/osrf_pycommon/metadata.xml deleted file mode 100644 index eae3399db897..000000000000 --- a/dev-python/osrf_pycommon/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo ROS Project</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">osrf/osrf_pycommon</remote-id> - <remote-id type="pypi">osrf-pycommon</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/osrf_pycommon/osrf_pycommon-2.0.2.ebuild b/dev-python/osrf_pycommon/osrf_pycommon-2.0.2.ebuild deleted file mode 100644 index fcca5529f274..000000000000 --- a/dev-python/osrf_pycommon/osrf_pycommon-2.0.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2019-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="Commonly needed Python modules used by Python software developed at OSRF" -HOMEPAGE="https://github.com/osrf/osrf_pycommon" -SRC_URI="https://github.com/osrf/osrf_pycommon/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # linting is something upstreams do - # for us, it either means unneeded deps or breakage due to changes - tests/test_code_format.py -) diff --git a/profiles/package.mask b/profiles/package.mask index 011b6e31126d..ae9503a9b56e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -366,7 +366,6 @@ acct-group/ros acct-user/ros dev-python/ament_package dev-python/catkin_pkg -dev-python/osrf_pycommon # Michał Górny <[email protected]> (2022-12-23) # Packages that still use dev-python/nose and have no revdeps.
