7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-OWMxXVnUHG8wwEvJEOEKtQo6xKIlhov6lv7tEz3wdcs=";
23 description = "Collection of fancy functional tools focused on practicality";
24 homepage = "https://funcy.readthedocs.org/";
25 changelog = "https://github.com/Suor/funcy/blob/2.0/CHANGELOG";
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ ];