Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/osrf_pycommon/
Date: Mon, 16 May 2022 13:24:30
Message-Id: 1652707252.af29943f9b0c1e1d90ee6ee6199684a9df7a07e9.mgorny@gentoo
1 commit: af29943f9b0c1e1d90ee6ee6199684a9df7a07e9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:20:52 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:20:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af29943f
7
8 dev-python/osrf_pycommon: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/osrf_pycommon/Manifest | 3 ---
13 .../osrf_pycommon/osrf_pycommon-1.0.0.ebuild | 29 ---------------------
14 .../osrf_pycommon/osrf_pycommon-2.0.0.ebuild | 30 ----------------------
15 .../osrf_pycommon/osrf_pycommon-2.0.1.ebuild | 25 ------------------
16 4 files changed, 87 deletions(-)
17
18 diff --git a/dev-python/osrf_pycommon/Manifest b/dev-python/osrf_pycommon/Manifest
19 index fc3c829b511b..c0c27efe1e3c 100644
20 --- a/dev-python/osrf_pycommon/Manifest
21 +++ b/dev-python/osrf_pycommon/Manifest
22 @@ -1,4 +1 @@
23 -DIST osrf_pycommon-1.0.0.tar.gz 45084 BLAKE2B 83bfd5393575a5032e72ae93c9c3eec87d2907ce3fbd3e9fe14a94e5470d61594ab75bca394ec4b7960bbdb16c3ec060966bd6bf47f9a4037d530501c7ce947f SHA512 ff7204116c94eef972b7071f8d6c68fd7cdb1a518fd6c77cd47f54e5390815ff4b6a7d265ef3ed0093c1baa20eb332d69e92926e856da0e34b7186100b688d83
24 -DIST osrf_pycommon-2.0.0.tar.gz 45467 BLAKE2B bcf111183b66dd19e24182e6fee75674f0481bdeb2498ea2a0d10c56977651da60f94444706df525ee71f64d5eb1a24e2e5b4acaf13f19f94b787ce5b424c81e SHA512 ebb06a86c3527ea9dfb24778410a7f84d5560216aedd4ed5fe0b22660b6fbf9625d093dc8653db58a2cc7f3a81e6c4a2770fca90694441cdb141fb840935c50e
25 -DIST osrf_pycommon-2.0.1.tar.gz 45839 BLAKE2B 9961eade38c8de980cee01debbc177ae8ef3ef872d2525c9c6a1660e2323a5bfc02d9f5e6295aeada0cb3a9506da27637eb3c042a1328aff7b5e0e6435bd4dc4 SHA512 9f8affe81c6adc7436ccf9481a84b98a32650c6a0d6bff9c378faf1a9202bfeccb9f72046fecdcdd38f5d6047319db97e6e7e090446ab2fce759949046590f4b
26 DIST osrf_pycommon-2.0.2.tar.gz 45927 BLAKE2B 49d8ada07d5cae3b9ad0fac7bae38749517680d3c7d7b84f06f83e4f6d14534cd62fdc72bf4fe11faf0eac4d7e5ef133b9a2410e689fafdaadbb5c1a7838a371 SHA512 3efba5e7010bf96e264c01bad1f095e121e998f34125b6393e5154eb7632704ae18e5d72f17862f527d584bd2e2e216d115b8c87e523ddcfff6656d6db331091
27
28 diff --git a/dev-python/osrf_pycommon/osrf_pycommon-1.0.0.ebuild b/dev-python/osrf_pycommon/osrf_pycommon-1.0.0.ebuild
29 deleted file mode 100644
30 index 76c71e1f7c8c..000000000000
31 --- a/dev-python/osrf_pycommon/osrf_pycommon-1.0.0.ebuild
32 +++ /dev/null
33 @@ -1,29 +0,0 @@
34 -# Copyright 2019-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -DISTUTILS_USE_SETUPTOOLS=rdepend
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Commonly needed Python modules used by Python software developed at OSRF"
44 -HOMEPAGE="https://github.com/osrf/osrf_pycommon"
45 -SRC_URI="https://github.com/osrf/osrf_pycommon/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -
51 -BDEPEND="
52 - test? (
53 - dev-python/mock[${PYTHON_USEDEP}]
54 - )"
55 -
56 -distutils_enable_tests pytest
57 -
58 -python_test() {
59 - # linting is something upstreams do
60 - # for us, it either means unneeded deps or breakage due to changes
61 - epytest --ignore tests/test_code_format.py
62 -}
63
64 diff --git a/dev-python/osrf_pycommon/osrf_pycommon-2.0.0.ebuild b/dev-python/osrf_pycommon/osrf_pycommon-2.0.0.ebuild
65 deleted file mode 100644
66 index c05eb3531f96..000000000000
67 --- a/dev-python/osrf_pycommon/osrf_pycommon-2.0.0.ebuild
68 +++ /dev/null
69 @@ -1,30 +0,0 @@
70 -# Copyright 2019-2022 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -DISTUTILS_USE_PEP517=setuptools
76 -PYTHON_COMPAT=( python3_{8..10} )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="Commonly needed Python modules used by Python software developed at OSRF"
81 -HOMEPAGE="https://github.com/osrf/osrf_pycommon"
82 -SRC_URI="https://github.com/osrf/osrf_pycommon/archive/${PV}.tar.gz -> ${P}.tar.gz"
83 -
84 -LICENSE="Apache-2.0"
85 -SLOT="0"
86 -KEYWORDS="~amd64"
87 -
88 -BDEPEND="
89 - test? (
90 - dev-python/mock[${PYTHON_USEDEP}]
91 - )"
92 -
93 -distutils_enable_tests pytest
94 -
95 -python_test() {
96 - # linting is something upstreams do
97 - # for us, it either means unneeded deps or breakage due to changes
98 - epytest --ignore tests/test_code_format.py
99 -}
100
101 diff --git a/dev-python/osrf_pycommon/osrf_pycommon-2.0.1.ebuild b/dev-python/osrf_pycommon/osrf_pycommon-2.0.1.ebuild
102 deleted file mode 100644
103 index 2c0977439143..000000000000
104 --- a/dev-python/osrf_pycommon/osrf_pycommon-2.0.1.ebuild
105 +++ /dev/null
106 @@ -1,25 +0,0 @@
107 -# Copyright 2019-2022 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=8
111 -
112 -DISTUTILS_USE_PEP517=setuptools
113 -PYTHON_COMPAT=( python3_{8..10} )
114 -
115 -inherit distutils-r1
116 -
117 -DESCRIPTION="Commonly needed Python modules used by Python software developed at OSRF"
118 -HOMEPAGE="https://github.com/osrf/osrf_pycommon"
119 -SRC_URI="https://github.com/osrf/osrf_pycommon/archive/${PV}.tar.gz -> ${P}.tar.gz"
120 -
121 -LICENSE="Apache-2.0"
122 -SLOT="0"
123 -KEYWORDS="~amd64"
124 -
125 -distutils_enable_tests pytest
126 -
127 -python_test() {
128 - # linting is something upstreams do
129 - # for us, it either means unneeded deps or breakage due to changes
130 - epytest --ignore tests/test_code_format.py
131 -}