Rebuild with python 3.14
This commit is contained in:
@@ -1,9 +1,27 @@
|
||||
name: python-pyyaml
|
||||
description: full-featured YAML processing framework for Python
|
||||
version: 6.0.2
|
||||
version: 6.0.3
|
||||
revision: 1
|
||||
url: https://github.com/yaml/pyyaml
|
||||
license: MIT
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
depends: ["python3","libyaml"]
|
||||
make_depends: ["python-setuptools","python-cython"]
|
||||
type: source
|
||||
depends:
|
||||
- glibc
|
||||
- python3=3.14.*
|
||||
- libyaml
|
||||
make_depends:
|
||||
- python-cython
|
||||
- python-build
|
||||
- python-installer
|
||||
- python-setuptools
|
||||
- python-wheel
|
||||
check_depends:
|
||||
- python-pytest
|
||||
downloads:
|
||||
- url: https://github.com/yaml/pyyaml/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: c7b45011e052458ae79015d5eea3046c37d099023d4b253dde26ee1c29ea2f36
|
||||
|
||||
Reference in New Issue
Block a user