Commit graph

31 commits

Author SHA1 Message Date
Sandro Jäckel 9bfdf57e13
pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
Robert Schütz f2ab385874 radicale: add passthru.tests 2021-04-23 15:13:36 +02:00
Robert Schütz 8a3c8eed75 radicale: use pytestCheckHook 2021-04-23 14:47:59 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Sandro 80bede2af5
Merge pull request #109504 from dotlambda/radicale-3.0.6 2021-01-17 10:56:04 +01:00
Robert Schütz 470fc224b7 radicale: 3.0.5 -> 3.0.6 2021-01-16 10:48:32 +01:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Robert Schütz a38a9590d8 radicale: 3.0.3 -> 3.0.5 2020-09-02 09:04:04 -07:00
Robert Schütz 45bf7757c0 radicale3: init at 3.0.3 2020-06-23 11:58:51 +02:00
Robert Schütz fb6fb89c6f radicale2: 2.1.11 -> 2.1.12 2020-06-23 11:58:50 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Aneesh Agrawal e6ffd4c8d1 radicale 1.x: remove aneeshusa as maintainer 2020-03-24 01:21:33 -04:00
Silvan Mosberger b7f54d4ffa
radicale: Fix runtime
Needed pkg_resources module, which apparently comes from setuptools
according to https://stackoverflow.com/a/10538412/6605742
2019-09-14 00:56:19 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Robert Schütz 28a6927637 radicale: 2.1.10 -> 2.1.11 2018-11-06 11:11:10 +01:00
Robert Schütz 5044918384 radicale: 2.1.9 -> 2.1.10 2018-08-23 15:43:34 +02:00
Robert Schütz 01d6aca3ae radicale: pin vobject==0.9.5 2018-07-08 10:54:59 +02:00
Robert Schütz 184f8cc054 radicale: pin python-dateutil==2.6.1 2018-06-29 19:28:18 +02:00
R. RyanTM 566d7531e5 radicale: 2.1.8 -> 2.1.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/radicale/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/.radicale-wrapped -h’ got 0 exit code
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/.radicale-wrapped --help’ got 0 exit code
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/.radicale-wrapped --version’ and found version 2.1.9
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/radicale -h’ got 0 exit code
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/radicale --help’ got 0 exit code
- ran ‘/nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9/bin/radicale --version’ and found version 2.1.9
- found 2.1.9 with grep in /nix/store/rbymr2y0pbx8n8b8bfz2gscafmby904x-radicale-2.1.9
- directory tree listing: https://gist.github.com/e41acc1e5d5f2db9d8498cf5a989eb7f
2018-04-25 23:12:48 -07:00
Kai Harries 3b895db614 radicale: add pytz to closure
Without pytz I got error messages like this in the journal:

  Dec 09 00:00:00 x radicale[8868]: ERROR:root:No module named 'pytz'
2017-12-09 17:51:13 +01:00
Pascal Wittmann 662181e613
radicale: 2.1.6 -> 2.1.8 2017-11-10 20:45:41 +01:00
Aneesh Agrawal 61de150aa8 radicale: 2.1.2 -> 2.1.6
Radicale 2.1.5 is the first to support the `--verify-storage` option.
2017-09-18 00:29:01 -07:00
Silvan Mosberger e16a0988bc
radicale: 1.1.4 -> 2.1.2
This commit readds and updates the 1.x package from 1.1.4 to 1.1.6 which
also includes the needed command for migrating to 2.x

The module is adjusted to the version change, defaulting to radicale2 if
stateVersion >= 17.09 and radicale1 otherwise. It also now uses
ExecStart instead of the script service attribute. Some missing dots at
the end of sentences were also added.

I added a paragraph in the release notes on how to update to a newer
version.
2017-08-13 17:23:43 +02:00
Pascal Wittmann 1420b20f08
radicale: 1.1.2 -> 1.1.4 2017-07-01 10:11:47 +02:00
Pascal Wittmann f6ef5614a0 radicale: 1.1.1 -> 1.1.2, fixes CVE-2017-8342 2017-05-29 09:28:28 +02:00
Aneesh Agrawal ded7953478 treewide: meta.platform -> meta.platforms 2017-05-02 19:32:02 -04:00
Aneesh Agrawal 8f4d778509 radicale: Add aneeshusa as maintainer 2017-04-10 20:04:17 -04:00
Aneesh Agrawal 9821f82d7c radicale: Disable tests on Python 3 2017-04-10 20:04:17 -04:00
Aneesh Agrawal 8ce337fd96 radicale: Remove optional deps on Python 3
None of these dependencies is required for radicale to function,
and flup in particular prevents usage with Python 3.
2017-04-10 20:04:17 -04:00
Robert Helgesson 9d2a831497
radicale: break into own package
Since this is an application it is not suitable for pythonPackages,
which is more appropriate for Python modules.
2016-09-25 22:15:19 +02:00