On Sat, Jun 25, 2022 at 6:35 PM Rob Hills <rcp.hi...@gmail.com> wrote:
> I think this might be because the version specified in 
> TicketSidebarProviderPlugin's setup.py is 0.0.  AFAICT, this should be set to 
> 0.11, the current version.
> Is there any reason the version should still be specified as 0.0?

No. The "0.11" means supports for Trac 0.11 (and maybe later). The
"0.0" version has no issues.

TicketSidebarProviderPlugin is unable to install via pip because the
plugin is not published on PyPI. Instead, required plugins should be
explicitly installed like:

$ pip install svn+https://trac-hacks.org/svn/tracsqlhelperscript/1.2/ \
              svn+https://trac-hacks.org/svn/ticketsidebarproviderplugin/0.11/ \
              svn+https://trac-hacks.org/svn/trachoursplugin/trunk/



-- 
Jun Omae <jun6...@gmail.com> (大前 潤)

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/CAEVLMaiXCh90_tzZWAgKZ%3D4yOirHwi6PaTt_w5BjSswgaE6GJA%40mail.gmail.com.

Reply via email to