pythonPackages.pathspec: add meta

This commit is contained in:
Dan Peebles 2017-02-08 15:10:49 -05:00
parent 825ef235ba
commit e012e12402

View File

@ -8585,6 +8585,13 @@ in {
inherit pname version;
sha256 = "0a37yrr2jhlg8aiynxivh2xqani7l9j725qxzrm7cm7m4rfcl1bn";
};
meta = {
description = "Utility library for gitignore-style pattern matching of file paths";
homepage = "https://github.com/cpburnz/python-path-specification";
license = licenses.mpl20;
maintainers = with maintainers; [ copumpkin ];
};
};
pathtools = buildPythonPackage rec {