blob: 0cf54dbfdddd486f37d9c7095417271210b224a6 (
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 = '1' %}
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
|