-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
python-modules.appengine-python-standard: init #380457
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
base: master
Are you sure you want to change the base?
Conversation
Hello everyone! I'm relatively new to Nix, and am using NixOS for my personal computer. I'm happy to maintain packages that are used by my personal projects, though I won't be doing anything too complex or daring until I find my feet properly. I hope this is the start of a good new chapter!
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/building-a-python-package-before-contributing/59999/1 |
I see, thank you very much! I knew I was missing something, but wasn't sure what/where to put it. |
pkgs/development/python-modules/appengine-python-standard/default.nix
Outdated
Show resolved
Hide resolved
In addition to the requested changes above, the 2nd commit and the overall PR should be titled |
Thank you! |
Thank you both very much for your help so far - it's been really useful! Would one of you be able to help me with a problem I'm hitting when building this locally ( This package depends on I know how to make a new version of
Would you mind pointing me in the right direction? ideally another package with a similar issue, so I can see how it's supposed to be done. |
This commit adds a new python package: appengine-python-standard. This is used when writing services that use Google's managed App Engine environment. More details on the Github repository for this package: https://github.com/GoogleCloudPlatform/appengine-python-standard
This PR adds a new python package: appengine-python-standard.
This is used when writing services that use Google's managed App Engine environment.
More details on the Github repository for this package: https://github.com/GoogleCloudPlatform/appengine-python-standard
I am adding this because it is used in one of my personal projects, so I'm happy to maintain it.
This PR is a draft while I figure out a few things (and review some other PRs).
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.