[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/150: gnu: python-apsw: Remove custom 'build phase.
From: |
guix-commits |
Subject: |
36/150: gnu: python-apsw: Remove custom 'build phase. |
Date: |
Sun, 24 Apr 2022 05:12:19 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 465312c28e44263d87ec2494c8917e3674e39e73
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 | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 4472677ab3..c734b9bd4c 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3576,11 +3576,6 @@ PickleShare.")
(arguments
`(#:phases
(modify-phases %standard-phases
- (replace 'build
- (lambda _
- (invoke "python" "setup.py" "build" "--enable-all-extensions"
- "--enable=load_extension")
- #t))
(add-after 'build 'build-test-helper
(lambda _
(invoke "gcc" "-fPIC" "-shared" "-o" "./testextension.sqlext"
@@ -3588,7 +3583,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/")
- 91/150: gnu: python-progressbar2: Disable tests., (continued)
- 91/150: gnu: python-progressbar2: Disable tests., guix-commits, 2022/04/24
- 65/150: gnu: scons: Remove obsolete argument., guix-commits, 2022/04/24
- 100/150: gnu: Remove remaining uses of #:test-target for python-build-system., guix-commits, 2022/04/24
- 107/150: gnu: python-capablerobot-usbhub: Build using python-poetry-core., guix-commits, 2022/04/24
- 115/150: gnu: python-clikit: Add missing build input., guix-commits, 2022/04/24
- 109/150: gnu: python-rich: Build using poetry., guix-commits, 2022/04/24
- 112/150: gnu: python-yaspin: Add missing build input., guix-commits, 2022/04/24
- 18/150: gnu: python-multivolumefile: Remove unused inputs., guix-commits, 2022/04/24
- 20/150: gnu: gusb-minimal: Add explicit dependency on setuptools., guix-commits, 2022/04/24
- 30/150: gnu: python-tomlkit: Add missing build system input., guix-commits, 2022/04/24
- 36/150: gnu: python-apsw: Remove custom 'build phase.,
guix-commits <=
- 24/150: gnu: python-folium: Disable tests., guix-commits, 2022/04/24
- 12/150: gnu: python-charset-normalizer: Add missing input., guix-commits, 2022/04/24
- 32/150: gnu: python-eradicate: Disable missing tests., guix-commits, 2022/04/24
- 05/150: gnu: Use python2-toolchain-for-build instead of python-2., guix-commits, 2022/04/24
- 26/150: gnu: python-django-pipeline: Disable tests., guix-commits, 2022/04/24
- 15/150: gnu: python-file: Remove obsolete #:configure-flags., guix-commits, 2022/04/24
- 21/150: gnu: python-openpyxl: Fix timestamps before testing., guix-commits, 2022/04/24
- 56/150: gnu: python-lzo: Remove deprecated argument and add test input., guix-commits, 2022/04/24
- 54/150: gnu: Add python-u-msgpack., guix-commits, 2022/04/24
- 48/150: gnu: picard: Remove old build flag., guix-commits, 2022/04/24