Commit graph

14 commits

Author SHA1 Message Date
Ben Siraphob 4eda69a8ec kargo: expand platforms to all 2021-03-22 15:55:48 +07:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Jonathan Ringer 382883a4cb kargo: use python3 2020-06-11 10:00:27 +02:00
R. RyanTM 32721cac48 kargo: 0.4.6 -> 0.4.8 2020-03-30 19:41:56 -07:00
volth 7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Chris Ostrouchov abb5840d27
kargo: refactor move to using ansible as python module 2019-03-01 14:48:23 -05:00
Jörg Thalheim 49b17a8127 kargo: readd ansible2 to propagatedBuildInputs
was removed by accident in 16bab456b4
2017-08-28 12:05:33 +01:00
Jörg Thalheim 16bab456b4 kargo: fix evaluation 2017-08-28 11:57:55 +01:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Frederik Rietdijk f8c93fd939 kargo: use python2 2016-11-24 22:28:03 +01:00
Jascha Geerds 6d70dd2760 kargo: init at 0.4.6 2016-10-25 11:46:00 +02:00