8 , python-keystoneclient
13 buildPythonPackage rec {
14 pname = "python-swiftclient";
16 format = "setuptools";
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 hash = "sha256-8qCIflo5KXq8BDJRrj+QiRTOFEei+NLcpWcWGGCBQr0=";
25 # remove duplicate script that will be created by setuptools from the
26 # entry_points section of setup.cfg
28 sed -i '/^scripts =/d' setup.cfg
29 sed -i '/bin\/swift/d' setup.cfg
36 propagatedBuildInputs = [
48 installShellCompletion --cmd swift \
49 --bash tools/swift.bash_completion
50 installManPage doc/manpages/*
57 pythonImportsCheck = [
62 homepage = "https://github.com/openstack/python-swiftclient";
63 description = "Python bindings to the OpenStack Object Storage API";
64 mainProgram = "swift";
65 license = licenses.asl20;
66 maintainers = teams.openstack.members;