python3Packages.fints: 2.2.0 -> 3.0.0
This commit is contained in:
parent
fbd0f1d3e5
commit
ab2f63234d
|
@ -7,7 +7,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.2.0";
|
version = "3.0.0";
|
||||||
pname = "fints";
|
pname = "fints";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
|
@ -15,14 +15,9 @@ buildPythonPackage rec {
|
||||||
owner = "raphaelm";
|
owner = "raphaelm";
|
||||||
repo = "python-fints";
|
repo = "python-fints";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1gx173dzdprf3jsc7dss0xax8s6l2hr02qg9m5c4rksb3dl5fl8w";
|
sha256 = "00fqgnmv7z6d792ga4cyzn9lrfjf79jplkssm2jbyb0akfggfj7h";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace setup.py \
|
|
||||||
--replace 'sepaxml==2.0.*' 'sepaxml~=2.0'
|
|
||||||
'';
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests mt-940 sepaxml bleach ];
|
propagatedBuildInputs = [ requests mt-940 sepaxml bleach ];
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
Loading…
Reference in New Issue