-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.yaml
45 lines (38 loc) · 864 Bytes
/
recipe.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
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
context:
name: "rberga06-phylab"
version: "0.0.1.dev2"
package:
name: ${{ name }}
version: ${{ version }}
source:
- git: https://github.com/rberga06/pyphylab.git
build:
noarch: python
script: pip install . -v
files:
include:
- "*.py"
- "**/py.typed"
exclude:
- "**/__pycache__/"
requirements:
host:
- pip
- python >= 3.12
- setuptools
- wheel
run:
- python >= 3.12
- sympy
tests:
- python:
imports:
- rberga06.phylab
about:
homepage: https://github.com/rberga06/pyphylab
license: AGPL-3.0-only
summary: utilities for physicists
description: |
`rberga06.phylab` is a small Python library for random daily use in the Physics laboratory
# documentation: