Package Details: python-baycomp 1.0.3-5

Git Clone URL: https://aur.archlinux.org/python-baycomp.git (read-only, click to copy)
Package Base: python-baycomp
Description: Library for Bayesian comparison of classifiers
Upstream URL: https://github.com/janezd/baycomp
Licenses: MIT
Submitter: xantares
Maintainer: txtsd
Last Packager: txtsd
Votes: 1
Popularity: 0.000001
First Submitted: 2020-07-06 17:06 (UTC)
Last Updated: 2024-03-20 16:29 (UTC)

Latest Comments

txtsd commented on 2022-05-19 15:37 (UTC)

No package should be installing the tests folder.

Please add this to the package() function:

local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
rm -rf "${pkgdir}${site_packages}/tests/"