Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hydrus/
Date: Sat, 28 Aug 2021 16:50:46
Message-Id: 1630169424.afc14c09b6f873082a9fb72c676d92827411a6b7.sam@gentoo
1 commit: afc14c09b6f873082a9fb72c676d92827411a6b7
2 Author: Ekaterina Vaartis <vaartis <AT> kotobank <DOT> ch>
3 AuthorDate: Sat Aug 28 15:19:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 28 16:50:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc14c09
7
8 media-gfx/hydrus: Add 452
9
10 Signed-off-by: Ekaterina Vaartis <vaartis <AT> kotobank.ch>
11 Closes: https://github.com/gentoo/gentoo/pull/22142
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-gfx/hydrus/Manifest | 1 +
15 media-gfx/hydrus/hydrus-452.ebuild | 139 +++++++++++++++++++++++++++++++++++++
16 2 files changed, 140 insertions(+)
17
18 diff --git a/media-gfx/hydrus/Manifest b/media-gfx/hydrus/Manifest
19 index 54e66ea3816..61118130f14 100644
20 --- a/media-gfx/hydrus/Manifest
21 +++ b/media-gfx/hydrus/Manifest
22 @@ -1,3 +1,4 @@
23 DIST hydrus-448.tar.gz 38851906 BLAKE2B 2b60174ffea3dd0c3816afef12378546582dfc39f80406534fa8b868c33052dc8497fa750ed724388467fd9ed4f1a7245b7ef91745750b9ede834a94e2da9638 SHA512 a16879dfd3417a784ca900b6cdab5fb4079d8ca4179224ac69e37321e165f35483d476b40994f2445c846998b2f154498da3cbd9c695a9d96b71f187e788b7b3
24 DIST hydrus-450.tar.gz 38861101 BLAKE2B fd7993a4d9f82da43b4a6ae83426452b8bb79bcc32a9038ff129c4673c618b89db4a79301d06d2cc7c244053904cd201e88d496e05f7fcf723874e929275af08 SHA512 1c55a173863f7fee90288e1bc85203d12aaf812ab4afb506bc72c24d9b25dfea8ef1785043d801c2bea6302c65d4342ec2f58f47927fbb2d274ba433d29d8230
25 DIST hydrus-451.tar.gz 38867387 BLAKE2B 80a7139ebcc1447b8eb35754dd65b54127a2b5107bbb8bdb371476f9db984bcd5b9ff388ec726ed5fca31acf69a180c288e1c6cdfabfdef1c72772402d22f3f0 SHA512 482095c03d44979e99e4f3027fa9b6f5c9b90692e29a28246f1e0b4c6fa20c6ed3b1d9e421d3b9bb723a094c1f0aea6aa7468247e23b54570ee99e26dce41654
26 +DIST hydrus-452.tar.gz 38873698 BLAKE2B 3c9c5fc63533f9c94ff3425b8767bffacb20c435f7a904de1229ec3cb079d86009c971515461d55f947743c705b12eee798160cbae04f0c3af283666a82ac482 SHA512 5c0280ae80b9af32629f6a2bcab3466abd01eea502034ac2354e3efabfd7bbe5ae5582950a19d9f28019b993f847000aa194a0b810f4d32b143b24e589de9f66
27
28 diff --git a/media-gfx/hydrus/hydrus-452.ebuild b/media-gfx/hydrus/hydrus-452.ebuild
29 new file mode 100644
30 index 00000000000..d52bbf98e3b
31 --- /dev/null
32 +++ b/media-gfx/hydrus/hydrus-452.ebuild
33 @@ -0,0 +1,139 @@
34 +# Copyright 1999-2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +PYTHON_COMPAT=( python3_{8..9} )
40 +PYTHON_REQ_USE="sqlite"
41 +
42 +inherit python-single-r1 desktop optfeature
43 +
44 +DESCRIPTION="A booru-like media organizer for the desktop"
45 +HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ https://github.com/hydrusnetwork/hydrus"
46 +
47 +if [[ "${PV}" == "9999" ]]; then
48 + inherit git-r3
49 +
50 + EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git"
51 +else
52 + SRC_URI="https://github.com/hydrusnetwork/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 +
54 + KEYWORDS="~amd64"
55 +fi
56 +
57 +# hydrus itself is WTFPL
58 +# icons included are CC-BY-2.5
59 +LICENSE="WTFPL-2 CC-BY-2.5"
60 +SLOT="0"
61 +IUSE="test"
62 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
63 +
64 +RESTRICT="!test? ( test )"
65 +
66 +# RDEPEND is sorted as such:
67 +# - No specific requirements
68 +# - Specific version or slot
69 +RDEPEND="
70 + ${PYTHON_DEPS}
71 + $(python_gen_cond_dep '
72 + dev-python/chardet[${PYTHON_USEDEP}]
73 + dev-python/cloudscraper[${PYTHON_USEDEP}]
74 + dev-python/html5lib[${PYTHON_USEDEP}]
75 + dev-python/lxml[${PYTHON_USEDEP}]
76 + dev-python/numpy[${PYTHON_USEDEP}]
77 + dev-python/pillow[${PYTHON_USEDEP}]
78 + dev-python/psutil[${PYTHON_USEDEP}]
79 + dev-python/pyopenssl[${PYTHON_USEDEP}]
80 + dev-python/pyside2[widgets,gui,${PYTHON_USEDEP}]
81 + dev-python/python-mpv[${PYTHON_USEDEP}]
82 + dev-python/pyyaml[${PYTHON_USEDEP}]
83 + dev-python/requests[${PYTHON_USEDEP}]
84 + dev-python/send2trash[${PYTHON_USEDEP}]
85 + dev-python/service_identity[${PYTHON_USEDEP}]
86 + dev-python/six[${PYTHON_USEDEP}]
87 + dev-python/twisted[${PYTHON_USEDEP}]
88 + media-libs/opencv[python,png,jpeg,${PYTHON_USEDEP}]
89 + media-video/ffmpeg
90 + media-video/mpv[libmpv,${PYTHON_USEDEP}]
91 +
92 + >=dev-python/QtPy-1.9.0-r4[pyside2,${PYTHON_USEDEP}]
93 + dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
94 + ')
95 +"
96 +BDEPEND="
97 + ${RDEPEND}
98 + $(python_gen_cond_dep '
99 + test? (
100 + dev-python/httmock[${PYTHON_USEDEP}]
101 + dev-python/mock[${PYTHON_USEDEP}]
102 + dev-python/nose[${PYTHON_USEDEP}]
103 + )
104 + ')
105 +"
106 +
107 +PATCHES=(
108 + "${FILESDIR}/userpath-in-local-share.patch"
109 +)
110 +
111 +src_prepare() {
112 + default
113 +
114 + # Contains pre-built binaries for other systems and a broken swf renderer for linux
115 + rm -r bin/ || die
116 + # Build files used for CI, not actually needed
117 + rm -r static/build_files || die
118 + # Duplicate license file, not needed
119 + rm license.txt || die
120 + # Python requirements files, not needed
121 + rm requirements_*.txt || die
122 +}
123 +
124 +src_compile() {
125 + python_optimize "${S}"
126 +}
127 +
128 +src_test() {
129 + # The tests use unittest, but are run with a custom runner script.
130 + # QT_QPA_PLATFORM is required to make them run without X
131 + local -x QT_QPA_PLATFORM=offscreen
132 + "${EPYTHON}" "${S}/test.py" || die "Tests failed"
133 +}
134 +
135 +src_install() {
136 + local doc="${EPREFIX}/usr/share/doc/${PF}"
137 + elog "Hydrus includes an excellent manual, that can either be viewed at"
138 + elog "${doc}/html/help/index.html"
139 + elog "or accessed through the hydrus help menu."
140 +
141 + mv "help my client will not boot.txt" "help_my_client_will_not_boot.txt" || die
142 +
143 + local DOCS=(COPYING README.md Readme.txt help_my_client_will_not_boot.txt db/)
144 + local HTML_DOCS=("${S}"/help/)
145 + einstalldocs
146 +
147 + # Files only needed for testing
148 + rm test.py hydrus/hydrus_test.py || die
149 + rm -r hydrus/test/ static/testing/ || die
150 +
151 + # These files are copied into doc
152 + rm -r "${DOCS[@]}" "${HTML_DOCS[@]}" || die
153 + # The program expects to find documentation here, so add a symlink to doc
154 + dosym "${doc}/html/help" /opt/hydrus/help
155 +
156 + insinto /opt/hydrus
157 + doins -r "${S}"/.
158 +
159 + exeinto /usr/bin
160 + python_newexe - hydrus-server < <(sed "s/python/${EPYTHON}/" "${FILESDIR}/hydrus-server" || die)
161 + python_newexe - hydrus-client < <(sed "s/python/${EPYTHON}/" "${FILESDIR}/hydrus-client" || die)
162 +
163 + make_desktop_entry "hydrus-client" "Hydrus Client" "/opt/hydrus/static/hydrus_non-transparent.png" \
164 + "AudioVideo;FileTools;Graphics;Network;"
165 +}
166 +
167 +pkg_postinst() {
168 + optfeature "automatic port forwarding support" "net-libs/miniupnpc"
169 + optfeature "bandwidth charts support" "dev-python/pyside2[charts]"
170 + optfeature "memory compression in the client" "dev-python/lz4"
171 + optfeature "SOCKS proxy support" "dev-python/requests[socks5]" "dev-python/PySocks"
172 +}