File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments