Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
And add a couple of dependencies from
https://github.com/scikit-learn-contrib/imbalanced-learn/blob/0.12.0/imblearn/_min_dependencies.py#L17
|
|
|
|
And remove the git makedepends, which I don’t think had any reason to be
there (we just get a tarball from GitHub).
|
|
|
|
|
|
|
|
|
|
Mainly based on the PKGBUILD of python-scrapy, which I had lying around.
|