about summary refs log tree commit diff
path: root/pkgs/tools/networking/pykms
Commit message (Collapse)AuthorAge
* treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski2023-08-03
| | | | appropriate, part 1: trivial cases
* pykms: switch to maintained fork, fix PYTHONPATH, add testAlexandre Macabies2022-06-27
| | | | | | | | | | | | | | | 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
* pykms: 2019-06-11 -> 2021-01-25Peter Hoeg2021-02-03
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* pykms: replace logging patchPavel Goran2020-04-29
| | | | | | | | 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.
* pykms: 20180208 -> 20190611Peter Hoeg2019-09-25
| | | | New upstream.
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* python.pkgs.argparse: removeRobert Schütz2019-01-22
| | | | argparse is part of stdlib in 2.7 and 3.2+
* pykms: 20171224 -> 20180208Peter Hoeg2018-10-04
|
* pykms: 20170719 -> 20171224Peter Hoeg2018-01-27
| | | | Use python 3 instead of python 2.
* pykms: previous homepage requires registrationPeter Hoeg2017-10-12
|
* pykms: init at 20170719Peter Hoeg2017-10-12