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: Sat, 26 Sep 2020 19:12:35
Message-Id: 1601147544.4d4b51cb05f0a966a85558d14dfc35070cbb66d8.juippis@gentoo
1 commit: 4d4b51cb05f0a966a85558d14dfc35070cbb66d8
2 Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
3 AuthorDate: Tue Aug 18 15:40:24 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 19:12:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4b51cb
7
8 games-util/pyfa: version bump to 2.28.3
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
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.28.3.ebuild | 92 ++++++++++++++++++++++++++++++++++++++
16 2 files changed, 93 insertions(+)
17
18 diff --git a/games-util/pyfa/Manifest b/games-util/pyfa/Manifest
19 index 3cba3b7fefe..fc214985561 100644
20 --- a/games-util/pyfa/Manifest
21 +++ b/games-util/pyfa/Manifest
22 @@ -1,2 +1,3 @@
23 DIST pyfa-2.22.1.tar.gz 12629381 BLAKE2B acec4f0f495a7abd78a663435b0a049f8be37320abea0d916c6a8f38b75c1f07683b60c9e20b8feb0533fdcfc881ac3069c87e8360be52f05afce63334ff1baa SHA512 98c84c3806d8ff632ebe9c1386f8b407f310ff58b0963406093dc9297faaf690a90b34387013f59c76fdd87055ecf8736b449f99131aaf9eb497970a4ee003b2
24 DIST pyfa-2.24.1.tar.gz 12648921 BLAKE2B 5715d81144df32cad83eb21d7f8800eb9773139e9305402a5096c585362fcabd0d705529a8887a8c8092637b8348d2a7e8a77e1f6eb362fd83ea39a86203ccb4 SHA512 ffe8a6e9c9c9b593516d9ba76ccb9e69788124132de642f45f5527468645d46f75e4c2388bb5f01788eb85f3e535ade110cfffc92c2943d96f477b5652528328
25 +DIST pyfa-2.28.3.tar.gz 12685191 BLAKE2B b73663479e39f8948de0ad0de3edb3a89b65bb5b6640332e8fed39f33b222fbc0f4b47487112b01895413fa751ee8dabcde2083a3f3a6b90fe0ad72b24165434 SHA512 7e432658eedb8dfbc9cd41d3ab7da3bf1d411e6935ad56434af1551eeae4de803f3d5447bff4fd5d569d20f1f3eca9acaa1ac22c163bec1ac7720807643b4187
26
27 diff --git a/games-util/pyfa/pyfa-2.28.3.ebuild b/games-util/pyfa/pyfa-2.28.3.ebuild
28 new file mode 100644
29 index 00000000000..50ffcdd37c2
30 --- /dev/null
31 +++ b/games-util/pyfa/pyfa-2.28.3.ebuild
32 @@ -0,0 +1,92 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="7"
37 +
38 +PYTHON_COMPAT=( python3_{6,7,8} )
39 +PYTHON_REQ_USE="sqlite"
40 +
41 +inherit desktop edos2unix python-single-r1 xdg
42 +
43 +DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online"
44 +HOMEPAGE="https://github.com/pyfa-org/Pyfa"
45 +
46 +LICENSE="GPL-3+ all-rights-reserved"
47 +SLOT="0"
48 +if [[ ${PV} = 9999 ]]; then
49 + EGIT_REPO_URI="https://github.com/pyfa-org/Pyfa.git"
50 + inherit git-r3
51 +else
52 + SRC_URI="https://github.com/pyfa-org/Pyfa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 + KEYWORDS="~amd64 ~x86"
54 + S="${WORKDIR}/Pyfa-${PV}"
55 +fi
56 +
57 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
58 +RESTRICT="mirror bindist"
59 +
60 +DEPEND="
61 + $(python_gen_cond_dep '
62 + >=dev-python/cryptography-2.3[${PYTHON_MULTI_USEDEP}]
63 + >=dev-python/logbook-1.0.0[${PYTHON_MULTI_USEDEP}]
64 + >=dev-python/pyyaml-5.1[${PYTHON_MULTI_USEDEP}]
65 + >=dev-python/sqlalchemy-1.3.0[${PYTHON_MULTI_USEDEP}]
66 + >=dev-python/wxpython-4.0.6[webkit,${PYTHON_MULTI_USEDEP}]
67 + ')
68 + ${PYTHON_DEPS}"
69 +RDEPEND="${DEPEND}
70 + $(python_gen_cond_dep '
71 + >=dev-python/beautifulsoup-4.6.0[${PYTHON_MULTI_USEDEP}]
72 + >=dev-python/markdown2-2.3.5[${PYTHON_MULTI_USEDEP}]
73 + >=dev-python/packaging-16.8[${PYTHON_MULTI_USEDEP}]
74 + dev-python/python-dateutil[${PYTHON_MULTI_USEDEP}]
75 + >=dev-python/requests-2.0.0[${PYTHON_MULTI_USEDEP}]
76 + >=dev-python/roman-2.0.0[${PYTHON_MULTI_USEDEP}]
77 + >=dev-python/matplotlib-3.1.2[wxwidgets,${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 + ${EPYTHON} ./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 +}