Commit graph

15 commits

Author SHA1 Message Date
Jonathan Ringer 1eb96e75c8 python3Packages.pydub: 0.24.1 -> 0.25.1 2021-04-03 17:49:50 +02:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +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 7dce8e2171 python27Packages.pydub: 0.24.0 -> 0.24.1 2020-09-06 10:31:19 -07:00
R. RyanTM 27b307bf60 python27Packages.pydub: 0.23.1 -> 0.24.0 2020-05-27 11:14:29 -07:00
R. RyanTM 40dd693ba9 python37Packages.pydub: 0.23.0 -> 0.23.1
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-pydub/versions
2019-01-27 07:53:57 -08:00
R. RyanTM bd7663c9ab python36Packages.pydub: 0.22.1 -> 0.23.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.6-pydub/versions
2018-10-24 15:13:02 +02:00
Uli Baum bc036397a3 pythonPackages.pydub: fix aarch64 build
one test failed due to rounding errors, disable it
2018-09-10 22:36:14 +02:00
Uli Baum 40c469e56b pythonPackages.pydub: remove obsolete patch 2018-09-10 18:19:01 +02:00
Uli Baum 80ecef8e4b pythonPackages.pydub: fix build and tests
- remove obsolete patch that caused build failure
- no tests were run because required data files were missing in pypi
  version; use github version instead
2018-09-10 18:05:40 +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
Frederik Rietdijk 7dddb2e4e9 python: pydub: 0.22.0 -> 0.22.1 2018-06-22 13:09:44 +02:00
Frederik Rietdijk 6742648d33 python: pydub: 0.21.0 -> 0.22.0 2018-06-22 13:09:25 +02:00
Frederik Rietdijk b4f40beac2 python: pydub: 0.20.0 -> 0.21.0 2018-02-26 19:03:28 +01:00
Samuel Leathers bef916338d pydub 0.16.7 -> 0.20.0 2017-09-19 00:00:10 +02:00