7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "01q0xh2fy3zzsrfr45d2ypj4whs7s060cy1rnprg6sg55fbgbaih";
18 description = "Python library for extracting MPQ (MoPaQ) files";
20 homepage = "https://github.com/eagleflo/mpyq";
21 license = lib.licenses.bsd2;