[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/43: CLEAN, LATER: Remove useless self-defined phase.
From: |
Hartmut Goebel |
Subject: |
20/43: CLEAN, LATER: Remove useless self-defined phase. |
Date: |
Tue, 18 Oct 2016 11:20:08 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit c9025655937481191959ee709fa5dffc52786a9e
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 16 22:16:58 2016 +0200
CLEAN, LATER: Remove useless self-defined phase.
THis is now done by "unpack" automatically
---
gnu/packages/python.scm | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e87a109..e871fe7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4895,18 +4895,7 @@ falling into the Python interpreter.")
(base32 "1mz26cxn4x8bbgv0rn0mvj2z05y31rkc8009nvdlb3lam5b4mj3y"))))
(build-system python-build-system)
(native-inputs
- `(("unzip" ,unzip)))
- (arguments
- `(#:phases
- (alist-replace
- 'unpack
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (let ((unzip (string-append (assoc-ref inputs "unzip")
- "/bin/unzip"))
- (source (assoc-ref inputs "source")))
- (and (zero? (system* unzip source))
- (chdir (string-append "testlib-" ,version)))))
- %standard-phases)))
+ `(("unzip" ,unzip))) ; for unpacking the source
(synopsis "Python micro test suite harness")
(description "A micro unittest suite harness for Python.")
(home-page "https://github.com/trentm/testlib")
- 18/43: Add TODO comment, (continued)
- 18/43: Add TODO comment, Hartmut Goebel, 2016/10/18
- 05/43: gnu: python-joblib: Remove python byte-code files from source., Hartmut Goebel, 2016/10/18
- 24/43: python-zope-location: Correct inputs., Hartmut Goebel, 2016/10/18
- 26/43: zope.security: Correct inputs., Hartmut Goebel, 2016/10/18
- 34/43: python-sphinx-repoze-autointerface: Remove needless input, already propagated., Hartmut Goebel, 2016/10/18
- 32/43: Remove some outdated comments., Hartmut Goebel, 2016/10/18
- 33/43: python-celery: Remove needless inputs., Hartmut Goebel, 2016/10/18
- 41/43: python-dateutil, python-dateutil-2: Update home-page url., Hartmut Goebel, 2016/10/18
- 31/43: python-tox: Update FIXME comments., Hartmut Goebel, 2016/10/18
- 40/43: python-freezegun: Correct input., Hartmut Goebel, 2016/10/18
- 20/43: CLEAN, LATER: Remove useless self-defined phase.,
Hartmut Goebel <=
- 35/43: python-sphinxcontrib-programoutput: Remove needless input, already propagated., Hartmut Goebel, 2016/10/18
- 21/43: add TODO comment, Hartmut Goebel, 2016/10/18
- 42/43: python-nautilus: Correct inouts, Hartmut Goebel, 2016/10/18
- 28/43: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/10/18
- 38/43: python-prompt-toolkit: Correct inputs, Hartmut Goebel, 2016/10/18
- 29/43: CLEAN: python-sphinxcontrib-newsfeed REmove needlass input, Hartmut Goebel, 2016/10/18
- 08/43: python-blinker: No longer disable tests., Hartmut Goebel, 2016/10/18
- 39/43: python-consul correct inputs, Hartmut Goebel, 2016/10/18
- 04/43: python-oauthlib: Correct inputs. REWORD, Hartmut Goebel, 2016/10/18
- 06/43: gnu: python-joblib: Add comment., Hartmut Goebel, 2016/10/18