-
Notifications
You must be signed in to change notification settings - Fork 3
/
buildout.cfg
74 lines (66 loc) · 1.46 KB
/
buildout.cfg
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
[buildout]
prefer-final = false
newest = false
download-cache = .cache
develop = .
parts =
[project]
name = infi.iscsiapi
company = Infinidat
namespace_packages = ['infi']
install_requires = [
'infi.dtypes.hctl',
'infi.dtypes.iqn',
'infi.execute',
'infi.os-info',
'infi.pkgmgr',
'infi.win32service',
'infi.wmi',
'pythonping',
'setuptools',
'six'
]
version_file = src/infi/iscsiapi/__version__.py
description = cross platfrom iSCSI opertions
long_description = iscsiapi provides a unified API for iSCSI operations to all supported platrforms
console_scripts = []
gui_scripts = []
package_data = []
upgrade_code = {fe46bf80-04a7-11e6-a573-acbc3295554d}
product_name = infi.iscsiapi
post_install_script_name = None
pre_uninstall_script_name = None
[isolated-python]
recipe = infi.recipe.python
version = v3.8.12
[setup.py]
recipe = infi.recipe.template.version
input = setup.in
output = setup.py
[__version__.py]
recipe = infi.recipe.template.version
output = ${project:version_file}
[development-scripts]
dependent-scripts = true
recipe = infi.recipe.console_scripts
eggs = zc.buildout
infi.vendata.integration_tests
infi.traceback
${project:name}
ipython[terminal]
infi.pyutils
nose
interpreter = python
[pack]
recipe = infi.recipe.application_packager
[sublime]
recipe = corneti.recipes.codeintel
eggs = ${development-scripts:eggs}
[versions]
ecosystem = 220.0.0
gevent = 1.5a3
greenlet = 0.4.15
mprpc = 0.1.17
PyNaCl = 1.4.0
pendulum = 2.1.0
psutil = 5.7.0