Skip to content

Commit

Permalink
Update to latest plone releases (4.3.17, 5.1.2); remove old buildout …
Browse files Browse the repository at this point in the history
…bootstrap files (we use pip install -r requirements.txt); split versions overrides for each plone version
  • Loading branch information
sunew committed Jun 23, 2018
1 parent 5afe77b commit fb1a00c
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 418 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jmeter.log
pip-selfcheck.json
/.idea
/.vscode

/.ipython
8 changes: 8 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[settings]
# for details see
# http://docs.plone.org/develop/styleguide/python.html#grouping-and-sorting
force_alphabetical_sort = True
force_single_line = True
lines_after_imports = 2
line_length = 200
not_skip = __init__.py
2 changes: 1 addition & 1 deletion base.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[buildout]
index = https://pypi.python.org/simple
index = https://pypi.org/simple/
extensions = mr.developer
parts =
instance
Expand Down
210 changes: 0 additions & 210 deletions bootstrap-buildout.py

This file was deleted.

Loading

0 comments on commit fb1a00c

Please sign in to comment.