Commit graph

25 commits

Author SHA1 Message Date
Sandro Jäckel b4099137b1
pythonPackages: deprecate ConfigArgParse alias 2021-07-21 13:32:54 +02:00
Sandro Jäckel 9bfdf57e13
pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
Nikolay Korotkiy 74bb06a51a
yle-dl: 20210212 → 20210502 2021-05-17 09:28:18 +03:00
ilmari-lauhakangas ca889ec2ec
yle-dl: use latest ffmpeg
Downloading with yle-dl no longer works with ffmpeg 3
2021-04-26 21:35:21 +03:00
Sandro Jäckel 08c9cbaf45 yle-dl: 20201022 -> 20210212 2021-04-05 04:50:04 +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
Sandro 99bf27cc45 yle-dl: enable on unix
Thanks @sikmir

Co-authored-by: Nikolay Korotkiy <sikmir@gmail.com>
2020-10-28 13:47:13 -07:00
Sandro Jäckel cedc271c91 yle-dl: Add SuperSandro2000 as maintainer 2020-10-28 13:47:13 -07:00
Sandro Jäckel ee2e2c1032 yle-dl: 20200807 -> 20201022 2020-10-28 13:47:13 -07:00
Sandro Jäckel 3b4631d601 yle-dl: 2.31 -> 20200807 2020-10-28 13:47:13 -07:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jaakko Luttinen 080da6a65f
yle-dl: add setuptools dependency
yle-dl was failing with the following error:

  ImportError: No module named pkg_resources

Adding setuptools to propagatedBuildInputs fixes this issue.
2020-01-16 13:09:01 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Tuomas Tynkkynen e17762cb31 yle-dl: 2.30 -> 2.31 2018-02-17 22:34:13 +02:00
Jaakko Luttinen f297764c5a yle-dl: 2.28 -> 2.30 2017-12-28 16:07:33 +01:00
Tuomas Tynkkynen 7fbf1c9afa yle-dl: 2.27 -> 2.28 2017-11-30 01:41:40 +02:00
Tuomas Tynkkynen 7d32169b73 yle-dl: 2.20 -> 2.27 2017-11-19 16:07:09 +02:00
Tuomas Tynkkynen 581637ba5a yle-dl: 2.17 -> 2.20 2017-07-21 11:41:25 +03:00
Tuomas Tynkkynen 31703358bd yle-dl: 2.16 -> 2.17 2017-06-19 17:46:52 +03:00
Tuomas Tynkkynen 69901f16c9 yle-dl: 2.15 -> 2.16 2017-06-08 23:13:06 +03:00
Tuomas Tynkkynen d284082b9f yle-dl: 2.11 -> 2.15 2017-04-09 22:17:16 +03:00
Tuomas Tynkkynen 0e226720f5 yle-dl: 2.9.1 -> 2.11
Also remove a hack that has been fixed by someone else in the meantime.
2016-09-21 19:39:59 +03:00
Tuomas Tynkkynen 5120601c28 yle-dl: init at 2.9.1 2015-12-28 06:05:01 +02:00