Skip to content

Commit f91d3dc

Browse files
author
Benoît Suttor
committed
add ignores
1 parent 0037933 commit f91d3dc

File tree

3 files changed

+70
-154
lines changed

3 files changed

+70
-154
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,24 @@ bin
22
parts
33
develop-eggs
44
src
5+
*.mo
6+
*.egg-info
7+
*.egg
8+
*.EGG
9+
*.EGG-INFO
10+
build
11+
downloads
12+
eggs
13+
fake-eggs
14+
dist
15+
var
16+
.installed.cfg
17+
.mr.developer.cfg
18+
.hg
19+
.bzr
20+
.svn
21+
*.pyc
22+
*.pyo
23+
*.tmp*
24+
include
25+
lib

buildout.cfg

+49-22
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,62 @@
11
[buildout]
2-
extensions=buildout.dumppickedversions mr.developer
3-
dump-picked-versions-file=versions.cfg
2+
extensions =
3+
buildout.dumppickedversions
4+
mr.developer
5+
6+
auto-checkout = diazo.bootstrap
7+
versions = versions
8+
49
parts=
510
tools
6-
# transifex
7-
# eye
8-
9-
auto-checkout = transifex-client
1011

1112
[tools]
1213
recipe=zc.recipe.egg
1314
eggs=
1415
i18ndude
1516
zest.releaser
16-
ZopeSkel==2.21.2
17-
setuptools-git
17+
ZopeSkel
1818
PasteScript
19-
zetalibrary
20-
docutils
2119
gocept.zestreleaser.customupload
22-
interpreter=python
23-
24-
[transifex]
25-
recipe=zc.recipe.egg:scripts
26-
eggs =
27-
transifex-client
28-
29-
[eye]
30-
recipe=zc.recipe.egg
31-
eggs=eye
20+
diazo.bootstrap
3221

3322
[sources]
34-
transifex-client = hg https://bitbucket.org/toutpt/transifex-client
35-
ZopeSkel = svn https://svn.plone.org/svn/collective/ZopeSkel/trunk
23+
#ZopeSkel = git http://github.com/collective/ZopeSkel
24+
diazo.bootstrap = git [email protected]:bsuttor/diazo.bootstrap.git
25+
26+
[versions]
27+
ZopeSkel = 2.21.2
28+
Cheetah = 2.2.1
29+
Paste = 1.7.5.1
30+
PasteDeploy = 1.5.0
31+
PasteScript = 1.7.5
32+
Unidecode = 0.04.9
33+
gocept.zestreleaser.customupload = 1.2
34+
i18ndude = 3.2.2
35+
mr.developer = 1.21
36+
ordereddict = 1.1
37+
plone.i18n = 2.0
38+
pytz = 2011n
39+
setuptools = 0.6c12dev-r88846
40+
six = 1.1.0
41+
zc.buildout = 1.5.2
42+
zc.recipe.egg = 1.3.2
43+
zest.releaser = 3.30
44+
zope.browser = 1.3
45+
zope.component = 3.12.0
46+
zope.configuration = 3.8.0
47+
zope.contenttype = 3.5.5
48+
zope.event = 3.5.1
49+
zope.exceptions = 3.6.1
50+
zope.i18n = 3.7.4
51+
zope.i18nmessageid = 3.6.1
52+
zope.interface = 3.8.0
53+
zope.location = 3.9.1
54+
zope.proxy = 3.6.1
55+
zope.publisher = 3.13.0
56+
zope.schema = 4.0.1
57+
zope.security = 3.8.3
58+
zope.tal = 3.6.0
59+
templer.buildout = 1.0a2
60+
templer.core = 1.0b3
61+
templer.plone = 1.0a1
62+
templer.zope = 1.0a2

versions.cfg

-132
This file was deleted.

0 commit comments

Comments
 (0)