10 buildPythonPackage rec {
12 pname = "javaproperties";
15 src = fetchFromGitHub {
19 sha256 = "16rcdw5gd4a21v2xb1j166lc9z2dqcv68gqvk5mvpnm0x6nwadgp";
26 propagatedBuildInputs = [
40 "test/test_propclass.py"
44 description = "Microsoft Azure API Management Client Library for Python";
45 homepage = "https://github.com/Azure/azure-sdk-for-python";
46 license = licenses.mit;
47 maintainers = with maintainers; [ jonringer ];