From patchwork Sat May 25 00:27:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brett Gilio X-Patchwork-Id: 14072 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 6DA0F17045; Sat, 25 May 2019 01:28:07 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 0322D17041 for ; Sat, 25 May 2019 01:28:07 +0100 (BST) Received: from localhost ([127.0.0.1]:33930 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUKXe-0000L4-JZ for patchwork@mira.cbaines.net; Fri, 24 May 2019 20:28:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUKXb-0000Kz-54 for guix-patches@gnu.org; Fri, 24 May 2019 20:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUKXa-0006Uu-0W for guix-patches@gnu.org; Fri, 24 May 2019 20:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34147) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUKXZ-0006Um-Se for guix-patches@gnu.org; Fri, 24 May 2019 20:28:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUKXZ-0001Qo-OM for guix-patches@gnu.org; Fri, 24 May 2019 20:28:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#35890] [PATCH 4/4] gnu: python-hdf4: Remove check-phase argument. References: <8736l3qtjx.fsf@posteo.net> In-Reply-To: <8736l3qtjx.fsf@posteo.net> Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 25 May 2019 00:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35890 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35890@debbugs.gnu.org Received: via spool by 35890-submit@debbugs.gnu.org id=B35890.15587440515462 (code B ref 35890); Sat, 25 May 2019 00:28:01 +0000 Received: (at 35890) by debbugs.gnu.org; 25 May 2019 00:27:31 +0000 Received: from localhost ([127.0.0.1]:47691 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUKX5-0001Q1-BY for submit@debbugs.gnu.org; Fri, 24 May 2019 20:27:31 -0400 Received: from mout01.posteo.de ([185.67.36.65]:57276) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUKX3-0001Pi-VM for 35890@debbugs.gnu.org; Fri, 24 May 2019 20:27:30 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 1555B16005D for <35890@debbugs.gnu.org>; Sat, 25 May 2019 02:27:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1558744043; bh=qN5qAX/iFnKbkDvtnEZHvdB8DcTt1b5VmvROdvaalZM=; h=From:To:Subject:Date:From; b=kyzU/4QghJpkoFE4qvGNhp940TCegYR9/hFvlC0qKuBqTg9+WaDRbpimriMhjy9QA rGFGYzvR65V6FvSg4ovJbOD63B7ziIyfxC9kWnL2mTHquoIhYf3D7VfxRyFTe3rGMQ 4ZovK0cNmFJAYwJyk4QUwDfXc/0+eOHcsrBGT41jpor8VzSHdLXdzKrWMP0mAn53v0 qBqsi3IdDNQIaZAIYhVJbWkt5o2GCVMs768T9A1n8pjdN87ihUABeYs+2q4FbhHDMk Dsc7Rvc7CWsjux08u4efxxFrDWESZXyigwZbyfAAXRTaOx+jHlTPKy3FnSXApOo/BH sAQ/fxwyBuMzg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 459kZx5cP8z6tm5 for <35890@debbugs.gnu.org>; Sat, 25 May 2019 02:27:21 +0200 (CEST) From: Brett Gilio Date: Fri, 24 May 2019 19:27:19 -0500 Message-ID: <87zhnbpee0.fsf@posteo.net> MIME-Version: 1.0 Content-Disposition: inline; filename=0004-gnu-python-hdf4-Remove-check-phase-argument.patch Content-Description: [PATCH 4/4] gnu: python-hdf4: Remove check-phase argument. X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From 74c956284d5ff7b20e12ed4315404697320dc809 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Fri, 24 May 2019 19:11:00 -0500 Subject: [PATCH 4/4] gnu: python-hdf4: Remove check-phase argument. * gnu/packages/python-xyz.scm (python-hdf4): Update to . --- gnu/packages/python-xyz.scm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 54cc0c2b27..43287d212e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -385,21 +385,6 @@ and verifies that it matches the intended target hostname.") `(("hdf4" ,hdf4) ("libjpeg" ,libjpeg) ("zlib" ,zlib))) - (arguments - `(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda _ - ;; The 'runexamples' script sets PYTHONPATH to CWD, then goes - ;; on to import numpy. Somehow this works on their CI system. - ;; Let's just manage PYTHONPATH here instead. - (substitute* "runexamples.sh" - (("export PYTHONPATH=.*") "")) - (setenv "PYTHONPATH" - (string-append (getcwd) ":" - (getenv "PYTHONPATH"))) - (invoke "./runexamples.sh") - (invoke "nosetests" "-v")))))) (home-page "https://github.com/fhs/python-hdf4") (synopsis "Python interface to the NCSA HDF4 library") (description -- 2.21.0