summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/foolscap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python3Packages.foolscap: 20.4.0 -> 21.7.0Fabian Affolter2021-07-071-17/+26
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-111-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
* python27Packages.foolscap: 0.13.2 -> 20.4.0R. RyanTM2020-05-121-2/+2
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* python: foolscap: 0.13.1 -> 0.13.2Frederik Rietdijk2019-12-301-2/+2
|
* python36Packages.foolscap: 0.12.6 -> 0.13.1 (#49012)R. RyanTM2018-10-291-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-foolscap/versions
* pythonPackages.foolscap: refactor move to python-modulesChris Ostrouchov2018-10-181-0/+40
|
* Change Nevow, SimpleJSON, and Foolscap to use `buildPythonPackage'.Ludovic Courtès2009-05-241-53/+0
| | | | svn path=/nixpkgs/trunk/; revision=15707
* Add Foolscap, a distributed capability RPC protocol.Ludovic Courtès2009-04-161-0/+53
svn path=/nixpkgs/trunk/; revision=15109