9 buildPythonPackage rec {
10 pname = "python-stdnum";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-Ez7IL1Y5DqdMGQVp6Y8vsUuGmAix1UeFcI8i0P6tiz8=";
22 substituteInPlace setup.cfg \
23 --replace " --cov=stdnum --cov-report=term-missing:skip-covered --cov-report=html" ""
30 passthru.optional-dependencies = {
36 pythonImportsCheck = [
41 description = "Python module to handle standardized numbers and codes";
42 homepage = "https://arthurdejong.org/python-stdnum/";
43 changelog = "https://github.com/arthurdejong/python-stdnum/blob/${version}/ChangeLog";
44 license = licenses.lgpl21Plus;
45 maintainers = with maintainers; [ johbo ];