mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
pythonPackages: hsaudiotag: init at 1.1.1
This commit is contained in:
parent
80c6f9cb78
commit
e13ffad383
@ -7424,6 +7424,25 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
hsaudiotag = buildPythonPackage (rec {
|
||||
name = "hsaudiotag-1.1.1";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/h/hsaudiotag/${name}.tar.gz";
|
||||
sha256 = "15hgm128p8nysfi0jb127awga3vlj0iw82l50swjpvdh01m7rda8";
|
||||
};
|
||||
|
||||
# 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