File tree 1 file changed +62
-0
lines changed
1 file changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ context :
2
+ name : feedrattler
3
+ version : 0.1.0
4
+ python_min : " 3.11"
5
+
6
+ package :
7
+ name : ${{ name|lower }}
8
+ version : ${{ version }}
9
+
10
+ source :
11
+ url : https://github.com/hadim/feedrattler/archive/refs/tags/${{ version }}.zip
12
+ sha256 : 4bf83d22e82063208c3ea0efc597e506fce9c2ec31d42e01e53359b9331509df
13
+
14
+ build :
15
+ number : 0
16
+ noarch : python
17
+ script :
18
+ env :
19
+ SETUPTOOLS_SCM_PRETEND_VERSION : ${{ version }}
20
+ content : python -m pip install . -vv --no-deps --no-build-isolation
21
+ python :
22
+ entry_points :
23
+ - feedrattler = feedrattler.cli:app
24
+
25
+ requirements :
26
+ host :
27
+ - pip
28
+ - python ${{ python_min }}.*
29
+ - setuptools
30
+ - setuptools-scm
31
+ run :
32
+ - python >=${{ python_min }}
33
+ - pygithub >=2.5
34
+ - conda-smithy >=3.45
35
+ - ruamel.yaml >=0.18
36
+ - gitpython >=3.1
37
+ - conda-recipe-manager >=0.4.0
38
+ - typer >=0.15
39
+ - rich >=13.9
40
+ - python-dotenv >=1.0
41
+
42
+ tests :
43
+ - python :
44
+ imports :
45
+ - feedrattler
46
+ python_version : ${{ python_min }}.*
47
+ - requirements :
48
+ run :
49
+ - python ${{ python_min }}.*
50
+ script :
51
+ - ${{ "feedrattler --help" if unix }}
52
+ - ${{ "feedrattler.exe --help" if win }}
53
+
54
+ about :
55
+ summary : Convert conda-forge feedstock to rattler-build
56
+ license : Apache-2.0
57
+ license_file : LICENSE
58
+ homepage : https://github.com/hadim/feedrattler
59
+
60
+ extra :
61
+ recipe-maintainers :
62
+ - hadim
You can’t perform that action at this time.
0 commit comments