4teamwork / ftw.solr

Solr integration for Plone
5 stars 5 forks source link

Plone 5.2 and Python 3 support #162

Closed buchi closed 1 year ago

tisto commented 2 years ago

@buchi any plans to merge this PR anytime soon? I am currently evaluating different options to modernize our Solr stack and using ftw.solr is one the possible options.

tisto commented 2 years ago

FYI: When I try to build this branch I get a traceback:

bin/buildout -c test-plone-5.2.x-py37.cfg
Creating directory '/Users/timo/workspace/ftw.solr/parts'.
Creating directory '/Users/timo/workspace/ftw.solr/develop-eggs'.
Develop: '/Users/timo/workspace/ftw.solr/.'
/var/folders/w0/0ts582zd7zd567m_68k4pf5h0000gn/T/tmpxfox2ffd:13: DeprecationWarning: 'U' mode is deprecated
  with open('/Users/timo/workspace/ftw.solr/./setup.py', 'U') as f:
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Couldn't find index page for 'six' (maybe misspelled?)
Couldn't find index page for 'collective.recipe.cmd' (maybe misspelled?)
Getting distribution for 'collective.recipe.cmd==0.11'.
Couldn't find index page for 'collective.recipe.cmd' (maybe misspelled?)
While:
  Installing.
  Getting section pycodestyle-cfg.
  Initializing section pycodestyle-cfg.
  Installing recipe collective.recipe.cmd.
  Getting distribution for 'collective.recipe.cmd==0.11'.
Error: Couldn't find a distribution for 'collective.recipe.cmd==0.11'.
lukasgraf commented 1 year ago

Superseded by https://github.com/4teamwork/ftw.solr/pull/195