pythonPackages.fn: init at 0.4.3

This commit is contained in:
betaboon 2017-09-01 10:24:46 +02:00 committed by Frederik Rietdijk
parent b696d6c90d
commit 7a33723155
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{ lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "fn";
name = "${pname}-${version}";
version = "0.4.3";
meta = {
description = ''
Functional programming in Python: implementation of missing
features to enjoy FP
'';
homepage = https://github.com/kachayev/fn.py;
license = lib.licenses.asl20;
};
src = fetchPypi {
inherit pname version;
sha256 = "1nmsjmn8jb4gp22ksx0j0hhdf4y0zm8rjykyy2i6flzimg6q1kgq";
};
}

View file

@ -9739,6 +9739,8 @@ in {
};
});
fn = callPackage ../development/python-modules/fn { };
folium = callPackage ../development/python-modules/folium { };
fontforge = pkgs.fontforge.override {