python3Packages.graphql-subscription-manager: add format
This commit is contained in:
parent
4167ab1b73
commit
6c1085a647
@ -9,6 +9,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "graphql-subscription-manager";
|
pname = "graphql-subscription-manager";
|
||||||
version = "0.5.5";
|
version = "0.5.5";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
@ -16,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
owner = "Danielhiversen";
|
owner = "Danielhiversen";
|
||||||
repo = "PyGraphqlWebsocketManager";
|
repo = "PyGraphqlWebsocketManager";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-7MqFsttMNnWmmWKj1zaOORBTDGt6Wm8GU7w56DfPl2c=";
|
hash = "sha256-7MqFsttMNnWmmWKj1zaOORBTDGt6Wm8GU7w56DfPl2c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -27,7 +28,9 @@ buildPythonPackage rec {
|
|||||||
# no tests implemented
|
# no tests implemented
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [ "graphql_subscription_manager" ];
|
pythonImportsCheck = [
|
||||||
|
"graphql_subscription_manager"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python3 library for graphql subscription manager";
|
description = "Python3 library for graphql subscription manager";
|
||||||
|
Loading…
Reference in New Issue
Block a user