Commit Graph

30 Commits (0bceeca524f81640f3de53c7e50020a36428ce34)

Author SHA1 Message Date
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
5 years ago
coffeedogs 6bb5b32b6a
Added: Support installing system dependencies of optional extra_requires components 5 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 6 years ago
Dmitri Bogomolov 06fed6f9c2
setup.py: second exception in list can be treated as variable 6 years ago
Dmitri Bogomolov b7f9e74eea
setup.py: added new packages appeared after 36b5e2c 6 years ago
Peter Šurda 82c3c111b7
Fix os-release open mode
- thanks to @Lvl4Sword for reporting
6 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