1 { lib, buildPythonPackage, fetchFromGitHub
7 buildPythonPackage rec {
9 pname = "javaproperties";
11 src = fetchFromGitHub {
15 sha256 = "14dlzwr4gxlbgjy012i4pqs2rn2rmp21w8n1k1wwjkf26mcvrq5s";
18 propagatedBuildInputs = [ six ];
20 checkInputs = [ dateutil pytest ];
23 pytest -k 'not dumps and not time' --ignore=test/test_propclass.py
27 description = "Microsoft Azure API Management Client Library for Python";
28 homepage = "https://github.com/Azure/azure-sdk-for-python";
29 license = licenses.mit;
30 maintainers = with maintainers; [ jonringer ];