python3Packages.fiblary3: init at 0.1.12
Co-authored-by: Robert Schütz <github@dotlambda.de> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
committed by
Robert Schütz
co-authored by
Robert Schütz
Sandro
parent
9234f7fbb5
commit
d7c433094b
@@ -0,0 +1,51 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, isPy3k
|
||||
, fetchPypi
|
||||
, fixtures
|
||||
, jsonpatch
|
||||
, netaddr
|
||||
, prettytable
|
||||
, python-dateutil
|
||||
, pytestCheckHook
|
||||
, requests
|
||||
, requests-mock
|
||||
, six
|
||||
, sphinx
|
||||
, testtools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fiblary3-fork";
|
||||
version = "0.1.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "001wqh7gx2dv3sf7a5xsbppz9r88f5qwrp05jzjsjcm6cbcvmsz0";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
jsonpatch
|
||||
netaddr
|
||||
prettytable
|
||||
python-dateutil
|
||||
requests
|
||||
six
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
fixtures
|
||||
pytestCheckHook
|
||||
requests-mock
|
||||
testtools
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "fiblary3" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/graham33/fiblary";
|
||||
description = "Fibaro Home Center API Python Library";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ graham33 ];
|
||||
};
|
||||
}
|
||||
@@ -2833,6 +2833,8 @@ in {
|
||||
|
||||
ffmpeg-progress-yield = callPackage ../development/python-modules/ffmpeg-progress-yield { };
|
||||
|
||||
fiblary3-fork = callPackage ../development/python-modules/fiblary3-fork { };
|
||||
|
||||
fido2 = callPackage ../development/python-modules/fido2 { };
|
||||
|
||||
fields = callPackage ../development/python-modules/fields { };
|
||||
|
||||
Reference in New Issue
Block a user