Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/pyfa/files/, games-util/pyfa/
Date: Fri, 01 Nov 2019 06:06:38
Message-Id: 1572588371.08ea3720ffa492c3e364190798fc51fc7b6bb10b.juippis@gentoo
1 commit: 08ea3720ffa492c3e364190798fc51fc7b6bb10b
2 Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
3 AuthorDate: Sat May 25 00:26:30 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 1 06:06:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ea3720
7
8 games-util/pyfa: version bump to 2.14.1
9
10 Closes: https://bugs.gentoo.org/671470
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 games-util/pyfa/Manifest | 1 +
16 games-util/pyfa/files/pyfa-2.9.3-import-pyfa.patch | 28 +++++++
17 games-util/pyfa/pyfa-2.14.1.ebuild | 97 ++++++++++++++++++++++
18 3 files changed, 126 insertions(+)
19
20 diff --git a/games-util/pyfa/Manifest b/games-util/pyfa/Manifest
21 index f6708d6328a..4757d2f9302 100644
22 --- a/games-util/pyfa/Manifest
23 +++ b/games-util/pyfa/Manifest
24 @@ -2,3 +2,4 @@ DIST pyfa-1.34.0.tar.gz 8629709 BLAKE2B 5b16296b675383a446bb21133c9e83726a92beb2
25 DIST pyfa-1.35.0.tar.gz 8743938 BLAKE2B 623a70ea8d28c41f94b5c54c3b8b57ddc6b6604f0eccaa1d9716f8b47295bfca12e2db068d3283448b2a6719a3ef73c74d42a98550a1b062e93e6d1091a45797 SHA512 28b3294e8c1d611402d4123d184d6ddf57886a51264fc25529ca3e0cd8af6d41dbe28b15c4714e591f940427651249761db8d2353006b169d358974bc691f121
26 DIST pyfa-1.35.1.tar.gz 8746324 BLAKE2B f224f78c97f15d37e2276512541985bfd2ae80c031233261837cd142eddc16a853688a4f1f1f8684736f757d60fd57c41fb14987f336274b2284bd1de26239b3 SHA512 6da5e2d3351157f35c32c7b210d8bfb86a9dc2ea3a3df02449950c498ffabecff3a48fe38086dce75ec5a2cc2549dd28b474015edc0ea01c56a2ff58d1ba3f69
27 DIST pyfa-1.37.0.tar.gz 8795428 BLAKE2B 33aa0159b41fe2f228be13788f4e91933205a1883af229ffa97af0816dbce307fa8ce9ebc53b335a99decb84f9a28e83b977daf3c600df1cdd0336ba2c413ba3 SHA512 21094a1c374a60447e38261762ee13cd212f6af5f8d757c8b626774fb5a10d10e99267da1311d3164664b62169edd2772519a7b4ebd7414db2493f5121df5c8c
28 +DIST pyfa-2.14.1.tar.gz 14452477 BLAKE2B e4c688cff14eecaa71f86fb9e22f6a585a3136a4bd7df65c8dd65ed82c2aa9e530210134daaba25251df92dc55a7e538474b39c1d54e4bcb1817eac17791d517 SHA512 d3d3219fa37f44c81d85165c7e780261e149b47db147417ea26edaff448484ce565607aded714a4f44ca23b8c1586c8597ace856020c4c319cea6d39f353b140
29
30 diff --git a/games-util/pyfa/files/pyfa-2.9.3-import-pyfa.patch b/games-util/pyfa/files/pyfa-2.9.3-import-pyfa.patch
31 new file mode 100644
32 index 00000000000..fc691d48bb4
33 --- /dev/null
34 +++ b/games-util/pyfa/files/pyfa-2.9.3-import-pyfa.patch
35 @@ -0,0 +1,28 @@
36 +From c12e4c1358025940aa1fbdf0e17f85e3821e7230 Mon Sep 17 00:00:00 2001
37 +From: Andreas Zuber <zuber@××××××.ch>
38 +Date: Mon, 30 Oct 2017 09:52:32 +0100
39 +Subject: [PATCH] import pyfa
40 +
41 +Append $(python_get_sitedir)/pyfa to import path
42 +
43 +Ensures that pyfa's import statements continue to work for systemwide
44 +installation.
45 +---
46 + pyfa.py | 1 +
47 + 1 file changed, 1 insertion(+)
48 +
49 +diff --git a/pyfa.py b/pyfa.py
50 +index d73ef097..dbf73db2 100755
51 +--- a/pyfa.py
52 ++++ b/pyfa.py
53 +@@ -22,6 +22,7 @@
54 + import datetime
55 + import os
56 + import sys
57 ++sys.path.append(os.path.join("%%SITEDIR%%", "pyfa"))
58 + from optparse import AmbiguousOptionError, BadOptionError, OptionParser
59 +
60 + import config
61 +--
62 +2.21.0
63 +
64
65 diff --git a/games-util/pyfa/pyfa-2.14.1.ebuild b/games-util/pyfa/pyfa-2.14.1.ebuild
66 new file mode 100644
67 index 00000000000..2f7b3917e18
68 --- /dev/null
69 +++ b/games-util/pyfa/pyfa-2.14.1.ebuild
70 @@ -0,0 +1,97 @@
71 +# Copyright 1999-2019 Gentoo Authors
72 +# Distributed under the terms of the GNU General Public License v2
73 +
74 +EAPI="7"
75 +PYTHON_COMPAT=( python3_6 )
76 +PYTHON_REQ_USE="sqlite,threads"
77 +
78 +inherit desktop eutils python-single-r1 xdg-utils
79 +
80 +DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online"
81 +HOMEPAGE="https://github.com/pyfa-org/Pyfa"
82 +
83 +RESTRICT="mirror bindist"
84 +LICENSE="GPL-3+ all-rights-reserved"
85 +SLOT="0"
86 +if [[ ${PV} = 9999 ]]; then
87 + EGIT_REPO_URI="https://github.com/pyfa-org/Pyfa.git"
88 + inherit git-r3
89 +else
90 + SRC_URI="https://github.com/pyfa-org/Pyfa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
91 + KEYWORDS="~amd64 ~x86"
92 + S=${WORKDIR}/Pyfa-${PV}
93 +fi
94 +IUSE="+graph"
95 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
96 +
97 +DEPEND="
98 + >=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
99 + >=dev-python/logbook-1.0.0[${PYTHON_USEDEP}]
100 + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
101 + >=dev-python/sqlalchemy-1.3.0[${PYTHON_USEDEP}]
102 + >=dev-python/wxpython-4.0.4[webkit,${PYTHON_USEDEP}]"
103 +RDEPEND="${DEPEND}
104 + >=dev-python/beautifulsoup-4.6.0[${PYTHON_USEDEP}]
105 + >=dev-python/markdown2-2.3.0[${PYTHON_USEDEP}]
106 + >=dev-python/packaging-16.8[${PYTHON_USEDEP}]
107 + dev-python/python-dateutil[${PYTHON_USEDEP}]
108 + >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
109 + >=dev-python/roman-2.0.0[${PYTHON_USEDEP}]
110 + graph? (
111 + >=dev-python/matplotlib-2.0.0[wxwidgets,${PYTHON_USEDEP}]
112 + dev-python/numpy[${PYTHON_USEDEP}] )
113 + ${PYTHON_DEPS}"
114 +BDEPEND="app-arch/zip"
115 +
116 +PATCHES=(
117 + # fix import path in the main script for systemwide installation
118 + "${FILESDIR}/${PN}-2.9.3-import-pyfa.patch"
119 + )
120 +
121 +src_prepare() {
122 + # get rid of CRLF line endings introduced in 1.1.10 so patches work
123 + edos2unix config.py pyfa.py gui/bitmap_loader.py service/settings.py
124 +
125 + default
126 +
127 + # make python recognize pyfa as a package
128 + touch __init__.py || die
129 +
130 + sed -e "s:%%SITEDIR%%:$(python_get_sitedir):" \
131 + -e "s:%%EPREFIX%%:${EPREFIX}:" \
132 + "${FILESDIR}/configforced-1.15.1.py" > configforced.py || die
133 + sed -e "s:%%SITEDIR%%:$(python_get_sitedir):" \
134 + pyfa.py > pyfa || die
135 +}
136 +
137 +src_install() {
138 + python_moduleinto ${PN}
139 + python_domodule eos gui service utils graphs
140 + python_domodule config*.py __init__.py version.yml configforced.py db_update.py
141 + python_doscript pyfa
142 +
143 + insinto /usr/share/${PN}
144 +
145 + einfo "Creating database ..."
146 + python ./db_update.py || die
147 + doins eve.db
148 +
149 + einfo "Compressing images ..."
150 + pushd imgs > /dev/null || die
151 + zip -r imgs.zip * || die "zip failed"
152 + doins imgs.zip
153 + popd > /dev/null || die
154 +
155 + dodoc README.md
156 + doicon -s 32 imgs/gui/pyfa.png
157 + newicon -s 64 imgs/gui/pyfa64.png pyfa.png
158 + domenu "${FILESDIR}/${PN}.desktop"
159 +}
160 +
161 +pkg_postinst() {
162 + xdg_icon_cache_update
163 +}
164 +
165 +pkg_postrm() {
166 + xdg_icon_cache_update
167 +}