Files
Uni-Lab-OS/recipes/unilabos/recipe.yaml
Junhan Chang c78ac482d8 Initial commit
2025-04-17 15:19:47 +08:00

24 lines
308 B
YAML

package:
name: unilabos
version: "0.8.0"
source:
path: ../..
build:
noarch: python
script: |
{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv
# {{ PYTHON }} clean_build_dir.py
requirements:
host:
- python
- pip
run:
- python
test:
imports:
- unilabos