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

dependabot/renovate #18

Open
modem7 opened this issue Feb 23, 2023 · 2 comments
Open

dependabot/renovate #18

modem7 opened this issue Feb 23, 2023 · 2 comments

Comments

@modem7
Copy link

modem7 commented Feb 23, 2023

Heya,

Thanks so much for this repo, it's definitely helped me out!

I'm wondering if there's a way to split the meta.yaml into two separate files. A meta and a requirements.txt.

This would allow services like dependabot to submit pull requests automatically.

@nsoranzo
Copy link
Member

@modem7 Thanks for the appreciation, good to know this is being used outside of its original purpose!

I think this should be possible by using a pyproject.toml file for each recipe (combining also the current env.sh file), e.g. for python-ldap:

[project]
dependencies = [
  "python-ldap==3.4.0",
]

[tool.cibuildwheel.linux]
before-all = "yum install -y openldap-devel"

and for fcsparser:

[project]
dependencies = [
  "fcsparser==0.2.0",
]

[tool.wheelforge]
purepy = true

How does that sound to you?
Although not sure when I'd have time to work on that.

@modem7
Copy link
Author

modem7 commented Feb 23, 2023

That sounds absolutely perfect!

Honestly, zero rush! We all know how open source projects are.

I was mostly tinkering last night, and definitely wanting to see to best automate the system in a modular fashion, so dependabot/renovate seemed like a good first step!

The repo is definitely going to change much of my workflow, so thanks again!!

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

2 participants