Commit Graph

38 Commits

Author SHA1 Message Date
phoebos
7028d50226
*: explicit DESTDIR 2023-03-05 17:34:06 -06:00
git-bruh
90a0410990
python: keep documentation
-87MB	total
+89MB	total
2023-02-16 15:46:33 +05:30
git-bruh
d5265cfbac
python: remove --without-doc-strings
It breaks the inspect.signature function for classes that don't explicitly set a constructor, because the `__text_signature__` attribute is empty

```
from inspect import signature

class Test:
    pass

print(signature(Test.__init__))
```

This is used in some python modules like telethon
2023-01-30 16:09:48 +05:30
Dylan Araps
2ef91243b5
python: slow startup fix for all pyc files
(unrelated: Also gets rid of static lib.)

NOTE: Rebuild python-* packages (meson, ...) to get the fix.
2021-08-10 17:01:13 +00:00
Dylan Araps
42f4937f70
python: fix slow startup time
Closes #315
2021-08-10 16:00:58 +00:00
Dylan Araps
a95ba8739b
python: set default stack size to 1MB 2021-08-10 14:13:14 +03:00
Dylan Araps
a2119c220f
python: remove unneeded line 2021-08-10 11:29:24 +03:00
Dylan Araps
9ee14d930c
python: enable ensurepip. Closes #295 2021-07-20 14:43:49 +03:00
Dylan Araps
f2e4cb7076
python: update for new env 2021-07-18 06:09:11 +03:00
Dylan Araps
6a2d6104b6
python: 3.8.6 2020-09-24 15:49:44 +03:00
Dylan Araps
94f8a65abb
python: Add back 2to3 2020-05-25 08:33:30 +03:00
Dylan Araps
33ee7e748d
python: Re-add CFLAGS as clang (as of 10.0.0) supports it 2020-03-28 13:49:47 +02:00
Dylan Araps
ec965e8675
python: Disable CFLAG for clang. Closes #177 2020-03-24 17:33:01 +02:00
Dylan Araps
878a5ff1d5
python: Drop -r 2020-03-24 15:54:13 +02:00
Dylan Araps
f03ebb1080
python: Drop 90-100MB of STUFF 2020-03-24 15:44:52 +02:00
Dylan Araps
d0dc7f4a04
python: fix chmod 2020-02-26 00:32:57 +02:00
Dylan Araps
5901fbf9fe
python: remove util-linux dependency 2020-02-08 01:55:12 +02:00
Dylan Araps
232af986da python: Fix python not always installing pip/setuptools 2019-09-11 14:57:47 +03:00
Dylan Araps
3a7d6d072d python: fix builds sometimes not including pip/setuptools 2019-09-09 13:19:14 +03:00
Dylan Araps
7939a69d5e python: fix package 2019-08-30 00:31:47 +00:00
Dylan Araps
7faf20ea4c python: Add pip to builds 2019-08-28 18:55:53 +00:00
Dylan Araps
579c294762 python: fix build 2019-08-20 02:17:24 +00:00
Dylan Araps
b2af02d7fe python: revert to python 3.6.8 2019-08-20 02:13:17 +00:00
Dylan Araps
18b1fb4a78 python: Revert auto rebuilding osubpackages. 2019-07-17 10:28:33 +03:00
Dylan Araps
6dda50a1cc python: Rebuild all subpackages if required. 2019-07-17 10:16:04 +03:00
Dylan Araps
fa56ed1ad3 python: Rebuild all subpackages if required. 2019-07-17 10:15:07 +03:00
Dylan Araps
5e754ddee7 python: pls 2019-06-27 12:10:08 +03:00
Dylan Araps
ab2ee95c87 extra: Remove unneeded deps 2019-06-27 12:07:53 +03:00
Dylan Araps
52ad04e69b python: Fix conflict with setuptools 2019-06-27 11:59:52 +03:00
Dylan Araps
0f29f261fe python: Rollbac to 3.6.8 2019-06-27 11:51:04 +03:00
Dylan Araps
7878725d5c python: Fix build. 2019-06-27 11:28:28 +03:00
Dylan Araps
7fc9b62938 extra: Fix packages. 2019-06-27 10:56:52 +03:00
Dylan Araps
b39f7eb494 python: Attempt to fix build. 2019-06-27 10:53:55 +03:00
Dylan Araps
c986f9c08f python: Attempt to fix build. 2019-06-27 10:53:10 +03:00
Dylan Araps
0579582fd7 python: Symlink to python 2019-06-25 20:08:58 +03:00
Dylan Araps
5004e9f81d python: Fix musl build and remove libffi. 2019-06-25 19:58:38 +03:00
Dylan Araps
0d4816e865 python: Fix build error. 2019-06-25 19:19:34 +03:00
Dylan Araps
a49391857f extra: Added python 2019-06-25 18:24:27 +03:00