Skip to content

Commit

Permalink
Merge pull request #22785 from ivergara/polyfactory
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Jul 5, 2023
2 parents 3a2d89a + 63fa8ea commit 1ed4303
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions recipes/polyfactory/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set name = "polyfactory" %}
{% set version = "2.1.0" %}

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

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

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

requirements:
host:
- python >=3.8,<4.0
- poetry-core >=1.0.0
- pip
run:
- python >=3.8,<4.0
- faker
- typing-extensions

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

about:
home: https://github.com/litestar-org/polyfactory
summary: Mock data generation factories
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- ivergara

0 comments on commit 1ed4303

Please sign in to comment.