summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: python-zope-interface: Correct inputs.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm(python-zope-interface)[propagated-inputs] change to [native-inputs].
* gnu: python-pathpy: Build documentation.Hartmut Goebel2016-11-15
| | | | | | | * 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.
* gnu: Add python-rst.linker, python2-rst.linker.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-rst.linker, python2-rst.linker): New variables.
* gnu: python-numpydoc: Correct inputs.Hartmut Goebel2016-11-15
| | | | | | * gnu/packages/python.scm (python-numpydoc, python-numpydoc) [native-inputs]: Remove python-docutils. Move python-shpinx to [propagated-inputs].
* gnu: python-redis: Remove unused input.Hartmut Goebel2016-11-15
| | | | | | * 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.
* gnu: python2-scikit-image: Remove needless native-input and inheritance.Hartmut Goebel2016-11-15
| | | | | | | | | | 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.
* gnu: python2-scikit-image: Remove needless propagated-input.Hartmut Goebel2016-11-15
| | | | | | * gnu/packages/python.scm: (python2-scikit-image) [propagated-inputs]: Remove python-pytz, it does not occur anywhere in the source.
* gnu: python-scikit-image: Correct inputs.Hartmut Goebel2016-11-15
| | | | | | * gnu/packages/python.scm: (python-scikit-image, python2-scikit-image) [propagated-inputs]: Move python-numpy and python-six to [native-inputs]. Add comment.
* gnu: python-blinker: No longer disable tests.Hartmut Goebel2016-11-15
| | | | | | | | | 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.
* gnu: python-feedgenerator: Remove python byte-code files from source.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-feedgenerator, python2-feedgenerator) [source]: Add snippet.
* gnu: python-joblib: Add comment.Hartmut Goebel2016-11-15
| | | | * gnu/packages/python.scm (python-joblib): Add comment.
* gnu: python-joblib: Remove python byte-code files from source.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-joblib, python2-joblib)[source]: Add snippet.
* gnu: python-oauthlib, python-oauthlib2: Correct inputs.Hartmut Goebel2016-11-15
| | | | | | * 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.
* gnu: python-pyjwt: Add missing inputs and enable test-suite.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-pyjwt) [native-inputs]: Add python-pytest and python-pytest-cov. [arguments]. Remove.
* gnu: python-cov-core: Fix imports.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-cov-core) [inputs]: change to [propagated-inputs].
* gnu: python-statsmodels: Fix buildHartmut Goebel2016-11-15
| | | | | * gnu/packages/statistics.scm (python-statsmodels): [check] set PYTHONPATH prior to running tests.
* gnu: pytest-mock: remove needless propagated input "python-py".Hartmut Goebel2016-11-15
| | | | | | | | 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.
* gnu: python-testscenarios: remove needless input "mimetools".Hartmut Goebel2016-11-15
| | | | | | | This does not occur in the source. * gnu/packages/python.scm (python-testscenarios, python2-testscenarios) [propagated-inputs]: Remove python-mimeparse.
* gnu: python-setuptools: remove pre-built binaries from source.Hartmut Goebel2016-11-15
| | | | | | | 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.
* gnu: python-pytest-xdist: Remove needless input python-apipkg.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-pytest-xdist): Remove input python-apipkg.
* gnu: python-subunit, python-testrepository: Fix inputsHartmut Goebel2016-11-15
| | | | | | | | * 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]
* gnu: python-scripttest: Correct inputs.Hartmut Goebel2016-11-15
| | | | | | | python-pytest is only required for testing, not at run-time. * gnu/packages/python.scm (python-singledispatch, python2-singledispatch): [propagated-inputs] Move python-pytest to [native-inputs].
* gnu: python-pandas: Fix build.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-pandas): Add python-cython to native-inputs.
* gnu: openstack: Correct inputs.Hartmut Goebel2016-11-15
| | | | | | | | * gnu/packages/openstack.scm (python-os-testr) Propagate input python-subunit, change all other inputs to native-inputs. (python-mox3): Remove needless input python-six. (python-stevedore, python-requests-mock): Move python-pbr to native-inputs.
* gnu: thefuck: Fix build.Hartmut Goebel2016-11-15
| | | | | | | Requires setuptools >= 17.1 due to some features used, while our python currently only includes 12.0. * gnu/packages/admin.scm (thefuck): Add setuptools to native-inputs.
* gnu: vdirsyncer: Fix build by setting correct PYTHONPATH.Hartmut Goebel2016-11-15
| | | | | | | For thus, use add-installed-pythonpath. * gnu/packages/dav.scm (vdirsyncer): set PYTHONPATH using add-installed-pythonpath.
* gnu: python-ipython: Fix build.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-ipython, python2-ipython) [check, install-doc] set PYTHONPATH prior to running tests.
* gnu: python-scipy: Fix build.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-scipy) Use add-installed-pythonpath. Add dummy newlines character to string to make emacs happy.
* gnu: python-matplotlib: Fix build.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Correct inputs. [install-doc] set PYTHONPATH prior to building docs.
* gnu: python-numpy-bootstrap, python-numpy: Fix build.Hartmut Goebel2016-11-15
| | | | | | | * gnu/packages/python.scm (python-numpy-bootstrap): Correct inputs, use modify-phases, add dummy newlines character to string to make emacs happy, set PYTHONPATH prior to running tests. (python-numpy): propagate inputs, set PYTHONPATH prior to building docs.
* gnu: python-fonttools: Remove intervening directory in site-packges.Hartmut Goebel2016-11-15
| | | | * gnu/packages/python.scm (python-fonttools): Add phase patch-setuppy.
* gnu: python2-pysnptools: Correct inputs.Hartmut Goebel2016-11-15
| | | | | | | | dateutil, pytz, and six do not occur in the code. Remove python-dateutil, python-pytz, python-six from inputs; Move python-cython to native-inputs; move python-pandas to propagated-inputs.
* gnu: python-zope-testing: Remove needless input.Hartmut Goebel2016-11-15
| | | | | * gnu/packages.python.scm (python-zope-testing): Remove python-zope-interface from native-imports.
* gnu: python-zope-schema: Add missing inputs.Hartmut Goebel2016-11-15
| | | | | * gnu/packages.python.scm (python-zope-schema): Add python-coverage and python-nose to native-inputs.
* gnu: python-pytest-flakes: Fix build.Hartmut Goebel2016-11-15
| | | | * python.scm (python-pytest-flakes): Set PYTHONPATH prior to running tests.
* gnu: python-pillow: Fix build.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-pillow)[check-installed]: Add installed site-package to PYTHONPATH.
* gnu: python-singledispatch: correct inputs.Hartmut Goebel2016-11-15
| | | | | | | python-six is only required for conversion, not at run-time * gnu/packages/python.scm (python-singledispatch, python2-singledispatch): [inputs] Move python-six to [native-inputs].
* gnu: python-pbr: Rework bootstrapping.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | For breaking the cyclic build, formerly a separate (older) version was used for bootstrapping. Now we use the same version just without tests and without test dependencies. * gnu/packages/python.scm (python-pbr-0.11, python2-pbr-0.11): replace by … (python-pbr-minimal, python2-pbr-minimal). (python-pbr) inherit from python-pbr-minimal, adding the requirements for testing and building the documentation. (python-fixtures) [native-inputs] Use python-pbr-minimal here. (python-testrepository): [native-inputs] Add it here, it was a missing dependency.
* gnu: python-testrepositoryfixture: Correct inputs.Hartmut Goebel2016-11-15
| | | | | | | python-fixtures is required only for building. * gnu/packages/python.scm (python-testrepository) [propagated-inputs] move python-fixtures to [native-inputs].
* gnu: python-fixture: Enable tests.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-fixtures) [arguments] remove keyword `#:tests?`.
* gnu: python-fixture: Correct inputs.Hartmut Goebel2016-11-15
| | | | | | | python-pbr is required only for building. * gnu/packages/python.scm (python-fixtures) [propagated-inputs] move python-pbr-0.11 to [native-inputs].
* gnu: python-hdf5: Correct inputs.Hartmut Goebel2016-11-15
| | | | | | | | According to setup.py python-six is requried at run-time, thus has to be a propagated input. * gnu/packages/python.scm (python-hdf5) [inputs]: Move `python-six` to [propagated-inputs].
* gnu: python-h5py: Remove needless "python2-variant" property.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-h5py) [python2-variant]: Remove property. (python2-h5py): Don't strip property "strip-python2-variant".
* gnu: python-ccm: Update synopsis and description.Hartmut Goebel2016-11-15
| | | | * gnu/packages/python.scm (python-ccm): Update synopsis and description.
* gnu: python-ccm: Add missing input python-psutil.Hartmut Goebel2016-11-15
| | | | | * gnu/packages/python.scm (python-ccm) [propagated-inouts]: Add python-psutil.
* gnu: python-sphinx-rtd-theme: Remove inputs.Hartmut Goebel2016-11-15
| | | | | | | | This package is a plugin for python-sphinx, it does not require python-sphinx nor docutils, but is an add-on for python-sphinx and should not be installed by it's own. * gnu/packages/python/.scm (python-sphinx-rtd-theme)[inputs]: Remove.
* gnu: python-pytest-cov: Use upstream options for testing.Hartmut Goebel2016-11-15
| | | | | | * gnu/packages/python.scm (python-pytest-cov): Replace phase "check" by one passing the options found in upstream's tox.ini-file to "python setup.py check".
* gnu: scons: Do not use setuptools for building.Hartmut Goebel2016-11-15
| | | | * gnu/packages/python.scm (scons): Set "#:use-setuptools" to #f.
* gnu: Fix python inputs, part 7: Ensure python-cython is a native-input.Hartmut Goebel2016-11-15
| | | | | | | | * gnu/packages/audio.scm (python-pyliblo): [inputs] Move python-cyton to [native-inputs]. * gnu/packages/bioinformatics.scm (python2-pybedtools): dito. * gnu/packages/music.scm (beast, python-pyportmidi): dito. * gnu/packages/python.scm (python2-fastlmm, python-kivy): dito.
* gnu: Fix python inputs, part 6: some inputs become native-inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | This patch handles the inputs which are native-inputs almost always like nose, sphinx, and pytest. * gnu/packages/python.scm (python-jsonschema, python-numpydoc, python-mccabe, python-mistune, python-ptyprocess, python-webob, python-apipkg, python-flake8-2.2.4)[inputs] change to [native-inputs]. (python-flake8, tox) Likewise, add a comment. (python-scikit-learn, python-numpy)[native-inputs] New element, move python-nose here. (python2-kombu)[inputs] change to [native-inputs], use python-kombu's package-native-inputs.