Tatsh / livecheck

Tool to update ebuilds.
https://livecheck.readthedocs.io/en/latest/
MIT License
3 stars 2 forks source link

Initial support for Pecl ebuilds #186

Closed inode64 closed 2 weeks ago

inode64 commented 2 weeks ago

I have created an initial version to update the pecl download ebuilds, I also have in mind adding support for ruby ​​and downloads by directory. I have created a new file in special/downloaders.py, I don't know if it is the correct name, it is to add new methods to locate new updates, I am open to suggestions and name changes All the best

Tatsh commented 2 weeks ago

Is this complete? If not, make it a draft while still working on it.

inode64 commented 2 weeks ago

if it is functional now. My question was if the file name and functions were to your liking. for adding future extensions and maintaining cohesion in names

Tatsh commented 2 weeks ago

I think let's make it named pecl.py so it's like the rest for now.

Could you rebase and remove the merge commit?

Everything else looks fine.

To fix Mypy check in CI the portage-stubs package has to be updated and have a new release. I am okay with merging without passing CI for the moment.

This weekend I'll make improvements to CI to make it more how I want it and then I'll make CI pass for master. Be prepared to do some possibly careful rebasing on your branches.

inode64 commented 2 weeks ago

Update in pull #194