pythonPackages: hsaudiotag3k: init at 1.1.3

This commit is contained in:
Jan Malakhovski 2016-11-06 13:30:02 +00:00
parent e13ffad383
commit e5044310a1

View file

@ -7443,6 +7443,25 @@ in {
};
});
hsaudiotag3k = buildPythonPackage (rec {
name = "hsaudiotag3k-1.1.3";
disabled = !isPy3k;
src = pkgs.fetchurl {
url = "mirror://pypi/h/hsaudiotag3k/${name}.tar.gz";
sha256 = "0bv5k5594byr2bmhh77xv10fkdpckcmxg3w380yp30aqf83rcsx3";
};
# no tests
doCheck = false;
meta = {
description = "A pure Python library that lets one to read metadata from media files";
homepage = http://hg.hardcoded.net/hsaudiotag/;
license = licenses.bsd3;
};
});
httpauth = buildPythonPackage rec {
version = "0.3";
name = "httpauth-${version}";