Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/
Date: Fri, 13 May 2022 20:04:22
Message-Id: 1652472229.197f733f7351c44129ceab165c55ad8a2b34735d.sam@gentoo
1 commit: 197f733f7351c44129ceab165c55ad8a2b34735d
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Fri May 6 23:07:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 20:03:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197f733f
7
8 dev-vcs/tortoisehg: 6.1.2 version bump
9
10 Among other changes after thg-6.1 release
11 the license was updated to GPL-2+
12
13 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
14 Closes: https://github.com/gentoo/gentoo/pull/25359
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 dev-vcs/tortoisehg/Manifest | 1 +
18 dev-vcs/tortoisehg/tortoisehg-6.1.2.ebuild | 81 ++++++++++++++++++++++++++++++
19 2 files changed, 82 insertions(+)
20
21 diff --git a/dev-vcs/tortoisehg/Manifest b/dev-vcs/tortoisehg/Manifest
22 index 9f6c33739e2f..eebc2408043b 100644
23 --- a/dev-vcs/tortoisehg/Manifest
24 +++ b/dev-vcs/tortoisehg/Manifest
25 @@ -2,3 +2,4 @@ DIST tortoisehg-5.8.1.tar.gz 8636858 BLAKE2B 66473695e1364ff676ab314ce8b5a5e59cb
26 DIST tortoisehg-5.9.1.tar.gz 8637928 BLAKE2B 57687359eb00018a811e28449dccce260569f7a26c91bf25a6473427f9942fd536c4458cae593baa371c65713f626208e6627e952e78001947b8f952988c3103 SHA512 8df24a66e24ddb95af353a363149dcee37bc678ebd741f578a8bc09d6844b52537f287b908bce2dab4e4603310867095821b52332bd5bdc55b0f114bad647eff
27 DIST tortoisehg-5.9.3.tar.gz 8637453 BLAKE2B 9fa90c108f32b1e15c233e7ccbadbda08e434f23aa5c5fe7c235c743c98f54f4222a1804c06b0ca300cc3d0b049c117007a53452ff20ae4411bca30d8ed9013b SHA512 870b3b717962b8450d07fca5300f971d187236edce5a9d2926144b832c0771b8f5a324bdfd05a1fed3d2b4de4bad913c0c8f4435908e602e268c561ed64abbb2
28 DIST tortoisehg-6.1.tar.gz 8651661 BLAKE2B 0b66c057973eeef443370151884205144d75a7f21f3f3af5521ba43c2e366cc28c52850ddd7eec6e33ba97236fca99e63fdf9c0eb570213f382d726e63837217 SHA512 98b2d1c357f0996f8e2ef9e2440fe005e28672effe8a871a2bf940a973cbba9f49afb234eb28d4d9b3a15bad4bedd61d302e975787e76f9abd52f5958a7a219f
29 +DIST tortoisehg-6.1.2.tar.gz 8676222 BLAKE2B 08f8ed7e17ebf9223b91496a5a7ca90f11d1c859d82c5ec7ad714690fe4bb00ac96d89cd7552cba0215b505604688bae875d59e3efe5cde64a26baf331e6301a SHA512 baadb018a0e426a83b7be484834c336099e8969711bc6b6752e98262b88ea5ff3fab7dbb13fe9622e4823f719f008ca0ee599823e65253c7c7741efb0f796558
30
31 diff --git a/dev-vcs/tortoisehg/tortoisehg-6.1.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.1.2.ebuild
32 new file mode 100644
33 index 000000000000..c26d50aca7b6
34 --- /dev/null
35 +++ b/dev-vcs/tortoisehg/tortoisehg-6.1.2.ebuild
36 @@ -0,0 +1,81 @@
37 +# Copyright 1999-2022 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=8
41 +
42 +PYTHON_COMPAT=( python3_{8..10} )
43 +
44 +DISTUTILS_USE_PEP517=setuptools
45 +
46 +inherit desktop distutils-r1 optfeature xdg-utils
47 +
48 +if [[ ${PV} != *9999* ]]; then
49 + KEYWORDS="~amd64 ~arm64 ~x86"
50 + SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz -> ${P}.tar.gz"
51 + HG_DEPEND=">=dev-vcs/mercurial-5.9[${PYTHON_USEDEP}]
52 + <dev-vcs/mercurial-6.2[${PYTHON_USEDEP}]"
53 + S="${WORKDIR}/thg-${PV}"
54 +else
55 + inherit mercurial
56 + EHG_REPO_URI="https://foss.heptapod.net/mercurial/${PN}/thg"
57 + EHG_REVISION="stable"
58 + HG_DEPEND=">=dev-vcs/mercurial-5.9[${PYTHON_USEDEP}]"
59 +fi
60 +
61 +DESCRIPTION="Set of graphical tools for Mercurial"
62 +HOMEPAGE="https://tortoisehg.bitbucket.io/"
63 +
64 +LICENSE="GPL-2+"
65 +SLOT="0"
66 +IUSE="test"
67 +RESTRICT="!test? ( test )"
68 +
69 +RDEPEND="
70 + ${HG_DEPEND}
71 + dev-python/iniparse[${PYTHON_USEDEP}]
72 + dev-python/pygments[${PYTHON_USEDEP}]
73 + dev-python/PyQt5[network,svg,${PYTHON_USEDEP}]
74 + >=dev-python/qscintilla-python-2.9.4[qt5(+),${PYTHON_USEDEP}]
75 +"
76 +BDEPEND="
77 + ${RDEPEND}
78 + test? (
79 + dev-python/mock[${PYTHON_USEDEP}]
80 + dev-python/pytest[${PYTHON_USEDEP}]
81 + )
82 +"
83 +
84 +distutils_enable_sphinx doc/source
85 +
86 +python_prepare_all() {
87 + # Remove file that collides with >=mercurial-4.0 (bug #599266).
88 + rm "${S}"/hgext3rd/__init__.py || die "can't remove /hgext3rd/__init__.py"
89 +
90 + sed -i -e 's:share/doc/tortoisehg:share/doc/'"${PF}"':' setup.py || die
91 + distutils-r1_python_prepare_all
92 +}
93 +
94 +python_test() {
95 + ${EPYTHON} tests/run-tests.py -m 'not largefiles' --disable-pytest-warnings --doctest-modules tests || die "Tests failed with ${EPYTHON}"
96 + ${EPYTHON} tests/run-tests.py -m largefiles --disable-pytest-warnings tests || die "Tests failed with ${EPYTHON}"
97 +}
98 +
99 +python_install_all() {
100 + distutils-r1_python_install_all
101 + dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc
102 + newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg
103 + domenu contrib/thg.desktop
104 +}
105 +
106 +pkg_postinst() {
107 + xdg_icon_cache_update
108 + elog "When startup of ${PN} fails with an API version mismatch error"
109 + elog "between dev-python/sip and dev-python/PyQt5 please rebuild"
110 + elog "dev-python/qscintilla-python."
111 +
112 + optfeature "the core git extension support" dev-python/pygit2
113 +}
114 +
115 +pkg_postrm() {
116 + xdg_icon_cache_update
117 +}