Commit graph

25 commits

Author SHA1 Message Date
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
Peter Stewart 8cd2d07858 python3Packages.libarcus: 4.7.1 -> 4.8.0 2020-12-06 12:41:39 +11:00
Gabriel Ebner e60ff5a3d0 python3Packages.libarcus: 4.6.1 -> 4.7.1 2020-09-06 13:31:16 +02:00
Gabriel Ebner ddac66d6b8 python3Packages.libarcus: 4.5.0 -> 4.6.1 2020-05-10 19:06:01 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Herman Fries f27a51e36f cura: 4.4.0 -> 4.5.0 2020-03-15 14:42:10 -07:00
Niklas Hambüchen 50c8701d51 cura, python3Packages.libsavitar, python3Packages.libarcus, python3Packages.uranium: 4.3.0 -> 4.4.0
Closes #74134.

Note the `cura.materials` hash is not updated because apparently
its contents stay the same, despite version update.

Implements comment about libarcus from:
https://github.com/NixOS/nixpkgs/pull/69435#issuecomment-535465040
2019-12-07 02:58:37 +01:00
Daniel Albert ad17ced303 libarcus: 4.2.0 -> 4.3.0 2019-09-26 13:30:22 +02:00
Gabriel Ebner 9e0e36b9d9 cura: add myself as maintainer 2019-08-08 09:40:41 +02:00
Gabriel Ebner b9f1e3cdfd pythonPackages.libarcus: 4.1.0 -> 4.2.0 2019-08-08 08:59:19 +02:00
Gabriel Ebner bb9cb2311c pythonPackages.libarcus: 4.0.0 -> 4.1.0 2019-06-01 11:19:16 +02:00
Gabriel Ebner 1233e3a388 pythonPackages.libarcus: 3.6.0 -> 4.0.0 2019-04-04 09:52:04 +02:00
Ioannis Koutras 6a523a180a pythonPackages.libarcus: use pkgs.protobuf as input
This commit makes pkgs.protobuf the input for libarcus, since the latter
searches for the native protobuf library and not for the Python module.
2019-03-05 08:57:09 +01:00
Orivej Desh ab95c92349 python3Packages.libarcus: 3.4.1 -> 3.6.0 2018-12-27 02:18:31 +00:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Johannes Frankenau 3bedaf24f8 python.pkgs.libarcus: 3.3.0 -> 3.4.1 2018-07-14 22:53:19 +02:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Johannes Frankenau 8ec26d8e5c libarcus: 3.2.1 -> 3.3.0 2018-06-10 10:17:27 +02:00
Nikolay Amiantov 0a02b55b5c libarcus: 3.0.3 -> 3.2.1 2018-02-25 22:24:08 +03:00
Nikolay Amiantov 6c5184fff7 python.pkgs.libarcus: 2.6.1 -> 3.0.3 2017-10-22 04:18:32 +03:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Nikolay Amiantov a14ebe50c1 python.pkgs.libarcus: 2.4.0 -> 2.6.1 2017-07-27 17:07:44 +03:00
Frederik Rietdijk 959842a9c7 Python: add pname attributes to libraries
so that we can use the update script.
2017-05-27 11:30:21 +02:00
Nikolay Amiantov e3a6a1fc0e python.pkgs.libarcus: init at 2.4.0 2017-03-01 02:23:18 +03:00