guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/103: gnu: python-apsw: Remove custom 'build phase.


From: guix-commits
Subject: 33/103: gnu: python-apsw: Remove custom 'build phase.
Date: Wed, 5 Jan 2022 09:44:31 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 21409a1733a79761b5c8ff040d6974eaf9818571
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 09:54:58 2021 +0100

    gnu: python-apsw: Remove custom 'build phase.
    
    Not required any more.
    
    * gnu/packages/databases.scm (python-apsw)[#:phases]: Remove custom
    'build phase.
---
 gnu/packages/databases.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 1f88524db3..c07bc4318d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3290,10 +3290,6 @@ PickleShare.")
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (replace 'build
-           (lambda _
-             (invoke "python" "setup.py" "build" "--enable-all-extensions")
-             #t))
          (add-after 'build 'build-test-helper
            (lambda _
              (invoke "gcc" "-fPIC" "-shared" "-o" "./testextension.sqlext"
@@ -3301,7 +3297,6 @@ PickleShare.")
              #t))
          (replace 'check
            (lambda* (#:key inputs outputs #:allow-other-keys)
-             (add-installed-pythonpath inputs outputs)
              (invoke "python" "setup.py" "test")
              #t)))))
     (home-page "https://github.com/rogerbinns/apsw/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]