python3Packages.cmd2: 2.6.1 -> 2.7.0
https://github.com/python-cmd2/cmd2/releases/tag/2.7.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
attrs,
|
||||
buildPythonPackage,
|
||||
colorama,
|
||||
fetchPypi,
|
||||
glibcLocales,
|
||||
gnureadline,
|
||||
@@ -12,28 +10,28 @@
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
rich-argparse,
|
||||
setuptools-scm,
|
||||
wcwidth,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cmd2";
|
||||
version = "2.6.1";
|
||||
version = "2.7.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-ZQpYkr8psjPT1ndbXjzIE2SM/w15E09weYH2a6rtn0I=";
|
||||
hash = "sha256-gdgTW0YhDh0DpagQuvhZBppiIUeIzu7DWI9E7thvvus=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
dependencies = [
|
||||
attrs
|
||||
colorama
|
||||
pyperclip
|
||||
rich-argparse
|
||||
wcwidth
|
||||
]
|
||||
++ lib.optional stdenv.hostPlatform.isDarwin gnureadline;
|
||||
|
||||
Reference in New Issue
Block a user