-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathcython-0.yaml
48 lines (41 loc) · 974 Bytes
/
cython-0.yaml
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
package:
name: cython-0
version: 0.29.37.1
epoch: 3
description: Cython is an optimising static compiler for both the Python & the extended Cython programming languages.
copyright:
- license: Apache-2.0
dependencies:
provides:
- cython=${{package.version}}-r${{package.epoch}}
vars:
py-version: 3.12
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- py${{vars.py-version}}-build-base-dev
pipeline:
- uses: git-checkout
with:
expected-commit: 598be7f9fd253c9e44f051f2235abedc66c022c1
repository: https://github.com/cython/cython
tag: ${{package.version}}
- uses: py/pip-build-install
- uses: strip
update:
enabled: true
github:
identifier: cython/cython
use-tag: true
tag-filter: 0.
test:
pipeline:
# AUTOGENERATED
- runs: |
cygdb --help
cython --version
cython --help
- uses: test/tw/ldd-check