summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2025-01-14Bump pkgrel for Python 3.13Lucas Werkmeister
2024-12-22Update to 0.13.0Lucas Werkmeister
Upstream dropped setup.py, so adopt standards-based (PEP 517) build. For some reason, this requires building from Git – a build from the tarball ends up missing most of the needed modules, even though I wasn’t able to find the relevant difference between the sources in either case. But whatever, it works well enough.
2024-10-28Update to 0.12.4Lucas Werkmeister
2024-05-28Update to 0.12.3Lucas Werkmeister
2024-04-29Bump pkgrel for Python 3.12Lucas Werkmeister
2024-04-06Update to 0.12.2Lucas Werkmeister
2024-01-26Update to 0.12.0Lucas Werkmeister
And add a couple of dependencies from https://github.com/scikit-learn-contrib/imbalanced-learn/blob/0.12.0/imblearn/_min_dependencies.py#L17
2023-07-09Update to 0.11.0Lucas Werkmeister
2022-12-12Update to 0.10.0Lucas Werkmeister
And remove the git makedepends, which I don’t think had any reason to be there (we just get a tarball from GitHub).
2022-05-17Update to 0.9.1Lucas Werkmeister
2022-02-18Update to 0.9.0Lucas Werkmeister
2021-12-19Update to 0.8.1Lucas Werkmeister
2021-07-31Update to 0.8.0Lucas Werkmeister
2020-10-23Initial commitLucas Werkmeister
Mainly based on the PKGBUILD of python-scrapy, which I had lying around.