Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Buquet
poezio
Commits
332a5c25
Commit
332a5c25
authored
Mar 31, 2016
by
Link Mauve
Browse files
Move the src directory to poezio, for better cython compatibility.
parent
cf44cf7c
Changes
76
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
332a5c25
...
...
@@ -13,7 +13,7 @@ clean:
rm
-rf
poezio.egg-info
rm
-rf
dist
rm
-rf
build
rm
-f
src
/
*
.so
rm
-f
poezio
/
*
.so
install
:
all
python3 setup.py
install
--root
=
$(DESTDIR)
--optimize
=
1
...
...
doc/source/conf.py
View file @
332a5c25
...
...
@@ -15,7 +15,7 @@
import
sys
,
os
,
time
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../stub'
))
sys
.
path
.
append
(
os
.
path
.
abspath
(
'../../
src
/'
))
sys
.
path
.
append
(
os
.
path
.
abspath
(
'../../
poezio
/'
))
sys
.
path
.
append
(
os
.
path
.
abspath
(
'../../plugins/'
))
# If extensions (or modules to document with autodoc) are in another directory,
...
...
doc/source/keys.rst
View file @
332a5c25
...
...
@@ -249,7 +249,7 @@ To know exactly what the code of a key is, just run
.. code-block:: bash
python3
src
/keyboard.py
python3
poezio
/keyboard.py
And enter any key.
...
...
launch.sh
View file @
332a5c25
...
...
@@ -25,5 +25,5 @@ else
fi
$PYTHON3
-c
'import sys;(print("Python 3.4 or newer is required") and exit(1)) if sys.version_info < (3, 4) else exit(0)'
||
exit
1
exec
"
$PYTHON3
"
"
$poezio_dir
/
src
/poezio.py"
-v
"
$args
"
"
$@
"
exec
"
$PYTHON3
"
"
$poezio_dir
/
poezio
/poezio.py"
-v
"
$args
"
"
$@
"
plugins/link.py
View file @
332a5c25
...
...
@@ -76,7 +76,7 @@ Options
Set the default browser started by the plugin
.. _Unix FIFO: https://en.wikipedia.org/wiki/Named_pipe
.. _daemon.py: http://dev.louiz.org/projects/poezio/repository/revisions/master/raw/
src
/daemon.py
.. _daemon.py: http://dev.louiz.org/projects/poezio/repository/revisions/master/raw/
poezio
/daemon.py
"""
import
platform
...
...
src
/args.py
→
poezio
/args.py
View file @
332a5c25
File moved
src
/bookmarks.py
→
poezio
/bookmarks.py
View file @
332a5c25
File moved
src
/common.py
→
poezio
/common.py
View file @
332a5c25
File moved
src
/config.py
→
poezio
/config.py
View file @
332a5c25
File moved
src
/connection.py
→
poezio
/connection.py
View file @
332a5c25
File moved
src
/contact.py
→
poezio
/contact.py
View file @
332a5c25
File moved
src
/core/__init__.py
→
poezio
/core/__init__.py
View file @
332a5c25
File moved
src
/core/commands.py
→
poezio
/core/commands.py
View file @
332a5c25
File moved
src
/core/completions.py
→
poezio
/core/completions.py
View file @
332a5c25
File moved
src
/core/core.py
→
poezio
/core/core.py
View file @
332a5c25
File moved
src
/core/handlers.py
→
poezio
/core/handlers.py
View file @
332a5c25
File moved
src
/core/structs.py
→
poezio
/core/structs.py
View file @
332a5c25
File moved
src
/daemon.py
→
poezio
/daemon.py
View file @
332a5c25
File moved
src
/decorators.py
→
poezio
/decorators.py
View file @
332a5c25
File moved
src
/events.py
→
poezio
/events.py
View file @
332a5c25
File moved
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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