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/
Date: Fri, 14 Feb 2020 16:29:37
Message-Id: 1581697602.deed6ffb30b92135567bee45109c9a471dcec2f9.juippis@gentoo
1 commit: deed6ffb30b92135567bee45109c9a471dcec2f9
2 Author: Andreas Zuber <zuber <AT> puzzle <DOT> ch>
3 AuthorDate: Tue Feb 11 16:57:53 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 14 16:26:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deed6ffb
7
8 games-util/pyfa: version bump to 2.17.0
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 games-util/pyfa/Manifest | 1 +
15 games-util/pyfa/pyfa-2.17.0.ebuild | 100 +++++++++++++++++++++++++++++++++++++
16 2 files changed, 101 insertions(+)
17
18 diff --git a/games-util/pyfa/Manifest b/games-util/pyfa/Manifest
19 index ad67c82a82c..04af085ab22 100644
20 --- a/games-util/pyfa/Manifest
21 +++ b/games-util/pyfa/Manifest
22 @@ -1,2 +1,3 @@
23 DIST pyfa-2.14.1.tar.gz 14452477 BLAKE2B e4c688cff14eecaa71f86fb9e22f6a585a3136a4bd7df65c8dd65ed82c2aa9e530210134daaba25251df92dc55a7e538474b39c1d54e4bcb1817eac17791d517 SHA512 d3d3219fa37f44c81d85165c7e780261e149b47db147417ea26edaff448484ce565607aded714a4f44ca23b8c1586c8597ace856020c4c319cea6d39f353b140
24 DIST pyfa-2.15.1.tar.gz 14516568 BLAKE2B ba3b1170f35681ab33bece447b4bdf563c8f964037dc6b35cbd23360f7e36c61dd9074e34b5648c7a04b59ad192f5babd75ce2a935940a52e62de8cc174f7e5b SHA512 2d8fcb8608e31c135b8dac7239afe0a5acb0d32fba1291ce6ebafe093ef232c08f0aa42d172ebac5beefb7dba47aad9eb3833c679e3d02edc9cc056739c7538b
25 +DIST pyfa-2.17.0.tar.gz 12348275 BLAKE2B fd670a6d34760285561ed07e82c3c54eb9a74cad732b24b89fab103fe8013608c18f27461bfac28a854df3ce7273fac1011752a8da2447b69432ad36709c08dd SHA512 d4af2c6a30deb8b205e5db55c25e1fa48dc74b964c9d85da69acca9bbd19764b77abc96ff42a2e99733d132253081a3e2c3de6ef787c162e392a9627ab62c529
26
27 diff --git a/games-util/pyfa/pyfa-2.17.0.ebuild b/games-util/pyfa/pyfa-2.17.0.ebuild
28 new file mode 100644
29 index 00000000000..145ca005c0d
30 --- /dev/null
31 +++ b/games-util/pyfa/pyfa-2.17.0.ebuild
32 @@ -0,0 +1,100 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="7"
37 +PYTHON_COMPAT=( python3_6 )
38 +PYTHON_REQ_USE="sqlite,threads"
39 +
40 +inherit desktop eutils python-single-r1 xdg-utils
41 +
42 +DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online"
43 +HOMEPAGE="https://github.com/pyfa-org/Pyfa"
44 +
45 +LICENSE="GPL-3+ all-rights-reserved"
46 +SLOT="0"
47 +if [[ ${PV} = 9999 ]]; then
48 + EGIT_REPO_URI="https://github.com/pyfa-org/Pyfa.git"
49 + inherit git-r3
50 +else
51 + SRC_URI="https://github.com/pyfa-org/Pyfa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
52 + KEYWORDS="~amd64 ~x86"
53 + S=${WORKDIR}/Pyfa-${PV}
54 +fi
55 +IUSE=""
56 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
57 +RESTRICT="mirror bindist"
58 +
59 +DEPEND="
60 + $(python_gen_cond_dep '
61 + >=dev-python/cryptography-2.3[${PYTHON_MULTI_USEDEP}]
62 + >=dev-python/logbook-1.0.0[${PYTHON_MULTI_USEDEP}]
63 + >=dev-python/pyyaml-5.1[${PYTHON_MULTI_USEDEP}]
64 + >=dev-python/sqlalchemy-1.3.0[${PYTHON_MULTI_USEDEP}]
65 + >=dev-python/wxpython-4.0.4[webkit,${PYTHON_MULTI_USEDEP}]
66 + ')
67 + ${PYTHON_DEPS}"
68 +RDEPEND="${DEPEND}
69 + $(python_gen_cond_dep '
70 + >=dev-python/beautifulsoup-4.6.0[${PYTHON_MULTI_USEDEP}]
71 + >=dev-python/markdown2-2.3.0[${PYTHON_MULTI_USEDEP}]
72 + >=dev-python/packaging-16.8[${PYTHON_MULTI_USEDEP}]
73 + dev-python/python-dateutil[${PYTHON_MULTI_USEDEP}]
74 + >=dev-python/requests-2.0.0[${PYTHON_MULTI_USEDEP}]
75 + >=dev-python/roman-2.0.0[${PYTHON_MULTI_USEDEP}]
76 + >=dev-python/matplotlib-3.1.2[wxwidgets,${PYTHON_MULTI_USEDEP}]
77 + dev-python/numpy[${PYTHON_MULTI_USEDEP}]
78 + ')"
79 +BDEPEND="app-arch/zip"
80 +
81 +PATCHES=(
82 + # fix import path in the main script for systemwide installation
83 + "${FILESDIR}/${PN}-2.9.3-import-pyfa.patch"
84 + )
85 +
86 +src_prepare() {
87 + # get rid of CRLF line endings introduced in 1.1.10 so patches work
88 + edos2unix config.py pyfa.py gui/bitmap_loader.py service/settings.py
89 +
90 + default
91 +
92 + # make python recognize pyfa as a package
93 + touch __init__.py || die
94 +
95 + sed -e "s:%%SITEDIR%%:$(python_get_sitedir):" \
96 + -e "s:%%EPREFIX%%:${EPREFIX}:" \
97 + "${FILESDIR}/configforced-1.15.1.py" > configforced.py || die
98 + sed -e "s:%%SITEDIR%%:$(python_get_sitedir):" \
99 + pyfa.py > pyfa || die
100 +}
101 +
102 +src_install() {
103 + python_moduleinto ${PN}
104 + python_domodule eos gui service utils graphs
105 + python_domodule config*.py __init__.py version.yml configforced.py db_update.py
106 + python_doscript pyfa
107 +
108 + insinto /usr/share/${PN}
109 +
110 + einfo "Creating database ..."
111 + python ./db_update.py || die
112 + doins eve.db
113 +
114 + einfo "Compressing images ..."
115 + pushd imgs > /dev/null || die
116 + zip -r imgs.zip * || die "zip failed"
117 + doins imgs.zip
118 + popd > /dev/null || die
119 +
120 + dodoc README.md
121 + doicon -s 32 imgs/gui/pyfa.png
122 + newicon -s 64 imgs/gui/pyfa64.png pyfa.png
123 + domenu "${FILESDIR}/${PN}.desktop"
124 +}
125 +
126 +pkg_postinst() {
127 + xdg_icon_cache_update
128 +}
129 +
130 +pkg_postrm() {
131 + xdg_icon_cache_update
132 +}