Skip to content

Commit 0c49d09

Browse files
authored
Merge pull request #28494 from claudiushaag/dooit-extras
Add dooit-extras
2 parents 43829ae + 58f4962 commit 0c49d09

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

recipes/dooit-extras/recipe.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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

0 commit comments

Comments
 (0)