-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbase.cfg
More file actions
45 lines (38 loc) · 989 Bytes
/
base.cfg
File metadata and controls
45 lines (38 loc) · 989 Bytes
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
[buildout]
package-name = collective.dms.mailcontent
package-extras = [test]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-4.3.x.cfg
sources.cfg
checkouts.cfg
versions.cfg
extensions =
mr.developer
parts =
dists-download
dists-egg
instance
test
test-eggs =
ipdb
[instance]
eggs +=
iw.debug
zcml +=
iw.debug
show-picked-versions = true
allow-picked-versions = true
[test]
environment = testenv
[testenv]
zope_i18n_compile_mo_files = true
[dists-download]
recipe = collective.recipe.cmd
on_install = true
on_update = true
cmds =
if test -f ${buildout:directory}/bin/pip; then ${buildout:directory}/bin/pip download --dest=${buildout:download-cache}/dist/ --python-version=3.12 --no-deps appy==1.0.19; else pip download --dest=${buildout:download-cache}/dist/ --python-version=3.12 --no-deps appy==1.0.19; fi
[dists-egg]
recipe = zc.recipe.egg
find-links = ${buildout:download-cache}
eggs = appy==1.0.19