mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-14 13:14:39 +00:00
24 lines
310 B
YAML
24 lines
310 B
YAML
package:
|
|
name: unilabos
|
|
version: "0.10.12"
|
|
|
|
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
|