-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add diffoscope #3282
Add diffoscope #3282
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Huzzah, looking good. |
recipes/diffoscope/meta.yaml
Outdated
|
||
build: | ||
number: 0 | ||
script: python setup.py install --single-version-externally-managed --record record.txt |
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.
Why do you have both a script
entry and a build.sh
? You could delete build.sh
and do
script: PYTHONHASHSEED=0 python setup.py install --single-version-externally-managed --record record.txt
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.
Thanks, good catch!
Anything else needed here? |
Thanks @bollwyvl and @dougalsutherland |
Adds https://diffoscope.org/
Dependent on #3281