Alex Eagle

Results 430 comments of Alex Eagle

@rickeylev it's because Pypi rejects publishes: ``` INFO: Running command line: bazel-bin/python/runfiles/wheel.publish.sh --repository testpypi INFO: Build Event Protocol files produced successfully. INFO: Build completed successfully, 1 total action Uploading distributions...

I think our API here allows users to choose whether to use Bazel's stamping feature (by populating values in `stable-status.txt` and `volatile-status.txt` via the available means) or to use make-variables...

@AndrewGuenther that's very similar to what we did in JavaScript land with https://docs.aspect.build/rules/aspect_rules_js/docs/pnpm#update_pnpm_lock. In that case, the user supplies a lockfile from one package manager (yarn or npm) and we...

I started working on fetching poetry as a hermetic repository rule. Will update if I get it in a good shape.

I made it hermetic, see new README: https://github.com/bazelbuild/rules_python/compare/poetry Still working to glue that together with your simple repo rule in AndrewGuenther/rules_python_poetry

Yeah, this lets you run poetry in an action, but not a repository rule. It could be an input to write_source_files to vendor the resulting lock files into your repository....

Sorry, I don't have any funding to work on this.

There's now a Bazel Go tutorial at https://bazel-contrib.github.io/SIG-rules-authors/go-tutorial.html by @chrislovecnm so I think this is duplicate. Sorry your work went stale @colin-valentini

@f0rmiga has been working on something related to this at a client, I don't have any update sorry.