-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28494 from claudiushaag/dooit-extras
Add dooit-extras
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
context: | ||
name: dooit-extras | ||
version: "0.2.0" | ||
|
||
package: | ||
name: ${{ name|lower }} | ||
version: ${{ version }} | ||
|
||
source: | ||
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name | replace("-", "_") }}/${{ name | replace("-", "_") }}-${{ version }}.tar.gz | ||
sha256: 4926e87ed9fca5fe47ea55ac5e6c959d32f7a590684772da6e9151ba42686e12 | ||
|
||
build: | ||
noarch: python | ||
script: python -m pip install . -vv | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
- python ${{ python_min }}.* | ||
- pip | ||
- poetry-core | ||
run: | ||
- python >=${{ python_min }} | ||
- dooit >=3.0.4,<4.0 | ||
|
||
tests: | ||
- python: | ||
imports: | ||
- dooit_extras | ||
pip_check: true | ||
python_version: ${{ python_min }}.* | ||
|
||
about: | ||
homepage: https://github.com/dooit-org/dooit-extras | ||
summary: 'A collection of utilities to customize your' | ||
description: | | ||
Dooit extras is a library consisting of pre-built stuff for Dooit | ||
which includes various bar widgets and formatters, along with some | ||
pre-configured configs to get you started! | ||
license: MIT | ||
license_file: LICENSE | ||
documentation: https://dooit-org.github.io/dooit-extras/ | ||
|
||
extra: | ||
recipe-maintainers: | ||
- claudiushaag |