Search Criteria
Package Details: ofxstatement 0.9.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ofxstatement.git (read-only, click to copy) |
---|---|
Package Base: | ofxstatement |
Description: | Tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash |
Upstream URL: | https://github.com/kedder/ofxstatement |
Licenses: | GPL |
Submitter: | xduugu |
Maintainer: | AlphaJack |
Last Packager: | AlphaJack |
Votes: | 8 |
Popularity: | 1.19 |
First Submitted: | 2014-03-14 19:35 (UTC) |
Last Updated: | 2024-11-18 08:44 (UTC) |
Dependencies (7)
- python-appdirs (python-appdirs-gitAUR)
- python-importlib-metadata
- python-setuptools
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-packaging (make)
- python-wheel (make)
Latest Comments
Auerhuhn commented on 2024-02-23 09:05 (UTC)
Hi @AlphaJack,
thanks for adopting the package!
Would you mind adding
python-installer
tomakedepends
?Also,
python-setuptools
needs to move back intodepends
because it’s needed at runtime, too (inplugin.py
andtool.py
according to namcap).Regards
Claudia
exu commented on 2023-07-14 13:13 (UTC)
This package can't start due to missing dependencies. I implemented both suggestions @dreieck and it's working again. Can you please update the PKGBUILD?
dreieck commented on 2023-05-04 16:26 (UTC)
Is
python-setuptools
really a runtime dependency, and not amakedepends
-dependency?Regards!
dreieck commented on 2023-05-04 16:24 (UTC)
According to
namcap
, the dependenciespython-mock
andpython-importlib-metadata
are missing in thedepends
array:Thanks for maintaining!