about summary refs log tree commit diff
path: root/pkgs/tools/networking/pykms
AgeCommit message (Collapse)AuthorFilesLines
2022-06-27pykms: switch to maintained fork, fix PYTHONPATH, add testAlexandre Macabies1-7/+10
I have read the full diff[0] between the previous owner and the new maintained fork that I'm switching to, and could not find any suspicious code. The new fork includes fixes that are otherwise crashing as of Python 3.10. This commit also fixes the PYTHONPATH which prevents the client from starting. This commit also adds a test that the client can successfully query the server, testing the two components at once. [0] https://github.com/SystemRage/py-kms/compare/master...Py-KMS-Organization:master
2021-02-03pykms: 2019-06-11 -> 2021-01-25Peter Hoeg2-48/+27
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-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-29pykms: replace logging patchPavel Goran2-5/+23
The logging "sed-patch" that was introduced for version 20190611 worked poorly: it was too intrusive (breaking the --logfile option), and it didn't prevent using in-store file for logging by default. The new logging patch (an actual "diff-patch") is less intrusive: it just changes the default log file's location to be the current directory instead of the executable's directory.
2019-09-25pykms: 20180208 -> 20190611Peter Hoeg1-23/+31
New upstream.
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-22python.pkgs.argparse: removeRobert Schütz1-1/+1
argparse is part of stdlib in 2.7 and 3.2+
2018-10-04pykms: 20171224 -> 20180208Peter Hoeg1-4/+4
2018-01-27pykms: 20170719 -> 20171224Peter Hoeg1-9/+11
Use python 3 instead of python 2.
2017-10-12pykms: previous homepage requires registrationPeter Hoeg1-1/+1
2017-10-12pykms: init at 20170719Peter Hoeg1-0/+82