12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-cPVjgXlps/8IUGieULx/917puGXD+A+DWWSxMGxO1Rk=";
24 build-system = [ setuptools ];
32 pythonImportsCheck = [ "pyisbn" ];
35 description = "Python module for working with 10- and 13-digit ISBNs";
36 homepage = "https://github.com/JNRowe/pyisbn";
37 license = licenses.gpl3Plus;
38 maintainers = with maintainers; [ eigengrau ];