mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 06:04:14 +00:00
python310Packages.httptools: add changelog to meta
This commit is contained in:
parent
5a5301a2b9
commit
4015ea192a
@ -14,15 +14,18 @@ buildPythonPackage rec {
|
||||
hash = "sha256-n8bkCa04y9aLF3zVFY/EBCx5a4LKiNmex48HvtbGt5Y=";
|
||||
};
|
||||
|
||||
# tests are not included in pypi tarball
|
||||
# Tests are not included in pypi tarball
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "httptools" ];
|
||||
pythonImportsCheck = [
|
||||
"httptools"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A collection of framework independent HTTP protocol utils";
|
||||
homepage = "https://github.com/MagicStack/httptools";
|
||||
changelog = "https://github.com/MagicStack/httptools/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user