grammalecte-0.6.4.ebuild (474B)
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 PYTHON_COMPAT=( python3_{4,5,6} )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Grammatical corrector for the French language"
11 HOMEPAGE="https://dicollecte.org/"
12 SRC_URI="https://www.dicollecte.org/grammalecte/zip/Grammalecte-fr-v${PV}.zip"
13 RESTRICT="mirror"
14
15 LICENSE="GPL-3"
16 SLOT="0"
17 KEYWORDS="~amd64 ~x86"
18 IUSE=""
19
20 DEPEND="${PYTHON_DEPS}"
21 RDEPEND=""
22
23 S="${WORKDIR}"