sci-bots / pygtkhelpers

GNU Lesser General Public License v3.0
2 stars 3 forks source link

future coordination #1

Open RonnyPfannschmidt opened 6 years ago

RonnyPfannschmidt commented 6 years ago

hi, im one of the original authors, and as need arose i wanted to port the lib to gobject-introspection and continue the work

in due diligence i found your fork that was carrying on, and i'd like to coordinate the proceeding instead of just pushing the kind of half-dead old project forward

regards

cfobel commented 6 years ago

Hello,

I would be happy to coordinate on this. I must admit that our most recent development focus has transitioned to developing UIs in electron/javascript. However, I would be happy to cooperate with you in any way I can, e.g., contributing where/when I can, even transferring ownership of the repository if needed. I have recently ported a lot of our code base to support both Python 2.7 and Python 3.5+. I haven't done that for this package, but that is something that I could potentially contribute towards, if there is interest.

Our development on the pygtkhelpers package has been in support of our MicroDrop control software for our digital microfluidics lab automation robot. As such, our contributions have mainly been centered around features that were of interest to us, but we recognize that they may not all be of interest to many others...

Our main contributions since v0.4.3 have been:

Build/packaging:

UI:

Other:

Known issues:

Please let me know how I can help.

Cheers, Christian

RonnyPfannschmidt commented 6 years ago

hi,

thanks for the detailed update, personally i wanted to get started with pygtkhelpers again since i want to avoid all that electron/javascript stuff for my personal things

as part of getting that done i would like to ensure it working on GObject Introspection and on top of python3.6+ as well

the UI additions look fabulous and give me some nice ideas for enhancements/re-compositions that i will address eventually when we figure a way to bring the project forward that everyone is comfortable with

as far as i'm understanding ensuring microdrop will work exactly as expected will/should be a priority

as far as renaming goes, i believe renaming it back is rather simple i consider your fabulous work a friendly fork (although it was not coordinated back then, it could have just gotten the same pypi name) the main question is how to integrate the repos soundly and/or if its perhaps best to start with your history as a base

additionally i'm the author/maintainer of https://github.com/pypa/setuptools-scm and would love to eventually put it to use here as well, but only if you are comfortable with it as well ^^

cheers, Ronny

cfobel commented 6 years ago

Hi Ronny,

Thanks for you response. Please see my response inline below.

On Tue, Jun 26, 2018 at 7:30 AM, Ronny Pfannschmidt < notifications@github.com> wrote:

hi,

thanks for the detailed update, personally i wanted to get started with pygtkhelpers again since i want to avoid all that electron/javascript stuff for my personal things

I think this would be great. For personal projects, I would also like to have Python GTK an easy solution to get up and running quickly. We decided to shift UI development for our company’s product to electron/javascript because 1) it is easier to find HTML/javascript developers; and 2) we are able to support other platforms (e.g., tablets, phones, etc.).

as part of getting that done i would like to ensure it working on GObject Introspection and on top of python3.6+ as well

Sounds great. As many of the users of our legacy software rely on Windows, I am also interested in seeing a GObject introspection release combined with pygtkhelpers that is easy to install on Windows (e.g., as a Wheel and/or Conda package). We have already bundled pygtk2 as a Conda package, but haven’t had the chance to bundle a gio package.

the UI additions look fabulous and give me some nice ideas for enhancements/re-compositions that i will address eventually when we figure a way to bring the project forward that everyone is comfortable with

Thanks, sounds good to me.

as far as i'm understanding ensuring microdrop will work exactly as expected will/should be a priority

Yes, that would be ideal. However, I am certainly not opposed to migrating functionality out of the pygtkhelpers if it is deemed not suitable for the project.

as far as renaming goes, i believe renaming it back is rather simple i consider your fabulous work a friendly fork (although it was not coordinated back then, it could have just gotten the same pypi name) the main question is how to integrate the repos soundly and/or if its perhaps best to start with your history as a base

Thanks, I am happy to proceed in any way here. I have a lot more development experience (both related to Python packages and in general) now than I did when I first started the pygtkhelpers fork, so I suppose I was reluctant to reach out at the time.

additionally i'm the author/maintainer of https://github.com/pypa/ setuptools-scm and would love to eventually put it to use here as well, but only if you are comfortable with it as well ^^

This looks great. I have no problem with using setuptools-scm - I haven’t used it personally, but it looks great!

In general, since it has been such a long time since I started the fork, I think there may be a bit of “cruft” that built up that we never actually put to use.

Therefore, may I propose the following strategy going forward?

What do you think? This is just off the top of my head, so please let me know any ideas you have.

I was also wondering how you were thinking of handling support for GObject Introspection. Are you envisioning a single branch that supports both pygtk2 and gio? Or are you planning to drop support for pygtk2? Or two separate branches? Other ideas?

Cheers, Christian

cheers, Ronny

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sci-bots/pygtkhelpers/issues/1#issuecomment-400274401, or mute the thread https://github.com/notifications/unsubscribe-auth/AAyQO7uVJhsFzLjbgj-MPVd5eJEGiwaLks5uAhs6gaJpZM4U1L_4 .

RonnyPfannschmidt commented 6 years ago

wrt gobject-introspection - im currently thorn between different approaches, the last experiment with porting was a bit of a pain and i'm wondering about creating a codebase that supports migration of pygtk to gobject introspection

the last experiment on porting to gobject-introspection failed with a lot of segfaults/detail issues, and i'd like to take it slower this time

as for combining codebases, both approaches work for me (take new, start form old and fetch features), i'd like to deffer the decision for when you have a basic understanding of the actual effort involved in sorting those things

as i'd rather push in a few deprecation's in 1-2 years than throw an unreasonable amount of work on you

i will experiment with GI porting mechanisms in the next 1-2 weeks and would appreciate a estimate of the effort you'd need for the taking appart of things

Cheers