-
Notifications
You must be signed in to change notification settings - Fork 2
/
znake.yaml
100 lines (100 loc) · 2.51 KB
/
znake.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
znake:
info:
package: znake
maintainer: Andreas Nilsson
maintainer_email: [email protected]
short_description: Build system for Python projects.
long_description: |
Znake is a build system for Python projects.
changelog:
- version: 1.1.0
changes:
- "Adapted to work outside Zenterio environment."
date: Sat, 1 Feb 2020 15:00:00 +0000
- version: 1.0.0
changes:
- "First open source version."
date: Sat, 11 May 2019 06:00:00 +0000
license: 'Apache License 2.0'
classifiers:
- 'Development Status :: 3 - Alpha'
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Build Tools'
- 'License :: OSI Approved :: Apache Software License'
- 'Programming Language :: Python :: 3.5'
- 'Programming Language :: Python :: 3.6'
- 'Programming Language :: Python :: 3.7'
- 'Programming Language :: Python :: 3.8'
keywords:
- znake
- python
entry_points:
console_scripts:
- znake = znake.__main__:main
package_data:
- package: znake
include:
- 'data/*'
requirements:
- coloredlogs==10.0
- fastentrypoints==0.12
- flake8-blind-except==0.1.1
- flake8-class-newline==1.6.0
- flake8-comprehensions==3.2.2
- flake8-deprecated==1.3
- flake8-pep3101==1.3.0
- flake8-quotes==2.1.1
- flake8-string-format==0.2.3
- flake8==3.7.9
- flake8_tuple==0.4.1
- glob2==0.7
- invoke==1.4.1
- isort==4.3.21
- jinja2==2.11.1
- pydocstyle==5.0.2
- sphinx-rtd-theme==0.4.3
- Sphinx==2.3.1
- sphinxcontrib-plantuml==0.18
- sphinxprettysearchresults==0.3.5
- yapf==0.29.0
requirements_dev:
- nose==1.3.7
- coverage==5.0.3
- wheel==0.34.2
static:
packages:
- znake
doc:
targets:
- guide: user_guide
deb:
package: znake
doc:
- user_guide
links:
- target: /opt/venvs/znake/bin/znake
link: /usr/bin/znake
include:
- source: znaketools/znake-bash-completion.sh
target: /etc/bash_completion.d/
test:
packages:
- znake
systest:
packages:
- systest.tests
- systest.localtests
vars:
config_file: systest/systest_config.yaml
debtest:
packages:
- systest.tests
vars:
config_file: systest/systest_config.yaml
dependencies:
"{build_dir}/doc/user_guide/html/index.html":
- doc/user_guide/**
- znake/**
"{build_dir}/doc/user_guide/pdf/user_guide.pdf":
- doc/user_guide/**
- znake/**