12 buildPythonPackage rec {
20 src = fetchFromGitHub {
21 owner = "ikalnytskyi";
23 rev = "refs/tags/${version}";
24 hash = "sha256-LQiSurL+eFRJ9iQheoo66o44BlfBtAatk8deuMFROcc=";
27 SETUPTOOLS_SCM_PRETEND_VERSION = version;
39 pythonImportsCheck = [
44 description = "Opinionated dependency injection framework";
45 homepage = "https://github.com/ikalnytskyi/picobox";
46 license = licenses.mit;
47 maintainers = with maintainers; [ flokli ];