8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-tQ5rQs6ECn9O9dVXKWhmy9BBpOzgqSmwpmbIRbJn2CQ=";
20 propagatedBuildInputs = [
25 # upstream has no tests
28 pythonImportsCheck = [
33 description = "Python module for communicating with Minut Point";
34 homepage = "https://github.com/fredrike/pypoint";
35 license = licenses.mit;
36 maintainers = with maintainers; [ dotlambda ];