summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit 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-25brands: add ISSUE_URLMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-25[fix] brands: add variables from build env to setup.pyMarkus 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-28seatup.py: fix [dev_]requirements and open file with contextMarkus 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-03setup: Skip test filesRobin Hallabro
Signed-off-by: Robin Hallabro <robin@hallabro.nu>
2016-05-30[fix] missing requirements files from setup.py - closes #572Adam Tauber
2016-01-10[enh] setup.py requirements ++ new foldersAdam Tauber
2015-05-24[fix] data directory added to setup.py package_dataAdam Tauber
2015-05-19[fix] setup.py package data update - fixes #323Adam Tauber
2015-04-26[fix] SSL : SNI supportAlexandre Flament
2015-01-17Copy 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.htmlThomas Pointhuber
2014-12-05[enh] gevent/grequests changed to the built-in threading libAdam Tauber
2014-11-27Adding `import sys` to fix the installerReventl0v
2014-11-18[enh] make version of searx readableThomas Pointhuber
2014-11-14change package data in setup.py for oscar themeMatej Cotman
2014-10-19[enh][fix] https rewrite rules added to setup.pyAdam Tauber
2014-09-06[enh] setup.py keywordsAdam Tauber
2014-08-08[enh] setup.py classifiersAdam Tauber
2014-07-07[deploy] new pypi package (0.3.1)Adam Tauber
2014-06-16change package data pathsMatej Cotman
2014-03-18simplify datetime extractionThomas Pointhuber
2014-03-08[enh] 0.3.0 pypi versionAdam Tauber
2014-02-21add xml templates to setup.pyMatej Cotman
2014-02-13[fix] translations pathasciimoo
2014-01-31add view testsMatej Cotman
2014-01-30[enh] new version - 0.2.0asciimoo
2014-01-22[enh] configurable localizationasciimoo
2014-01-22[mod] ui localization init - new dependency: flask-babelasciimoo
2014-01-21[mod] setup.py version, README updateasciimoo
2014-01-20fix: robot fw, entry points, some flake8, package searx eggMatej Cotman
2014-01-19[enh] settings unification - new dependency: pyyamlasciimoo
2014-01-14tests and robot tests framework, build overhaulMatej Cotman