summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2018-08-20Install the .desktop file.Emmanuel Gil Peyrot
2018-08-20Install the appdata file.Emmanuel Gil Peyrot
2018-08-14Next version is 0.13mathieui
2018-08-13Release poezio 0.12v0.12mathieui
2018-08-13Update the supported Python versionsEmmanuel Gil Peyrot
2018-08-09Remove some more things linked with the gpg pluginmathieui
2018-03-31Import TemporaryFile in setup.py.Emmanuel Gil Peyrot
2018-03-31Import the subprocess module directly in setup.py.Emmanuel Gil Peyrot
2018-03-31Import the os module directly in setup.py.Emmanuel Gil Peyrot
2018-03-31Return 2 on exit when Python.h is missing.Emmanuel Gil Peyrot
2018-03-31Abort if Python.h isn’t found.Emmanuel Gil Peyrot
Fixes #3254.
2017-11-28Pin requirements and update dependenciesmathieui
2017-11-15Update gitlab-ci yamlmathieui
2017-10-10Fix #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-10Add the XMPP classifier to setup.pymathieui
2017-02-13Add the python 3.6 version specifiermathieui
2017-01-31Prepare for next versionmathieui
2017-01-31Poezio 0.11 releasev0.11mathieui
2016-10-28Add manpages for the utility scriptsTanguy Ortolo
2016-10-15Add the dev version marker to the numbermathieui
2016-10-09Update sources for the next versionmathieui
2016-10-09poezio 0.10 releasev0.10mathieui
2016-08-31List 3.5 compatibility in setup.py, and mark as production stable.Emmanuel Gil Peyrot
2016-08-24Add a small poezio_logs script to parse logfilesmathieui
2016-07-14Next version is 0.10, not 1.0mathieui
1.0 is still a long way off
2016-07-03Make the entry point a functionmathieui
otherwise it breaks the generated entry point loader, which will work but display a traceback on exit
2016-06-30Update the entry point againmathieui
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot
2016-03-09Update a few url to use https, or even a few old poezio.eu referenceslouiz’
2015-08-01Update stuff to say 1.0-devmathieui
2015-07-310.9 Releasev0.9mathieui
2015-02-26Only remove src/default_config.cfg after build if we are in a develop copymathieui
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-10Fix the doc pathmathieui
“html” and “source” were inverted
2015-02-10Update setup filesmathieui
- 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-07Entirely ditch distutils for setuptoolsmathieui
(it wasn’t working anyways, except for building the poopt module)
2015-01-21Fix a small error in setup.pymathieui
2015-01-21Ignore stderr when doing the git revision checkmathieui
(and use the older --git-dir instead of -C)
2015-01-21Update the setup.py to 0.9 and use PEP 440 for development buildsmathieui
detect the number of git commit since the last tag and use that
2014-11-12Change the requirementsmathieui
2014-10-28Fix the dependencies in the setup.pymathieui
2014-10-27Mention that setuptools is kind of mandatorymathieui
2014-10-27Use a setuptools entry point instead of a custom scriptmathieui
2014-05-05Add the windows module to the setup.pymathieui
2014-04-05Add the core module to the setup.pymathieui
2014-04-04Remove unused importsmathieui
(thanks eijebong)
2014-04-01Install the tabs module with setup.py toomathieui
2014-03-22Remove warnings in setup.py and use setuptools instead of distutilsmathieui
(but since it is not important, use distutils when setuptools is unavailable)
2014-03-21Update setup.py (from what was changed for the pypi release)mathieui
also remove old stuff from the default config
2014-03-20Remove C89 warnings on buildmathieui
(no idea why this is appearing now)
2014-03-08Remove useless parts of the setup processmathieui