devpi-client: 7.1.0 -> 7.2.0 (#351991)
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";
|
||||
|
||||
@@ -5,17 +5,18 @@
|
||||
glibcLocales,
|
||||
python3,
|
||||
fetchPypi,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "devpi-client";
|
||||
version = "7.1.0";
|
||||
version = "7.2.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "devpi_client";
|
||||
pname = "devpi-client";
|
||||
inherit version;
|
||||
hash = "sha256-NwbhrojxOJSpDvMk0MbAGCbjmS8z2g1ynW6zzgVvy/M=";
|
||||
hash = "sha256-wUM2hFjDh4unvuah2bQY4uZZVxo4VmFPWNdriigmnXs=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
@@ -66,6 +67,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
pythonImportsCheck = [ "devpi" ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Client for devpi, a pypi index server and packaging meta tool";
|
||||
homepage = "http://doc.devpi.net";
|
||||
|
||||
Reference in New Issue
Block a user