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/unidiff/
Date: Mon, 16 May 2022 13:31:02
Message-Id: 1652707694.d7e75ac686c81a47774f9a61f5fb48f9657abd21.mgorny@gentoo
1 commit: d7e75ac686c81a47774f9a61f5fb48f9657abd21
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:28:14 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:28:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e75ac6
7
8 dev-python/unidiff: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/unidiff/Manifest | 3 ---
13 dev-python/unidiff/unidiff-0.7.0.ebuild | 17 -----------------
14 dev-python/unidiff/unidiff-0.7.1.ebuild | 19 -------------------
15 dev-python/unidiff/unidiff-0.7.2.ebuild | 19 -------------------
16 4 files changed, 58 deletions(-)
17
18 diff --git a/dev-python/unidiff/Manifest b/dev-python/unidiff/Manifest
19 index 4fd98ea97fab..a6c04261fd1b 100644
20 --- a/dev-python/unidiff/Manifest
21 +++ b/dev-python/unidiff/Manifest
22 @@ -1,4 +1 @@
23 -DIST unidiff-0.7.0.tar.gz 18883 BLAKE2B 815c578ea02fb9e8a9a6f79e02ba8c35981f49d93b615d198bf5365df11552da84519a6b732986867dca3c329e7b43e9c79e7b158e17ec6921611a8d80aa3af6 SHA512 4f6f249219e4f36d7f753bb117123c508420ecbe6ef4f78936ceea10a5df00a4177ae45d8a56c62d824ee17ddfbc5a41ffc1f45ce1a7add9692b9c86813c2aac
24 -DIST unidiff-0.7.1.tar.gz 19547 BLAKE2B 71d3d8b187846f16e2fc1672c8b2624b4be29ef09b142a2a6c30f32c1812887d764f36ec16cb6d231f32fb84257cdb1abef3c571265f457ad2793bffbd043a74 SHA512 01a2467a10798a5427ae7d40644c881e7ed4775bab5b2bd7948d1153f1941417e2a2fd9beaa313e308900bffe8c8c1cb542d4f18e83786f9638ae20c72f1ad32
25 -DIST unidiff-0.7.2.tar.gz 19862 BLAKE2B 908bc7f3c33193fb5659add921c6ce4065f10026fa20df2f4bc4eb6fc56ed8d974bed1282351e094b8791103e3b93ad439dd0636fb1dc36ece2e3e62a494bee3 SHA512 fc5465db931384f4744308e155d558998d0ef393d3091e6cb3ac141525a9caf4cb4604ea00bd7f205318280113481fb987076ae6423ea29af685d482a7b3bf41
26 DIST unidiff-0.7.3.tar.gz 19897 BLAKE2B bc29b912855955de08fdbc186bdf9edf63a0a622262f36a54160f2c61e6604a40d093d43261101864c209e4d2cd5c1db0e48d0dd76174b02a71f89199e00e31d SHA512 451bc765532329c0963961afd15e061e3bcbd85a16cb799310ae0fd34b534f6222514ed4825f90c5ae9ea1b3b0e11a8e169b7991ba9ed82c33325ccb3b10a3b0
27
28 diff --git a/dev-python/unidiff/unidiff-0.7.0.ebuild b/dev-python/unidiff/unidiff-0.7.0.ebuild
29 deleted file mode 100644
30 index 43ecf5b9b6db..000000000000
31 --- a/dev-python/unidiff/unidiff-0.7.0.ebuild
32 +++ /dev/null
33 @@ -1,17 +0,0 @@
34 -# Copyright 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 -inherit distutils-r1
41 -
42 -DESCRIPTION="Unified diff parsing/metadata extraction library"
43 -HOMEPAGE="https://github.com/matiasb/python-unidiff https://pypi.org/project/unidiff/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm64 ~x86"
49 -
50 -distutils_enable_tests unittest
51
52 diff --git a/dev-python/unidiff/unidiff-0.7.1.ebuild b/dev-python/unidiff/unidiff-0.7.1.ebuild
53 deleted file mode 100644
54 index 8cbc80ac7f31..000000000000
55 --- a/dev-python/unidiff/unidiff-0.7.1.ebuild
56 +++ /dev/null
57 @@ -1,19 +0,0 @@
58 -# Copyright 2021-2022 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=8
62 -
63 -DISTUTILS_USE_PEP517=setuptools
64 -PYTHON_COMPAT=( python3_{8..10} )
65 -
66 -inherit distutils-r1
67 -
68 -DESCRIPTION="Unified diff parsing/metadata extraction library"
69 -HOMEPAGE="https://github.com/matiasb/python-unidiff https://pypi.org/project/unidiff/"
70 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
71 -
72 -LICENSE="MIT"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~arm64 ~x86"
75 -
76 -distutils_enable_tests unittest
77
78 diff --git a/dev-python/unidiff/unidiff-0.7.2.ebuild b/dev-python/unidiff/unidiff-0.7.2.ebuild
79 deleted file mode 100644
80 index 8e71a14fe537..000000000000
81 --- a/dev-python/unidiff/unidiff-0.7.2.ebuild
82 +++ /dev/null
83 @@ -1,19 +0,0 @@
84 -# Copyright 2021-2022 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=8
88 -
89 -DISTUTILS_USE_PEP517=setuptools
90 -PYTHON_COMPAT=( python3_{8..10} )
91 -inherit distutils-r1
92 -
93 -DESCRIPTION="Unified diff parsing/metadata extraction library"
94 -HOMEPAGE="https://github.com/matiasb/python-unidiff
95 - https://pypi.org/project/unidiff/"
96 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
97 -
98 -LICENSE="MIT"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~arm64 ~x86"
101 -
102 -distutils_enable_tests unittest