File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ context :
2
+ name : dooit-extras
3
+ version : " 0.2.0"
4
+
5
+ package :
6
+ name : ${{ name|lower }}
7
+ version : ${{ version }}
8
+
9
+ source :
10
+ url : https://pypi.org/packages/source/${{ name[0] }}/${{ name | replace("-", "_") }}/${{ name | replace("-", "_") }}-${{ version }}.tar.gz
11
+ sha256 : 4926e87ed9fca5fe47ea55ac5e6c959d32f7a590684772da6e9151ba42686e12
12
+
13
+ build :
14
+ noarch : python
15
+ script : python -m pip install . -vv
16
+ number : 0
17
+
18
+ requirements :
19
+ host :
20
+ - python ${{ python_min }}.*
21
+ - pip
22
+ - poetry-core
23
+ run :
24
+ - python >=${{ python_min }}
25
+ - dooit >=3.0.4,<4.0
26
+
27
+ tests :
28
+ - python :
29
+ imports :
30
+ - dooit_extras
31
+ pip_check : true
32
+ python_version : ${{ python_min }}.*
33
+
34
+ about :
35
+ homepage : https://github.com/dooit-org/dooit-extras
36
+ summary : ' A collection of utilities to customize your'
37
+ description : |
38
+ Dooit extras is a library consisting of pre-built stuff for Dooit
39
+ which includes various bar widgets and formatters, along with some
40
+ pre-configured configs to get you started!
41
+ license : MIT
42
+ license_file : LICENSE
43
+ documentation : https://dooit-org.github.io/dooit-extras/
44
+
45
+ extra :
46
+ recipe-maintainers :
47
+ - claudiushaag
You can’t perform that action at this time.
0 commit comments