Rebuild with python 3.14
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: python-babel
|
name: python-babel
|
||||||
description: Integrated collection of utilities that assist in internationalizing and localizing Python applications
|
description: Integrated collection of utilities that assist in internationalizing and localizing Python applications
|
||||||
version: 2.18.0
|
version: 2.18.0
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://babel.pocoo.org/en/latest/
|
url: https://babel.pocoo.org/en/latest/
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -10,11 +10,10 @@ architecture: any
|
|||||||
output_architecture: any
|
output_architecture: any
|
||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
- python3
|
- python3=3.14.*
|
||||||
- python-pytz
|
- python-pytz
|
||||||
make_depends:
|
make_depends:
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- python-wheel
|
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://github.com/python-babel/babel/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
- url: https://github.com/python-babel/babel/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
|
|||||||
Reference in New Issue
Block a user