app-i18n/weblate-cli add Weblate translation CLI client

Signed-off-by: Victor Kustov <ktrace@yandex.ru>
weblate-cli-1.13
Victor Kustov 2 years ago
parent c6533ed9f8
commit 90ce958245
Signed by: ktrace
GPG Key ID: 9494B70312B4CADE

@ -0,0 +1 @@
DIST weblate-cli-1.13.tar.gz 70344 BLAKE2B 2f93435b23bdb98f45fbb6c5e1f246d22d75316a61daad39872110632453b7692576e882834362b194d483bcfefd5b5dcdf407bb70dc9ece20a8fcd34185abe3 SHA512 a6de0a1f6e6298d980341bf9e3801a9ba310efe0c70105a8cc561552f778f2c4a8bd5d6c77c8d7588e709dc28129ee258f977785fe0eff916616c682f3d6cb32

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ktrace@yandex.ru</email>
<name>Victor Kustov</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">WeblateOrg/wlc</remote-id>
</upstream>
<longdescription lang="en">
Weblate.org webbased localization tool with tight Git integration supporting a wide range of file formats,
making it easy for translators to contribute. Weblate commandline client using Weblate's REST API.
</longdescription>
</pkgmetadata>

@ -0,0 +1,29 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9,10} )
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}"
Loading…
Cancel
Save