pythonPackages.matrix-client: 0.2.0 -> 0.3.2 (#42915)
This commit is contained in:
parent
871447a12e
commit
9a066a3caf
@ -2,26 +2,22 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, requests
|
, requests
|
||||||
, tox, pytest, flake8, responses
|
, pytest, pytestrunner, responses
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "matrix-client";
|
pname = "matrix_client";
|
||||||
version = "0.2.0";
|
version = "0.3.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "b96e87adf1bc2270166b2a4cff1320d2ef283779ea8b3c4edd0d9051fc7b7924";
|
sha256 = "1mgjd0ymf9mvqjkvgx3xjhxap7rzdmpa21wfy0cxbw2xcswcrqyw";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ tox pytest flake8 responses ];
|
checkInputs = [ pytest pytestrunner responses ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests ];
|
propagatedBuildInputs = [ requests ];
|
||||||
|
|
||||||
checkPhase = ''
|
|
||||||
pytest
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Matrix Client-Server SDK";
|
description = "Matrix Client-Server SDK";
|
||||||
homepage = https://github.com/matrix-org/matrix-python-sdk;
|
homepage = https://github.com/matrix-org/matrix-python-sdk;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user