summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: python2-oslotest: Disable tests.•••* gnu/packages/openstack.scm(python2-oslotest)[arguments]: New field. (python-oslotest)[properties]: Delay it. Marius Bakke2017-02-241-1/+7
* gnu: python-fake-factory: Fix build on 32bit.•••* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-fake-factory, python2-fake-factory)[source]: Use it. Marius Bakke2017-02-243-1/+41
* gnu: python-pyicu: Fix build.•••* gnu/packages/python.scm (python-pyicu, python2-pyicu)[arguments]: New field. Add phase to delete locale-dependent test. Marius Bakke2017-02-191-0/+9
* gnu: python-scikit-learn: Fix test failure.•••* gnu/packages/python.scm (python-scikit-learn, python2-scikit-learn)[arguments]: Use 'modify-phases'. Move 'check' phase after 'install' and incorporate 'set-HOME' phase. Marius Bakke2017-02-191-5/+14
* gnu: python-scipy: Declare python2-variant.•••This is a followup to a50e03014177d2f00b5b85d3e1c295406f842016. * gnu/packages/python.scm (python-scipy)[properties]: New field. Marius Bakke2017-02-191-0/+1
* gnu: python-flake8-polyfill: Enable tests.•••* gnu/packages/python.scm (python-flake8-polyfill, python2-flake8-polyfill)[native-inputs]: Add PYTHON-FLAKE8, PYTHON-MOCK, PYTHON-PYCODESTYLE and PYTHON-PYTEST. New field. [arguments]: Replace 'check' phase with custom command. Marius Bakke2017-02-191-0/+14
* gnu: python-flask-wtf: Drop failing test.•••* gnu/packages/python.scm (python-flask-wtf, python2-flask-wtf)[arguments]: Add phase to delete file that needs network access. Marius Bakke2017-02-191-0/+10
* gnu: python-pbkdf2: Fix tests.•••* gnu/packages/python.scm (python-pbkdf2)[arguments]: Replace 'check' phase with custom command. Marius Bakke2017-02-191-0/+9
* gnu: duplicity: Fix tests.•••* gnu/packages/backup.scm (duplicity)[native-inputs]: Add PAR2CMDLINE. [arguments]: Move /bin/sh substitution to 'patch-source' phase and add one file. Marius Bakke2017-02-191-8/+11
* gnu: python-sphinx: Propagate python-requests.•••* gnu/packages/python.scm (python-sphinx)[native-inputs]: Move PYTHON-REQUESTS to ... [propagated-inputs]: ... here. Marius Bakke2017-02-191-2/+2
* gnu: python-oslosphinx: Re-enable tests.•••* gnu/packages/openstack.scm (python-oslosphinx): Re-enable tests. Danny Milosavljevic2017-02-181-2/+8
* gnu: python-oslosphinx: Update to 4.10.0.•••* gnu/packages/openstack.scm (python-oslosphinx): Update to 4.10.0. Danny Milosavljevic2017-02-181-2/+2
* gnu: python-pbr: Support python-sphinx>=1.2.1.•••* gnu/packages/patches/python-pbr-fix-man-page-support.patch: New file. * gnu/packages/python.scm (python-pbr-minimal): Use the new patch file. Danny Milosavljevic2017-02-182-1/+30
* gnu: python-qrcode: Disable tests.•••* gnu/packages/python.scm (python-qrcode, python2-qrcode)[arguments]: New field. Marius Bakke2017-02-151-0/+3
* gnu: python-sphinx-cloud-sptheme: Explicitly disable tests.•••* gnu/packages/python.scm (python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme)[arguments]: New field. Marius Bakke2017-02-151-0/+2
* gnu: python-sphinx-repoze-autointerface: Disable tests.•••* gnu/packages/python.scm (python-sphinx-repoze-autointerface, python2-sphinx-repoze-autointerface)[arguments]: New field. Marius Bakke2017-02-151-0/+1
* gnu: python-sphinx-rtd-theme: Disable tests.•••* gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme)[arguments]: New field. Marius Bakke2017-02-151-0/+1
* gnu: python-sphinxcontrib-newsfeed: Disable tests.•••* gnu/packages/python.scm (python-sphinxcontrib-newsfeed python2-sphinxcontrib-newsfeed)[arguments]: New field. Marius Bakke2017-02-151-0/+1
* gnu: python-sphinxcontrib-programoutput: Disable tests.•••* gnu/packages/python.scm (python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput)[arguments]: New field. Marius Bakke2017-02-151-0/+3
* gnu: python-requests-mock: Update to 1.3.0.•••* gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock): Update to 1.3.0. Marius Bakke2017-02-151-2/+2
* gnu: python-tabulate: Disable tests.•••* gnu/packages/python.scm (python-tabulate)[arguments]: New field. [native-inputs]: Remove. [source]: Remove test substitution snippet. Marius Bakke2017-02-151-11/+5
* gnu: awscli: Explicitly disable tests.•••* gnu/packages/python.scm (awscli)[arguments]: New field. [native-inputs]: Remove. Marius Bakke2017-02-141-6/+3
* gnu: python-mako: Fix tests.•••* gnu/packages/python.scm (python-mako, python2-mako)[native-inputs]: Add PYTHON-PYTEST. Marius Bakke2017-02-141-1/+2
* gnu: python-openid-teams: Disable tests.•••* gnu/packages/python.scm (python-openid-teams, python2-openid-teams)[arguments]: New field. Marius Bakke2017-02-141-0/+1
* gnu: python-openid-cla: Disable tests.•••* gnu/packages/python.scm (python-openid-cla, python2-openid-cla)[arguments]: New field. Marius Bakke2017-02-141-0/+1
* gnu: python-oslosphinx: Disable tests.•••* gnu/packages/openstack.scm (python-oslosphinx, python2-oslosphinx)[arguments]: New field. Marius Bakke2017-02-141-0/+3
* gnu: python-pygit2: Skip tests requiring network access.•••* gnu/packages/python.scm (python-pygit2, python2-pygit2)[source](patches): New field. * gnu/packages/patches/python-pygit2-disable-network-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Marius Bakke2017-02-143-1/+68
* gnu: python-trollius-redis: Disable tests.•••* gnu/packages/python.scm (python-trollius-redis, python2-trollius-redis)[arguments]: New field. Marius Bakke2017-02-131-0/+2
* Merge branch 'master' into python-testsMarius Bakke2017-02-13223-2744/+13435
|\
| * gnu: libwacom: Update to 0.23.•••* gnu/packages/xdisorg.scm (libwacom): Update to 0.23. Marius Bakke2017-02-131-2/+2
| * gnu: Add python-openid.•••* gnu/packages/python.scm (python-openid): New variable. Julien Lepiller2017-02-131-1/+19
| * gnu: gajim: Do not propagate Python packages.•••* gnu/packages/messaging.scm (gajim)[propagated-inputs]: Move all inputs from here... [inputs]: ...to here. Ricardo Wurmus2017-02-131-4/+3
| * gnu: gajim: Update to 0.16.7.•••* gnu/packages/messaging.scm (gajim): Update to 0.16.7. Ricardo Wurmus2017-02-131-3/+3
| * gnu: ffmpeg: Build with SDL support.•••SDL is required for the `ffplay' executable to be built. * gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-02-131-0/+1
| * gnu: libuv: Update to 1.11.0.•••* gnu/packages/libevent.scm (libuv): Update to 1.11.0. [home-page]: Change to new home. Marius Bakke2017-02-131-3/+3
| * gnu: libev: Update to 4.24.•••* gnu/packages/libevent.scm (libev): Update to 4.24. Marius Bakke2017-02-131-2/+2
| * gnu: Add font-google-material-design-icons.•••* gnu/packages/font.scm (font-google-material-design-icons): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> José Miguel Sánchez García2017-02-131-0/+48
| * gnu: Add simh.•••* gnu/packages/simh.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add simh.scm. Signed-off-by: Ludovic Courtès <ludo@gnu.org> José Miguel Sánchez García2017-02-132-0/+97
| * gnu: Add ghc-hslogger.•••* gnu/packages/haskell.scm (ghc-hslogger): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> rsiddharth2017-02-131-0/+29
| * gnu: ghc: remove unused 'libedit' input•••ghc stopped using libedit (via editline) in 2009: https://git.haskell.org/ghc.git/commitdiff/46aed8a4a084add708bbd119d19905105d5f0d72 * gnu/packages/haskell.scm (ghc, ghc-8): remove 'libedit' input Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sergei Trofimovich2017-02-131-3/+0
| * gnu: bundler: Update to 1.14.4.•••* gnu/packages/ruby.scm (bundler): Update to 1.14.4. Ben Woodcroft2017-02-131-2/+2
| * system: Use the normalized codeset for the locale name in the examples.•••* gnu/system/examples/bare-bones.tmpl <locale>: Change to "en_US.utf8". * gnu/system/examples/desktop.tmpl <locale>: Likewise. * gnu/system/examples/lightweight-desktop.tmpl <locale>: Likewise. Ludovic Courtès2017-02-133-3/+3
| * gnu: wget: Update to 1.19.1.•••* gnu/packages/wget.scm (wget): Update to 1.19.1. Marius Bakke2017-02-121-2/+2
| * gnu: i3status: Update to 2.11.•••* gnu/packages/wm.scm (i3status): Update to 2.11. Marius Bakke2017-02-121-2/+2
| * gnu: Add angband.•••* gnu/packages/games.scm (angband): New variable. Christopher Allan Webber2017-02-121-1/+52
| * gnu: postgresql: Update to 9.5.6.•••* gnu/packages/databases.scm (postgresql): Update to 9.5.6. Leo Famulari2017-02-121-2/+2
| * gnu: mcabber: Update to 1.0.5 [fixes CVE-2017-5604].•••* gnu/packages/messaging.scm (mcabber): Update to 1.0.5. Leo Famulari2017-02-121-2/+2
| * gnu: screen: Fix CVE-2017-5618.•••* gnu/packages/patches/screen-CVE-2017-5618.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/screen.scm (screen)[source]: Use it. Leo Famulari2017-02-123-0/+43
| * gnu: mpd: Update to 0.20.4.•••* gnu/packages/mpd.scm (mpd): Update to 0.20.4. [native-inputs]: Add gcc-5. Leo Famulari2017-02-121-3/+5
| * gnu: qemu: Fix CVE-2017-{5667,5898,5931}.•••* gnu/packages/patches/qemu-CVE-2017-5667.patch, gnu/packages/patches/qemu-CVE-2017-5898.patch, gnu/packages/patches/qemu-CVE-2017-5931.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. gnu/packages/qemu.scm (qemu)[source]: Use them. Leo Famulari2017-02-125-1/+152