app-i18n/weblate-cli: up to 1.14, up python 11/12

Signed-off-by: Victor Kustov <ktrace@yandex.ru>
pull/11/head
Victor Kustov 3 months ago
parent 48e59494f4
commit d4015fa5b9
Signed by: ktrace
GPG Key ID: 9494B70312B4CADE

@ -1 +1,2 @@
DIST weblate-cli-1.13.tar.gz 70344 BLAKE2B 2f93435b23bdb98f45fbb6c5e1f246d22d75316a61daad39872110632453b7692576e882834362b194d483bcfefd5b5dcdf407bb70dc9ece20a8fcd34185abe3 SHA512 a6de0a1f6e6298d980341bf9e3801a9ba310efe0c70105a8cc561552f778f2c4a8bd5d6c77c8d7588e709dc28129ee258f977785fe0eff916616c682f3d6cb32
DIST weblate-cli-1.14.tar.gz 85423 BLAKE2B 8ed22cbc926a2a27b9758627c3a63de5839d449aeec6e7afa1e05098e56c4eb0949934fce1bec157f4672c65667fd22f9c95c41fa3d1f3d5826b56100f947e4d SHA512 081c0758275922a31fa2ec1dea300296b2cd0882339672717b57504ef5fb6713b01c4b4d8f2765e75a4455b5b0d07e54a551045360b666a4923957579a8a2472

@ -0,0 +1,34 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11,12} )
inherit distutils-r1
DESCRIPTION="Weblate commandline client using Weblate's REST API."
HOMEPAGE="https://weblate.org"
SRC_URI="https://github.com/WeblateOrg/wlc/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
dev-python/argcomplete
dev-python/python-dateutil
dev-python/pyxdg
dev-python/requests"
DEPEND="
${COMMON_DEPEND}
"
RDEPEND="
${COMMON_DEPEND}
"
S="${WORKDIR}/wlc-${PV}"
python_test() {
py.test -v
}
Loading…
Cancel
Save