forked from oldarmyc/accord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
49 lines (42 loc) · 937 Bytes
/
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
# Conda build file for package accord
# To build: conda build accord
package:
name: accord
version: '0.1.7'
source:
path: .
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
- accord=accord.process:main
noarch: python
requirements:
build:
- python >=3.6
- setuptools
- pyaml
- sh
run:
- python >=3.6
- pyaml
- sh
test:
source_files:
- tests/*
requires:
- pytest
- sh
- mock
- pyaml
commands:
- accord --help
- pytest
about:
home: 'https://github.com/oldarmyc/accord'
license: 'Apache License, Version 2.0'
license_file: LICENSE
license_family: APACHE
summary: 'Library to run backup and restore procedures on Anaconda Enterprise 5'
description: 'Library to run backup and restore procedures on Anaconda Enterprise 5'
dev_url: 'https://github.com/oldarmyc/accord'