summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: hdf5: Update to 1.8.18 [fixes CVE-2016-{4330,4331,4332,4333}].Leo Famulari2016-11-30
| | | | | * gnu/packages/maths.scm (hdf5): Update to 1.8.18. [source]: Add alternate URL.
* gnu: gcj: Conditionally apply patch for armhf.Ricardo Wurmus2016-11-30
| | | | | | * gnu/packages/gcc.scm (gcj)[source]: Inherit from "gcc" package. [native-inputs]: Conditionally add arm-patch. [arguments]: Conditionally add phase "apply-arm-patch".
* gnu: borg: Fix the test suite.Leo Famulari2016-11-30
| | | | | * gnu/packages/backup.scm (borg)[arguments]: Use add-installed-pythonpath and disable tests related to FUSE.
* gnu: git: Update to 2.11.0.Leo Famulari2016-11-29
| | | | * gnu/packages/version-control.scm (git): Update to 2.11.0.
* gnu: Add Cuirass.Mathieu Lirzin2016-11-29
| | | | | | * gnu/packages/ci.scm (cuirass): New variable. Co-authored-by: Jan Nieuwenhuizen <janneke@gnu.org>
* gnu: guix-0.11.0: Add guile-ssh to inputs.David Craven2016-11-29
| | | | | | * gnu/packages/package-management.scm (guile-ssh)[inputs]: Add guile-ssh. [arguments]: Add guile-ssh to GUILE_LOAD_PATH.
* gnu: frescobaldi: Disable tests.Ricardo Wurmus2016-11-29
| | | | * gnu/packages/music.scm (frescobaldi)[arguments]: Disable tests.
* gnu: Add zzufJohn Darrington2016-11-29
| | | | * gnu/packages/debug.scm (zzuf): New variable.
* gnu: libxfont: Update to 1.5.2.Tobias Geerinckx-Rice2016-11-29
| | | | * gnu/packages/xorg.scm (libxfont): Update to 1.5.2.
* gnu: gphoto2, libgphoto2: Use libjpeg-turbo.Tobias Geerinckx-Rice2016-11-29
| | | | * gnu/packages/photo.scm (gphoto2, libgphoto2)[inputs]: Add libjpeg-turbo.
* gnu: spice: Use libjpeg-turbo instead of libjpeg.Tobias Geerinckx-Rice2016-11-29
| | | | | * gnu/packages/spice.scm (spice)[inputs]: Use libjpeg-turbo as suggested during the build.
* gnu: icecat: Use libjpeg-turbo instead of bundled libjpeg.Tobias Geerinckx-Rice2016-11-29
| | | | | | | * gnu/packages/gnuzilla.scm (icecat)[source]: Remove bundled libjpeg, which is actually libjpeg-turbo. [inputs]: Add libjpeg-turbo. [arguments]: Use it.
* gnu: Add libjpeg-turbo.Tobias Geerinckx-Rice2016-11-29
| | | | * gnu/packages/image.scm (libjpeg-turbo): New variable.
* gnu: kauth: Fix cmake macros to be used by other packages.Hartmut Goebel2016-11-29
| | | | | * gnu/packages/kde-framework.scm (kauth)[phases]: New phase fix-cmake-install-paths.
* gnu: extra-cmake-modules: Always install into /lib and not into /lib64.Hartmut Goebel2016-11-29
| | | | | * gnu/packages/kde-frameworks.scm (extra-cmake-modules)[phases]: New phase fix-lib-path.
* gnu: Add ksyntaxhighlighting.Hartmut Goebel2016-11-29
| | | | * gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): New variable.
* gnu: Update kde-frameworks to 5.28.Hartmut Goebel2016-11-29
| | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (kpackage): Update to 5.28.1 (extra-cmake-modules, attica, bluez-qt, breeze-icons, kapidox, karchive, kcodecs, kconfig, kcoreaddons, kdbusaddons, kdnssd, kguiaddons, ki18n, kidletime, kitemmodels, kitemviews, kplotting, kwayland, kwidgetsaddons, kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, solid, sonnet, threadweaver, kauth, kcompletion, kcrash, kdoctools, kfilemetadata, kimageformats, kjobwidgets, knotifications, kpty, kunitconversion, baloo, kactivities, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets, kdeclarative, kded, kdesignerplugin, kdesu, kemoticons, kglobalaccel, kiconthemes, kinit, kio, knewstuff, knotifyconfig, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, plasma-framework, frameworkintegration): Update to 5.28.0
* Merge branch 'python-build-system'.Hartmut Goebel2016-11-29
|\
| * gnu: python2-discogs-client: Remove python2-setuptools from inputs.Hartmut Goebel2016-11-29
| | | | | | | | | | | | | | | | | | * gnu/packages/music.scm (python2-discogs-client): Use simply "package-with-python2". Remove inheriting from python-discogs-client since adding python2-setuptools to [native-inputs] has been the sole reason for inheriting. (python-discogs-client) Remove the now needless [properties] "python2-variant".
| * Merge branch 'master' into python-build-systemHartmut Goebel2016-11-29
| |\
| * | gnu: wicd: Fix build.Hartmut Goebel2016-11-29
| | | | | | | | | | | | | | | * gnu/packages/wicd.scm (wicd) [arguments]: Disable installation via setuptools (and --single-version-externally-managed).
| * | gnu: wxPython: Remove useless inputs.Hartmut Goebel2016-11-29
| | | | | | | | | | | | | | | * gnu/packages/wxwidgets.scm (python2-wxpython) [native-inputs]: Remove setuptools, which is already included in python.
| * | gnu: wxPython: Fix build.Hartmut Goebel2016-11-29
| | | | | | | | | | | | | | | * gnu/packages/wxwidgets.scm (python2-wxpython) [arguments]: Disable installation via setuptools (and --single-version-externally-managed).
| * | gnu: python-betamax: Fix typo.Leo Famulari2016-11-25
| | | | | | | | | | | | * gnu/packages/python.scm (python-betamax): Fix typo.
| * | Merge branch 'master' into python-build-systemLeo Famulari2016-11-25
| |\ \
| * | | gnu: python-awscli: fix inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-awscli): [inputs] change to [native-inputs].
| * | | gnu: python-botocore: fix inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-botocore): [inputs] change to [native-inputs].
| * | | gnu: python-pip: fix inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pip): [inputs] change to [native-inputs].
| * | | gnu: python2-ipython: fix inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python2-ipython): [inputs] change to [native-inputs].
| * | | gnu: python-betamax: fix inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-betamax): [inputs] change to [propagated-inputs].
| * | | gnu: python-scikit-learn: Remove useless property "python2-variant".Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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".
| * | | gnu: python-tables: Remove python byte-code files from source.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-tables)[source]: Add snippet.
| * | | gnu: python-flake8-2.2.4: Remove python byte-code files from source.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-flake8-2.2.4)[source]: Add snippet.
| * | | gnu: python-flake8: Remove python byte-code files from source.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-flake8)[source]: Add snippet.
| * | | gnu: python-pytest-django: Remove needless propagated input "python-py".Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is already propagated by python-pytest. * gnu/packages/python.scm (python-pytest-django) [propagated-inputs]: Remove python-py.
| * | | gnu: python2-pbcore: Fix inputs:Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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].
| * | | gnu: python2-warpedlmm: Remove phase remove-bin-directory.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: khal: Fix build.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | gnu: python-testlib: Remove useless self-defined phase "unpack".Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Unzipping is now done by standard-phase "unpack" automatically. * gnu/packages/python.scm (python-testlib, python2-testlib)[phases] No longer replace "unpack".
| * | | gnu: python-sphinxcontrib-newsfeed: Remove needless input.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-sphinxcontrib-newsfeed) [propagated-inputs]: Remove python-docutils, already porpagated by python-sphinx.
| * | | gnu: python-nautilus: Correct inputsHartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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).
| * | | gnu: python-freezegun: Correct input.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * u/packages/python.scm(python-freezegun)[native-inputs] move python-dateutils-2 to [propagated-inputs].
| * | | gnu: python-consul: Correct inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm(python-consul)[native-inuts] move python-requests and python-six to [propagated-inputs].
| * | | gnu: python-prompt-toolkit: Correct inputsHartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm(python-prompt-toolkit)[native-inputs] move python-six to [propagated-inputs]. Remove now empty [native-inputs].
| * | | gnu: python-responses: Correct inputsHartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm(python-responses)[native-inputs] move python-cookies to [propagated-inputs]
| * | | gnu: python-sphinxcontrib-programoutput: Remove needless input.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an indirect requirement and propagated by python-sphinx already. * gnu/packages/python.scm(python-sphinxcontrib-programoutput) [propagated-inputs]: Remove python-docutils.
| * | | gnu: python-sphinx-repoze-autointerface: Remove needless input.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an indirect requirement and propagated by python-sphinx already. * gnu/packages/python.scm(python-sphinx-repoze-autointerface) [propagated-inputs]: Remove python-docutils.
| * | | gnu: python-celery: Remove needless inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These are indirect requirements and propagated by python-kombu. * gnu/packages/python.scm(python-celery)[propagated-inputs] Remove python-amqp and python-anyjson.
| * | | gnu: Remove some outdated comments.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | These comments were about setuptools used at runtime for pkg_resources. * gnu/packages/python.scm: Remove some outdated comments.
| * | | gnu: python-tox: Update FIXME comments.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm(python-tox)[arguments]: Update FIXME comment. [inputs]: Add FIXME comment.