-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmeta.yaml
54 lines (47 loc) · 1.36 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{% set name = "msal_extensions" %}
{% set version = "1.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/AzureAD/microsoft-authentication-extensions-for-python/archive/{{ version }}.tar.gz
sha256: c8032459d8396a8d8992a0625a35b4ef44c2d784b2efddabb042f3e6cafb2dc4
build:
skip: true # [py<37]
number: 2
script: {{ PYTHON }} -m pip install . -vv
requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- python
- pip
- setuptools
run:
- python
- libsecret # [not win]
- msal >=1.29,<2.0
- portalocker >=1.6,<3.0
- pygobject >=3,<4 # [not win]
test:
imports:
- msal_extensions
requires:
- pip
commands:
- pip check
about:
home: https://github.com/AzureAD/microsoft-authentication-extensions-for-python
license: MIT
license_family: MIT
license_file: LICENSE
summary: 'Microsoft Authentication extensions for MSAL.Python '
description: |
Microsoft Authentication extensions for MSAL.Python
doc_url: https://github.com/AzureAD/microsoft-authentication-extensions-for-python
dev_url: https://github.com/AzureAD/microsoft-authentication-extensions-for-python
extra:
recipe-maintainers:
- dhirschfeld
- roederja