summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Remove python2-gitdb.Marius Bakke2020-03-16
| | | | | | Upstream no longer supports Python 2 and there are no users in Guix. * gnu/packages/version-control.scm (python2-gitdb): Remove variable.
* gnu: Remove python2-gitpython.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/version-control.scm (python2-gitpython): Remove variable.
* gnu: Remove python2-bandit.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-bandit): Remove variable.
* gnu: Remove python2-oslo.config.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-oslo.config): Remove variable.
* gnu: Remove python2-oslo.utils.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-oslo.utils): Remove variable.
* gnu: Remove python2-oslo.serialization.Marius Bakke2020-03-16
| | | | | * gnu/packages/openstack.scm (python2-oslo.serialization): Remove variable. (python-oslo.serialization)[properties]: Remove.
* gnu: Remove python2-oslo.log.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-oslo.log): Remove variable.
* gnu: Remove python2-tempest-lib.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-tempest-lib): Remove variable.
* gnu: Remove python2-swiftclient.Marius Bakke2020-03-16
| | | | | | | This package fails to build and has no reverse dependencies. * gnu/packages/openstack.scm (python2-swiftclient): Remove variable. (python-swiftclient)[properties]: Remove.
* gnu: Remove python2-keystoneclient.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no reverse dependencies. * gnu/packages/openstack.scm (python2-keystoneclient): Remove variable.
* gnu: Remove git-annex-remote-hubic.Marius Bakke2020-03-16
| | | | | | This package does not build and is officially unmaintained since 2017. * gnu/packages/version-control.scm (git-annex-remote-hubic): Remove variable.
* gnu: beets: Fix build with newer Werkzeug.Marius Bakke2020-03-16
| | | | | | * gnu/packages/patches/beets-werkzeug-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/music.scm (beets)[source](patches): New field.
* gnu: Remove python2-flask-migrate.Marius Bakke2020-03-16
| | | | | | Upstream no longer supports Python 2 and there are no dependencies on it in Guix. * gnu/packages/python-web.scm (python2-flask-migrate): Remove variable.
* gnu: python2-flake8: Add missing propagated dependency.Marius Bakke2020-03-16
| | | | | * gnu/packages/python-xyz.scm (python2-flake8)[propagated-inputs]: Add PYTHON-FUNCTOOLS32.
* gnu: python-flask-migrate: Update to 2.5.3.Marius Bakke2020-03-16
| | | | * gnu/packages/python-web.scm (python-flask-migrate): Update to 2.5.3.
* gnu: python-flask-restful-swagger: Update to 0.20.1.Marius Bakke2020-03-16
| | | | | | * gnu/packages/python-web.scm (python-flask-restful-swagger): Update to 0.20.1. [arguments]: New field. Explicitly disable tests.
* gnu: python-stdnum: Update to 1.13.Marius Bakke2020-03-16
| | | | | | * gnu/packages/finance.scm (python-stdnum): Update to 1.13. [arguments]: New field. [native-inputs]: Add PYTHON-NOSE.
* gnu: python-flask-restful: Update to 0.3.8.Marius Bakke2020-03-16
| | | | | | | | * gnu/packages/patches/python-flask-restful-werkzeug-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-web.scm (python-flask-restful): Update to 0.3.8. [source](patches): New field. [native-inputs]: Remove PYTHON-SPHINX.
* gnu: python-flask-wtf: Update to 0.14.3.Marius Bakke2020-03-16
| | | | | | * gnu/packages/python-web.scm (python-flask-wtf): Update to 0.14.3. [arguments]: Remove obsolete phase. Override check phase. [native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST.
* gnu: python-flask-babel: Update to 1.0.0.Marius Bakke2020-03-16
| | | | | * gnu/packages/python-web.scm (python-flask-babel): Update to 1.0.0. [arguments]: New field.
* gnu: python-flask-login: Update to 0.5.0.Marius Bakke2020-03-16
| | | | | | | * gnu/packages/python-web.scm (python-flask-login): Update to 0.5.0. [arguments]: Remove. [native-inputs]: Remove PYTHON-NOSE and PYTHON-PEP8. Add PYTHON-COVERAGE, PYTHON-PYCODESTYLE. and PYTHON-PYTEST.
* gnu: python-flask: Update to 1.1.1.Marius Bakke2020-03-16
| | | | * gnu/packages/python-web.scm (python-flask): Update to 1.1.1.
* gnu: python-werkzeug: Update to 1.0.0.Marius Bakke2020-03-16
| | | | | | * gnu/packages/python-web.scm (python-werkzeug): Update to 1.0.0. [source](uri): Capitalize PyPI project name. [native-inputs]: Add PYTHON-PYTEST-TIMEOUT.
* gnu: python-stem: Update to 1.8.0.Marius Bakke2020-03-16
| | | | * gnu/packages/python-xyz.scm (python-stem): Update to 1.8.0.
* gnu: Add libgccjit.Joseph LaFreniere2020-03-16
| | | | | | * gnu/packages/gcc.scm (libgccjit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* tests: nfs: Ensure 'rpcinfo' can be found.Ludovic Courtès2020-03-16
| | | | | | | The test was failing since 8b9cad01e9619f53dc5a65892ca6a09ca5de3447. * gnu/tests/nfs.scm (run-nfs-test)[test]("RPC service running"): Add 'setenv' call for PATH.
* tests: opensmtpd: Check /var/spool/mail instead of /var/mail.Ludovic Courtès2020-03-16
| | | | | | | | | The test had been failing since the upgrade to 6.6.3p1 in commit 2dbfd8eec43b602d23cee3fdd2842cc333e36c24. * gnu/services/mail.scm (opensmtpd-activation): Create /var/spool/mail. * gnu/tests/mail.scm (run-opensmtpd-test): Check /var/spool/mail instead of /var/mail.
* tests: opensmtpd: Gracefully handle test failure.Ludovic Courtès2020-03-16
| | | | | | | | | Previously the 'wait' loop would run for ~1024 seconds, at which point we'd reach the file descriptor limit due to the leak in 'queue-empty?'. * gnu/tests/mail.scm (run-opensmtpd-test)[test]("mail arrived"): In 'queue-empty?', close PIPE to avoid file descriptor leak. In 'wait' loop, arrange to run at most 20 times.
* services: dhcpd: Use 'invoke/quiet' when validating the config file.Ludovic Courtès2020-03-16
| | | | | | | This avoids the lengthy copyright/config message from dhcpd. * gnu/services/networking.scm (dhcpd-activation): Use 'invoke/quiet' instead of 'invoke'.
* tests: dhcpd: Adjust network interface name.Ludovic Courtès2020-03-16
| | | | | | | This is a followup to 8e53fe2b91d2776bc1529e7b34967c8f1d9edc32. * gnu/tests/networking.scm (dhcpd-v4-configuration) (%dhcpd-os): Use "ens3" instead of "eth0".
* tests: rsync: Set PATH.Ludovic Courtès2020-03-16
| | | | | | | | This is a followup to 8b9cad01e9619f53dc5a65892ca6a09ca5de3447, which would leave PATH unset. * gnu/tests/rsync.scm (run-rsync-test)[test]("service running"): Add call to 'setenv' for PATH.
* gnu: star: Update to 2.7.3a.Ricardo Wurmus2020-03-16
| | | | * gnu/packages/bioinformatics.scm (star): Update to 2.7.3a.
* services/web: Export nginx-configuration-global-directives.Ricardo Wurmus2020-03-16
| | | | | | | This is a follow-up to commit b420e6deb96e0760f12e3d941b76e690c4235e47. * gnu/services/web.scm (nginx-configuration-global-directives): Export procedure.
* services: nginx: Fix broken default configuration.Tobias Geerinckx-Rice2020-03-16
| | | | | | * gnu/services/web.scm (nginx-configuration): Emit an empty events{} block by default. * doc/guix.texi (Web Services): Document it.
* Revert "gnu: BlueZ: Update to 5.54."Leo Famulari2020-03-15
| | | | | | This reverts commit f24aaa81de8c709adfda2e89271c562a5ca8d959. This change caused too many rebuilds for the master branch.
* gnu: java-snakeyaml: Update hash.Björn Höfling2020-03-15
| | | | | | | Compared to the the old tarfile available on ci.guix.gnu.org, only the file '.hg_archival.txt' was removed. * gnu/packages/java.scm (java-snakeyaml)[source]: Update hash.
* gnu: java-xsdlib: Use archived home page URI, update source URI.Björn Höfling2020-03-15
| | | | | * gnu/packages/xml.scm (java-xsdlib)[home-page]: Use archived URI. [source]: Update URI.
* gnu: java-qdox: Move version 2.0-M2 side by side with version 1.12.1.Björn Höfling2020-03-15
| | | | | * gnu/packages/java.scm (java-qdox): Move package definition up, such that it is side by side with version 1.12.1.
* gnu: java-qdox: Update source and home-page URI.Björn Höfling2020-03-15
| | | | | * gnu/packages/java.scm (java-qdox)[source]: Update URI. [home-page]: Update URI.
* gnu: java-osgi-service-packageadmin: Update source URI.Björn Höfling2020-03-15
| | | | * gnu/packages/java.scm (java-osgi-service-packageadmin)[source]: Update URI.
* gnu: java-osgi-service-cm: Update source URI.Björn Höfling2020-03-15
| | | | * gnu/packages/java.scm (java-osgi-service-cm)[source]: Update URI.
* gnu: java-osgi-util-tracker: Update source URI.Björn Höfling2020-03-15
| | | | * gnu/packages/java.scm (java-osgi-util-tracker)[source]: Update URI.
* gnu: java-osgi-service-resolver: Update source URI.Björn Höfling2020-03-15
| | | | * gnu/packages/java.scm (java-osgi-service-resolver)[source]: Update URI.
* gnu: java-osgi-service-jdbc: Update source URI.Björn Höfling2020-03-15
| | | | * gnu/packages/java.scm (java-osgi-service-jdbc)[source]: Update URI.
* gnu: java-osgi-service-log: Update source URI.Björn Höfling2020-03-15
| | | | * gnu/packages/java.scm (java-osgi-service-log)[source]: Update URI.
* gnu: java-osgi-framework: Update source URI.Björn Höfling2020-03-15
| | | | * gnu/packages/java.scm (java-osgi-framework)[source]: Update URI.
* gnu: java-osgi-service-repository: Update source URI.Björn Höfling2020-03-15
| | | | * gnu/packages/java.scm (java-osgi-service-repository)[source]: Update URI.
* gnu: java-osgi-service-metatype-annotations: Update source URI.Björn Höfling2020-03-15
| | | | | * gnu/packages/java.scm (java-osgi-service-metatype-annotations)[source]: Update URI.
* gnu: java-osgi-util-promise: Update source URI.Björn Höfling2020-03-15
| | | | * gnu/packages/java.scm (java-osgi-util-promise)[source]: Update URI.
* gnu: java-osgi-util-function: Update source URI.Björn Höfling2020-03-15
| | | | * gnu/packages/java.scm (java-osgi-util-function)[source]: Update URI.