9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "jensengroup";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-EJQqCe4WPOpqsSxxfbTjF0qETpSPYqpixpylweTCjko=";
31 pythonImportsCheck = [
36 description = "A predictor of the pKa values of ionizable groups in proteins and protein-ligand complexes based in the 3D structure";
37 mainProgram = "propka3";
38 homepage = "https://github.com/jensengroup/propka";
39 changelog = "https://github.com/jensengroup/propka/releases/tag/v${version}";
40 license = licenses.lgpl21Only;
41 maintainers = with maintainers; [ natsukium ];