Skip to content

Commit

Permalink
pythonPackages: hsaudiotag3k: init at 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Nov 8, 2016
1 parent e13ffad commit e504431
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand Down

0 comments on commit e504431

Please sign in to comment.