~ruther/guix-local

8fa6890b — Hartmut Goebel 9 years ago
gnu: python-botocore: fix inputs.

* gnu/packages/python.scm (python-botocore): [inputs] change to
  [native-inputs].
05e2e4cf — Hartmut Goebel 9 years ago
gnu: python-pip: fix inputs.

* gnu/packages/python.scm (python-pip): [inputs] change to
  [native-inputs].
e62600fe — Hartmut Goebel 9 years ago
gnu: python2-ipython: fix inputs.

* gnu/packages/python.scm (python2-ipython): [inputs] change to
  [native-inputs].
5b1416d9 — Hartmut Goebel 9 years ago
gnu: python-betamax: fix inputs.

* gnu/packages/python.scm (python-betamax): [inputs] change to
  [propagated-inputs].
1b5241c5 — Hartmut Goebel 9 years ago
gnu: python-scikit-learn: Remove useless property "python2-variant".

The Python 2 packages does not change the definition, thus the
propery is useless.

* gnu/packages/python.scm (python-scikit-learn): [properties]:
  Remove  "python2-variant". (python2-scikit-learn): Remove
  now needless "strip-python2-variant".
bac23672 — Hartmut Goebel 9 years ago
gnu: python-tables: Remove python byte-code files from source.

* gnu/packages/python.scm (python-tables)[source]: Add snippet.
b9c8ccce — Hartmut Goebel 9 years ago
gnu: python-flake8-2.2.4: Remove python byte-code files from source.

* gnu/packages/python.scm (python-flake8-2.2.4)[source]: Add snippet.
011271c7 — Hartmut Goebel 9 years ago
gnu: python-flake8: Remove python byte-code files from source.

* gnu/packages/python.scm (python-flake8)[source]: Add snippet.
bac68168 — Hartmut Goebel 9 years ago
gnu: python-pytest-django: Remove needless propagated input "python-py".

This is already propagated by python-pytest.

* gnu/packages/python.scm (python-pytest-django) [propagated-inputs]:
  Remove python-py.
de5bc890 — Hartmut Goebel 9 years ago
gnu: python2-pbcore: Fix inputs:

* gnu/packages/bioinformatics.scm (python2-pbcore) [inputs] change to
  [propagated-inputs]. [native-inputs]: Remove python-docutils, which
  comes with sphinx. [former propagated-inputs]: move all (which is only
  pyxb) to [inputs].
54c85e12 — Hartmut Goebel 9 years ago
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.
32212074 — Hartmut Goebel 9 years ago
gnu: khal: Fix build.

The old one was plain wrong and only worked by luck since the old
python build system did manipulate PYTHONPATH.

* gnu/packages/calendar.scm(khal)[phase manpage]: Use
  add-installed-pythonpath.
632735f2 — Hartmut Goebel 9 years ago
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".
251ed7f2 — Hartmut Goebel 9 years ago
gnu: python-sphinxcontrib-newsfeed: Remove needless input.

* gnu/packages/python.scm (python-sphinxcontrib-newsfeed) [propagated-inputs]:
  Remove python-docutils, already porpagated by python-sphinx.
38ceb106 — Hartmut Goebel 9 years ago
gnu: python-nautilus: Correct inputs

* gnu/packages/python.scm(python-nautilus, python2-nautilus):
  [propagated-inputs] remove python-graphql-core, python-graphql-relay,
  python-requests: not listed and already propagated by others. Remove
  pycparser: not listed, not used in source. Move python-nose2 to
  [native-inputs] (used for tests only).
4e096968 — Hartmut Goebel 9 years ago
gnu: python-freezegun: Correct input.

* u/packages/python.scm(python-freezegun)[native-inputs] move
  python-dateutils-2 to [propagated-inputs].
fd1d6de7 — Hartmut Goebel 9 years ago
gnu: python-consul: Correct inputs.

* gnu/packages/python.scm(python-consul)[native-inuts] move python-requests
  and python-six to [propagated-inputs].
2c199b55 — Hartmut Goebel 9 years ago
gnu: python-prompt-toolkit: Correct inputs

* gnu/packages/python.scm(python-prompt-toolkit)[native-inputs] move
  python-six to [propagated-inputs]. Remove now empty [native-inputs].
d8ea5f2f — Hartmut Goebel 9 years ago
gnu: python-responses: Correct inputs

* gnu/packages/python.scm(python-responses)[native-inputs] move python-cookies
  to [propagated-inputs]
a0a09859 — Hartmut Goebel 9 years ago
gnu: python-sphinxcontrib-programoutput: Remove needless input.

This is an indirect requirement and propagated by python-sphinx already.

* gnu/packages/python.scm(python-sphinxcontrib-programoutput)
  [propagated-inputs]: Remove python-docutils.
Next