nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

devpi-common: add nix-update-script

makefu 61226d13 4042fbb1

+3
+3
pkgs/development/python-modules/devpi-common/default.nix
··· 10 10 setuptools-changelog-shortener, 11 11 setuptools, 12 12 tomli, 13 + nix-update-script, 13 14 }: 14 15 15 16 buildPythonPackage rec { ··· 41 40 nativeCheckInputs = [ pytestCheckHook ]; 42 41 43 42 pythonImportsCheck = [ "devpi_common" ]; 43 + 44 + passthru.updateScript = nix-update-script { }; 44 45 45 46 meta = with lib; { 46 47 homepage = "https://github.com/devpi/devpi";