devpi-client: 6.0.3 -> 7.0.0

Changelog: https://github.com/devpi/devpi/blob/client-7.0.0/client/CHANGELOG
This commit is contained in:
natsukium 2023-10-13 23:17:57 +09:00
parent ebe58214bc
commit fcf5abfa69
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -8,12 +8,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "devpi-client";
version = "6.0.3";
version = "7.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-csdQUxnopH+kYtoqdvyXKNW3fGkQNSREJYxjes9Dgi8=";
hash = "sha256-AI/GNubb7+nwz/vM6v/JoUtWup6rBJieKXtFQzrdPkE=";
};
postPatch = ''
@ -21,8 +21,10 @@ python3.pkgs.buildPythonApplication rec {
--replace "--flake8" ""
'';
nativeBuildInputs = [
python3.pkgs.setuptools
nativeBuildInputs = with python3.pkgs; [
setuptools
setuptools-changelog-shortener
wheel
];
buildInputs = [
@ -30,17 +32,13 @@ python3.pkgs.buildPythonApplication rec {
];
propagatedBuildInputs = with python3.pkgs; [
argon2-cffi-bindings
build
check-manifest
devpi-common
iniconfig
pep517
pkginfo
pluggy
platformdirs
py
setuptools
];
nativeCheckInputs = [