Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins for py3 #11

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

Plugins for py3 #11

wants to merge 39 commits into from

Conversation

exarkun
Copy link
Contributor

@exarkun exarkun commented May 27, 2022

The "i2p" endpoint description parser plugins are undiscoverable on Python 3 because they are defined using a txi2p-internal IPlugin on Python 3 which is not the same as the one from Twisted.

This un-skips the plugin tests on Python 3 and switches to Twisted's IPlugin.

sajith and others added 30 commits March 10, 2021 12:20
There hasn't been a Python 3 release for txi2p, although it is
supported in the master branch.  Sadly txi2p project's original
maintainers have not been available to make a new release.

(See str4d#10)

This is a blocker in Tahoe-LAFS project's Python 3 porting efforts, so
we're making a temporary (famous last words?) fork until txi2p
project's original maintainers are back.
Twisted has removed twisted.python.compat._PY3
vcversioner doesn't seem to work with modern packaging tools :/
setuptools_scm is probably approximately equivalent.  Some more work probably
needed there.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants