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/diff-match-patch/
Date: Thu, 26 Mar 2020 20:35:24
Message-Id: 1585254896.75ddc095581ff13b51661d52a9367e353b219325.mgorny@gentoo
1 commit: 75ddc095581ff13b51661d52a9367e353b219325
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 26 20:30:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 26 20:34:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ddc095
7
8 dev-python/diff-match-patch: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/diff-match-patch/Manifest | 1 -
13 .../diff-match-patch-20121119.ebuild | 24 ----------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-python/diff-match-patch/Manifest b/dev-python/diff-match-patch/Manifest
17 index 06b4f7187b9..6278567ccc5 100644
18 --- a/dev-python/diff-match-patch/Manifest
19 +++ b/dev-python/diff-match-patch/Manifest
20 @@ -1,2 +1 @@
21 -DIST diff-match-patch-20121119.tar.gz 54113 BLAKE2B 0fcfa46f02f92af0e31ded7c51c651574104fb4d7d70082873981138579b12231dea0eee417614981a96f7ceaa50b288fefdbc21dca687451095dcdc34fe32f8 SHA512 3daff80a6043a0413c515125a21839d9fa1d71f7e2441f4870ebefed35f1accea711814ad231c65de0e3468bbd01402c977fc063ab120b7d9f0e04ef555a8207
22 DIST diff-match-patch-20181111.tar.gz 58554 BLAKE2B 2a74294bb9ac88447cdea794a9c3b44d705d93f7e0777d5e5ece4a306f43df47458a4ba0ec8b16624862a6e4540a605695c3a83ee7dad7749b22210ebe65705a SHA512 9b21726b9c0e350553533c14dd86cca823c6f98ab642e7166cf9348952a57b62bcb0576e3d6a3b76655ea1bcc8cef3fe7f33ffb068b5a4bfb4b4b521042484e6
23
24 diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
25 deleted file mode 100644
26 index 4fee9e26e1f..00000000000
27 --- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python3_{6,7} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Diff, match and patch algorithms for plain text"
40 -HOMEPAGE="https://pypi.org/project/diff-match-patch/"
41 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 arm64 x86"
46 -IUSE=""
47 -
48 -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
49 -DEPEND="${RDEPEND}"
50 -
51 -python_test() {
52 - esetup.py test
53 -}