about summary refs log tree commit diff
path: root/pkgs/development/python-modules/moviepy
AgeCommit message (Collapse)AuthorFilesLines
2021-09-01python39Packages.moviepy: relax decorator dependency, forma, remove ? null ↵Sandro Jäckel1-18/+30
from inputs
2021-05-17python3Packages.scikitlearn: rename to scikit-learnDavHau1-3/+3
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-05-11python3Packages.moviepy: 1.0.2 -> 1.0.3Frederik Rietdijk1-2/+2
2020-04-07python37Packages.moviepy: 1.0.1 -> 1.0.2R. RyanTM1-2/+2
2020-03-28treewide: add quotes to recently-changed urlsPatrick Hilhorst1-1/+1
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-20treewide: fix redirected urls (again)Patrick Hilhorst1-1/+1
Ran the same script as #78265. Additionally, manually replaced `http://goodies.xfce.org` with https.
2020-02-05pythonPackages.moviepy: switch to opencv3Robert Scott1-3/+3
opencv2 is essentially EOL and has security concerns
2019-10-11python37Packages.moviepy: 1.0.0 -> 1.0.1R. RyanTM1-2/+2
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-06-16treewide: remove unused variables (#63177)volth1-1/+0
* treewide: remove unused variables * making ofborg happy
2019-04-19pythonPackages.moviepy: Add optional depsDaniel Schaefer1-2/+19
Don't include them by default because they increase the derivation size from ~200M to over 600M.
2019-04-19pythonPackages.moviepy: Requires Py3.4 since 1.0.0Daniel Schaefer1-0/+3
"only Python 3.4+ from v.1.0"
2019-04-19pythonPackages.moviepy: Add deps for new versionDaniel Schaefer1-1/+4
Fixes #59857
2019-02-17python: moviepy: 0.2.3.5 -> 1.0.0Frederik Rietdijk1-2/+2
2018-11-08python36Packages.moviepy: 0.2.2.11 -> 0.2.3.5R. RyanTM1-2/+2
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-04pythonPackages.imageio: 1.6 -> 2.4.1 (#49147)Philipp Middendorf1-0/+1
2018-10-18pythonPacakges.moviepy: refactor move to python-modulesChris Ostrouchov1-0/+29