Search Criteria
Package Details: pyfa 2.62.3-1
Package Actions
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: | 49 |
Popularity: | 0.96 |
First Submitted: | 2010-01-06 13:39 (UTC) |
Last Updated: | 2025-05-02 10:02 (UTC) |
Dependencies (19)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-cryptography
- python-dateutil (python-dateutil-gitAUR)
- python-jose
- python-logbook
- python-markdown2 (python-markdown2-gitAUR)
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-packaging
- python-requests
- python-requests-cacheAUR (python-requests-cache-gitAUR)
- python-romanAUR
- python-setuptools
- python-sqlalchemy1.4
- python-wxpython (python-wxpython-gitAUR)
- python-yaml (python-yaml-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- python-pip (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »
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 callyay -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 ofesipy
- 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.
pezz commented on 2020-12-16 09:15 (UTC)
@sg4rb0 This is not a pyfa bug. There was a big python update recently.
You should check any of your AUR software that relies on python things. A simple re-install of python-roman would have fixed your issue.
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »