python3Packages.jsonrpclib-pelix: 0.4.3.3 -> 0.4.3.4 (#397941)
This commit is contained in:
@@ -1,22 +1,25 @@
|
||||
{
|
||||
buildPythonPackage,
|
||||
hatchling,
|
||||
fetchPypi,
|
||||
lib,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jsonrpclib-pelix";
|
||||
version = "0.4.3.3";
|
||||
format = "setuptools";
|
||||
version = "0.4.3.4";
|
||||
pyproject = true;
|
||||
build-system = [ hatchling ];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-xJT+cQCxE5sTEUacKLwy0cuS5P8fRRH7cdaAcgXcN3M=";
|
||||
pname = "jsonrpclib_pelix";
|
||||
inherit version;
|
||||
hash = "sha256-6C1vTakHp9ER75P9I2HIwgt50ki+T+mWeOCGJqqPy+8=";
|
||||
};
|
||||
|
||||
doCheck = false; # test_suite="tests" in setup.py but no tests in pypi.
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "JSON RPC client library - Pelix compatible fork";
|
||||
homepage = "https://pypi.python.org/pypi/jsonrpclib-pelix/";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user