16 buildPythonPackage rec {
19 format = "setuptools";
21 src = fetchFromGitHub {
22 owner = "monero-ecosystem";
23 repo = "monero-python";
25 hash = "sha256-WIF3pFBOLgozYTrQHLzIRgSlT3dTZTe+7sF/dVjVdTo=";
29 substituteInPlace requirements.txt \
30 --replace 'pynacl~=1.4' 'pynacl>=1.4' \
31 --replace 'ipaddress' ""
34 pythonImportsCheck = [ "monero" ];
36 propagatedBuildInputs = [
52 description = "Comprehensive Python module for handling Monero";
53 homepage = "https://github.com/monero-ecosystem/monero-python";
54 license = licenses.bsd3;
55 maintainers = with maintainers; [ prusnak ];