Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-08 | [fix] set encoding of README.rst explicit in setup.py (utf-8) (#2117) | Markus Heiser | |
## What does this PR do? When installing searx on a centos-7 image [1] an encoding exception is raised from setup.py:: command: /usr/local/searx/searx-pyenv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/usr/local/searx/searx-src/setup.py'"'"'; __file__='"'"'/usr/local/searx/searx-src/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-pidntzkq cwd: /usr/local/searx/searx-src/ Complete output (7 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/searx/searx-src/setup.py", line 16, in <module> long_description = f.read() File "/usr/lib64/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc9 in position 482: ordinal not in range(128) [1] https://uk.images.linuxcontainers.org/ ## Why is this change important? README.rst uses non ASCII characters _(pronunciation səːks.)_ ## How to test this PR locally? install searx on a centos-7 image from https://uk.images.linuxcontainers.org/ | |||
2020-03-25 | brands: add ISSUE_URL | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-03-25 | [fix] brands: add variables from build env to setup.py | Markus Heiser | |
We have some variables in the build environment which are also needed in the setup.py process. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2019-11-28 | seatup.py: fix [dev_]requirements and open file with context | Markus Heiser | |
setup(..) named arguments 'install_requires' and 'extras_require' need lists arguments, the <map object> is ignored when installing extra environment 'test':: pip install -e .\[test\] Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2018-11-03 | setup: Skip test files | Robin Hallabro | |
Signed-off-by: Robin Hallabro <robin@hallabro.nu> | |||
2016-05-30 | [fix] missing requirements files from setup.py - closes #572 | Adam Tauber | |
2016-01-10 | [enh] setup.py requirements ++ new folders | Adam Tauber | |
2015-05-24 | [fix] data directory added to setup.py package_data | Adam Tauber | |
2015-05-19 | [fix] setup.py package data update - fixes #323 | Adam Tauber | |
2015-04-26 | [fix] SSL : SNI support | Alexandre Flament | |
2015-01-17 | Copy all the folders of 'static' | Cqoicebordel | |
Copy the new generic themes folders, with js, font, and css | |||
2014-12-20 | [enh] add result_templates/code.html | Thomas Pointhuber | |
2014-12-05 | [enh] gevent/grequests changed to the built-in threading lib | Adam Tauber | |
2014-11-27 | Adding `import sys` to fix the installer | Reventl0v | |
2014-11-18 | [enh] make version of searx readable | Thomas Pointhuber | |
2014-11-14 | change package data in setup.py for oscar theme | Matej Cotman | |
2014-10-19 | [enh][fix] https rewrite rules added to setup.py | Adam Tauber | |
2014-09-06 | [enh] setup.py keywords | Adam Tauber | |
2014-08-08 | [enh] setup.py classifiers | Adam Tauber | |
2014-07-07 | [deploy] new pypi package (0.3.1) | Adam Tauber | |
2014-06-16 | change package data paths | Matej Cotman | |
2014-03-18 | simplify datetime extraction | Thomas Pointhuber | |
2014-03-08 | [enh] 0.3.0 pypi version | Adam Tauber | |
2014-02-21 | add xml templates to setup.py | Matej Cotman | |
2014-02-13 | [fix] translations path | asciimoo | |
2014-01-31 | add view tests | Matej Cotman | |
2014-01-30 | [enh] new version - 0.2.0 | asciimoo | |
2014-01-22 | [enh] configurable localization | asciimoo | |
2014-01-22 | [mod] ui localization init - new dependency: flask-babel | asciimoo | |
2014-01-21 | [mod] setup.py version, README update | asciimoo | |
2014-01-20 | fix: robot fw, entry points, some flake8, package searx egg | Matej Cotman | |
2014-01-19 | [enh] settings unification - new dependency: pyyaml | asciimoo | |
2014-01-14 | tests and robot tests framework, build overhaul | Matej Cotman | |