Rebuild with python 3.14

This commit is contained in:
2026-05-06 19:51:05 +03:00
parent fe381b817c
commit 4f292ff529
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: python-click name: python-click
description: Simple wrapper around optparse for powerful command line utilities description: Simple wrapper around optparse for powerful command line utilities
version: 8.3.3 version: 8.3.3
revision: 1 revision: 2
url: https://click.palletsprojects.com/ url: https://click.palletsprojects.com/
license: BSD-3-clause license: BSD-3-clause
maintainers: maintainers:
@@ -10,7 +10,7 @@ architecture: any
output_architecture: any output_architecture: any
type: source type: source
depends: depends:
- python3 - python3=3.14.*
make_depends: make_depends:
- python-build - python-build
- python-flit-core - python-flit-core
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {
python3 -m build --wheel --no-isolation . python3 -m build --wheel --skip-dependency-check --no-isolation .
} }
# The package function is executed in the source directory # The package function is executed in the source directory