-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipe.yaml
More file actions
60 lines (52 loc) · 1.39 KB
/
recipe.yaml
File metadata and controls
60 lines (52 loc) · 1.39 KB
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
52
53
54
55
56
57
58
59
60
# recipe-noarch-python.yaml
schema_version: 1
# this sets up "context variables" (in this case name and version) that
# can later be used in Jinja expressions
context:
version: 0.6.4
name: kececilayout
# top level package information (name and version)
package:
name: kececilayout
version: 0.6.4
# location to get the source from
#`source` are `url`, `sha256`, `md5`, `patches`, `file_name` and `target_directory`
source:
path: .
url:
sha256:
# build number (should be incremented if a new build is made, but version is not incrementing)
build:
number: 1
script: python -m pip install --no-deps --ignore-installed .
noarch: python
# the requirements at build and runtime
requirements:
host:
- python
- pip
- setuptools
- wheel
run:
- python >=3.11 # hypercomplex uyumlu versiyon
- numpy # kececilayout numpy kullanıyor
- pip
# tests to validate that the package works as expected
#tests:
# requires: [] # veya boş liste
# - python:
# imports:
# - kececilayout
# information about the package
about:
homepage: https://github.com/WhiteSymmetry/kececilayout/
license: GPL-3.0-or-later
summary: 'kececilayout'
description: |
kececilayout
repository: https://github.com/WhiteSymmetry/kececilayout/
documentation: https://github.com/WhiteSymmetry/kececilayout/
# the below is conda-forge specific!
extra:
recipe-maintainers:
- bilgi