8 poetry-dynamic-versioning,
15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
26 hash = "sha256-P8Su5P/ztyoXZBVvm5uCMDn4ezeg11oRSQ0QCyIJbVw=";
30 substituteInPlace pyproject.toml \
31 --replace " --cov=mcstatus --cov-append --cov-branch --cov-report=term-missing -vvv --no-cov-on-fail" ""
36 poetry-dynamic-versioning
39 propagatedBuildInputs = [
44 __darwinAllowLocalNetworking = true;
52 pythonImportsCheck = [ "mcstatus" ];
55 # DNS features are limited in the sandbox
58 "test_resolve_localhost"
59 "test_async_resolve_localhost"
63 description = "Python library for checking the status of Minecraft servers";
64 mainProgram = "mcstatus";
65 homepage = "https://github.com/py-mine/mcstatus";
66 changelog = "https://github.com/py-mine/mcstatus/releases/tag/v${version}";
67 license = with licenses; [ asl20 ];
68 maintainers = with maintainers; [ fab ];