python3Packages.pyzerproc: 0.4.9 -> 0.4.10
This commit is contained in:
parent
1799f8e87b
commit
e171a2fb9c
1 changed files with 8 additions and 4 deletions
|
@ -12,14 +12,16 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyzerproc";
|
pname = "pyzerproc";
|
||||||
version = "0.4.9";
|
version = "0.4.10";
|
||||||
disabled = pythonOlder "3.6";
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "emlove";
|
owner = "emlove";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "11bsvmvazx9gpj0w80b6wgdp41z8y2sk6bhkj3ps7grsgr59n7rz";
|
sha256 = "sha256-sfxyHpJzYYwxLsvfJpqI6cC/CKS7Jx0vXSLL3QD9qV4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -39,7 +41,9 @@ buildPythonPackage rec {
|
||||||
asynctest
|
asynctest
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "pyzerproc" ];
|
pythonImportsCheck = [
|
||||||
|
"pyzerproc"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library to control Zerproc Bluetooth LED smart string lights";
|
description = "Python library to control Zerproc Bluetooth LED smart string lights";
|
||||||
|
|
Loading…
Reference in a new issue