Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-31 | Import TemporaryFile in setup.py. | Emmanuel Gil Peyrot | |
2018-03-31 | Import the subprocess module directly in setup.py. | Emmanuel Gil Peyrot | |
2018-03-31 | Import the os module directly in setup.py. | Emmanuel Gil Peyrot | |
2018-03-31 | Return 2 on exit when Python.h is missing. | Emmanuel Gil Peyrot | |
2018-03-31 | Abort if Python.h isn’t found. | Emmanuel Gil Peyrot | |
Fixes #3254. | |||
2017-11-28 | Pin requirements and update dependencies | mathieui | |
2017-11-15 | Update gitlab-ci yaml | mathieui | |
2017-10-10 | Fix #3190 (TOFU the SPKI hash and not the whole cert) | mathieui | |
Makes letsencrypt renewals more pleasant. Thanks jonasw and aioxmpp for the ASN.1 wizardry | |||
2017-04-10 | Add the XMPP classifier to setup.py | mathieui | |
2017-02-13 | Add the python 3.6 version specifier | mathieui | |
2017-01-31 | Prepare for next version | mathieui | |
2017-01-31 | Poezio 0.11 releasev0.11 | mathieui | |
2016-10-28 | Add manpages for the utility scripts | Tanguy Ortolo | |
2016-10-15 | Add the dev version marker to the number | mathieui | |
2016-10-09 | Update sources for the next version | mathieui | |
2016-10-09 | poezio 0.10 releasev0.10 | mathieui | |
2016-08-31 | List 3.5 compatibility in setup.py, and mark as production stable. | Emmanuel Gil Peyrot | |
2016-08-24 | Add a small poezio_logs script to parse logfiles | mathieui | |
2016-07-14 | Next version is 0.10, not 1.0 | mathieui | |
1.0 is still a long way off | |||
2016-07-03 | Make the entry point a function | mathieui | |
otherwise it breaks the generated entry point loader, which will work but display a traceback on exit | |||
2016-06-30 | Update the entry point again | mathieui | |
2016-06-11 | Move the src directory to poezio, for better cython compatibility. | Emmanuel Gil Peyrot | |
2016-03-09 | Update a few url to use https, or even a few old poezio.eu references | louiz’ | |
2015-08-01 | Update stuff to say 1.0-dev | mathieui | |
2015-07-31 | 0.9 Releasev0.9 | mathieui | |
2015-02-26 | Only remove src/default_config.cfg after build if we are in a develop copy | mathieui | |
In order to not pollute src/; without this change a script doing on a sdist-built archive: ./setup.py build ./setup.py install would fail because src/default_config.cfg was removed after setup(), and data/default_config.cfg does not exist | |||
2015-02-10 | Fix the doc path | mathieui | |
“html” and “source” were inverted | |||
2015-02-10 | Update setup files | mathieui | |
- remove “make uninstall” target which was broken a long time ago - move very install action to the setup.py (alias “make install” to “python setup.py install” - add some stuff to “make clean” - update the config.py to search the default config file using pkg_resources (more reliable than dirname(__file__)) - install the html doc only if available - use README.rst for the setup.py long_description - also, update the copyright notice to 2015 | |||
2015-02-07 | Entirely ditch distutils for setuptools | mathieui | |
(it wasn’t working anyways, except for building the poopt module) | |||
2015-01-21 | Fix a small error in setup.py | mathieui | |
2015-01-21 | Ignore stderr when doing the git revision check | mathieui | |
(and use the older --git-dir instead of -C) | |||
2015-01-21 | Update the setup.py to 0.9 and use PEP 440 for development builds | mathieui | |
detect the number of git commit since the last tag and use that | |||
2014-11-12 | Change the requirements | mathieui | |
2014-10-28 | Fix the dependencies in the setup.py | mathieui | |
2014-10-27 | Mention that setuptools is kind of mandatory | mathieui | |
2014-10-27 | Use a setuptools entry point instead of a custom script | mathieui | |
2014-05-05 | Add the windows module to the setup.py | mathieui | |
2014-04-05 | Add the core module to the setup.py | mathieui | |
2014-04-04 | Remove unused imports | mathieui | |
(thanks eijebong) | |||
2014-04-01 | Install the tabs module with setup.py too | mathieui | |
2014-03-22 | Remove warnings in setup.py and use setuptools instead of distutils | mathieui | |
(but since it is not important, use distutils when setuptools is unavailable) | |||
2014-03-21 | Update setup.py (from what was changed for the pypi release) | mathieui | |
also remove old stuff from the default config | |||
2014-03-20 | Remove C89 warnings on build | mathieui | |
(no idea why this is appearing now) | |||
2014-03-08 | Remove useless parts of the setup process | mathieui | |
2014-03-04 | Add a script that generates a [keys] section for the gpg plugin | mathieui | |
2014-02-22 | Bump dev version | mathieui | |
2014-02-22 | Bump versionv0.8 | mathieui | |
2013-08-10 | Fix #2337 (search the themes the same way than plugins) | mathieui | |
- Load the themes from: 1 - The sources found in the directory ../data/themes/ (if it exists) 2 - The user-defined dir (or ~/.local/blah) 3 - The poezio_themes package if found - Also fix some potential issues with the plugins importer | |||
2013-08-07 | Add the gpg plugin to the setup.py | mathieui | |
2013-05-29 | Small workaround for the default config location | mathieui | |