[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
93/104: gnu: python2-warpedlmm: Remove phase remove-bin-directory.
From: |
Hartmut Goebel |
Subject: |
93/104: gnu: python2-warpedlmm: Remove phase remove-bin-directory. |
Date: |
Tue, 15 Nov 2016 21:37:08 +0000 (UTC) |
htgoebel pushed a commit to branch python-build-system
in repository guix.
commit 54c85e12fda033ef01bb2c649b540d9694a368f3
Author: Hartmut Goebel <address@hidden>
Date: Wed Oct 19 23:45:12 2016 +0200
gnu: python2-warpedlmm: Remove phase remove-bin-directory.
This directory did contain contain wrappers for `nose`, which should not
be there anyway (since nose already was a native-input). The new
python build system no longer creates this directory, while the old one
did. (This difference is due to the bloody details of how packages are
installed.)
* gnu/packages/bioinformatics.scm (python2-warpedlmm)
[modify-phases] Remove, since remove-bin-directory was the only
modification here.
---
gnu/packages/bioinformatics.scm | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9b47dc3..0d5d8ff 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3509,18 +3509,7 @@ files and writing bioinformatics applications.")
"1agfz6zqa8nc6cw47yh0s3y14gkpa9wqazwcj7mwwj3ffnw39p3j"))))
(build-system python-build-system)
(arguments
- `(#:python ,python-2 ; requires Python 2.7
- #:phases
- (modify-phases %standard-phases
- (add-after
- 'install 'remove-bin-directory
- (lambda* (#:key outputs #:allow-other-keys)
- ;; The "bin" directory only contains wrappers for running
- ;; the module tests. They are not needed after the
- ;; "check" phase.
- (delete-file-recursively
- (string-append (assoc-ref outputs "out") "/bin"))
- #t)))))
+ `(#:python ,python-2)) ; requires Python 2.7
(propagated-inputs
`(("python-scipy" ,python2-scipy)
("python-numpy" ,python2-numpy)
- 55/104: gnu: python-setuptools: remove pre-built binaries from source., (continued)
- 55/104: gnu: python-setuptools: remove pre-built binaries from source., Hartmut Goebel, 2016/11/15
- 72/104: gnu: python-pathpy: Build documentation., Hartmut Goebel, 2016/11/15
- 77/104: gnu: python-websocket-client: Correct inputs., Hartmut Goebel, 2016/11/15
- 83/104: gnu: python-sphinx-repoze-autointerface: Remove needless input., Hartmut Goebel, 2016/11/15
- 81/104: gnu: Remove some outdated comments., Hartmut Goebel, 2016/11/15
- 85/104: gnu: python-responses: Correct inputs, Hartmut Goebel, 2016/11/15
- 82/104: gnu: python-celery: Remove needless inputs., Hartmut Goebel, 2016/11/15
- 88/104: gnu: python-freezegun: Correct input., Hartmut Goebel, 2016/11/15
- 92/104: gnu: khal: Fix build., Hartmut Goebel, 2016/11/15
- 95/104: gnu: python-pytest-django: Remove needless propagated input "python-py"., Hartmut Goebel, 2016/11/15
- 93/104: gnu: python2-warpedlmm: Remove phase remove-bin-directory.,
Hartmut Goebel <=
- 90/104: gnu: python-sphinxcontrib-newsfeed: Remove needless input., Hartmut Goebel, 2016/11/15
- 97/104: gnu: python-flake8-2.2.4: Remove python byte-code files from source., Hartmut Goebel, 2016/11/15
- 98/104: gnu: python-tables: Remove python byte-code files from source., Hartmut Goebel, 2016/11/15
- 101/104: gnu: python2-ipython: fix inputs., Hartmut Goebel, 2016/11/15
- 94/104: gnu: python2-pbcore: Fix inputs:, Hartmut Goebel, 2016/11/15
- 102/104: gnu: python-pip: fix inputs., Hartmut Goebel, 2016/11/15
- 104/104: gnu: python-awscli: fix inputs., Hartmut Goebel, 2016/11/15
- 14/104: gnu: Remove python-setuptools and python2-setuptools from inputs (part 2), Hartmut Goebel, 2016/11/15