python312Packages.jaraco-context: 5.3.0 -> 6.0.1
Diff: https://github.com/jaraco/jaraco.context/compare/refs/tags/v5.3.0...v6.0.1 Changelog: https://github.com/jaraco/jaraco.context/blob/v6.0.1/CHANGES.rst
This commit is contained in:
committed by
Martin Weinelt
parent
3fbab17e32
commit
77b29db703
@@ -9,21 +9,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jaraco-context";
|
||||
version = "5.3.0";
|
||||
format = "pyproject";
|
||||
version = "6.0.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jaraco";
|
||||
repo = "jaraco.context";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Caj51qBLHbuiey023iLc+N2M8QiJKH8G/Pzu1v3AToU=";
|
||||
hash = "sha256-WXZX2s9Qehp0F3bSv2c5lGxhhn6HKFkABbtYKizG1/8=";
|
||||
};
|
||||
|
||||
pythonNamespaces = [ "jaraco" ];
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
dependencies = lib.optionals (pythonOlder "3.12") [ backports-tarfile ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user