summaryrefslogtreecommitdiff
path: root/secretstorage/meta.yaml
blob: 786710a231e024ef069280fc2c8a28d9e39d4efe (plain) (blame)
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
{% set name = 'secretstorage' %}
{% set version = '2.3.1' %}
{% set number = '2' %}

about:
  home: https://github.com/mitya57/{{ name }}
  license: BSD License
  summary: 'Python bindings to FreeDesktop.org Secret Service API'
  license_family: BSD

package:
  name: {{ name }}
  version: {{ version }}

build:
  skip: true [not linux]
  number: {{ number }}

source:
  git_tag: {{ version }}
  git_url: https://github.com/mitya57/{{ name }}.git

requirements:
  build:
    - python {{ python }}
    - dbus-python
    - setuptools
    - cryptography

  run:
    - python
    - dbus-python
    - cryptography

test:
  imports:
    - secretstorage