aboutsummaryrefslogtreecommitdiff
path: root/lang/python/borgbackup
Commit message (Collapse)AuthorAge
* borgbackup: Move from lang/python into utilsJeffery To2023-05-24
| | | | | | | | lang/python is meant for Python libraries and other packages closely related to the Python language. It makes more sense for borgbackup to be in utils instead. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* borgbackup: Add missing build dependenciesJeffery To2023-04-24
| | | | | | | | | | setuptools-scm is a declared build dependency[1], and pkgconfig will allow setup to find the required libraries, replacing the need to set environment variables. [1]: https://github.com/borgbackup/borg/blob/1.2.4/setup.py#L313 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cython: Add new host-only packageJeffery To2023-03-31
| | | | | | | The host build replaces the use of the host pip requirements file. This also updates the dependants of Cython to depend on the host build. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* borgbackup: bump to 1.2.4Julien Malik2023-03-27
| | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* borgbackup: add missing dependenciesJulien Malik2023-03-27
| | | | | | | | | | | | | | | The initial package submission was missing some required and optional dependencies due to lack of testing on a system without any python related packages pre-installed. Some optional but highly recommended dependencies were discovered with the stdlib module as described in: https://github.com/openwrt/packages/blob/392a68e24774294590abf9c08ea1832f2cee190d/lang/python/README.md Fixes #20441 Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* borgbackup: bump to 1.2.3Julien Malik2023-01-17
| | | | Signed-off-by: Julien Malik <julien.malik@paraiso.me>
* borgbackup: add package for 1.2.2Julien Malik2022-11-26
Signed-off-by: Julien Malik <julien.malik@paraiso.me>