[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
108/145: gnu: python-pdfminer-six: Remove obsolete phase.
From: |
guix-commits |
Subject: |
108/145: gnu: python-pdfminer-six: Remove obsolete phase. |
Date: |
Mon, 10 Jan 2022 11:44:16 -0500 (EST) |
apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit e3a2c66bb30275028496892a12526f71f0857d72
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Mon Jul 26 19:56:46 2021 -0700
gnu: python-pdfminer-six: Remove obsolete phase.
* gnu/packages/python-xyz.scm (python-pdfminer-six)[arguments]
<#:phases>: Remove 'make-files-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/python-xyz.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6035f66147..d7d617dc89 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14747,13 +14747,7 @@ module, adding support for Unicode strings.")
#t))
(replace 'check
(lambda _
- (invoke "make" "test")))
- (add-before 'reset-gzip-timestamps 'make-files-writable
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- (for-each make-file-writable
- (find-files out "\\.gz$"))
- #t))))))
+ (invoke "make" "test"))))))
(propagated-inputs
(list python-chardet python-cryptography python-sortedcontainers))
(native-inputs
- 84/145: gnu: htslib: Update to 1.14., (continued)
- 84/145: gnu: htslib: Update to 1.14., guix-commits, 2022/01/10
- 76/145: gnu: python2-matplotlib: Update to 2.2.5., guix-commits, 2022/01/10
- 82/145: gnu: poetry: Update to 1.1.12., guix-commits, 2022/01/10
- 88/145: gnu: Add plfit., guix-commits, 2022/01/10
- 91/145: gnu: tbb-2020: Use ld.gold to work around segfaults in check phase., guix-commits, 2022/01/10
- 129/145: build/python: Improve error output in sanity check., guix-commits, 2022/01/10
- 66/145: gnu: python-flit: Update to 3.5.1, enable tests and apply guix style., guix-commits, 2022/01/10
- 60/145: gnu: python-flit-core: Propagate python-tomli instead of python-toml., guix-commits, 2022/01/10
- 98/145: gnu: go-golang-org-x-crypto: Remove obsolete phase., guix-commits, 2022/01/10
- 114/145: gnu: glib: Update to 2.70.2., guix-commits, 2022/01/10
- 108/145: gnu: python-pdfminer-six: Remove obsolete phase.,
guix-commits <=