python3-bcrypt: repackage with updated pep517 build style

This commit is contained in:
icp 2023-02-01 18:45:21 +05:30 committed by Andrew J. Hesford
parent 35c908db9f
commit fb04dc52a3

View file

@ -14,7 +14,3 @@ homepage="https://github.com/pyca/bcrypt"
changelog="https://github.com/pyca/bcrypt/blob/main/README.rst#changelog"
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
checksum=433c410c2177057705da2a9f2cd01dd157493b2a7ac14c8593a16b3dab6b6bfb
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" pytest
}