summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2024-01-16Remove the limitation on the path of the PKGBUILDVej Kse
Before, if the path contained ‘,’ or regex reserved characters, makepkg would fail or generate a non-working package.
2024-01-16Use system packages as much as possibleVej Kse
Only auditok and ffsubsync itself remain in the virtual environment. All other dependencies are system one, allowing them to be shared with other packages. The pip/setuptools make dependencies are also removed from the virtual environment. Inspired by: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=octoprint
2024-01-10Add 'subsync' as command name and add 'exec' to the wrapperVej Kse
Upstream has three names for the command: 'ffs', 'ffsubsync' and 'subsync'. The latter was missing from this package.
2024-01-10Update to 0.4.25Vej Kse
2024-01-10Fix 'externally-managed-environment' and 'no f2py3.11/f2py3' errorsVej Kse
For 'externally-managed-environment', the fix is to remove "$pkgdir" from the package only at the end, after activating and running pip install. This means that python-pip and python-setuptools are not required, since they are installed in the virtual environment and those will be used. For 'f2py3: No such file or directory' and similar errors, the fix is to avoid a fixed list of files to remove "$pkgdir" from, and to remove this path from all non-binary files in the package. Limitation: The sed command to remove "$pkgdir" would still fail if the build directory path contains ',' or regex reserved characters.
2023-05-23v0.4.22André Kugland
2022-10-07Use copies when creating venvAndré Kugland
2022-09-09first commitAndré Kugland