Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/translate-toolkit/
Date: Fri, 29 Jan 2021 19:31:06
Message-Id: 1611948489.ae5dc0f8d5612378717bb3c46dc4cffbca681b8a.mgorny@gentoo
1 commit: ae5dc0f8d5612378717bb3c46dc4cffbca681b8a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 19:28:09 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 19:28:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5dc0f8
7
8 dev-python/translate-toolkit: Bump to 3.3.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/translate-toolkit/Manifest | 1 +
13 .../translate-toolkit-3.3.1.ebuild | 99 ++++++++++++++++++++++
14 2 files changed, 100 insertions(+)
15
16 diff --git a/dev-python/translate-toolkit/Manifest b/dev-python/translate-toolkit/Manifest
17 index cc98eccc667..eec3f9f2777 100644
18 --- a/dev-python/translate-toolkit/Manifest
19 +++ b/dev-python/translate-toolkit/Manifest
20 @@ -1,2 +1,3 @@
21 DIST translate-toolkit-3.2.0.tar.gz 6029254 BLAKE2B fe4c30e09fcba6755a928775f931f1027bb5678606e74aa435fd5803642ab39b8b55d763bb96dba6b1a957d6656cfca4ec6400b735afd8df7f2c1273ac173c89 SHA512 1045762a5c63cc2bc8459b61a85ef56e4f1d1f705d74646b8235169f22d8d5aa4ab5e3599af52a860d9e434df0fad3e98836b0c021bb0a9697b36a59edbfb6ec
22 DIST translate-toolkit-3.3.0.tar.gz 6122607 BLAKE2B 77e4d4e37fa5fdd0a735b04ccef40769863134411476abe2852855970594f7a11cf06114831c196a744a5e76d50b1707b630a738213d0ded5f588ad98dcfd613 SHA512 3529e5301e8e1f0d89bbadff92cebd5d55ada29fe5eb8d611f604139239645dd6d110bf93180b18faf2ececafb675f2fc6dfbe30d7631ba606a7dfcd5d8f27ca
23 +DIST translate-toolkit-3.3.1.tar.gz 5969914 BLAKE2B 2ede440a341be0bd0206400d01bab881e6070820f362c53f47b5f88e192bcb7a18d2bf667a678378110046f70a035d42b67a77e2dc70829da323d69f675d21cc SHA512 1578fb8f96fa83ad97051a20f02d6570f96f2346d99fc86172718c995468c318f318f27f2ef259bd5dc10521bda4ac7da17385f72b726d7ea3c0fe65af8f313e
24
25 diff --git a/dev-python/translate-toolkit/translate-toolkit-3.3.1.ebuild b/dev-python/translate-toolkit/translate-toolkit-3.3.1.ebuild
26 new file mode 100644
27 index 00000000000..f4c3227ffcd
28 --- /dev/null
29 +++ b/dev-python/translate-toolkit/translate-toolkit-3.3.1.ebuild
30 @@ -0,0 +1,99 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{7..9} )
37 +PYTHON_REQ_USE="sqlite"
38 +DISTUTILS_USE_SETUPTOOLS=rdepend
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Toolkit to convert between many translation formats"
42 +HOMEPAGE="https://github.com/translate/translate"
43 +SRC_URI="https://github.com/translate/translate/releases/download/${PV}/${P}.tar.gz"
44 +
45 +LICENSE="GPL-2"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm64 ~x86"
48 +IUSE="+html +ical +ini +subtitles +yaml"
49 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 +
51 +DEPEND=">=dev-python/six-1.11.0[${PYTHON_USEDEP}]"
52 +RDEPEND="${DEPEND}
53 + !dev-python/pydiff
54 + app-text/iso-codes
55 + >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
56 + dev-python/cheroot[${PYTHON_USEDEP}]
57 + >=dev-python/lxml-4.3.1[${PYTHON_USEDEP}]
58 + >=dev-python/pycountry-19.8.18[${PYTHON_USEDEP}]
59 + >=dev-python/python-levenshtein-0.12.0[${PYTHON_USEDEP}]
60 + dev-python/ruamel-yaml[${PYTHON_USEDEP}]
61 + sys-devel/gettext
62 + html? ( dev-python/utidylib[${PYTHON_USEDEP}] )
63 + ical? ( dev-python/vobject[${PYTHON_USEDEP}] )
64 + ini? ( >=dev-python/iniparse-0.5[${PYTHON_USEDEP}] )
65 + subtitles? ( media-video/gaupol[${PYTHON_USEDEP}] )
66 + yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] )
67 +"
68 +
69 +distutils_enable_sphinx docs \
70 + dev-python/sphinx-bootstrap-theme
71 +distutils_enable_tests pytest
72 +
73 +PATCHES=(
74 + "${FILESDIR}"/translate-toolkit-3.3.0-no-install-docs.patch
75 +)
76 +
77 +python_test() {
78 + local deselect=(
79 + # Not packaging optional phply for now.
80 + # Seems inactive upstream.
81 + --ignore translate/convert/test_php2po.py
82 + --ignore translate/convert/test_po2php.py
83 + --ignore translate/storage/test_php.py
84 + --deselect 'translate/storage/test_cpo.py::TestCPOUnit::test_buildfromunit'
85 + --deselect 'translate/storage/test_po.py::TestPOUnit::test_buildfromunit'
86 + --deselect 'translate/storage/test_pypo.py::TestPYPOUnit::test_buildfromunit'
87 +
88 + # Fails with network-sandbox (and even with it off but w/ softer fail)
89 + --deselect 'tests/xliff_conformance/test_xliff_conformance.py::test_open_office_to_xliff'
90 + --deselect 'tests/xliff_conformance/test_xliff_conformance.py::test_po_to_xliff'
91 + )
92 +
93 + if ! use ini; then
94 + deselect+=(
95 + --ignore translate/convert/test_ini2po.py
96 + --ignore translate/convert/test_po2ini.py
97 + )
98 + fi
99 +
100 + if ! use subtitles; then
101 + deselect+=(
102 + --ignore translate/storage/test_subtitles.py
103 + )
104 + fi
105 +
106 + # translate/storage/test_mo.py needs 'pocompile'
107 + distutils_install_for_testing --via-root
108 +
109 + pytest -vv "${deselect[@]}" || die "Tests failed with ${EPYTHON}"
110 +}
111 +
112 +python_install_all() {
113 + distutils-r1_python_install_all
114 +
115 + if ! use html; then
116 + rm "${ED}"/usr/bin/{html2po,po2html} || die
117 + fi
118 + if ! use ical; then
119 + rm "${ED}"/usr/bin/{ical2po,po2ical} || die
120 + fi
121 + if ! use ini; then
122 + rm "${ED}"/usr/bin/{ini2po,po2ini} || die
123 + fi
124 + if ! use subtitles; then
125 + rm "${ED}"/usr/bin/{sub2po,po2sub} || die
126 + fi
127 +
128 + python_optimize
129 +}