Dmitri Bogomolov
c51108e867
Entry point 'desktop' for plugins managing desktop environment;
...
desktop_xdg will do it with pyxdg. Fixes : #857
3 years ago
citizenaspirant
93bf7ad62c
Add apparmor config to data_files for Debian and Ubuntu
3 years ago
Dmitri Bogomolov
affdb2fdc0
Solve problem with subprocess.call() on windows:
...
- uncomment console_scripts (only for windows) to get exe
- replace call() with Popen() to avoid blocking
3 years ago
Dmitri Bogomolov
726986c1eb
Implemented JSON-RPC apivariant
3 years ago
Dmitri Bogomolov
f4bf3bac2a
Used defusedxml to protect against XML vulnerabilities
3 years ago
Dmitri Bogomolov
86932617bd
Add setuptools sphinx integration
4 years ago
Dmitri Bogomolov
6a0c3ae075
Remove obsolete helper_bootstrap and bundled SocksiPy
4 years ago
Dmitri Bogomolov
ec11632297
Introduce pluggable proxy configurators
4 years ago
Dmitri Bogomolov
38f36d7860
Added package fallback and suppressed pylint relative-import warning
5 years ago
Dmitri Bogomolov
4eec124225
msgpack-python package name was changed to msgpack from 0.5
5 years ago
Dmitri Bogomolov
ce6e9804ad
Added tests_require keyword to setup()
5 years ago
coffeedogs
3b75d900f6
Added: Sphinx docs, testing readthedocs integration
...
* Added: Sphinx configuration including readthedocs config
* Added: Sphinx fabric task to auto-document the project
* Fixed: Some issues in the code causing autodoc to fail when parsing
* Added: Manual docs - structure, proof of concepts and RsT examples
* Fixed: RsT formatting in docstrings
* Fixed: Some adjacent minor style and lint issues
6 years ago
coffeedogs
6bb5b32b6a
Added: Support installing system dependencies of optional extra_requires components
6 years ago
Dmitri Bogomolov
08a2115412
Properly renamed qrcode plugin module and made menu available
...
for all address entries except for addressbook and blacklist
6 years ago
Peter Šurda
bb5f1d6f98
Setup.py typo
...
- surprisingly, it only was broken on some systems, e.g. Debian 8
6 years ago
Peter Šurda
abea17ded9
setup.py check if directory already exists
6 years ago
Peter Šurda
196d688b13
Remove dependency checking from setup.py
...
- still silently checks for msgpack to set the setuptools requirements
correctly, but does not display anything
6 years ago
Dmitri Bogomolov
53c3eeb8f7
Sound plugins using pycanberra and gst-python
6 years ago
Dmitri Bogomolov
de531949e0
setup.py changes needed for indicator_libmessaging:
...
- entry point 'indicator' and new extra 'gir' which requires
only pygobject
- desktop entry
- icons are renamed and placed into separate dirs for standard sizes,
because data_files keyword not supports file renaming
6 years ago
Dmitri Bogomolov
b77eb0c7e5
Namespace 'bitmessage' for plugins entry points
6 years ago
Dmitri Bogomolov
289a6c5bfa
Added support for sound notification plugins which use
...
the desktop sound theme, with pycanberra for example. Plugin name should
start with 'theme' in that case, whereas the name of plugins playing the
sound file starts with 'file'.
6 years ago
Dmitri Bogomolov
ef8f40ccc4
Moved notifications to plugins (including sound)
6 years ago
Dmitri Bogomolov
fc960cbf86
Fixed own logical error
...
when missing msgpack package is being appended to install_requires
list instead of the available one.
6 years ago
Dmitri Bogomolov
76fed78211
Made it possible to use installed umsgpack
7 years ago
Dmitri Bogomolov
06fed6f9c2
setup.py: second exception in list can be treated as variable
7 years ago
Dmitri Bogomolov
b7f9e74eea
setup.py: added new packages appeared after 36b5e2c
7 years ago
Peter Šurda
82c3c111b7
Fix os-release open mode
...
- thanks to @Lvl4Sword for reporting
7 years ago
Peter Šurda
4c597d3f7c
Error handling for non-interactive setup.py
...
- thanks to @orlitzky #993
7 years ago
Peter Šurda
e832ea1689
setup.py fix nested list
7 years ago
Dmitri Bogomolov
9aacef144b
Moved OS and package detection care to setuptools install command
7 years ago
Justin Ramos
e97df3ad4d
print SystemExit exception messages instead of using the current build failure text
...
Signed-off-by: Justin Ramos <justin.ramos@gmail.com>
7 years ago
Peter Šurda
9a5f7442a0
Setup.py fix
...
- handle missing "optional" key in package definition
7 years ago
Peter Šurda
13223887fc
Setup.py updates
...
- only waits for a prompt if running from a TTY
- support for Ubuntu 12 and older (different msgpack package name)
- fix crash for missing keys in the distro definition
- accept alternative msgpack providers
- add pyopencl as an extra
7 years ago
Dmitri Bogomolov
ee7e630694
Show a dialog with QR-code for selected bm-address
7 years ago
Peter Šurda
636ae17cc0
setup.py fix and update
...
- libssl dependency for Fedora
- typo in waiting for keypress
7 years ago
Peter Šurda
af5cb08093
setup.py updates
...
- parametrise module list
- allow optional modules (pyopencl, PyQt4)
- add setuptools
- add compiler error detection
- press return to continue
7 years ago
Peter Šurda
b7e75b9bc5
setup.py fixes, guix and pyopencl
...
- detect GUIX
- FreeBSD uses "pkg install", not "pkg_install"
- add pyopencl dependency checking
7 years ago
Dmitri Bogomolov
34084bbc80
Total setup.py cleanup and simple script installation
7 years ago
Justin Ramos
b50198afb5
changes needed to get current code to run
7 years ago
Peter Šurda
317d4d57cc
Add setup.py (setuptools)
...
- thanks to Lvl4Sword for the initial file
7 years ago