aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: python-oslo.context: Update to 1.0.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-oslo.context): Update to 1.0.0. [source]: Change uri to pypi format.
* gnu: python-tempest-lib: Update to 0.11.0.Efraim Flashner2015-12-01
| | | | * gnu/packages/openstack.scm (python-tempest-lib): Update to 0.11.0.
* gnu: python-stevedore: Update to 1.9.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-stevedore): Update to 1.9.0. [source]: Change uri to pypi format.
* gnu: python-requests-mock: Update to 0.7.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-requests-mock): Update to 0.7.0. [source]: Change uri to pypi format.
* gnu: python-os-client-config: Update to 1.12.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-os-client-config): Update to 1.12.0. [source]: Change uri to pypi format.
* gnu: python-debtcollector: Update to 1.0.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-debtcollector): Update to 1.0.0. [source]: Change uri to pypi format.
* gnu: python-mox3: Update to 0.12.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/openstack.scm (python-mox3): Update to 0.12.0. [source]: Change uri to pypi format.
* gnu: enlightenment: Update to 0.20.0.Efraim Flashner2015-12-01
| | | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.0. [arguments]: Add '--enable-mount-eeze' to configure-flags.
* gnu: python-pbr: Update to 1.8.1.Efraim Flashner2015-11-30
| | | | * gnu/packages/openstack.scm (python-pbr): Update to 1.8.1.
* gnu: parallel: Update to 20151122.Efraim Flashner2015-11-30
| | | | * gnu/packages/parallel.scm (parallel): Update to 20151122.
* gnu: python2-keyring: Use python2-pycrypto.Efraim Flashner2015-11-30
| | | | | * gnu/packages/python.scm (python2-keyring)[inputs]: Force building with python2-pycrypto.
* gnu: python2-pycrypto: Use python2.Efraim Flashner2015-11-30
| | | | | * gnu/packages/python.scm (python2-pycrypto)[inputs]: Force building with python2.
* gnu: openssh: Install ssh-copy-id.Ricardo Wurmus2015-11-30
| | | | | | | | * gnu/packages/ssh.scm (openssh)[arguments]: Install "ssh-copy-id" and documentation. Fixes <http://bugs.gnu.org/22024>. Reported by Florian Paul Schmidt <mista.tapas@gmx.net>.
* gnu: openssh: Use modify-phases syntax.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ssh.scm (openssh)[arguments]: Use modify-phases syntax.
* gnu: Add ruby-tins.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-tins): New variable.
* gnu: Add ruby-sdoc.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-sdoc): New variable.
* gnu: Add ruby-pry-editline.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-pry-editline): New variable.
* gnu: Add ruby-ci-reporter.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-ci-reporter): New variable.
* gnu: Add ruby-atoulme-saikuro.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-atoulme-saikuro): New variable.
* gnu: Add ruby-simplecov.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/ruby.scm (ruby-simplecov): New variable.
* gnu: Add sparsehash.Ricardo Wurmus2015-11-30
| | | | * gnu/packages/crypto.scm (sparsehash): New variable.
* gnu: Add cereal.Ricardo Wurmus2015-11-30
| | | | | * gnu/packages/serialization.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: xorriso: Update to 1.4.2.Efraim Flashner2015-11-30
| | | | * gnu/packages/cdrom.scm (xorriso): Update to 1.4.2.
* gnu: python: Move tkinter to "tk" output.Ludovic Courtès2015-11-29
| | | | | | * gnu/packages/python.scm (python-2)[outputs]: New field. [arguments]: Add 'move-tk-inter' phase. (python2-minimal, python-minimal, wrap-python3)[outputs]: New field.
* gnu: python: Clarify and shorten the list of built-time modules.Ludovic Courtès2015-11-29
| | | | | * gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list shorter.
* gnu: python: Do not record configure flags.Ludovic Courtès2015-11-29
| | | | | | | | This reduces the number of run-time dependencies of python-2 from 25 to 15, corresponding only to ~4 MiB. * gnu/packages/python.scm (python-2)[arguments]: Add 'do-not-record-configure-flags' phase.
* gnu: python: Factorize configure flags with minimal variants.Ludovic Courtès2015-11-29
| | | | | | * gnu/packages/python.scm (python2-minimal, python-minimal)[arguments]: Reuse the inherited configure flags, and just add --without-system-ffi.
* gnu: python: Make 'sys.version' deterministic.Ludovic Courtès2015-11-29
| | | | | | | | * gnu/packages/patches/python-2-deterministic-build-info.patch, gnu/packages/patches/python-3-deterministic-build-info.patch: New files. * gnu/packages/python.scm (python-2, python): Use them. * gnu-system.am (dist_patch_DATA): Add them.
* gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0.Ludovic Courtès2015-11-29
| | | | | | * gnu/packages/python.scm (python-2)[arguments]: Set SOURCE_DATE_EPOCH to 1 to match what the daemon does. * guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): Likewise.
* gnu: python-2: Honor 'SOURCE_DATE_EPOCH'.Ludovic Courtès2015-11-29
| | | | | | | | | | * gnu/packages/patches/python-2.7-source-date-epoch.patch: New file. * gnu/packages/python.scm (python-2)[source]: Use it. [arguments]: Set SOURCE_DATE_EPOCH in 'patch-lib-shells' phase. * guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): New procedure. (%standard-phases): Add it. * gnu-system.am (dist_patch_DATA): Add patch.
* gnu: tcl: Produce 'tclIndex' files deterministically.Ludovic Courtès2015-11-29
| | | | | | * gnu/packages/patches/tcl-mkindex-deterministic.patch: New patch. * gnu/packages/tcl.scm (tcl)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* tk: Hardcode path to TK_LIBRARY.宋文武2015-11-29
| | | | | | | | Fixes <http://bugs.gnu.org/20889>. * gnu/packages/patches/tk-find-library.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/tcl.scm (tk)[source]: Add patch.
* gnu: Add perl-dbd-mysql.Ricardo Wurmus2015-11-29
| | | | * gnu/packages/databases.scm (perl-dbd-mysql): New variable.
* gnu: Add Rakarrack.Ricardo Wurmus2015-11-29
| | | | * gnu/packages/audio.scm (rakarrack): New variable.
* gnu: xfce-session: Enable shutdown/reboot menu entries.Ricardo Wurmus2015-11-29
| | | | | * gnu/packages/xfce.scm (xfce-session)[inputs]: Add upower and polkit. [source]: Replace paths to "shutdown" with "halt" and "restart".
* gnu: weechat: Dynamically link against libpython2.7.so.Ludovic Courtès2015-11-29
| | | | | | * gnu/packages/patches/weechat-python.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/weechat.scm (weechat)[source]: Use it.
* gnu: guile-next: Update to 2.1.1.Ludovic Courtès2015-11-29
| | | | | | * gnu/packages/guile.scm (guile-next)[source]: Update to 2.1.1. [arguments, native-inputs]: Move to... (guile-for-guile-emacs): ... here. New fields.
* gnu: jasper: Patch CVE-2008-3522.Ludovic Courtès2015-11-28
| | | | | | * gnu/packages/patches/jasper-CVE-2008-3522.patch: New file. * gnu/packages/image.scm (jasper)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: tor: Update to 0.2.7.5.Ludovic Courtès2015-11-27
| | | | * gnu/packages/tor.scm (tor): Update to 0.2.7.5.
* gnu: eigen: Really run tests in verbose mode.Ludovic Courtès2015-11-27
| | | | | | | Suggested by Gaël Guennebaud <gael.guennebaud@inria.fr>. * gnu/packages/algebra.scm (eigen)[arguments]: Remove #:test-target. Rename 'build-tests' phase to 'check', and have it run 'ctest -V'.
* gnu: gp2c: Update to 0.0.9pl4.Andreas Enge2015-11-27
| | | | * gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl4.
* gnu: python-pickleshare: Add python-setuptools to native-inputs.Efraim Flashner2015-11-26
| | | | | * gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add python-setuptools.
* gnu: python-pathpy: Add python-setuptools to native-inputs.Efraim Flashner2015-11-26
| | | | | * gnu/packages/python.scm (python-pathpy)[native-inputs]: Add python-setuptools.
* gnu: python2-oauthlib: Override python2-cryptography in inputs.Efraim Flashner2015-11-26
| | | | | * gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited "python2-cryptography" in inputs.
* gnu: python-oauthlib: Update to 1.0.3.Efraim Flashner2015-11-25
| | | | | | | * gnu/packages/python.scm (python-oauthlib): Update to 1.0.3. [native-inputs]: Move python-setuptools, python-nose, python mock here. Add python-coverage. [inputs]: Add python-blinker, python-cryptography, python-pyjwt.
* gnu: python2-unittest2: Use python2-setuptools.Efraim Flashner2015-11-25
| | | | | * gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from python-setuptools to python2-setuptools.
* gnu: Add kodi.David Thompson2015-11-25
| | | | | * gnu/packages/kodi.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add jasper.David Thompson2015-11-25
| | | | * gnu/packages/image.scm (jasper): New variable.
* gnu: Add tinyxml.David Thompson2015-11-25
| | | | | | * gnu/packages/xml.scm (tinyxml): New variable. * gnu/packages/patches/tinyxml-use-stl.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add eyeD3.Leo Famulari2015-11-25
| | | | | | * gnu/packages/mp3.scm (eyed3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>