mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
Merge pull request #205030 from r-ryantm/auto-update/python310Packages.knack
python310Packages.knack: 0.10.0 -> 0.10.1
This commit is contained in:
commit
27ff7c7bda
@ -11,15 +11,19 @@
|
||||
, mock
|
||||
, vcrpy
|
||||
, pytest
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "knack";
|
||||
version = "0.10.0";
|
||||
version = "0.10.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-ExkPqV1MIbzgS0vuItak4/sZqTtpmbHRBL0CxHZwbCg=";
|
||||
hash = "sha256-xXKBKCl+bSaXkQhc+Wwv/fzvWM+DxjSly5LrA7KSmDg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -42,9 +46,14 @@ buildPythonPackage rec {
|
||||
HOME=$TMPDIR pytest .
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
"knack"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/microsoft/knack";
|
||||
description = "A Command-Line Interface framework";
|
||||
changelog = "https://github.com/microsoft/knack/blob/v${version}/HISTORY.rst";
|
||||
platforms = platforms.all;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jonringer ];
|
||||
|
Loading…
Reference in New Issue
Block a user