devpi-common: add nix-update-script
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
setuptools-changelog-shortener,
|
||||
setuptools,
|
||||
tomli,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -41,6 +42,8 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "devpi_common" ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/devpi/devpi";
|
||||
description = "Utilities jointly used by devpi-server and devpi-client";
|
||||
|
||||
Reference in New Issue
Block a user