6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "01q0xh2fy3zzsrfr45d2ypj4whs7s060cy1rnprg6sg55fbgbaih";
16 description = "A Python library for extracting MPQ (MoPaQ) files.";
17 homepage = "https://github.com/eagleflo/mpyq";
18 license = lib.licenses.bsd2;
19 maintainers = with lib.maintainers; [ ];