app-text/weblate: add new package

Signed-off-by: Victor Kustov <ktrace@yandex.ru>
weblate-cli-1.13
Victor Kustov 5 years ago
parent 358a98d0a3
commit cc08252de6
No known key found for this signature in database
GPG Key ID: F1AAB4DE9B8B4A69

@ -0,0 +1 @@
DIST weblate-0.10.tar.gz 49239 BLAKE2B 14eff937d5e80bf65199b374d961474616747794b05c5a1eb29c2cef318fc8a6e92a9af0f59e1cbbcd8fda3db0b0482f112834ea4db6046d51dd7e18b17b063e SHA512 22a3d46b4d3c1ca870129f3717af83b4866b7f0b66812253d12659f8b226ee8c0e8c8e814798a5117a623f77dd9f091a31bbd3ac1f7927daf5c61c1b801db95e

@ -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,35 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{3_4,3_5,3_6} )
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/pyxdg
dev-python/requests"
DEPEND="
${COMMON_DEPEND}
"
RDEPEND="
${COMMON_DEPEND}
"
S="${WORKDIR}/wlc-${PV}"
#src_configure() {
# default
# mv
#}
#src_test() {
#}
Loading…
Cancel
Save