-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
scripts: fix conflicts due to __pycache__
#23736
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
I had considered this in but, licy183 said:
termux-packages/packages/pypy3/build.sh Lines 322 to 326 in 1be042c
Because of that, next I was going to do that instead, do you think it would be better to try to do that? |
1812552
to
dc122d8
Compare
Never mind, I did it and while doing so, I realized that those things are kind of not compatible with |
8ebb768
to
1bf3c81
Compare
I've reviewed your PR and have some questions, but I'll ask them in the PR. As for my PR, here's some context for what I'm trying to solve: with recent changes to the way |
That is very interesting - it seems like the problem is very comparable to the problem that my PR is solving, but with the opposite If I replace some words, this description turns into what my PR is solving:
|
When I tested, it seemed to me like they are all technically optional, this is exemplified by the distro Debian, which does not actually store any https://packages.debian.org/sid/amd64/libpython3.12-minimal/filelist |
1bf3c81
to
4fb8373
Compare
I would like to note that in the case of compiling glibc packages, this happens on the device (i.e. Termux) and on the docker environment.
The idea of the solution is interesting, but your implementation of this idea in the PR confuses me in the following points:
|
I think that maybe it can work with pacman, with some additional work, but basically does not right now, so I just refrained from claiming it does for now. the reason, or at least the first reason that stood out to me, is because it is internally calling the
Yes, it seems to me like that as well, and in fact, debian does this using its
termux-packages/packages/python-tldp/build.sh Lines 17 to 23 in 535ddf5
termux-packages/packages/python/build.sh Line 135 in 535ddf5
|
Do you know why the |
In order to globally refactor |
No description provided.