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
Labels
Merge Requests
107
Merge Requests
107
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
023e1257
Commit
023e1257
authored
Sep 15, 2022
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! Merge remote-tracking branch 'origin/zope4py2' into zope4py3
parent
5efd56aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
1 deletion
+30
-1
component/pylint/buildout.cfg
component/pylint/buildout.cfg
+19
-0
stack/erp5/buildout-py3.cfg
stack/erp5/buildout-py3.cfg
+10
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
No files found.
component/pylint/buildout.cfg
View file @
023e1257
...
@@ -12,6 +12,25 @@ patches =
...
@@ -12,6 +12,25 @@ patches =
${:_profile_base_location_}/astroid-six_moves_import_error.patch#377beb0c50f52b9608bb6be7bf93096e
${:_profile_base_location_}/astroid-six_moves_import_error.patch#377beb0c50f52b9608bb6be7bf93096e
patch-options = -p1
patch-options = -p1
patch-binary = ${patch:location}/bin/patch
patch-binary = ${patch:location}/bin/patch
setup-eggs = ${lazy-object-proxy:egg}
[lazy-object-proxy]
recipe = zc.recipe.egg:custom
egg = lazy-object-proxy
setup-eggs =
${setuptools-scm:egg}
typing-extensions
tomli
[setuptools-scm]
recipe = zc.recipe.egg:custom
egg = setuptools-scm
setup-eggs = packaging
[mccabe]
recipe = zc.recipe.egg:custom
egg = mccabe
setup-eggs = pytest-runner
[pylint]
[pylint]
recipe = zc.recipe.egg:custom
recipe = zc.recipe.egg:custom
...
...
stack/erp5/buildout-py3.cfg
View file @
023e1257
...
@@ -146,8 +146,13 @@ eggs -=
...
@@ -146,8 +146,13 @@ eggs -=
jupyterlab-launcher
jupyterlab-launcher
pytesseract
pytesseract
[astroid]
patches =
[pylint]
[pylint]
patches=
patches=
setup-eggs = ${mccabe:egg}
[versions]
[versions]
# zc.recipe.egg 2.0.7 (in versions.cfg) requires zc.buildout>=2.12.0, so let's
# zc.recipe.egg 2.0.7 (in versions.cfg) requires zc.buildout>=2.12.0, so let's
...
@@ -180,6 +185,11 @@ python-ldap = 3.1.0
...
@@ -180,6 +185,11 @@ python-ldap = 3.1.0
ipython = 7.31.1
ipython = 7.31.1
cryptography = 3.2.1
cryptography = 3.2.1
mccabe = 0.6
mccabe = 0.6
setuptools-scm = 7.0.5
packaging = 20.4
typing-extensions = 4.3.0:whl
tomli = 2.0.1:whl
lazy-object-proxy = 1.4.3
isort = 4.2.5
isort = 4.2.5
astroid = 2.4.0
astroid = 2.4.0
wrapt = 1.11
wrapt = 1.11
...
...
stack/erp5/buildout.cfg
View file @
023e1257
...
@@ -687,7 +687,7 @@ pysvn = 1.9.15+SlapOSPatched001
...
@@ -687,7 +687,7 @@ pysvn = 1.9.15+SlapOSPatched001
python-ldap = 2.4.32+SlapOSPatched001
python-ldap = 2.4.32+SlapOSPatched001
python-magic = 0.4.12+SlapOSPatched001
python-magic = 0.4.12+SlapOSPatched001
PyPDF2 = 1.26.0+SlapOSPatched001
PyPDF2 = 1.26.0+SlapOSPatched001
Zope = 4.5.3+SlapOSPatched00
1
Zope = 4.5.3+SlapOSPatched00
2
## https://lab.nexedi.com/nexedi/slapos/merge_requests/648
## https://lab.nexedi.com/nexedi/slapos/merge_requests/648
pylint = 2.6.0
pylint = 2.6.0
# astroid 1.4.1 breaks testDynamicClassGeneration
# astroid 1.4.1 breaks testDynamicClassGeneration
...
...
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