3
0
Fork 0
forked from mirrors/nixpkgs

python pexif: init at 0.15

This commit is contained in:
Frederik Rietdijk 2015-10-25 08:45:23 +01:00
parent ab78a905d2
commit 01c680ac06

View file

@ -10377,6 +10377,22 @@ let
};
};
pexif = buildPythonPackage rec {
name = "pexif-${version}";
version = "0.15";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/pexif/pexif-0.15.tar.gz";
sha256 = "45a3be037c7ba8b64bbfc48f3586402cc17de55bb9d7357ef2bc99954a18da3f";
};
meta = {
description = "A module for editing JPEG EXIF data";
homepage = http://www.benno.id.au/code/pexif/;
license = licenses.mit;
};
};
pexpect = buildPythonPackage rec {
version = "3.3";