forked from sgillies/pleiades3-buildout
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuildout.cfg
107 lines (98 loc) · 4.86 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
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
101
102
103
104
105
106
107
# Base configuration. Extended by devel.cfg and pleiades-production.cfg.
[buildout]
extends =
https://dist.plone.org/release/4.3.20/versions.cfg
versions.cfg
versions = versions
extensions =
mr.developer
newest = false
show-picked-versions = true
parts =
instance
zopepy
unzip = true
index = https://pypi.python.org/simple
find-links =
https://dist.plone.org/release/4.3.20
https://dist.plone.org/thirdparty
eggs =
nose
elementtree
simplejson
imsvdex
geojson
httplib2
Products.CompoundField
Products.ATBackRef
pleiades.normalizer
pleiades.transliteration
keytree
pleiades.policy
pleiades.capgrids
pleiades.dump
pleiades.bulkup
Products.RedirectionTool
rdflib
pleiades.rdf
pleiades.portlet.flickr
Products.ATVocabularyManager
Products.OrderableReferenceField
pyproj
Shapely
plone4.csrffixes
# needed for cruft in ZODB
contentratings
plone.contentratings
plone.app.ldap
Products.PloneHotfix20210518
auto-checkout = *
always-checkout = true
[sources]
#Products.ATVocabularyManager = git https://github.com/collective/Products.ATVocabularyManager.git rev=e27dd607317f014e45b42a27695dba5721705604
Products.CMFDiffTool = git https://github.com/plone/Products.CMFDiffTool.git rev=e0d36e48e4f85d3b0bea0221e1880d150820b603
Products.CompoundField = git https://github.com/collective/Products.CompoundField.git rev=4e35f3a7e0b2e9b985de7f1b77f4db5f572fb470
Products.PleiadesEntity = git https://github.com/isawnyu/PleiadesEntity.git rev=2162acbefd214fbd6561d2d0fa82e458c1c6e25c
pleiades.atom = git https://github.com/isawnyu/pleiades.atom.git rev=8452093f1fb487dc1e1c54cfa41b7a7eaa3c776f
pleiades.bulkup = git https://github.com/isawnyu/pleiades-bulkup.git rev=9e70382d2f4abd057c9385228796c4cc2f7b931b
pleiades.capgrids = git https://github.com/isawnyu/pleiades-capgrids.git rev=54ccad0f48c658073653d89f7d5236259e0d166b
pleiades.contentratings = git https://github.com/isawnyu/pleiades-contentratings.git rev=06cad59919b98997fb70907b9837a3a7c5dbfdd1
pleiades.dump = git https://github.com/isawnyu/pleiades-dump.git rev=1ddc063520c28e87b75a2e09bf25fd2efaeb814a
pleiades.geographer = git https://github.com/isawnyu/pleiades-geographer.git rev=ea584dfbfc3ad2032ea91ab02edf6d952aa74427
pleiades.iterate = git https://github.com/isawnyu/pleiades-iterate.git rev=ac86b14b2b6f088a728e45b6bf47c0dee10bb2c2
pleiades.json = git https://github.com/isawnyu/pleiades-json.git rev=2ec9a80c8b28aa5f815f55644b62daac13c2a6a8
pleiades.kml = git https://github.com/isawnyu/pleiades-kml.git rev=425c3ef52d223359088a70b64334ef304f95745c
pleiades.neighbors = git https://github.com/isawnyu/pleiades-neighbors.git rev=ed0b6b9ce01ef2a5045269502dcba44c905ffe43
pleiades.normalizer = git https://github.com/isawnyu/pleiades-normalizer.git rev=4652dd2c7854411debe2e16393629546ee359199
pleiades.notredame = git https://github.com/isawnyu/pleiades-notredame.git rev=c0b207600cdf8e32e29ee8354324b49cbbad7e9d
pleiades.openlayers = git https://github.com/isawnyu/pleiades-openlayers.git rev=4a8642d86ee4c3f1fda7e60cfea63ba3a163a89f
pleiades.placematch = git https://github.com/isawnyu/pleiades-placematch.git rev=090b7f47ddc46b77fd0decdf8a801b0d4cb18055
pleiades.policy = git https://github.com/isawnyu/pleiades-policy.git rev=151c06334ea9a4fc2f03891f7761173f177e8880
pleiades.portlet.flickr = git https://github.com/isawnyu/pleiades-portlet.flickr.git rev=755e567f85d572b0e6cfa6c197f8cc12c012d9d9
pleiades.portlet.references = git https://github.com/isawnyu/pleiades-portlet.references.git rev=e4d28cce271f6e36f724f4332d17f890694d4bcc
pleiades.rdf = git https://github.com/isawnyu/pleiades-rdf.git rev=ead2b00ad4849b8ea3e5522b8ecdb5b3a798bbe8
pleiades.reconciliation = git https://github.com/isawnyu/pleiades-reconciliation.git rev=3f97f10feb3c39a649cdc27b7aadb8024356d22c
pleiades.sitemap = git https://github.com/isawnyu/pleiades-sitemap.git rev=3905cb8a44a9ba387dd9591c425a4c8f9f5d3e8f
pleiades.transliteration = git https://github.com/isawnyu/pleiades-transliteration.git rev=f3882d6739ebbb7acd8738b2347730292ca1e4ee
pleiades.vaytrouindex = git https://github.com/isawnyu/pleiades-vaytrouindex.git rev=5c903fc48f521f79eb80ee59ac006b10552d54e3
pleiades.vocabularies = git https://github.com/isawnyu/pleiades-vocabularies.git rev=c6407cae2fbabc48bdc3346668e469e8c474e8ba
pleiades.workspace = git https://github.com/isawnyu/pleiades-workspace.git rev=53be361abfb04a343b9a5a30c7b2f61bd1f352a1
isaw.bibitems = git https://github.com/isawnyu/isaw.bibitems.git rev=68bf02bfe96531382f5704dfd8a981ac7c2e1078
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 9080
environment-vars =
VAYTROU_URI http://localhost:8889
eggs =
${buildout:eggs}
zcml =
pleiades.policy
pleiades.notredame
pleiades.placematch
pleiades.portlet.flickr
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy