Search Criteria
Package Details: pyfa 2.61.3-2
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: | 48 |
Popularity: | 0.000000 |
First Submitted: | 2010-01-06 13:39 (UTC) |
Last Updated: | 2024-12-07 11:21 (UTC) |
Dependencies (19)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-cryptography
- python-dateutil
- python-jose
- python-logbook
- python-markdown2 (python-markdown2-gitAUR)
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- 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 .. 10 Next › Last »
algebro commented on 2022-01-25 17:13 (UTC)
Well, I tried a bunch of different approaches, nothing seemed to work. wxWidgets and wxpython are messy/complicated and only push new versions every couple of years, and trying to build them from source in proper Arch packages worked but then resulted in things like wx.Colour() not existing.
Pyfa's response is unfortunate since this is technically a Pyfa bug--they are relying wxpython to automatically convert types for them when the docs specify wx.Colour() takes ints as arguments, which is why everything broke. I think the most future proof solution is to submit a PR to pyfa that forces everything to int but I don't know how likely it is to get accepted.
algebro commented on 2022-01-24 21:52 (UTC) (edited on 2022-01-24 21:59 (UTC) by algebro)
Awesome, thanks! Note the graphs pane is still broken and needs patched but this is a start.
Note that the fix was merged upstream--maybe one of the python-wxpython packages on the AUR would work? I'm trying https://aur.archlinux.org/packages/python-wxpython-dev/ now, I'll report back if it works.
wereii commented on 2022-01-24 20:10 (UTC)
Yeah well, venv would be more future-proof but it would change a lot and bypass system packages so I will be pushing the patch for now (thanks for reminding me about this)
algebro commented on 2022-01-24 19:34 (UTC)
It's super hacky but the patch in the GH issue thread (and one I've done myself, although incompletely) seem to make it work for the time being. That's far from ideal but it might be better than using venvs in an AUR package--thoughts?
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 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).
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »