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

Jython support #43

Closed
pradyunsg opened this issue Sep 24, 2021 · 5 comments
Closed

Jython support #43

pradyunsg opened this issue Sep 24, 2021 · 5 comments

Comments

@pradyunsg
Copy link
Contributor

Coming from pypa/pip#10202, where we noticed that there's no analogue to appdirs.system -- which seems to exist primarily for Jython support.

https:/ActiveState/appdirs/blob/8eacfa312d77aba28d483fbfb6f6fc54099622be/appdirs.py#L27-L40

It might be worthwhile to exploring what to do here.

@Julian
Copy link
Contributor

Julian commented Sep 24, 2021

This may be slightly tedious since actions/setup-python doesn't know how to install Jython (actions/setup-python#39) but we can probably give it a shot the old fashioned way.

@gaborbernat
Copy link
Member

Considering the very low adoption of jython and endless bugs it provides I'd rather not add it to the CI and just validate with a simple unit test support for it 👍

@domdfcoding
Copy link
Contributor

I removed the system attribute while dropping Python 2 support as part of #14. At the time jython only supported Python 2, and I think that's still the case.

@pradyunsg
Copy link
Contributor Author

It might be worthwhile to exploring what to do here.

Python 2

LOL. I'll defer to the maintainers, but feel free to close this. :)

@Julian
Copy link
Contributor

Julian commented Sep 24, 2021

:D hooray for WONTFIX. Sounds good.

@Julian Julian closed this as completed Sep 24, 2021
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

No branches or pull requests

4 participants