9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 sha256 = "06fm9rn31cb4b61hzy63cnwfjpppgyy517k8a04gzcv9g60n7xbh";
22 substituteInPlace setup.cfg \
23 --replace "--cov pyisbn --cov-report term-missing --no-cov-on-fail" ""
31 pythonImportsCheck = [
36 description = "Python module for working with 10- and 13-digit ISBNs";
37 homepage = "https://github.com/JNRowe/pyisbn";
38 license = licenses.gpl3Plus;
39 maintainers = with maintainers; [ eigengrau ];