summaryrefslogtreecommitdiff
path: root/dev-python/osrf_pycommon
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
commita1b20429e7e2ba1b44414459afd5a2b50788cd9c (patch)
treee721db30ecc3e534a03ab9b3115762959cc0c28c /dev-python/osrf_pycommon
parentdbbd2ae5e62a232616ede4dae3ed69e15903940a (diff)
gentoo auto-resync : 25:01:2023 - 08:07:03
Diffstat (limited to 'dev-python/osrf_pycommon')
-rw-r--r--dev-python/osrf_pycommon/Manifest3
-rw-r--r--dev-python/osrf_pycommon/metadata.xml16
-rw-r--r--dev-python/osrf_pycommon/osrf_pycommon-2.0.2.ebuild25
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/osrf_pycommon/Manifest b/dev-python/osrf_pycommon/Manifest
deleted file mode 100644
index c6935e963245..000000000000
--- a/dev-python/osrf_pycommon/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST osrf_pycommon-2.0.2.tar.gz 45927 BLAKE2B 49d8ada07d5cae3b9ad0fac7bae38749517680d3c7d7b84f06f83e4f6d14534cd62fdc72bf4fe11faf0eac4d7e5ef133b9a2410e689fafdaadbb5c1a7838a371 SHA512 3efba5e7010bf96e264c01bad1f095e121e998f34125b6393e5154eb7632704ae18e5d72f17862f527d584bd2e2e216d115b8c87e523ddcfff6656d6db331091
-EBUILD osrf_pycommon-2.0.2.ebuild 654 BLAKE2B 22bc2c7481744824df937967cf78d6b8b35da2d1184d0c7d1d361dfdd5242d2a1a33e438674c9845c25ac5f886a8ce2402a7e83d57e6aabe795ee15c149c9b64 SHA512 353133bbe66b781e930289443a5fbcc489ec1be4328790469fdbf7ad954d8d9ce1fd1b3726201f59774a584b2314ab22a426e9e6c702d1e29cddc7e64331d2e1
-MISC metadata.xml 485 BLAKE2B c4787f4886029b55a7c557caba54277711a229ea61b7b66f21d7e0851f934930f223e0b304c2b46ef2674d1dc7a829263cae991d352a9609304d92768a4eff72 SHA512 8b4f0a9f465e968dd93fea7715ed6efba8eaf0362643174784ac14074709eaae5d4e13f1b4075fe6c61475d106760d7dce3c129cb86404dc540ad14d55c6640d
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>ros@gentoo.org</email>
- <name>Gentoo ROS Project</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</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
-)