pythonPackages.pathspec: add meta
This commit is contained in:
@@ -8585,6 +8585,13 @@ in {
|
|||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0a37yrr2jhlg8aiynxivh2xqani7l9j725qxzrm7cm7m4rfcl1bn";
|
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 {
|
pathtools = buildPythonPackage rec {
|
||||||
|
|||||||
Reference in New Issue
Block a user