1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-07 02:59:19 +03:00
Commit graph

12 commits

Author SHA1 Message Date
Theodore Ni
7e21be19d6
python310Packages.django-discover-runner: remove 2022-11-21 11:02:33 -08:00
R. Ryantm
84714ab62f python310Packages.django-configurations: 2.3.2 -> 2.4 2022-09-02 01:05:26 +00:00
R. Ryantm
e0d6ce7e73 python310Packages.django-configurations: 2.3.1 -> 2.3.2 2022-01-26 05:40:32 +00:00
Fabian Affolter
7aae03a9dd python3Packages.django-configurations: fix build 2021-12-02 16:22:18 +01:00
Jonathan Ringer
e29d4461a0
python3Packages.django-configurations: 2.2 -> 2.3.1 2021-11-30 18:48:41 -08:00
Sandro Jäckel
89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +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
Lancelot SIX
cfae1bd7ab pythonPackages.django-configurations: fix build 2020-02-09 09:17:31 +01:00
Frederik Rietdijk
77bdd3e2a1 python: django-configurations: 2.1 -> 2.2 2019-12-30 16:46:41 +01:00
Chris Ostrouchov
012404a858 pythonPackages.django-configurations: init at 2.1 2018-10-26 16:37:52 +02:00