-
Notifications
You must be signed in to change notification settings - Fork 8
/
ztk.cfg
83 lines (78 loc) · 1.46 KB
/
ztk.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
75
76
77
78
79
80
81
82
83
# Copyright (c) 2010-2023 Zope Foundation and Contributors.
#
# This is the specification file for the Zope Toolkit.
[ztk]
# The core ZTK packages
included =
zope.annotation
zope.applicationcontrol
zope.authentication
zope.browser
zope.browsermenu
zope.browserpage
zope.browserresource
zope.cachedescriptors
zope.catalog
zope.component
zope.componentvocabulary
zope.configuration
zope.container
zope.contentprovider
zope.contenttype
zope.copy
zope.copypastemove
zope.datetime
zope.deferredimport
zope.deprecation
zope.dottedname
zope.dublincore
zope.error
zope.event
zope.exceptions
zope.filerepresentation
zope.formlib
zope.hookable
zope.i18n
zope.i18nmessageid
zope.index
zope.interface
zope.intid
zope.keyreference
zope.lifecycleevent
zope.location
zope.login
zope.mimetype
zope.minmax
zope.pagetemplate
zope.password
zope.pluggableauth
zope.principalannotation
zope.principalregistry
zope.processlifetime
zope.proxy
zope.ptresource
zope.publisher
zope.ramcache
zope.schema
zope.security
zope.securitypolicy
zope.sendmail
zope.session
zope.site
zope.size
zope.structuredtext
zope.tal
zope.tales
zope.testing
zope.testrunner
zope.traversing
zope.untrustedpython
zope.viewlet
# These packages will be removed in the next version
deprecating =
packages = ${ztk:included}
${ztk:deprecating}
[buildout]
extends =
ztk-sources.cfg
ztk-versions.cfg