Skip to content

Commit

Permalink
pythonPackages: hsaudiotag: init at 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Nov 8, 2016
1 parent 80c6f9c commit e13ffad
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 @@ -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}";
Expand Down

0 comments on commit e13ffad

Please sign in to comment.