#12568 closed defect (duplicate)
TracSpamFilter not available on pypi
Reported by: | Owned by: | Matthew Good | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | plugin/spamfilter | Version: | |
Severity: | normal | Keywords: | plugin |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Admins setting up Trac should be able to install TracSpamFilter from pypi. However, this does not work as it seems like there are no files attached to the latest release:
(virtualenv)user@host /var/www/trac/trac-env # pip install TracSpamFilter Downloading/unpacking TracSpamFilter Could not find any downloads that satisfy the requirement TracSpamFilter Cleaning up... No distributions at all found for TracSpamFilter Storing debug log for failure in /home/user/.pip/pip.log
In particular the list here is empty, while it should contain a link to a released wheel or egg: https://pypi.python.org/simple/tracspamfilter/
This is especially important as the plugin documentation uses TracSpamFilter as an example for installing plugins from pypi.
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
comment:2 by , 8 years ago
Replying to Rainer Müller <raimue@…>:
This is especially important as the plugin documentation uses TracSpamFilter as an example for installing plugins from pypi.
Thanks for noticing. I modified the example in TracPlugins@91.
comment:3 by , 8 years ago
The same easy_install TracSpamFilter
is exemplified in SpamFilter#GetthePlugin. Removed in SpamFilter@123.
Agreed that it's a problem, but we haven't been able to get ownership of the TracSpamFilter project on PyPI to upload it. See discussion in #12270.