11 buildPythonPackage rec {
13 pname = "javaproperties";
16 src = fetchFromGitHub {
20 sha256 = "16rcdw5gd4a21v2xb1j166lc9z2dqcv68gqvk5mvpnm0x6nwadgp";
23 nativeBuildInputs = [ setuptools ];
25 propagatedBuildInputs = [ six ];
32 disabledTests = [ "time" ];
34 disabledTestPaths = [ "test/test_propclass.py" ];
37 description = "Microsoft Azure API Management Client Library for Python";
38 homepage = "https://github.com/Azure/azure-sdk-for-python";
39 license = licenses.mit;