Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
puppet-tails
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
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
sajolida
puppet-tails
Commits
bb7742eb
Commit
bb7742eb
authored
Jun 15, 2020
by
Zen Fu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[weblate] Install cheroot (dep for tmserver)
parent
e6510abd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
manifests/weblate/python_modules.pp
manifests/weblate/python_modules.pp
+25
-0
scripts/weblate/override.yaml
scripts/weblate/override.yaml
+2
-0
No files found.
manifests/weblate/python_modules.pp
View file @
bb7742eb
...
...
@@ -25,6 +25,12 @@ class tails::weblate::python_modules () {
url
=>
'https://github.com/django/asgiref/'
,
}
tails::pip_package_from_repo
{
'backports.functools-lru-cache'
:
version
=>
'1.6.1'
,
tag
=>
'v1.6.1'
,
url
=>
'https://github.com/jaraco/backports.functools_lru_cache'
,
}
tails::pip_package_from_repo
{
'billiard'
:
version
=>
'3.6.3.0'
,
# >=3.6.3.0, <4.0
url
=>
'https://github.com/celery/billiard'
,
...
...
@@ -44,6 +50,12 @@ class tails::weblate::python_modules () {
require
=>
[
Exec
[
'pip_install_celery'
]],
}
tails::pip_package_from_repo
{
'cheroot'
:
version
=>
'8.3.0'
,
tag
=>
'v8.3.0'
,
url
=>
'https://github.com/cherrypy/cheroot'
,
require
=>
[
Exec
[
'pip_install_backports.functools-lru-cache'
],
Exec
[
'pip_install_jaraco.functools'
],
Exec
[
'pip_install_more-itertools'
],
Exec
[
'pip_install_six'
]],
}
tails::pip_package_from_repo
{
'django'
:
version
=>
'1.11.29'
,
# >=1.11, <2.0
url
=>
'https://github.com/django/django'
,
...
...
@@ -93,6 +105,13 @@ class tails::weblate::python_modules () {
require
=>
[
Exec
[
'pip_install_zipp'
]],
}
tails::pip_package_from_repo
{
'jaraco.functools'
:
version
=>
'3.0.1'
,
tag
=>
'v3.0.1'
,
url
=>
'https://github.com/jaraco/jaraco.functools'
,
require
=>
[
Exec
[
'pip_install_more-itertools'
]],
}
tails::pip_package_from_repo
{
'jellyfish'
:
version
=>
'0.8.2'
,
# >=0.6.1
url
=>
'https://github.com/jamesturk/jellyfish'
,
...
...
@@ -105,6 +124,12 @@ class tails::weblate::python_modules () {
require
=>
[
Exec
[
'pip_install_amqp'
],
Exec
[
'pip_install_importlib-metadata'
],
Exec
[
'pip_install_redis'
]],
}
tails::pip_package_from_repo
{
'more-itertools'
:
version
=>
'8.4.0'
,
# >=2.6
tag
=>
'v8.4.0'
,
url
=>
'https://github.com/more-itertools/more-itertools'
,
}
tails::pip_package_from_repo
{
'oauthlib'
:
version
=>
'3.1.0'
,
# >=3.0.0
tag
=>
'v3.1.0'
,
...
...
scripts/weblate/override.yaml
View file @
bb7742eb
...
...
@@ -15,6 +15,8 @@ require_pip:
-
django-compressor
-
jellyfish
-
translate-toolkit
extra_pip
:
-
cheroot
# optional dependency of "translate-toolkit" for the tmserver backend
require_debian
:
-
python3-levenshtein
# optional Weblate dependency to speed up DB migrations
-
python3-memcache
...
...
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