Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aurélien Vermylen
slapos
Commits
780fa27d
Commit
780fa27d
authored
Sep 20, 2017
by
Aurélien Vermylen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes to make AutomaticDataProvider possible.
parent
20aad302
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
1 deletion
+26
-1
component/fastkml/buildout.cfg
component/fastkml/buildout.cfg
+18
-0
component/shapely/buildout.cfg
component/shapely/buildout.cfg
+1
-1
software/wendelin/software.cfg
software/wendelin/software.cfg
+7
-0
No files found.
component/fastkml/buildout.cfg
0 → 100644
View file @
780fa27d
[buildout]
parts =
fastkml
[fastkml-develop]
recipe = zc.recipe.egg:develop
setup = ${fastkml-repository:location}
[fastkml-repository]
recipe = slapos.recipe.build:gitclone
repository = https://aurelien2:L6*=zBvso^sUM4>z@lab.nexedi.com/aurelien2/fastkml.git
branch = clearroad
git-executable = ${git:location}/bin/git
[fastkml]
recipe = zc.recipe.egg:develop
setup = ${fastkml-repository:location}
egg = fastkml
\ No newline at end of file
component/shapely/buildout.cfg
View file @
780fa27d
...
...
@@ -16,4 +16,4 @@ egg = shapely
rpath =
${geos:location}/lib
${gcc:location}/lib
${gcc:location}/lib64
\ No newline at end of file
${gcc:location}/lib64
software/wendelin/software.cfg
View file @
780fa27d
...
...
@@ -5,12 +5,17 @@ extends =
../../component/msgpack-python/buildout.cfg
../../component/shapely/buildout.cfg
../../component/polyline/buildout.cfg
../../component/fastkml/buildout.cfg
# ../../component/clearroadutils/buildout.cfg
../../software/erp5/software.cfg
parts +=
wendelin
msgpack-python
shapely
polyline
fastkml
# clearroadutils
ipython
wendelin.core
wendelin_test_suite_runner
...
...
@@ -25,6 +30,8 @@ eggs +=
${msgpack-python:egg}
${shapely:egg}
${polyline:egg}
${fastkml:egg}
# ${clearroadutils:egg}
${wendelin.core:egg}
${ipython:egg}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment