3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.ismartgate: 4.0.4 -> 5.0.0
This commit is contained in:
Weijia Wang 2023-02-02 02:25:10 +01:00 committed by GitHub
commit 5c3c6e8047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";