-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
python312Packages.pyscard: 2.1.1 -> 2.2.0 #353230
Conversation
|
'' | ||
substituteInPlace pyproject.toml \ | ||
--replace-fail 'requires = ["setuptools","swig"]' 'requires = ["setuptools"]' | ||
'' |
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 did make a python swig package, we could use that instead of this replace, although both will work
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.
That package is mostly unnecessary, since pyscard only runs the swig binary to generate the bindings and does not actually depend on the python package.
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.
true, that's why I made it using the replace originally
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.
LGTM
Diff: LudovicRousseau/pyscard@refs/tags/2.1.1...2.2.0
Changelog: https://github.com/LudovicRousseau/pyscard/releases/tag/2.2.0
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.