-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
51 lines (43 loc) · 1.08 KB
/
meta.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
49
50
51
package:
name: pipy
version: 0.1.0
source:
path: "./src"
path: .
build:
noarch: python
number: 0
# Even though you're using pip here, it's just to install the directory contents directly without a setup.py. The actual build and dependencies are handled by conda-build.
script: {{ PYTHON }} -m pip install . --no-deps -vv
requirements:
host:
- python >=3.9
- pip
run:
- python>=3.9
- numpy=1.26.*
channels:
- conda-forge
- defaults
test:
requires:
- conda-forge::pytest=8.2.*
source_files:
- ./src/pipy/*
- ./tests/*
imports:
- pipy
- pipy.calculators
commands:
- pytest
about:
home: "http://example.com"
license: "MIT"
license_file: "LICENSE"
summary: "A test package to calculate Pi using various methods."
description: "This package provides various methods to calculate the value of Pi. It serves as an educational tool to understand conda package creation."
doc_url: "http://example.com/documentation"
dev_url: "http://example.com/source"
extra:
recipe-maintainers: