Commit Graph

42 Commits

Author SHA1 Message Date
Martin Weinelt
8056f9250c
treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage
The setuptools-scm packages gained a setup hook, that sets it to the
derivation version automatically, so setting it to that manually has
become redundant.

This also affects downstream consumers of setuptools-scm, like hatch-vcs
or flit-scm.
2023-12-20 20:16:39 +01:00
Matthias Beyer
75d07edb32
khard: 0.19.0 -> 0.19.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-12-02 14:48:12 +01:00
Damien Cassou
7c53065f08
khard: 0.18.0 -> 0.19.0 2023-11-26 15:37:21 +01:00
Anton Mosich
2127f215e0 khard: add manpages to output 2023-09-01 11:25:51 +02:00
Weijia Wang
13600367b2 treewide: misc: use top-level fetchPypi 2023-05-25 17:07:31 +03:00
Damien Cassou
33881cc558
khard: Add passthru.tests.version 2022-12-12 20:00:55 +01:00
Damien Cassou
18289a67b0
khard: 0.17.0->0.18.0 2022-12-12 19:59:38 +01:00
Sandro Jäckel
6a584e15fb
khard: fix eval, add import check 2021-11-05 21:04:52 +01:00
Sandro Jäckel
b5cfd8dd69
treewide: remove python39Packages.ruamel_yaml aliases 2021-11-03 11:10:50 +01:00
Gabriel Ebner
092d9d805b khard: add setuptools_scm dependency 2021-04-02 19:28:07 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Gabriel Ebner
a7500a7f6c khard: 0.16.1 -> 0.17.0 2020-08-16 17:42:23 +02:00
Robert Schütz
f0e598bd84 khard: fix tests
Sandboxing causes the help to be displayed differently when the COLUMNS
variable is not set. See https://github.com/scheibler/khard/issues/263.
2020-06-21 20:10:14 +02:00
R. RyanTM
b337337023 khard: 0.16.0 -> 0.16.1 2020-05-05 13:15:18 +00:00
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