8 buildPythonPackage rec {
13 url = "https://sourceforge.net/projects/mmpython/files/latest/download";
14 sha256 = "1b7qfad3shgakj37gcj1b9h78j1hxlz6wp9k7h76pb4sq4bfyihy";
15 name = "${pname}-${version}.tar.gz";
18 disabled = isPyPy || isPy3k;
21 description = "Media Meta Data retrieval framework";
22 homepage = "https://sourceforge.net/projects/mmpython/";
23 license = licenses.gpl2;