Unverified Commit 5c3c6e80 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #213074 from r-ryantm/auto-update/python310Packages.ismartgate

python310Packages.ismartgate: 4.0.4 -> 5.0.0
parents cdf6dd68 3175a4d9
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "ismartgate";
  version = "4.0.4";
  version = "5.0.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -25,8 +25,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "bdraco";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-yh7gPyy3VMdyINBCZo5K2wA0BY7yYgHrKGZRB/pm77U=";
    rev = "refs/tags/v${version}";
    hash = "sha256-o2yzMxrF0WB6MbeL1Tuf0Sq4wS4FDIWZZx1x2rvwLmY=";
  };

  propagatedBuildInputs = [
@@ -55,12 +55,6 @@ buildPythonPackage rec {
    "ismartgate"
  ];

  disabledTestPaths = [
    # Tests are out-dated
    "ismartgate/tests/test_init.py"
  ];


  meta = with lib; {
    description = "Python module to work with the ismartgate and gogogate2 API";
    homepage = "https://github.com/bdraco/ismartgate";