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 |
|
R. RyanTM
|
19a6bd344c
|
python37Packages.eyeD3: 0.9.5 -> 0.9.6
|
2020-12-31 15:18:38 -08:00 |
|
Jörg Thalheim
|
ab2c7a29e7
|
eyeD3: fix dependencies
|
2020-06-19 09:15:04 +01:00 |
|
Frederik Rietdijk
|
ee37289c05
|
python: eyeD3: 0.8.12 -> 0.9.5
|
2020-06-11 09:59:57 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Frederik Rietdijk
|
ffc8cce90d
|
python: eyeD3: 0.8.11 -> 0.8.12
|
2019-12-30 16:46:53 +01:00 |
|
Frederik Rietdijk
|
c26373e98f
|
python: eyeD3: 0.8.10 -> 0.8.11
|
2019-11-22 08:37:21 +01:00 |
|
c0bw3b
|
9367367dfd
|
Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
|
2019-11-16 01:41:23 +01:00 |
|
volth
|
f3282c8d1e
|
treewide: remove unused variables (#63177)
* treewide: remove unused variables
* making ofborg happy
|
2019-06-16 19:59:05 +00:00 |
|
R. RyanTM
|
f322c798e3
|
python37Packages.eyeD3: 0.8.9 -> 0.8.10 (#57231)
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-eyed3/versions
|
2019-04-07 09:41:08 +00:00 |
|
Frederik Rietdijk
|
5b5a2bb681
|
python: eyeD3: 0.8.8 -> 0.8.9
|
2019-01-18 09:37:07 +01:00 |
|
R. RyanTM
|
4ba0a3d645
|
python37Packages.eyeD3: 0.8.7 -> 0.8.8
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-eyed3/versions
|
2018-12-15 21:43:39 -08:00 |
|
Jörg Thalheim
|
cd46a859b4
|
python.pkgs.eyeD3: 0.7.8 -> 0.8.7
|
2018-11-18 00:18:22 +00:00 |
|
Chris Ostrouchov
|
3c36c02ca5
|
pythonPackages.eyeD3: refactor move to python-modules
|
2018-10-17 07:46:55 +02:00 |
|