This repository has been archived by the owner on Oct 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
bento.info
92 lines (83 loc) · 2.23 KB
/
bento.info
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
Name: bento
Version: 0.2.0
Summary: A tool to nicely packages your python software
Url: http://github.com/cournape/Bento
DescriptionFromFile: README.rst
Author: David Cournapeau
AuthorEmail: [email protected]
Maintainer: David Cournapeau
MaintainerEmail: [email protected]
License: BSD
Platforms: any
Classifiers:
Development Status :: 1 - Planning,
Intended Audience :: Developers,
License :: OSI Approved,
Programming Language :: Python,
Topic :: Software Development,
Operating System :: Microsoft :: Windows,
Operating System :: POSIX,
Operating System :: Unix,
Operating System :: MacOS
Keywords: packaging
ConfigPy: bento/__config_py.py
MetaTemplateFiles: bento/__package_info.py.in
HookFile: bscript
Flag: bundle
Description: whether to install bundled upstream modules or not
Default: true
Flag: bundle_yaku
Description: whether to install bundled yaku or not
Default: true
DataFiles: windows_arch_data
SourceDir: bento/commands
TargetDir: $pkgdatadir/commands
Files: cli.exe, wininst/*.exe
DataFiles: ply_data
SourceDir: bento
TargetDir: $pkgdatadir
Files: parsetab
ExtraSourceFiles:
LICENSE.txt,
PACKAGERS.txt,
README.rst,
THANKS,
setup.py,
bootstrap.py,
bento/**/tests/*.py,
bento/testing/bentos/*.py,
bento/testing/bentos/*.info,
bentomakerlib/**/tests/*.py
Library:
Packages:
bento,
bento.backends,
bento.backends.waf_tools,
bento.compat,
bento.commands,
bento.convert,
bento.core,
bento.core.platforms,
bento.distutils,
bento.distutils.commands,
bento.parser,
bento.private,
bento.pypi,
bento.testing,
bento.utils,
bentomakerlib
if flag(bundle):
Packages:
bento.private._ply.ply,
bento.private._simplejson.simplejson
Modules:
bento/private/_six/six
if flag(bundle_yaku):
Packages:
bento.private._yaku.yaku,
bento.private._yaku.yaku.tools,
bento.private._yaku.yaku.compat,
bento.private._yaku.yaku.conftests
Executable: bentomaker
Module: bentomakerlib.bentomaker
Function: noexc_main