gaphor/generic

Support Python 3

danyeaw opened this issue · 10 comments

https://github.com/gaphor/gaphor is using generic for events and multidispatch. When we upgraded to Python 3, we pulled the code from the library in as a sort of fork and updated it. It would be nice to clean things up and and push the changes upstream. Are you still accepting PRs? If so, would you like to keep Python 2 compatibility, or just drop it now that Python 2.7 is end of life?

I don’t intend to maintain this package going forward as I don’t use it long time already. I’d be happy to transfer the repo/package to you or feel free to publish a fork.

@andreypopp Could you transfer the repo/PyPI/rtd to the Gaphor organization? We can take it over.

Transfering to you on gh and pypi, what your username on rtd?

it says such user does not exist, it probably wants a username not email

danyeaw is the username

done on all three

@andreypopp Thanks we'll try to take good care of it for you 😄

@andreypopp Thanks, Andrey!

Generic now supports Python 3.7 and 3.8 thanks to the awesome work by @amolenaar 🎉