15 buildPythonPackage rec {
18 format = "setuptools";
20 src = fetchFromGitHub {
22 repo = "python-etcd3";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-YM72+fkCDYXl6DORJa/O0sqXqHDWQcFLv2ifQ9kEHBo=";
27 propagatedBuildInputs = [
34 # various failures and incompatible with newer hypothesis versions
46 pifpaf -e PYTHON run etcd --cluster
49 pythonImportsCheck = [
54 description = "Python client for the etcd API v3";
55 homepage = "https://github.com/kragniz/python-etcd3";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ ];