pythonPackages: hsaudiotag3k: init at 1.1.3
This commit is contained in:
parent
e13ffad383
commit
e5044310a1
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user