~ruther/guix-local

ref: bac6816879248864d28f71c02414e89f071a81fe guix-local/gnu/packages/python.scm -rw-r--r-- 416.7 KiB
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.
47c7dc4a — Hartmut Goebel 9 years ago
gnu: python-sphinx-repoze-autointerface: Remove needless input.

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

* gnu/packages/python.scm(python-sphinx-repoze-autointerface)
  [propagated-inputs]: Remove python-docutils.
06f1d73e — Hartmut Goebel 9 years ago
gnu: python-celery: Remove needless inputs.

These are indirect requirements and propagated by python-kombu.

* gnu/packages/python.scm(python-celery)[propagated-inputs] Remove python-amqp
  and python-anyjson.
f7989b8b — Hartmut Goebel 9 years ago
gnu: Remove some outdated comments.

These comments were about setuptools used at runtime for pkg_resources.

* gnu/packages/python.scm: Remove some outdated comments.
7ba07edf — Hartmut Goebel 9 years ago
gnu: python-tox: Update FIXME comments.

* gnu/packages/python.scm(python-tox)[arguments]: Update FIXME
  comment. [inputs]: Add FIXME comment.
8322749a — Hartmut Goebel 9 years ago
gnu: python-urllib3: update comment.

* gnu/packages/python.scm(python-urllib3)[propagated-inputs]: Update comment.
b9fc496f — Hartmut Goebel 9 years ago
gnu: python-wsgi-intercept: Correct inputs.

* gnu/packages/python.scm(python-wsgi-intercept): [native-inputs]: move
  python-six to [propagated-inputs].  [propagated-inputs] move
  python-httplib2, python-requests to [native-inputs].
a5333f7c — Hartmut Goebel 9 years ago
gnu: python-websocket-client: Correct inputs.

* gnu/packages/python.scm (python-websocket-client)[native-inputs] change to
  [propagated-inputs], remove a wrong comment.
fd8e23b7 — Hartmut Goebel 9 years ago
gnu: python-zope-security: Correct inputs.

* gnu/packages/python.scm(python-zope-security)[native-inputs] New element,
  move python-zope-component, python-zope-configuration, python-zope-location,
  python-zope-testrunner, python-zope-testing here.
861f70c9 — Hartmut Goebel 9 years ago
gnu: python-configobj: Correct inputs.

* gnu/packages/python.scm(python-configobj)[native-inputs] change to
  [propagated-inputs].
d27f176a — Hartmut Goebel 9 years ago
gnu: python-zope-location: Correct inputs.

* gnu/packages/python.scm(python-zope-location)[native-inputs] change to
  [propagated-inputs].
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.
Next