dev-python/sortedcontainers: keyworded 2.1.0 for ia64, bug #703174
[gentoo.git] / dev-python / diff-match-patch / diff-match-patch-20181111.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 PYTHON_COMPAT=( python3_{6,7,8} )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Diff, match and patch algorithms for plain text"
11 HOMEPAGE="https://pypi.org/project/diff-match-patch/"
12 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
13
14 LICENSE="Apache-2.0"
15 SLOT="0"
16 KEYWORDS="amd64 arm64 x86"
17
18 distutils_enable_tests pytest