aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/tests')
0 files changed, 0 insertions, 0 deletions
g.scm?id=2e4b67b9509e908c0fa56f53e3bf49ac25995ca7'>gnu: gnupg-1: Don't replace 'sh' reference with 'bash'....* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-check-sh' phase. Leo Famulari 2017-01-23gnu: gnupg-2.0: Don't replace 'sh' reference with 'bash'....* gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-config-files' phase. Leo Famulari 2017-01-07gnu: python-pygpgme: Fix build failure....* gnu/packages/patches/python-pygpgme-fix-pinentry-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme)[source]: Use it. Leo Famulari 2017-01-07gnu: gpgme: Patch CMake files....* gnu/packages/gnupg.scm (gpgme)[arguments]: Substitute '@libsuffix@' by '.so'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thomas Danckaert 2017-01-03gnu: Add python-gpg....* gnu/packages/gnupg.scm (python-gpg, python2-gpg): New variable. Leo Famulari 2017-01-03gnu: gpgme: Update to 1.8.0....* gnu/packages/gnupg.scm (gpgme): Update to 1.8.0. [arguments]: Don't set 'GPG=gpg2' in #:configure-flags. GnuPG-2.x is installed as 'gpg' on Guix. Leo Famulari 2016-12-31gnu: pius: Update to 2.2.2-0.891687c....* gnu/packages/gnupg.scm (pius): Update to 2.2.2-0.891687c. [inputs]: Change GNUPG-2.0 to GNUPG (2.1). Signed-off-by: Ludovic Courtès <ludo@gnu.org> Troy Sankey 2016-12-22gnu: gnupg: Fix build on 32-bit architectures....* gnu/packages/patches/gnupg-test-segfault-on-32bit-arch.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnupg.scm (gnupg)[source]: Use it. Marius Bakke 2016-12-20gnu: gnupg: Remove unneeded input....* gnu/packages/gnupg.scm (gnupg)[inputs]: Remove adns. Efraim Flashner 2016-12-20gnu: gnupg: Update to 2.1.17....* gnu/packages/gnupg.scm (gnupg): Update to 2.1.17. Marius Bakke 2016-12-17gnu: pinentry: Update to 1.0.0....* gnu/packages/gnupg.scm (pinentry-tty, pinentry-gtk2, pinentry-gnome3, pinentry-qt): Update to 1.0.0. Leo Famulari 2016-12-17gnu: npth: Update to 1.3....* gnu/packages/gnupg.scm (npth): Update to 1.3. Leo Famulari 2016-11-25Merge branch 'master' into python-build-systemLeo Famulari 2016-11-19gnu: gnupg: Update to 2.1.16....* gnu/packages/gnupg.scm (gnupg): Update to 2.1.16. [arguments]: Remove obsolete substitution from 'patch-paths' phase. Remove 'set-home' phase. Add 'set-gnupg-home' phase. Leo Famulari 2016-11-15gnu: Remove python-setuptools and python2-setuptools from inputs (part 4a)...This patch contains the changes for all modules beside python.scm where setuptools are used in an inherited package and removing this input also removes the need for inheriting the package. This is the case if adding setuptools in the inherited package was the only change. Change this to not inherit and remove the new needless call to "strip-python2-variant (if applicable). * gnu/packages/bioinformatics.scm (python-biopython, python2-biopython, python-twobitreader, python2-twobitreader, python-plastid, python2-plastid, python2-pybigwig, python2-screed, sra-tools): No longer "inherit" Python 2 packages inheriting from a Python 3 package if the sole reason for inheriting was adding python-setuptools respective python2-setuptools to [inputs], [native-inputs] or [propagated-inputs]. Remove now needless [properties] "python2-variant" where applicable. * gnu/packages/django.scm (python-pytest-django, python2-pytest-django, python-django-filter, python2-django-filter): Likewise. * gnu/packages/gnupg.scm (python2-pygpgme): Likewise. * gnu/packages/mail.scm (python-mailmanclient, python2-mailmanclient): Likewise. * gnu/packages/mpd.scm (python-msp, python2-mpd2): Likewise. * gnu/packages/music.scm (python-pylast, python2-pylast): Likewise. * gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock, python2-git-review): Likewise. * gnu/packages/password-utils.scm (python2-bcrypt): Likewise. * gnu/packages/protobuf.scm (python-protobuf, python2-protobuf): Likewise. * gnu/packages/statistics.scm (python-patsy, python2-patsy): Likewise. * gnu/packages/web.scm (python2-feedparser): Likewise. Hartmut Goebel 2016-11-15gnu: Fix name for ng0....* gnu/packages/gnupg.scm: Change name in copyright header. ng0 2016-11-08gnu: gnupg: Add TODO comment about custom build phase....* gnu/packages/gnupg.scm (gnupg)[arguments]: Add comment. Leo Famulari 2016-10-27Merge branch 'master' into core-updatesMark H Weaver 2016-10-27gnu: gnupg: Add support for pcsc-lite....* gnu/packages/gnupg.scm (gnupg)[inputs]: Add pcsc-lite. [arguments]: Rename phase 'patch-config-files' to 'patch-paths'. Patch `scd/scdaemon.c' with absolute path of libpcsclite.so. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Mike Gerwitz 2016-10-13gnu: gnupg: Remove superfluous patch....This patch was integrated into GnuPG 2.1.14. * gnu/packages/patches/gnupg-fix-expired-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gnupg.scm (gnupg)[source]: Remove patch. Leo Famulari 2016-10-12Merge branch 'master' into core-updatesMark H Weaver 2016-10-10gnu: Add pinentry-gnome3....* gnu/packages/gnupg.scm (pinentry-gnome3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines 2016-10-10gnu: pinentry: Remove 'gpg2' from description....* gnu/package/gnupg.scm (pinentry-tty, pinentry-gtk2, pinentry-qt) [description]: The default in Guix is gpg, so only use this. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines 2016-10-03gnu: libgcrypt@1.7: Replacement now has an accurate 'version' field....* gnu/packages/gnupg.scm (libgcrypt-1.7.3)[version]: New field. Ludovic Courtès 2016-09-30Merge branch 'master' into core-updatesLudovic Courtès 2016-09-19gnu: gnupg: Fix test failure....* gnu/packages/patches/gnupg-fix-expired-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnupg.scm (gnupg): Use it. Leo Famulari 2016-08-29Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2016-08-26gnu: python-gnupg: Fix broken tests....* gnu/packages/gnupg.scm (python-gnupg)[arguments]: Fix check phase. Ricardo Wurmus 2016-08-24gnu: libksba: Update to 1.3.5....* gnu/packages/gnupg.scm (libksba): Update to 1.3.5. Leo Famulari 2016-08-22gnu: pinentry-qt: Build with gnu++11....* gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Add configure-flag. David Craven