Rebuild with python 3.14

This commit is contained in:
2026-05-06 12:05:53 +03:00
parent e811db8626
commit 52871f432a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: python-setuptools
description: Easily download, build, install, upgrade, and uninstall Python packages
version: 82.0.1
revision: 1
revision: 2
url: https://pypi.org/project/setuptools/
license: MIT
maintainers:
@@ -10,7 +10,7 @@ architecture: any
output_architecture: any
type: source
depends:
- python3
- python3=3.14.*
downloads:
- url: https://pypi.org/packages/source/s/setuptools/setuptools-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
+1 -1
View File
@@ -14,5 +14,5 @@ package() {
python3 setup.py install --root="$BPM_OUTPUT" --prefix=/usr
# Install package license
install -Dm644 LICENSE "$BPM_OUTPUT"/usr/share/licenses/python-setuptools/LICENSE
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/python-setuptools/LICENSE
}