Compare commits
No commits in common. "c5f93caf616e259058b180235a39021d1cca1c0e" and "c8-beta" have entirely different histories.
c5f93caf61
...
c8-beta
@ -1 +0,0 @@
|
||||
1
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/Cython-0.29.32.tar.gz
|
||||
SOURCES/Cython-0.29.32.tar.gz
|
||||
|
1
.python3.11-Cython.metadata
Normal file
1
.python3.11-Cython.metadata
Normal file
@ -0,0 +1 @@
|
||||
e754c122863d5880f48141912a4d1a60cd3912cb SOURCES/Cython-0.29.32.tar.gz
|
@ -1,7 +0,0 @@
|
||||
--- !Policy
|
||||
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
20
plan.fmf
20
plan.fmf
@ -1,20 +0,0 @@
|
||||
execute:
|
||||
how: tmt
|
||||
environment:
|
||||
PYTHON: python3.11
|
||||
discover:
|
||||
- how: shell
|
||||
dist-git-source: true
|
||||
tests:
|
||||
- name: bundled demos
|
||||
require:
|
||||
- python3.11-devel
|
||||
- python3.11-numpy
|
||||
- gcc-c++
|
||||
- gcc
|
||||
test: |
|
||||
cd $TMT_SOURCE_DIR/cython-*/Demos &&
|
||||
sed "s/\bpython\b/python3.11/" -i Makefile callback/Makefile \
|
||||
embed/Makefile &&
|
||||
make test
|
||||
- how: fmf
|
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (Cython-0.29.32.tar.gz) = 55462792fa70d8edf60aa470627ab494918d7297fd7d282a7a54da76ee5a180233108404a1c8f3d79f6408f19b6e4f46b36e59fd47c38ede24f061f374437b6f
|
@ -1,5 +0,0 @@
|
||||
# https://cython.readthedocs.io/en/latest/src/tutorial/cython_tutorial.html
|
||||
print("Hello World")
|
||||
|
||||
def works():
|
||||
return True
|
@ -1,2 +0,0 @@
|
||||
test: ${PYTHON:-python3} tutorial.py
|
||||
|
@ -1,5 +0,0 @@
|
||||
import pyximport
|
||||
pyximport.install()
|
||||
|
||||
import helloworld
|
||||
assert helloworld.works()
|
Loading…
Reference in New Issue
Block a user