Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hydrus/
Date: Fri, 10 Sep 2021 07:22:40
Message-Id: 1631258546.0ddc65b9d7da18c96081b5fef4548f2b9e0f054d.juippis@gentoo
1 commit: 0ddc65b9d7da18c96081b5fef4548f2b9e0f054d
2 Author: Ekaterina Vaartis <vaartis <AT> kotobank <DOT> ch>
3 AuthorDate: Thu Sep 9 11:00:40 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 07:22:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddc65b9
7
8 media-gfx/hydrus: Add 454
9
10 Signed-off-by: Ekaterina Vaartis <vaartis <AT> kotobank.ch>
11 Closes: https://github.com/gentoo/gentoo/pull/22253
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 media-gfx/hydrus/Manifest | 1 +
15 media-gfx/hydrus/hydrus-454.ebuild | 139 +++++++++++++++++++++++++++++++++++++
16 2 files changed, 140 insertions(+)
17
18 diff --git a/media-gfx/hydrus/Manifest b/media-gfx/hydrus/Manifest
19 index 0e7ecc4140d..2be93a9c5d4 100644
20 --- a/media-gfx/hydrus/Manifest
21 +++ b/media-gfx/hydrus/Manifest
22 @@ -1,3 +1,4 @@
23 DIST hydrus-451.tar.gz 38867387 BLAKE2B 80a7139ebcc1447b8eb35754dd65b54127a2b5107bbb8bdb371476f9db984bcd5b9ff388ec726ed5fca31acf69a180c288e1c6cdfabfdef1c72772402d22f3f0 SHA512 482095c03d44979e99e4f3027fa9b6f5c9b90692e29a28246f1e0b4c6fa20c6ed3b1d9e421d3b9bb723a094c1f0aea6aa7468247e23b54570ee99e26dce41654
24 DIST hydrus-452.tar.gz 38873698 BLAKE2B 3c9c5fc63533f9c94ff3425b8767bffacb20c435f7a904de1229ec3cb079d86009c971515461d55f947743c705b12eee798160cbae04f0c3af283666a82ac482 SHA512 5c0280ae80b9af32629f6a2bcab3466abd01eea502034ac2354e3efabfd7bbe5ae5582950a19d9f28019b993f847000aa194a0b810f4d32b143b24e589de9f66
25 DIST hydrus-453.tar.gz 38880317 BLAKE2B 93b29d3c973aa583cb6dd32abf94df199aefa9c49137b8137e144a891fbdf9db1cdfb0ec4d378d35e0a07d488a94828bb261c26de3b61b5460d208921c56d194 SHA512 6da364c6f9de9f838d9b3dcc02107bd3d089fde420f4e04086f094e47246e6949c27791a816dc99659db77acad3ca8f7578dc16749eb8b13cfafd7b6c044f5a1
26 +DIST hydrus-454.tar.gz 38886940 BLAKE2B 38fe5b3483c13dfbf82e636be1e743bb6af6f340a86d5ea69f0e71f7452cd3506b076cf4d6f460e0a1896f0839be7494028a0cbb5f567001af025cd436cf5c45 SHA512 87971c45bc11e7eaba2e08255ca23600406124bd73d6d8d4800ec67135a0d74b5ca7fc8a8a159dbdc89f70702760469c8d719de11f5bf943f7679978a790c456
27
28 diff --git a/media-gfx/hydrus/hydrus-454.ebuild b/media-gfx/hydrus/hydrus-454.ebuild
29 new file mode 100644
30 index 00000000000..0915a2ae543
31 --- /dev/null
32 +++ b/media-gfx/hydrus/hydrus-454.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/beautifulsoup4[${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 +}