From fb04dc52a34a9910504dbeabd658f6628bf07869 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 1 Feb 2023 18:45:21 +0530 Subject: [PATCH] python3-bcrypt: repackage with updated pep517 build style --- srcpkgs/python3-bcrypt/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/python3-bcrypt/template b/srcpkgs/python3-bcrypt/template index ae3006dd669..869fe684ce2 100644 --- a/srcpkgs/python3-bcrypt/template +++ b/srcpkgs/python3-bcrypt/template @@ -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 -}