16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-He301TJ1bzWub0DZ6Ro/Xc+JMtJBbyygVpWjPY6RMbA=";
29 pythonRelaxDeps = [ "docutils" ];
31 propagatedBuildInputs = [
46 # these tests have network access
50 "test_ligand_biomolecule"
51 "test_log_output_in_pqr_location"
57 pythonImportsCheck = [ "pdb2pqr" ];
60 description = "Software for determining titration states, adding missing atoms, and assigning charges/radii to biomolecules";
61 homepage = "https://www.poissonboltzmann.org/";
62 changelog = "https://github.com/Electrostatics/pdb2pqr/releases/tag/v${version}";
63 license = licenses.bsd3;
64 maintainers = with maintainers; [ natsukium ];