Commit graph

31 commits

Author SHA1 Message Date
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Robert Schütz b9c178aa6d simp_le: add mock to checkInputs 2021-04-02 23:54:30 +02: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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Florian Klink 0aa09d3c75 simpl_le: 0.16.0 -> 0.17.0 2019-12-29 19:30:31 +01:00
Félix Baylac-Jacqué 071d181e0a simp_le: 0.9.0 -> 0.16.0 2019-10-20 14:15:20 +02:00
Robert Schütz 2215834789
simp_le: use python3Packages (#44476) 2018-08-05 01:17:38 +02:00
Judson fb26b73f11
simp_le: Restricting to platforms.linux 2018-08-04 14:21:19 -07:00
Judson 7ab9e9b15b
(simp_le): (0.8.0 -> 0.9.0) 2018-08-04 12:56:55 -07:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Robert Schütz e59eb49a0a
simp_le: drop upper bound of acme requirement (#39263) 2018-04-20 19:40:38 +02:00
Robert Schütz 727c76765d simp_le: patch shebangs 2018-03-21 10:14:52 +01:00
makefu e144fa07b9
simp_le: 0.6.2 -> 0.8.0 2018-03-20 22:29:09 +01:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Eric Litak be3806830c simp_le: 0.2.0 -> 0.6.1 2017-11-16 09:14:33 -08: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
jeaye ae878851f2
simp_le: 0.1.1 -> 0.2.0
The release is here:
https://github.com/zenhack/simp_le/releases/tag/0.2.0

This is needed, since the existing package is broken. See this
https://github.com/kuba/simp_le/issues/120 for reference.
2017-04-22 17:46:35 -07:00
Robin Gloster 183eeb3c0f
simp_le: fix meta.homepage 2017-02-20 16:06:17 +01:00
Robin Gloster 464529c603
simp_le: 2016-12-16 -> 0.1.1 2017-02-20 12:48:42 +01:00
Hoang Xuan Phu 5a31ad1bbf
simp_le: switch to zenhack/simp_le
kuba/simp_le seems unmaintained.
fixes #21174
2016-12-21 12:11:04 +01:00
Tristan Helmich c8c6ff4a96 simp_le: bump acme dependency to newer version
acme_0_5_0 is no longer working and removed in another commit
2016-12-12 16:26:28 +01:00
Franz Pletz e55aa50175 simp_le: apply patch to update TOS hash
Fixes #17455.

Also see https://github.com/kuba/simp_le/issues/114.
2016-08-02 21:21:02 +02:00
Franz Pletz d580b0ac0c simp_le: needs acme 0.5.0 2016-05-22 22:47:52 +02:00
Alexander Ried 8335c68543 simp_le: 2016-02-06 -> 2016-04-17
suports acme 0.5
2016-05-10 21:54:21 +02:00
Svein Ove Aas 4b998c1f94 simp_le: 2016-01-09 -> 2016-02-06 2016-03-11 12:43:46 +00:00
zimbatm 5f4417e0cf pythonPackages.acme_0_1: init at 0.1.0
`acme_0_1` is introduced because `simp_le` strictly depends on version 0.1.0
of the library (which is now at 0.4.0).
2016-03-03 18:47:02 +00:00
Frederik Rietdijk 4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Tobias Geerinckx-Rice 8c5ef127f4 simp_le: 20151207 -> 2016-01-09; co-maintain
CC maintainer @gebner.
2016-01-15 03:49:13 +01:00
Nikolay Amiantov adc693f982 simp_le: 20151205 -> 20151207 2015-12-12 16:06:51 +01:00
Gabriel Ebner 7cc6e6718c simp_le: init at 20151205, fixes #11479 2015-12-05 23:09:47 +01:00