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 |
|
Jonathan Ringer
|
789b163aab
|
python3Packages.uncompyle6: disable for python3.9
See: https://github.com/rocky/python-uncompyle6/issues/331
|
2020-12-01 14:44:24 +01:00 |
|
R. RyanTM
|
8133b9cb5f
|
python37Packages.uncompyle6: 3.7.3 -> 3.7.4
|
2020-10-16 16:42:22 -07:00 |
|
Frederik Rietdijk
|
d512edcd5c
|
python: uncompyle6: 3.7.0 -> 3.7.3
|
2020-08-04 21:54:58 +02:00 |
|
Frederik Rietdijk
|
03306f4c0d
|
python: uncompyle6: 3.6.7 -> 3.7.0
|
2020-06-11 10:00:23 +02:00 |
|
Frederik Rietdijk
|
e0cb868d16
|
python3Packages.uncompyle6: 3.6.2 -> 3.6.7
|
2020-05-11 22:13:15 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Mario Rodas
|
7cd39f9fd4
|
python37Packages.uncompyle6: 3.6.1 -> 3.6.2
|
2020-01-07 21:12:28 -05:00 |
|
Frederik Rietdijk
|
d6306480be
|
python: uncompyle6: 3.6.0 -> 3.6.1
|
2019-12-30 16:46:55 +01:00 |
|
Frederik Rietdijk
|
8162dd7848
|
python: uncompyle6: 3.5.1 -> 3.6.0
|
2019-12-30 16:46:48 +01:00 |
|
Frederik Rietdijk
|
b9af475684
|
python: uncompyle6: 3.5.0 -> 3.5.1
|
2019-11-22 08:37:23 +01:00 |
|
Frederik Rietdijk
|
b3fbc1db52
|
python: uncompyle6: 3.4.1 -> 3.5.0
|
2019-10-27 16:26:54 +01:00 |
|
Frederik Rietdijk
|
84754b7c0a
|
python: uncompyle6: 3.4.0 -> 3.4.1
|
2019-10-18 09:54:02 +02:00 |
|
R. RyanTM
|
df1800b7c9
|
python37Packages.uncompyle6: 3.3.3 -> 3.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-uncompyle6/versions
|
2019-09-28 13:36:00 -07:00 |
|
Frederik Rietdijk
|
4a4d794122
|
python: uncompyle6: 3.3.2 -> 3.3.3
|
2019-06-15 08:44:06 +02:00 |
|
Renaud
|
d1bd8a983f
|
pythonPackages.uncompyle6: 3.2.6 -> 3.3.2
Changes:
https://github.com/rocky/python-uncompyle6/blob/release-python-3.3.2/NEWS.md
|
2019-05-14 20:49:57 +02:00 |
|
Frederik Rietdijk
|
213dffc962
|
python: uncompyle6: 3.2.5 -> 3.2.6
|
2019-04-18 12:42:43 +02:00 |
|
R. RyanTM
|
5847c734f6
|
python37Packages.uncompyle6: 3.2.4 -> 3.2.5 (#54064)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-uncompyle6/versions
|
2019-01-16 17:05:41 +01:00 |
|
Charles Duffy
|
2a954dd268
|
Reflect license changes in xdis, uncompyle6 metadata
|
2018-11-16 10:59:37 -06:00 |
|
R. RyanTM
|
ac079732ce
|
python36Packages.uncompyle6: 3.2.3 -> 3.2.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-uncompyle6/versions
|
2018-11-08 16:09:31 -08:00 |
|
Chris Ostrouchov
|
1fa6e372b2
|
pythonPackages.uncompyle6: 2.8.3 -> 3.2.3
|
2018-10-26 16:37:52 +02:00 |
|
Chris Ostrouchov
|
d1a48cc23e
|
pythonPackages.uncompyle6: refactor move to python-modules
|
2018-10-18 11:02:23 +02:00 |
|