From a23094e715ffc8a292c1e98391f47981218e00ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 8 Nov 2022 22:58:51 +0700 Subject: [PATCH] python3-cypari2: remove custom do_check --- srcpkgs/python3-cypari2/template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srcpkgs/python3-cypari2/template b/srcpkgs/python3-cypari2/template index 6e965ef6d8e..04b8ab041f9 100644 --- a/srcpkgs/python3-cypari2/template +++ b/srcpkgs/python3-cypari2/template @@ -13,8 +13,3 @@ license="GPL-2.0-or-later" homepage="https://github.com/sagemath/cypari2" distfiles=https://github.com/sagemath/cypari2/archive/$_githash.tar.gz checksum=16bcc5da48a05e3d56a1466e9ed0c2ec91d48fe875bf1adda237bb7690d3f7c3 - -do_check() { - PYTHONPATH="$(cd build/lib* && pwd)" \ - make check -}