setuptools-golang icon indicating copy to clipboard operation
setuptools-golang copied to clipboard

A setuptools extension for building cpython extensions written in golang.

Results 3 setuptools-golang issues
Sort by recently updated
recently updated
newest added

Upgrade major vrsionas this deprecate older pip versions as deprecates manlinux1 in favour of manylinux2010 which means pip >= 19.0 which means minimum python of 3.7.3+, 3.8.0+ See https://github.com/pypa/manylinux for...

When checking the ldflags errors may be emitted that can result in confusion for the end user ``` /usr/bin/ld: /tmp/user/16777216/cce0b3z1.o: in function `main': test.c:(.text+0xe): undefined reference to `f' collect2: error:...

Fixes #48 by simply piping stderr and stdout to /dev/null.