sharlatan pushed a commit to branch python-team
in repository guix.
commit bc81af99e26b29652c499503aef3a0ed29b7e77b
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri May 10 00:53:15 2024 +0200
gnu: python-alembic: Move to pyproject-build-system.
* gnu/packages/databases.scm (python-alembic):
[build-system]: Move to pyproject-build-system.
[arguments]: Remove field, now uneeded.
Change-Id: I5907ff84412d867d094aae5fb4daa8481eb7f30c
Signed-off-by: Nicolas Goaziou <[email protected]>
---
gnu/packages/databases.scm | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index a6accafefc..d86c14c4b9 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3842,12 +3842,7 @@ this library provides functions to facilitate such
comparisons.")
(uri (pypi-uri "alembic" version))
(sha256
(base32 "0lxi2g2025lz5k7k5dd5fc1lfijqi2yw6qqyjzp073z6laa8cckw"))))
- (build-system python-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "pytest" "-vv"))))))
+ (build-system pyproject-build-system)
(native-inputs
(list python-mock python-pytest-cov))
(propagated-inputs