pythonPackages.ofxtools: broken
This commit is contained in:
parent
e0e29e249a
commit
6b05584176
@ -28603,10 +28603,18 @@ in {
|
|||||||
url = "mirror://pypi/o/ofxtools/${name}.tar.gz";
|
url = "mirror://pypi/o/ofxtools/${name}.tar.gz";
|
||||||
sha256 = "88f289a60f4312a1599c38a8fb3216e2b46d10cc34476f9a16a33ac8aac7ec35";
|
sha256 = "88f289a60f4312a1599c38a8fb3216e2b46d10cc34476f9a16a33ac8aac7ec35";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
${python.interpreter} -m unittest discover -s ofxtools
|
||||||
|
'';
|
||||||
|
|
||||||
|
buildInputs = with self; [ sqlalchemy ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/csingley/ofxtools";
|
homepage = "https://github.com/csingley/ofxtools";
|
||||||
description = "Library for working with Open Financial Exchange (OFX) formatted data used by financial institutions";
|
description = "Library for working with Open Financial Exchange (OFX) formatted data used by financial institutions";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user