Package Details: pyfa 2.58.1-1

Git Clone URL: https://aur.archlinux.org/pyfa.git (read-only, click to copy)
Package Base: pyfa
Description: EVE Online Fitting Assistant
Upstream URL: https://github.com/pyfa-org/Pyfa
Keywords: eft eve eve:online eveonline game tool
Licenses: GPL3
Submitter: None
Maintainer: wereii
Last Packager: wereii
Votes: 48
Popularity: 0.000019
First Submitted: 2010-01-06 13:39 (UTC)
Last Updated: 2024-03-03 12:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

wereii commented on 2022-01-15 23:22 (UTC) (edited on 2022-01-24 21:42 (UTC) by wereii)

This packaged is ~~currently broken~~ temporarily fixed

https://github.com/pyfa-org/Pyfa/issues/2391

As of now Pyfa can't support versions of python-wxpython higher then 4.0.6 and Arch already has 4.0.7, there seems to be a problem between python3.10 and wxPython as well.

Downgrading the package in question could work but there is no guarantee something else won't break.

I will look into some solution soon. Currently my only idea is to create virtualenv with pined packages from pypi though that's completely bypassing repository - not cool.

wereii commented on 2021-10-27 15:53 (UTC) (edited on 2021-10-27 15:54 (UTC) by wereii)

Ha, I jumped the line and didn't notice the new deps, fixed.

The python-requests-cache indeed pulls in a lot of packages though most of them seem to be build deps (eg. they will be removed if you for example call yay -c after installation).

rcz commented on 2021-10-27 15:34 (UTC) (edited on 2021-10-27 15:35 (UTC) by rcz)

If you can't wait for maintainer to upgrade PKGBUILD, here's how you can do it on your own:

1) Bump pkgver to 2.38.0

2) Add dependencies 'python-jose' (official repos) and 'python-requests-cache' (AUR)

3) Update sha256 checksum or replace with SKIP

Note that this added 31 Python packages to my system.

wereii commented on 2021-06-09 14:06 (UTC) (edited on 2021-06-09 23:34 (UTC) by wereii)

@Xaseron fixed

I can see why this one was missed for some time now - it's probably one of the most needed dependency of any python packages so no one noticed unless installing in fresh, thanks!

Xaseron commented on 2021-06-09 13:33 (UTC)

I have a pretty clean Arch install and startup failed with missing module pkg_resources. Installing the python-setuptools solved it for me. You should add this to the dependencies.

wereii commented on 2021-05-19 23:58 (UTC) (edited on 2021-05-20 00:00 (UTC) by wereii)

I am taking over @pezz as a maintainer, let's hope there will be as little broken updates as possible:)

With that in mind, I have now pushed second patch to 2.35.0 which removes a dependency that seems to not be needed for pyfa anymore (python-diskcache, dep of esipy - also not a dep of pyfa anymore).

Let me know if anything breaks (here or aur irc https://wiki.archlinux.org/title/Arch_IRC_channels#Other_channels).

pezz commented on 2021-04-13 07:29 (UTC) (edited on 2021-04-13 07:48 (UTC) by pezz)

Looking for a new maintainer as I'm leaving the game. I was also maintaining python-diskcache and python-roman as these are dependencies for pyfa.

pezz commented on 2020-12-30 03:36 (UTC)

Bummer, do you have the "icu" package installed?

pacman -S icu

garric commented on 2020-12-30 02:37 (UTC)

Having a new issue on a fresh laptop install

pyfa v2.33.0 EVE Data Version: 1860847 (2020-12-08 00:34:44)

OS version: Linux-5.4.84-1-lts-x86_64-with-glibc2.32 Python version: 3.9.1 (default, Dec 13 2020, 11:55:53) [GCC 10.2.0] wxPython version: 4.0.7.post2 (wxWidgets 3.0.5) SQLAlchemy version: 1.3.20 Logbook version: 1.5.3 Requests version: 2.25.1 Dateutil version: 2.8.1

Traceback (most recent call last): File "/usr/share/pyfa/pyfa.py", line 148, in <module> from gui.mainFrame import MainFrame File "/usr/share/pyfa/gui/mainFrame.py", line 62, in <module> from gui.updateDialog import UpdateDialog File "/usr/share/pyfa/gui/updateDialog.py", line 25, in <module> import wx.html2 File "/usr/lib/python3.9/site-packages/wx/html2.py", line 15, in <module> from ._html2 import * ImportError: libicui18n.so.68: cannot open shared object file: No such file or directory

sg4rb0 commented on 2020-12-16 16:48 (UTC)

Thanks that fixed it.