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: Fri, 17 Mar 2023 15:29:19
Message-Id: 1679066923.6f6fd399405221959d241da9e485e30934059651.mgorny@gentoo
1 commit: 6f6fd399405221959d241da9e485e30934059651
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 12:02:25 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:28:43 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6fd399
7
8 dev-python/diff-match-patch: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/diff-match-patch/diff-match-patch-20200713.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
16 index be6febee8094..420c71c3614a 100644
17 --- a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
18 +++ b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
19 @@ -3,13 +3,13 @@
20
21 EAPI=7
22
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..11} )
25
26 -inherit distutils-r1
27 +inherit distutils-r1 pypi
28
29 DESCRIPTION="Diff, match and patch algorithms for plain text"
30 HOMEPAGE="https://pypi.org/project/diff-match-patch/"
31 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="Apache-2.0"
34 SLOT="0"