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