Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
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
nexedi
converse.js
Commits
989122c6
Commit
989122c6
authored
Feb 18, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Add PyCha requirement"
This reverts commit
9a84119d
.
parent
afcd318e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
15 deletions
+2
-15
docs/install.rst
docs/install.rst
+2
-4
weblate.spec
weblate.spec
+0
-1
weblate/trans/models.py
weblate/trans/models.py
+0
-10
No files found.
docs/install.rst
View file @
989122c6
...
@@ -22,8 +22,6 @@ Whoosh
...
@@ -22,8 +22,6 @@ Whoosh
http://bitbucket.org/mchaput/whoosh/
http://bitbucket.org/mchaput/whoosh/
PyCairo
PyCairo
http://cairographics.org/pycairo/
http://cairographics.org/pycairo/
PyCha
https://bitbucket.org/lgs/pycha/
PyGtk
PyGtk
http://www.pygtk.org/
http://www.pygtk.org/
south
south
...
@@ -39,7 +37,7 @@ On Debian or Ubuntu, all requirements are already packaged, to install them you
...
@@ -39,7 +37,7 @@ On Debian or Ubuntu, all requirements are already packaged, to install them you
.. code-block:: sh
.. code-block:: sh
apt-get install python-django translate-toolkit python-git python-django-registration \
apt-get install python-django translate-toolkit python-git python-django-registration \
python-whoosh python-cairo python-gtk2 python-django-south
python-pycha
python-whoosh python-cairo python-gtk2 python-django-south
# Optional for database backend
# Optional for database backend
...
@@ -55,7 +53,7 @@ All requirements are available either directly in openSUSE or in
...
@@ -55,7 +53,7 @@ All requirements are available either directly in openSUSE or in
.. code-block:: sh
.. code-block:: sh
zypper install python-django python-django-registration translate-toolkit python-GitPython \
zypper install python-django python-django-registration translate-toolkit python-GitPython \
python-whoosh python-cairo python-South python-gtk
python-pycha
python-whoosh python-cairo python-South python-gtk
Requirements using pip installer
Requirements using pip installer
++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++
...
...
weblate.spec
View file @
989122c6
...
@@ -18,7 +18,6 @@ Requires: translate-toolkit
...
@@ -18,7 +18,6 @@ Requires: translate-toolkit
Requires: python-GitPython >= 0.3
Requires: python-GitPython >= 0.3
Requires: python-whoosh
Requires: python-whoosh
Requires: python-cairo
Requires: python-cairo
Requires: python-pycha
Requires: python-South
Requires: python-South
Requires: python-gtk
Requires: python-gtk
%py_requires
%py_requires
...
...
weblate/trans/models.py
View file @
989122c6
...
@@ -3100,16 +3100,6 @@ def get_versions():
...
@@ -3100,16 +3100,6 @@ def get_versions():
'1.2'
,
'1.2'
,
))
))
name
=
'PyCha'
url
=
'https://bitbucket.org/lgs/pycha/'
mod
=
get_version_module
(
'pycha'
,
name
,
url
)
result
.
append
((
name
,
url
,
mod
.
version
,
'0.6.0'
,
))
name
=
'South'
name
=
'South'
url
=
'http://south.aeracode.org/'
url
=
'http://south.aeracode.org/'
mod
=
get_version_module
(
'south'
,
name
,
url
)
mod
=
get_version_module
(
'south'
,
name
,
url
)
...
...
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