python3Packages.yalexs: 1.1.13 -> 1.1.15
This commit is contained in:
parent
c50dc6c9ae
commit
1971949910
1 changed files with 9 additions and 4 deletions
|
@ -16,14 +16,16 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "yalexs";
|
||||
version = "1.1.13";
|
||||
version = "1.1.15";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bdraco";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0938540n60xv7kxam3azszn3nj0mnhhgh5p4hgbfxj43bkwpqz4n";
|
||||
sha256 = "sha256-EK9jmbU3A2rNx/H8WOsZiGA7tqzg/XJkW/DV5s+2Y3U=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -44,10 +46,13 @@ buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
# Not used requirement
|
||||
substituteInPlace setup.py --replace '"vol",' ""
|
||||
substituteInPlace setup.py \
|
||||
--replace '"vol",' ""
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "yalexs" ];
|
||||
pythonImportsCheck = [
|
||||
"yalexs"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python API for Yale Access (formerly August) Smart Lock and Doorbell";
|
||||
|
|
Loading…
Reference in a new issue