Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dooit-extras #28494

Merged
merged 4 commits into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions recipes/dooit-extras/recipe.yaml
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
Loading