python313Packages.setuptools: 75.8.2 -> 78.1.0
Diff: https://github.com/pypa/setuptools/compare/refs/tags/v75.8.2...v78.1.0 Changelog: https://setuptools.pypa.io/en/stable/history.html#v78-1-0
This commit is contained in:
@@ -5,27 +5,24 @@
|
||||
distutils,
|
||||
fetchFromGitHub,
|
||||
python,
|
||||
wheel,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "setuptools";
|
||||
version = "75.8.2";
|
||||
format = "pyproject";
|
||||
version = "78.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pypa";
|
||||
repo = "setuptools";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-nD6c2JOjBL/SfgNchBlNasuwnrRl6XIuppjOt6Hr7CE=";
|
||||
hash = "sha256-6vJ7nzpbm34cpso21Pnh9Ej9AhJa+4/K22XrwuF0R3k=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./tag-date.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ wheel ];
|
||||
|
||||
preBuild = lib.optionalString (!stdenv.hostPlatform.isWindows) ''
|
||||
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user