14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
25 hash = "sha256-GVV3l0rU8gkxedOiMVVAt0bEqCtyO+1LSHxIKjBlbPk=";
28 # tox is listed in build requirements but not actually used to build
29 # keeping it as a requirement breaks the build unnecessarily
31 sed -i "/requires/s/, 'tox>=[^']*'//" pyproject.toml
39 propagatedBuildInputs = [
47 nativeCheckInputs = [ pytestCheckHook ];
49 pythonImportsCheck = [ "pkg_about" ];
52 description = "Python metadata sharing at runtime";
53 homepage = "https://github.com/karpierz/pkg_about/";
54 changelog = "https://github.com/karpierz/pkg_about/blob/${version}/CHANGES.rst";
55 license = licenses.zlib;
56 maintainers = teams.ororatech.members;