-
Notifications
You must be signed in to change notification settings - Fork 11
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
Keep-Alive #764
base: master
Are you sure you want to change the base?
Keep-Alive #764
Conversation
gronke
commented
Nov 13, 2020
- refactor requirement parsing in setup.py
a04bc9e
to
59c06b4
Compare
given that libioc is a library, we should python packaging best practices, and not have a we could use the same approach i suggested in gronke/py-freebsd_sysctl#9 and add our requirements in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙋🏻♀️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙋🏻♀️
setup.cfg
Outdated
install_requires = | ||
gitpython | ||
freebsd_sysctl==0.0.7 | ||
jail==0.0.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this keeps us only one step away from the current setup
we should use ranges in libioc, and only in ioc use exact versions of the published (on ports) packages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree that major version pinning is sufficient. Meanwhile the interfaces of both tools are stable enough to not break.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
time for a 1.0 release then
fixes ParsedRequirement error installing libioc
why are the cirrus tests failing like that? |