[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/97: gnu: python-testlib: Remove useless self-defined phase "unpack".
From: |
Hartmut Goebel |
Subject: |
96/97: gnu: python-testlib: Remove useless self-defined phase "unpack". |
Date: |
Tue, 18 Oct 2016 20:13:24 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit c73d1b2d5c6bbc774af81cb36dbb1290fdfd91c7
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 16 22:16:58 2016 +0200
gnu: python-testlib: Remove useless self-defined phase "unpack".
Unzipping is now done by standard-phase "unpack" automatically.
* gnu/packages/python.scm (python-testlib, python2-testlib)[phases] No
longer
replace "unpack".
---
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 2cd0de9..3601c2d 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")
- 93/97: python-dateutil, python-dateutil-2: Update home-page url., (continued)
- 93/97: python-dateutil, python-dateutil-2: Update home-page url., Hartmut Goebel, 2016/10/18
- 64/97: gnu: python-joblib: Remove python byte-code files from source., Hartmut Goebel, 2016/10/18
- 80/97: python-websocket-client: Correct inputs., Hartmut Goebel, 2016/10/18
- 91/97: python-consul correct inputs, Hartmut Goebel, 2016/10/18
- 84/97: Remove some outdated comments., Hartmut Goebel, 2016/10/18
- 92/97: python-freezegun: Correct input., Hartmut Goebel, 2016/10/18
- 71/97: gnu: python-redis: Remove unused input., Hartmut Goebel, 2016/10/18
- 78/97: python-configobj: Correct inputs., Hartmut Goebel, 2016/10/18
- 74/97: python-pathpy: Build documentation. REWORD UNFINISHED, Hartmut Goebel, 2016/10/18
- 83/97: python-tox: Update FIXME comments., Hartmut Goebel, 2016/10/18
- 96/97: gnu: python-testlib: Remove useless self-defined phase "unpack".,
Hartmut Goebel <=
- 97/97: TODO: Remove .pyc, Hartmut Goebel, 2016/10/18
- 81/97: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/10/18
- 86/97: python-sphinx-repoze-autointerface: Remove needless input, already propagated., Hartmut Goebel, 2016/10/18
- 88/97: python-responses: Correct inputs, Hartmut Goebel, 2016/10/18
- 16/97: gnu: Remove python-setuptools and python2-setuptools from inputs (part 4b), Hartmut Goebel, 2016/10/18
- 94/97: gnu: python-nautilus: Correct inputs, Hartmut Goebel, 2016/10/18
- 11/97: gnu: Remove python-setuptools and python2-setuptools from inputs (part 1a), Hartmut Goebel, 2016/10/18
- 13/97: gnu: Remove python-setuptools and python2-setuptools from inputs (part 2), Hartmut Goebel, 2016/10/18