-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipe.yaml
More file actions
73 lines (65 loc) · 1.54 KB
/
Copy pathrecipe.yaml
File metadata and controls
73 lines (65 loc) · 1.54 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
61
62
63
64
65
66
67
68
69
70
71
72
73
# 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.4.1
name: kha256
# top level package information (name and version)
package:
name: kha256
version: 0.4.1
# location to get the source from
#`source` are `url`, `sha256`, `md5`, `patches`, `file_name` and `target_directory`
source:
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 # kha256 numpy kullanıyor
- pip
- pandas
- scipy
- ipython
- ipywidgets
- cryptography
- kececinumbers
- python-xxhash
- pycryptodome
- bcrypt
- argon2-cffi
- blake3
- aiohttp
- python-dotenv
- nest-asyncio2
# tests to validate that the package works as expected
#tests:
# requires: [] # veya boş liste
# - python:
# imports:
# - kha256
# information about the package
about:
homepage: https://github.com/WhiteSymmetry/kha256/
license: GPL-3.0-or-later
summary: 'kha256'
description: |
kha256
repository: https://github.com/WhiteSymmetry/kha256/
documentation: https://github.com/WhiteSymmetry/kha256/
# the below is conda-forge specific!
extra:
recipe-maintainers:
- bilgi