python31{1,2}Packages.enzyme: 0.4.1 -> 0.5.2
Note the license change: https://github.com/Diaoul/enzyme/pull/37/files#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7
This commit is contained in:
parent
b0e55541fd
commit
aed0db11ba
@ -2,24 +2,27 @@
|
||||
lib,
|
||||
fetchPypi,
|
||||
buildPythonPackage,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "enzyme";
|
||||
version = "0.4.1";
|
||||
format = "setuptools";
|
||||
version = "0.5.2";
|
||||
pyproject = true;
|
||||
|
||||
# Tests rely on files obtained over the network
|
||||
doCheck = false;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1fv2kh2v4lwj0hhrhj9pib1pdjh01yr4xgyljhx11l94gjlpy5pj";
|
||||
hash = "sha256-fPd5FI2eZusoOGA+rOFAxTw878i4/l1NWgOl+11Xs8E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Diaoul/enzyme";
|
||||
license = licenses.asl20;
|
||||
license = licenses.mit;
|
||||
description = "Python video metadata parser";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user