9 buildPythonPackage rec {
10 pname = "class-registry";
12 disabled = pythonOlder "3.5";
14 src = fetchFromGitHub {
15 owner = "todofixthis";
17 rev = "refs/tags/${version}";
18 hash = "sha256-kJbyUzyklVSvW6bBxTTTrY+WhfcV0GUf/+Pzyv+7sEA=";
21 nativeCheckInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "class_registry" ];
26 description = "Factory and registry pattern for Python classes";
27 homepage = "https://class-registry.readthedocs.io/en/latest/";
28 license = licenses.mit;
29 maintainers = with maintainers; [