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