Commit graph

20 commits

Author SHA1 Message Date
R. RyanTM 013635e98c librepo: 1.12.1 -> 1.13.0 2021-02-03 16:10:43 +00:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +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
Marc Seeger efef8e9963 librepo: enable zchunk support on darwin 2020-12-30 07:08:49 -08:00
Marc Seeger 8718533c22 librepo: add darwin support 2020-12-19 11:37:08 -08:00
R. RyanTM 555cb2491c librepo: 1.12.0 -> 1.12.1 2020-08-30 10:41:59 +02:00
R. RyanTM 11eb84bb9f librepo: 1.11.3 -> 1.12.0 2020-07-07 00:34:02 +02:00
R. RyanTM ed588cb31c librepo: 1.11.2 -> 1.11.3 2020-03-12 11:18:25 +01:00
Jan Tojnar 3c65622fc5 librepo: 1.9.2 → 1.11.2
* Update
    Changes: https://github.com/rpm-software-management/librepo/compare/1.9.2...1.11.2
* Split into multiple outputs
* Default to Python 3 like upstream does
2020-02-10 12:55:23 -05:00
Jan Tojnar 0e651ce7fa librepo: Clean up 2020-02-10 12:55:23 -05:00
Robin Gloster ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01: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
Jan Tojnar d561b17695
librepo: 1.8.1 → 1.9.2 2018-11-17 21:35:33 +01:00
Frederik Rietdijk 0b8417823d librepo: add bindings to python-packages.nix 2017-12-05 16:04:24 +01:00
Renaud b023332cdf librepo: 1.7.20 -> 1.8.1 2017-10-21 19:17:28 +02:00
Franz Pletz e9840d0482
librepo 1.7.18 -> 1.7.20 2017-06-20 05:27:48 +02:00
Frederik Rietdijk bce69c9cec librepo: use python2
python3 support is experimental. Let's wait with changing.
2017-02-08 19:48:21 +01:00
Dan Peebles df8971ba40 librepo: add meta and add myself as a maintainer 2016-04-30 16:01:26 +00:00
Dan Peebles fcf37351bd librepo: init at 1.7.18 2016-04-29 02:46:16 +00:00