about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyftpdlib
AgeCommit message (Collapse)AuthorFilesLines
2021-01-25treewide: remove stdenv where not neededPavol 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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-22python27Packages.pyftpdlib: 1.5.5 -> 1.5.6R. RyanTM1-2/+2
2019-06-16treewide: remove unused variables (#63177)volth1-1/+0
* treewide: remove unused variables * making ofborg happy
2019-04-18python: pyftpdlib: 1.5.4 -> 1.5.5Frederik Rietdijk1-2/+2
2018-11-29pythonPackages.pyftpdlib: skip testsMaximilian Bosch1-3/+3
Although the tests are passing locally, it seems as the excessive filesystem usage causes several build failures and timeouts in the Hydra and OfBorg infrastructure: * https://hydra.nixos.org/build/84374861 (python3 on linux.x86_64) * https://hydra.nixos.org/build/84368459 (python2 on linux.x86_64) Some of these tests are failing after several seconds though, but I couldn't identify a pattern and I'm not overly surprised that a FTP library has impure tests. However the API seems to be usable in a Python {2,3} environment, so it should be safe to use even with disabled tests.
2018-10-14pythonPackages.pyftpdlib: init at 1.5.4Chris Ostrouchov1-0/+33