summaryrefslogtreecommitdiff
path: root/gnu/packages/dav.scm
Commit message (Collapse)AuthorAge
* gnu: radicale: Skip the test suite.Leo Famulari2016-12-06
| | | | * gnu/packages/dav.scm (radicale)[arguments]: Skip the tests.
* gnu: vdirsyncer: Fix build by setting correct PYTHONPATH.Hartmut Goebel2016-11-15
| | | | | | | For thus, use add-installed-pythonpath. * gnu/packages/dav.scm (vdirsyncer): set PYTHONPATH using add-installed-pythonpath.
* Merge branch 'master' into core-updatesMark H Weaver2016-10-27
|\
| * gnu: vdirsyncer: Update to 0.14.0.Leo Famulari2016-10-26
| | | | | | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.14.0.
* | gnu: radicale: Run the test suite with py.test.Leo Famulari2016-10-15
|/ | | | | * gnu/packages/dav.scm (radicale)[native-inputs]: Add python-pytest. [arguments]: Replace the 'check' phase and run the tests with python-pytest.
* gnu: vdirsyncer: Update to 0.13.1.Leo Famulari2016-10-09
| | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.13.1.
* gnu: vdirsyncer: Update to 0.12.1.Leo Famulari2016-08-24
| | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.12.1.
* gnu: vdirsyncer: Update to 0.11.3.Leo Famulari2016-08-01
| | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.11.3.
* gnu: vdirsyncer: Update to 0.11.2.Leo Famulari2016-06-20
| | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.11.2.
* gnu: vdirsyncer: Update to 0.11.0.Leo Famulari2016-05-23
| | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.11.0.
* gnu: vdirsyncer: Update to 0.10.0.Leo Famulari2016-04-27
| | | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.10.0. [propagated-inputs]: Remove python-lxml.
* gnu: vdirsyncer: Update to 0.9.3.Leo Famulari2016-04-10
| | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.9.3.
* gnu: vdirsyncer: Update 0.9.2.Leo Famulari2016-03-13
| | | | | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.9.2. [arguments]: Run the test suite after installation. Use DETERMINISTIC_TESTS. Run tests with `make` instead of "py.test". [native-inputs]: Remove python-pytest-xprocess and python-oauthlib.
* gnu: vdirsyncer: Update to 0.9.0.Leo Famulari2016-02-15
| | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.9.0.
* gnu: vdirsyncer: Update to 0.8.1.Leo Famulari2016-02-02
| | | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.8.1. [native-inputs]: Add python-hypothesis, python-pytest-subtesthack.
* gnu: Add vdirsyncer.Leo Famulari2016-01-15
| | | | * gnu/packages/dav.scm (vdirsyncer): New variable.
* gnu: Add radicale.Leo Famulari2016-01-15
* gnu/packages/dav.scm (radicale): New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.