-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpython3-wxPython.yml
More file actions
106 lines (102 loc) · 3.55 KB
/
python3-wxPython.yml
File metadata and controls
106 lines (102 loc) · 3.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
name: python3-wxPython
buildsystem: simple
build-commands: []
modules:
- name: patchelf
cleanup:
- /bin
- /share
sources:
- type: git
url: https://github.com/NixOS/patchelf
commit: 99c24238981b7b1084313aca8f5c493bb46f302c
tag: 0.18.0
x-checker-data:
type: git
tag-pattern: ^([\d\.]+)$
- name: openblas
no-autogen: true
make-args:
- DYNAMIC_ARCH=1
- FC=gfortran
- NO-LAPACKE=1
- USE_OPENMP=0
make-install-args:
- PREFIX=/app
cleanup:
- /bin
- /include
- /lib/cmake
- /lib/*.a
- /lib/*.la
- /lib/pkgconfig
- /share/man
sources:
- type: git
url: https://github.com/OpenMathLib/OpenBLAS
tag: v0.3.31
commit: 76f1be470c9b9f80dc6e27407e13b975df436489
x-checker-data:
type: git
tag-pattern: ^(v[\d\.]+)$
versions:
<: 0.3.32 # Caused build errors on aarch64
- name: python3-build-dependencies
buildsystem: simple
build-commands:
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} meson_python packaging pyproject_metadata --no-build-isolation
cleanup:
- /lib
sources:
- type: file
url: https://files.pythonhosted.org/packages/16/7f/d1b0c65b267a1463d752b324f11d3470e30889daefc4b9ec83029bfa30b5/meson_python-0.19.0-py3-none-any.whl
sha256: 67b5906c37404396d23c195e12c8825506074460d4a2e7083266b845d14f0298
x-checker-data:
type: pypi
packagetype: bdist_wheel
name: meson-python
- type: file
url: https://files.pythonhosted.org/packages/7a/c2/920ef838e2f0028c8262f16101ec09ebd5969864e5a64c4c05fad0617c56/packaging-26.1-py3-none-any.whl
sha256: 5d9c0669c6285e491e0ced2eee587eaf67b670d94a19e94e3984a481aba6802f
x-checker-data:
name: packaging
packagetype: bdist_wheel
type: pypi
- type: file
url: https://files.pythonhosted.org/packages/1d/0b/da4851b1e2d9c40c9bd74c0abd94510a7d797da9ccde0a90e8953751ed4a/pyproject_metadata-0.11.0-py3-none-any.whl
sha256: 85bbecca8694e2c00f63b492c96921d6c228454057c88e7c352b2077fcaa4096
x-checker-data:
name: pyproject-metadata
packagetype: bdist_wheel
type: pypi
- name: python3-numpy
buildsystem: simple
build-commands:
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} numpy --no-build-isolation
sources:
- type: file
url: https://files.pythonhosted.org/packages/d7/9f/b8cef5bffa569759033adda9481211426f12f53299629b410340795c2514/numpy-2.4.4.tar.gz
sha256: 2d390634c5182175533585cc89f3608a4682ccb173cc9bb940b2881c8d6f8fa0
x-checker-data:
type: pypi
name: numpy
- name: python3-wxPython
buildsystem: simple
build-commands:
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} wxPython --no-build-isolation
build-options:
env:
WXPYTHON_BUILD_ARGS: --use_syswx --nodoc
cleanup:
- /bin
sources:
- type: file
url: https://files.pythonhosted.org/packages/22/43/81657a6b126ffc19163500a8184d683cec08eb4e1d06905cd0c371c702d0/wxpython-4.2.5.tar.gz
sha256: 44e836d1bccd99c38790bb034b6ecf70d9060f6734320560f7c4b0d006144793
x-checker-data:
is-important: true
type: pypi
name: wxPython