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/cbor2/
Date: Mon, 06 Jun 2022 11:36:30
Message-Id: 1654515224.c75ed46022b0311f007d76ac3a099c6587f5b09b.mgorny@gentoo
1 commit: c75ed46022b0311f007d76ac3a099c6587f5b09b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 11:33:44 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 11:33:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75ed460
7
8 dev-python/cbor2: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cbor2/Manifest | 2 --
13 dev-python/cbor2/cbor2-5.4.2.ebuild | 29 --------------------------
14 dev-python/cbor2/cbor2-5.4.2_p1.ebuild | 37 ----------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-python/cbor2/Manifest b/dev-python/cbor2/Manifest
18 index 93bcea519c9c..18c1d3a9d0dc 100644
19 --- a/dev-python/cbor2/Manifest
20 +++ b/dev-python/cbor2/Manifest
21 @@ -1,3 +1 @@
22 -DIST cbor2-5.4.2.post1.tar.gz 85858 BLAKE2B 6d82ba6b99828615a3f93d8958f759fdc838a7c324ebbe82cda7d46ab8a450db95b626eac83df24d874725f99a141864d97e1077cdc9f2b177cc3d5019eab429 SHA512 48db9e58bf2209d19a89756d60e3d91c652edb6a0b0325aecde0250869c674b1759122aaab45c59d4ff8bffdca4a64a142871f5a88af66f238361d9d586cf78e
23 -DIST cbor2-5.4.2.tar.gz 85847 BLAKE2B 1ad8b7bf54343ad7e969c797a444653e9cf501139facb98f92727be4d31148acedff29885e99c1535a44bcc9add4e4a1890c8f4605c2b82c9975821ee029d7bb SHA512 86e79ae19120dc39e79aa410b1e75df1d82b40c0523865989310f2d7214bfd824bf86ba158b2f695542ef2f34c76c8c4d5b28dbbb9815ee923444b00e86940d4
24 DIST cbor2-5.4.3.tar.gz 86499 BLAKE2B 0303ed49a1c468a3aa13e12a4bebef17479f106bc3f0a92e35c6029ff1bd86aea6a77f557ac0c8acb5e055ec0b56c82e5c95e9417d00715a1fb244bd94d0f60d SHA512 9527bec5a36464bb7dc9a8c0ece3ad72f1c6182272a7edf0526668b264c957b72bc031d2398dc6af38af09bb298219c316da194084fab410bae5f9100b22328b
25
26 diff --git a/dev-python/cbor2/cbor2-5.4.2.ebuild b/dev-python/cbor2/cbor2-5.4.2.ebuild
27 deleted file mode 100644
28 index 60b78041cf67..000000000000
29 --- a/dev-python/cbor2/cbor2-5.4.2.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Pure Python CBOR (de)serializer with extensive tag support"
41 -HOMEPAGE="https://github.com/agronholm/cbor2 https://pypi.org/project/cbor2/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="amd64 arm arm64 ~riscv x86"
47 -
48 -BDEPEND="
49 - dev-python/setuptools_scm[${PYTHON_USEDEP}]"
50 -
51 -distutils_enable_tests pytest
52 -
53 -python_prepare_all() {
54 - # remove pytest-cov dep
55 - sed -e "s/pytest-cov//" \
56 - -e "s/--cov //" \
57 - -i setup.cfg || die
58 -
59 - distutils-r1_python_prepare_all
60 -}
61
62 diff --git a/dev-python/cbor2/cbor2-5.4.2_p1.ebuild b/dev-python/cbor2/cbor2-5.4.2_p1.ebuild
63 deleted file mode 100644
64 index 6c289191ab71..000000000000
65 --- a/dev-python/cbor2/cbor2-5.4.2_p1.ebuild
66 +++ /dev/null
67 @@ -1,37 +0,0 @@
68 -# Copyright 1999-2022 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=8
72 -
73 -DISTUTILS_USE_PEP517=setuptools
74 -PYTHON_COMPAT=( python3_{8..10} )
75 -
76 -inherit distutils-r1
77 -
78 -MY_P=${P/_p/.post}
79 -DESCRIPTION="Pure Python CBOR (de)serializer with extensive tag support"
80 -HOMEPAGE="
81 - https://github.com/agronholm/cbor2/
82 - https://pypi.org/project/cbor2/
83 -"
84 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
85 -S=${WORKDIR}/${MY_P}
86 -
87 -LICENSE="MIT"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
90 -
91 -BDEPEND="
92 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
93 -"
94 -
95 -distutils_enable_tests pytest
96 -
97 -python_prepare_all() {
98 - # remove pytest-cov dep
99 - sed -e "s/pytest-cov//" \
100 - -e "s/--cov //" \
101 - -i setup.cfg || die
102 -
103 - distutils-r1_python_prepare_all
104 -}