mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
pythonPackages.py: add meta. Closes #9257
This commit is contained in:
parent
e2a260ef4b
commit
481807f926
1 changed files with 6 additions and 0 deletions
|
@ -9935,6 +9935,12 @@ let
|
|||
url = "https://pypi.python.org/packages/source/p/py/${name}.tar.gz";
|
||||
md5 = "a904aabfe4765cb754f2db84ec7bb03a";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Library with cross-python path, ini-parsing, io, code, log facilities";
|
||||
homepage = http://pylib.readthedocs.org/;
|
||||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue