alejandroautalan / pygubu

A simple GUI builder for the python tkinter module
MIT License
2.01k stars 213 forks source link

pygubu on conda-forge #256

Closed dact221 closed 2 weeks ago

dact221 commented 2 years ago

Dear developers,

Could you please publish pygubu on conda-forge?

Many people use conda for package installation/management. Providing pygubu only through pypi currently makes it impossible to implement it as a dependency on conda packages (see conda-build issue #548).

Creating a conda-forge recipe for a PyPI package like pygubu seems easy (see conda-forge site). There is Grayskull, a conda recipe generator (also available online).

alejandroautalan commented 2 years ago

Hello @dact221, thanks for trying pygubu. I started to read the documentation to submit a recipe for pygubu. I need to make some modifications to the pygubu source to complete the build process of conda and then submit the recipe.

Regards Alejandro A.

najacobs commented 4 weeks ago

Hi, Are you still planning to do this? Would really prefer to use conda install for all packages and I need pygubu for the software I am running.

alejandroautalan commented 3 weeks ago

Hello @najacobs, thanks for trying pygubu. I'm new with conda and the CI packaging process. I managed to add a PR but I will need some help to make this work.

Regards Alejandro A.

alejandroautalan commented 2 weeks ago

Added pygubu package on conda-forge