7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
15 rev = "refs/tags/${version}";
16 hash = "sha256-YwM7CdZVXpUXKXUzFL3AtoDhekLDIvZ/q8taLsHihNk=";
19 propagatedBuildInputs = [
23 # upstream code does not provide tests
26 pythonImportsCheck = [
31 description = "Getting Minecraft player information from Mojang API";
32 homepage = "https://github.com/clerie/mcuuid";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ clerie ];