Merge pull request #192120 from r-ryantm/auto-update/python310Packages.dparse
python310Packages.dparse: 0.6.0 -> 0.6.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, pythonOlder
|
||||
, toml
|
||||
, pyyaml
|
||||
, packaging
|
||||
@@ -10,12 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dparse";
|
||||
version = "0.6.0";
|
||||
disabled = isPy27;
|
||||
version = "0.6.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-VwaLthhZsWdsa+sQ85mQbuy0GnW10/vJnQMRBZy2chM=";
|
||||
hash = "sha256-1FJVvaIfmYvH3fKv1eYlBbphNHVrotQqhMVrCCZhTf4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -28,6 +30,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"dparse"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# requires unpackaged dependency pipenv
|
||||
"test_update_pipfile"
|
||||
|
||||
Reference in New Issue
Block a user