Filipe Laíns 🇵🇸

Results 120 issues of Filipe Laíns 🇵🇸

Hey, is it possible to add accents to the current fonts? I am interested in `, ´ and ^.

When a package is moved from, lets say `extra` to `community`, if it is present in a TODO list, the package link is not updated there. This results in the...

bug

Binaries that go to the `.data/scripts` folder are not fixed correctly, the rpath value is wrong. There's no way to know the correct rpath value if we keep the executable...

bug
help wanted

Hello, I have a use-case where I only want auditwheel to bundle certain libraries. i.e. I only want auditwheel to bundle `libfoo1.so` and `libfoo2.so`. Would it be possible to allow...

PEP 427 says that any file that is not normally installed to site-packages, which is the case of `policy.json` and `policy-schema.json`, should be installed to `distribution-version.data` ([here](https://www.python.org/dev/peps/pep-0427/#the-data-directory)). Currently, the build...

bug
help wanted
good first issue

I was just looking at the code and noticed that `ProjectBuilder.srcdir` is public, but we are not prepared to deal with value changes. We should make it private. We can...

enhancement
good first issue
hacktoberfest

As per the discussion in #375. This will require us to ditch `pep517` for our own backend invocation implementation. I will try to look into it this weekend.

enhancement

I just wanted to open this to discuss the release process a bit. I really want for all releases to be PGP signed, I have a strong position on this....

question

Looks like the module itself has 100% coverage but the tests are missing some. @gaborbernat could you investigate if you have time? https://codecov.io/gh/pypa/build/tree/master/tests

enhancement

It would be great if we had a way to run a command at container startup. This could be used to for example update the system and install python, giving...

enhancement
documentation