Commit graph

27 commits

Author SHA1 Message Date
R. RyanTM 35f427d9d0 khard: 0.15.1 -> 0.16.0 2020-04-05 22:44:43 +00:00
Doron Behar 7e7427e2c0 khard: 0.14.0 -> 0.15.1 2019-11-09 17:46:08 +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
R. RyanTM e6b5d5ddb2 khard: 0.13.0 -> 0.14.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/khard/versions
2019-07-15 10:49:00 -07:00
Matthias Beyer f1f4f38909 Revert "Remove maintainership"
I'm baaaaack!

This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.

This reverts commit ce1c1e3093.
2019-02-20 19:57:34 +01:00
Robert Schütz 8c57113e14 python.pkgs.argparse: remove
argparse is part of stdlib in 2.7 and 3.2+
2019-01-22 12:43:07 +01:00
R. RyanTM 28a484d49d khard: 0.12.2 -> 0.13.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/khard/versions
2019-01-03 07:47:24 -08:00
Matthieu Coudron e30a2b0207 khard: fixup zsh autocompletion
I introduced an error in, install -D will create the folders until the last component excluded
so I needed to add the filename for it to create _khard
https://github.com/NixOS/nixpkgs/pull/46515
2018-10-04 15:34:04 +09:00
Matthieu Coudron 14d9857604 pythonPackages.khard: zsh autocompletion
'cos that's cool
2018-09-11 18:43:15 +09:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Gabriel Ebner ebf4cfb272 khard: fix build
Copied the fix from #42782
2018-07-03 17:08:47 +02:00
Matthias Beyer ce1c1e3093 Remove maintainership
With this patch I remove myself as a maintainer for all packages I
currently maintain.

This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.

I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-06 10:57:19 +02:00
Matthias Beyer 8155a2446f khard: 0.11.4 -> 0.12.2 2018-02-21 14:08:51 +01:00
Matthias Beyer 92f66c2520 khard: 0.11.3 -> 0.11.4 2017-02-18 12:12:22 +01:00
Matthias Beyer 3de22bb760 khard: 0.11.1 -> 0.11.3
From the README of khard:

    # vobject version is pinned to 0.9.2 for now because of bug
    # https://github.com/eventable/vobject/issues/39

This is why we explicitely pin the dependency "vobject" via a new python
package in the expression here.
2017-02-15 13:55:27 +01:00
Gabriel Ebner b714fdb574 khard: 0.9.0 -> 0.11.1 2016-07-31 10:14:13 +02:00
Damien Cassou 2601b32990 khard: 0.8.1 -> 0.9.0 2016-04-09 20:28:34 +02:00
Damien Cassou 8a804dfbac khard: force Python2
setup.py says that khard is only compatible with
Python 2.
2016-03-03 16:37:23 +01:00
Frederik Rietdijk 40ca841c5c Merge pull request #13124 from FRidh/buildPythonApplication
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Matthias Beyer 24edc61fcd khard: Fix version 0.8.1 runtime error by rewriting dependencies 2016-02-19 16:31:43 +01:00
Frederik Rietdijk 4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Matthias Beyer 51e0077e79 khard: 0.6.3 -> 0.8.1 2016-02-02 21:19:35 +01:00
Damien Cassou 2a6440b294 khard: 0.6.0 → 0.6.3 2015-10-28 06:26:00 +01:00
Matthias Beyer a273f1fde4 khard: 0.5.0 -> 0.6.0 2015-09-22 01:54:04 +02:00
Matthias Beyer 12424562db khard: 0.4.1 -> 0.5.0 2015-09-10 10:26:47 +02:00
Matthias Beyer cd46c76d1b khard: 0.4.0 -> 0.4.1 2015-07-19 13:12:05 +02:00
Matthias Beyer 95578b07f7 khard: init at 0.4.0 2015-07-01 20:06:06 +02:00