mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
python311Packages.pytoolconfig: 1.2.6 -> 1.3.0
Diff: https://github.com/bagel897/pytoolconfig/compare/refs/tags/v1.2.6...1.3.0 Changelog: https://github.com/bagel897/pytoolconfig/releases/tag/v1.3.0
This commit is contained in:
parent
cf53751a16
commit
ce21c597aa
@ -18,8 +18,8 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytoolconfig";
|
||||
version = "1.2.6";
|
||||
format = "pyproject";
|
||||
version = "1.3.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "bagel897";
|
||||
repo = "pytoolconfig";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-KmmaxFJbvdOGG9T9iiHKnJpFzZiLVkPJki+qHPxPTdY=";
|
||||
hash = "sha256-V7dANGnvhBhRy8IyO/gg73BMwpWRaV/xTF8JmRC7DPA=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
@ -47,11 +47,6 @@ buildPythonPackage rec {
|
||||
sphinxHook
|
||||
] ++ passthru.optional-dependencies.doc;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace "packaging>=22.0" "packaging"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
packaging
|
||||
] ++ lib.optionals (pythonOlder "3.11") [
|
||||
|
Loading…
Reference in New Issue
Block a user