mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
python312Packages.objprint: add changelog to meta
This commit is contained in:
parent
5abc7f27a2
commit
972dfa3efa
@ -18,21 +18,16 @@ buildPythonPackage rec {
|
||||
hash = "sha256-+OS034bikrKy4F27b6ic97fHTW6rSMxQ0dx4caF6cUM=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"objprint"
|
||||
];
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
pythonImportsCheck = [ "objprint" ];
|
||||
|
||||
meta = {
|
||||
description = "Library that can print Python objects in human readable format";
|
||||
homepage = "https://github.com/gaogaotiantian/objprint";
|
||||
changelog = "https://github.com/gaogaotiantian/objprint/releases/tag/${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ drupol ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user