~ruther/guix-local

ref: 38d480a8a66f99443d76e30428406fb149d9a7b5 guix-local/gnu/packages/python.scm -rw-r--r-- 417.6 KiB
38d480a8 — Hartmut Goebel 9 years ago
gnu: python-zope-interface: Correct inputs.

* gnu/packages/python.scm(python-zope-interface)[propagated-inputs] change to
  [native-inputs].
2887700e — Hartmut Goebel 9 years ago
gnu: python-pathpy: Build documentation.

* gnu/packages/python.scm (python-pathpy, python2-pathpy)
  [output] Add output "doc".
  [native-inputs]: Add python-sphinx and python-rst.linker
  [build-doc], [install-doc]: New build phases.
fe94cf0c — Hartmut Goebel 9 years ago
gnu: Add python-rst.linker, python2-rst.linker.

* gnu/packages/python.scm (python-rst.linker, python2-rst.linker): New
  variables.
213d1745 — Hartmut Goebel 9 years ago
gnu: python-numpydoc: Correct inputs.

* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
  [native-inputs]: Remove python-docutils. Move python-shpinx to
  [propagated-inputs].
cf8124b0 — Hartmut Goebel 9 years ago
gnu: python-redis: Remove unused input.

* gnu/packages/python.scm (python-redis, python2-redis) Comment out
  [native-inputs] since these are used only for running tests, which
  is disabled since it requires a Redis server.
12733594 — Hartmut Goebel 9 years ago
gnu: python2-scikit-image: Remove needless native-input and inheritance.

Remove last additional [native-inputs] python-mock, thus there is no
need to inherit python-scikit-image package. Simply use
package-with-python2.

* gnu/packages/python.scm: (python-scikit-image): [properties]: Remove
  python2-variant. (python2-scikit-image) Use simply
  "package-with-python2" after removing last [native-inputs] python-mock.
ddd1dc3d — Hartmut Goebel 9 years ago
gnu: python2-scikit-image: Remove needless propagated-input.

* gnu/packages/python.scm: (python2-scikit-image)
  [propagated-inputs]: Remove python-pytz, it does not occur anywhere in
  the source.
b83e2333 — Hartmut Goebel 9 years ago
gnu: python-scikit-image: Correct inputs.

* gnu/packages/python.scm: (python-scikit-image, python2-scikit-image)
  [propagated-inputs]: Move python-numpy and python-six to [native-inputs].
  Add comment.
9fbe7b2b — Hartmut Goebel 9 years ago
gnu: python-blinker: No longer disable tests.

The package does not provide tests, but there is no need to disable them.
Having them enabled allows running them if some newer version may provide
tests.

* gnu/package/python.scm (python-blinker, python2-blinker):
  [arguments]: Remove.
7c88bcf4 — Hartmut Goebel 9 years ago
gnu: python-feedgenerator: Remove python byte-code files from source.

* gnu/packages/python.scm (python-feedgenerator, python2-feedgenerator)
  [source]: Add snippet.
f052ec9a — Hartmut Goebel 9 years ago
gnu: python-joblib: Add comment.

* gnu/packages/python.scm (python-joblib): Add comment.
6aa5f1ca — Hartmut Goebel 9 years ago
gnu: python-joblib: Remove python byte-code files from source.

* gnu/packages/python.scm (python-joblib, python2-joblib)[source]:
  Add snippet.
bb06aa34 — Hartmut Goebel 9 years ago
gnu: python-oauthlib, python-oauthlib2: Correct inputs.

* gnu/packages/python.scm (python-oauthlib) [propagated-inputs] Move all to
  [native-inputs]. [native-inputs]: Remove python-mock, python-coverage.
  (python2-oauthlib)[native-inputs]: Add python2-mock.
130fe994 — Hartmut Goebel 9 years ago
gnu: python-pyjwt: Add missing inputs and enable test-suite.

* gnu/packages/python.scm (python-pyjwt) [native-inputs]: Add
  python-pytest and python-pytest-cov. [arguments]. Remove.
f78e1c27 — Hartmut Goebel 9 years ago
gnu: python-cov-core: Fix imports.

* gnu/packages/python.scm (python-cov-core) [inputs]: change
  to [propagated-inputs].
d5e41cf2 — Hartmut Goebel 9 years ago
gnu: pytest-mock: remove needless propagated input "python-py".

This is not listed as an requirement and is already propagated by
python-pytest.

* gnu/packages/python.scm (python-pytest-mock, python2-pytest-mock):
  [propagated-inputs]: Remove python-py.
8e73d3ba — Hartmut Goebel 9 years ago
gnu: python-testscenarios: remove needless input "mimetools".

This does not occur in the source.

* gnu/packages/python.scm (python-testscenarios, python2-testscenarios)
  [propagated-inputs]: Remove python-mimeparse.
e0ed4579 — Hartmut Goebel 9 years ago
gnu: python-setuptools: remove pre-built binaries from source.

These are used to build self-extracting installers for Windows.

* gnu/packages/python.scm (python-setuptools, python2-setuptools) [source]:
  Add snippet to delete *.exe files.
c4516ad2 — Hartmut Goebel 9 years ago
gnu: python-pytest-xdist: Remove needless input python-apipkg.

* gnu/packages/python.scm (python-pytest-xdist): Remove input
  python-apipkg.
b52ad371 — Hartmut Goebel 9 years ago
gnu: python-subunit, python-testrepository: Fix inputs

* gnu/packages/python.scm (python-subunit, python2-subunit):
  [propagated-inputs]:: Add python-extras, remove python-testtools, move
  python-testscenarios to [native-inputs].  (python-testrepository,
  python2-testrepository): [native-inputs] move python-fixtures and
  python-subunit to [propagated-inputs]
Next