Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01: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 |
|
Frederik Rietdijk
|
3318f07156
|
python3Packages.moviepy: 1.0.2 -> 1.0.3
|
2020-05-11 22:12:49 +02:00 |
|
R. RyanTM
|
50a535c52f
|
python37Packages.moviepy: 1.0.1 -> 1.0.2
|
2020-04-07 06:28:03 +00:00 |
|
Patrick Hilhorst
|
5b49816cf4
|
treewide: add quotes to recently-changed urls
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
|
2020-03-28 00:05:50 +01:00 |
|
Patrick Hilhorst
|
9fc5e7e473
|
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
|
2020-03-20 13:36:23 +01:00 |
|
Robert Scott
|
f498ceb6f2
|
pythonPackages.moviepy: switch to opencv3
opencv2 is essentially EOL and has security concerns
|
2020-02-05 22:31:01 +01:00 |
|
R. RyanTM
|
0cd385fdb6
|
python37Packages.moviepy: 1.0.0 -> 1.0.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-moviepy/versions
|
2019-10-11 11:55:51 +02:00 |
|
volth
|
f3282c8d1e
|
treewide: remove unused variables (#63177)
* treewide: remove unused variables
* making ofborg happy
|
2019-06-16 19:59:05 +00:00 |
|
Daniel Schaefer
|
64476e879b
|
pythonPackages.moviepy: Add optional deps
Don't include them by default because they increase the derivation size
from ~200M to over 600M.
|
2019-04-19 18:47:04 +02:00 |
|
Daniel Schaefer
|
2b4bc3769c
|
pythonPackages.moviepy: Requires Py3.4 since 1.0.0
"only Python 3.4+ from v.1.0"
|
2019-04-19 17:30:12 +02:00 |
|
Daniel Schaefer
|
951c5b86e9
|
pythonPackages.moviepy: Add deps for new version
Fixes #59857
|
2019-04-19 03:37:35 +02:00 |
|
Frederik Rietdijk
|
8124660691
|
python: moviepy: 0.2.3.5 -> 1.0.0
|
2019-02-17 14:40:28 +01:00 |
|
R. RyanTM
|
3e5abf1215
|
python36Packages.moviepy: 0.2.2.11 -> 0.2.3.5
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-moviepy/versions
|
2018-11-08 21:43:41 -08:00 |
|
Philipp Middendorf
|
ef9b17b484
|
pythonPackages.imageio: 1.6 -> 2.4.1 (#49147)
|
2018-11-04 18:32:33 +01:00 |
|
Chris Ostrouchov
|
67988e545c
|
pythonPacakges.moviepy: refactor move to python-modules
|
2018-10-18 11:02:23 +02:00 |
|