issues Search Results · repo:asottile-archive/setuptools-golang language:Python
Filter by
20 results
(64 ms)20 results
inasottile-archive/setuptools-golang (press backspace or delete to remove)It appears that this module works with the old setup.py configuration style only, but not with the newer pyproject.toml.
Is that correct?
Are there any plans to make this module works with a pyproject.toml ...
ErikKalkoken
- 1
- Opened on Nov 26, 2024
- #212
Hi!
First, thank you very much for this package, it is exactly what I needed to allow compiling a small library I wrote for
both MacOS and Linux. Unfortunately, when trying to build it on Windows, the ...
oryarn-arpeely
- 1
- Opened on Jun 10, 2024
- #199
I m working on getting starlark-go shipping a universal binary for macOS. @jordemort speculated that setuptools-golang
may not have what s necessary to coax go to produce a universal2 binary.
Is there ...
colindean
- 1
- Opened on Jan 20, 2023
- #155
When i try to execute setuptools-golang-build-manylinux-wheels it says command not found. How do i get this bin in my
system
gane5hvarma
- 2
- Opened on Mar 8, 2022
- #119
setuptools-golang has support for windows, mac and linux. But this appears to only be the case for compilation on the
host platform.
Is it possible to cross compile the go library for use on another system ...
paultop6
- 2
- Opened on Feb 24, 2022
- #118
I m interested in packaging go binaries in a multi-arch pip package that should be runnable from the PATH.
Can this tool help with that?
question
dustin-decker
- 2
- Opened on Jan 20, 2022
- #116
I would like to log events that happen at golang be send back to python which python can, in my usecase, log those
statements.
I was thinking we could use an async yield. And a goroutine at the go-lang ...
clmnin
- 2
- Opened on Oct 28, 2021
- #106
In the README it is said An extension must be a single file in the main go package (though the entire main package will
be built into the extension).
Can we do these in the current version
1. Will different ...
clmnin
- 3
- Opened on Sep 27, 2021
- #100
I would like to start a go routine from python but it should be closable. In golang we can use a simple concurrency
pattern here - the context pattern
How do I acheive this?
Or a better question is
...
clmnin
- 4
- Opened on Sep 25, 2021
- #99
The modules created with Go can be big. go build offers the possibility to reduce size by omitting debugging information
and symbols. I found out in a test that this could reduce the size of a wheel by ...
corka149
- 2
- Opened on Aug 18, 2021
- #90

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.