Skip to content

Commit cc9e2ac

Browse files
Merge pull request #29571 from rxm7706/propelauth_py
Add propelauth_py
2 parents 87ba552 + 6017692 commit cc9e2ac

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

recipes/propelauth_py/meta.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{% set name = "propelauth_py" %}
2+
{% set version = "4.2.4" %}
3+
4+
package:
5+
name: {{ name|lower }}
6+
version: {{ version }}
7+
8+
source:
9+
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/propelauth-py-{{ version }}.tar.gz
10+
sha256: 746d1c3cc0117d2d57dd03da3513f6e0d3607cd80580b537549b9058755fe244
11+
12+
build:
13+
noarch: python
14+
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
15+
number: 0
16+
17+
requirements:
18+
host:
19+
- python {{ python_min }}
20+
- pip
21+
- setuptools
22+
run:
23+
- python >={{ python_min }}
24+
- pyjwt >=2,<3
25+
# upstream specifies pyjwt[crytpro]
26+
- cryptography >=3.4.0
27+
- requests
28+
29+
test:
30+
imports:
31+
- propelauth_py
32+
commands:
33+
- pip check
34+
requires:
35+
- pip
36+
- python {{ python_min }}
37+
38+
about:
39+
home: https://github.com/propelauth/propelauth-py
40+
summary: A python authentication library
41+
license: MIT
42+
license_file: LICENSE
43+
44+
extra:
45+
recipe-maintainers:
46+
- rxm7706

0 commit comments

Comments
 (0)