python313Packages.setupmeta: 3.6.0 -> 3.6.1

Diff: codrsquad/setupmeta@refs/tags/v3.6.0...v3.6.1
This commit is contained in:
Fabian Affolter
2025-01-19 11:49:54 +01:00
parent aeb8e0f79b
commit d2ad4d48f8
@@ -8,33 +8,29 @@
pip,
pytestCheckHook,
pythonOlder,
setuptools-scm,
setuptools,
six,
wheel,
}:
buildPythonPackage rec {
pname = "setupmeta";
version = "3.6.0";
format = "setuptools";
version = "3.6.1";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "codrsquad";
repo = pname;
repo = "setupmeta";
tag = "v${version}";
hash = "sha256-OI7PU5LQ6w0iAbK7nsP+6RizsEWjKP9nec2J6n0xUhI=";
hash = "sha256-L8RDfcAa2Zhr6huFt0AmNt0Qzea2xNtCX1BIULsiQgA=";
};
preBuild = ''
export PYGRADLE_PROJECT_VERSION=${version};
'';
nativeBuildInputs = [
setuptools-scm
wheel
];
build-system = [ setuptools ];
nativeCheckInputs = [
git