Skip to content

Commit

Permalink
Add sortedcontainers-pydantic recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Mar 28, 2024
1 parent 46ab143 commit 4e34189
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions recipes/sortedcontainers-pydantic/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set name = "sortedcontainers-pydantic" %}
{% set version = "1.0.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sortedcontainers_pydantic-{{ version }}.tar.gz
sha256: eb0e4aeb5197d690165f0a7b1a55c490eabe4b21375c3a91726373b2551e25ee

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.8
- hatchling
- pip
run:
- python >=3.8
- pydantic >=2
- pydantic-core
- sortedcontainers

test:
imports:
- sortedcontainers_pydantic
commands:
- pip check
requires:
- pip

about:
summary: Pydantic support for the sortedcontainers package.
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- jayqi

0 comments on commit 4e34189

Please sign in to comment.