16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-wFak5tKOsPYRflBW8viWEjM6Cku5JkWB6mWVyINYh1g=";
36 propagatedBuildInputs = [
51 # these tests have network access
55 "test_ligand_biomolecule"
56 "test_log_output_in_pqr_location"
62 pythonImportsCheck = [
67 description = "Software for determining titration states, adding missing atoms, and assigning charges/radii to biomolecules";
68 homepage = "https://www.poissonboltzmann.org/";
69 changelog = "https://github.com/Electrostatics/pdb2pqr/releases/tag/v${version}";
70 license = licenses.bsd3;
71 maintainers = with maintainers; [ natsukium ];