Andrew Murray
|
d6f19625e8
|
Removed support for 32-bit
|
2023-06-23 21:52:00 +10:00 |
|
Andrew Murray
|
053cb3de52
|
Fixed finding dependencies on Cygwin
|
2023-05-21 14:38:05 +10:00 |
|
Hugo van Kemenade
|
86a70fc768
|
Merge pull request #7068 from radarhere/ldconfig
|
2023-05-15 15:28:21 +03:00 |
|
Andrew Murray
|
6fce7d6ed4
|
Merge branch 'main' into include-dir-type-confusion
|
2023-04-10 22:49:32 +10:00 |
|
Andrew Murray
|
fe4e52deac
|
Rearranged code
|
2023-04-10 19:35:04 +10:00 |
|
Andrew Murray
|
b2b660e2c0
|
Removed FIXME comment
|
2023-04-06 18:53:28 +10:00 |
|
adisbladis
|
d94239ae3d
|
Handle polymorphic types for lib_root and include_root in setup.py
Depending on whether these are created by pkg_config or not they might
be a list of directories or just a string with a single directory.
|
2023-04-05 16:19:58 +12:00 |
|
Andrew Murray
|
ca2bf046d3
|
Use "/sbin/ldconfig" if ldconfig is not found
|
2023-04-05 09:57:16 +10:00 |
|
Andrew Murray
|
17a0a2ee3e
|
Removed unnecessary silencing of stderr
|
2023-03-31 06:14:45 +11:00 |
|
Andrew Murray
|
c3364a4245
|
Do not use absolute path for ldconfig
|
2023-03-30 16:55:18 +11:00 |
|
Andrew Murray
|
5b3d39c116
|
Merge pull request #6935 from radarhere/path
Do not raise an error if os.environ does not contain PATH
|
2023-03-13 00:19:38 +11:00 |
|
Andrew Murray
|
7670736e18
|
Use type hint
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2023-03-12 23:17:39 +11:00 |
|
Hugo van Kemenade
|
8ef6503801
|
Merge pull request #6914 from radarhere/default
|
2023-03-12 12:39:45 +02:00 |
|
Andrew Murray
|
5059e5c143
|
Do not raise an error if os.environ does not contain PATH
|
2023-02-10 08:11:50 +11:00 |
|
pre-commit-ci[bot]
|
24183d652e
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2023-02-06 19:27:19 +00:00 |
|
Andrew Murray
|
a0492f7968
|
Ensure that pkg-config paths are split by spaces
|
2023-01-28 20:17:54 +11:00 |
|
nulano
|
73f55b4e01
|
remove redundant default value
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
|
2023-01-28 15:35:33 +11:00 |
|
Bas Couwenberg
|
04cf5e2cfc
|
Handle more than one directory returned by pkg-config.
tiff (4.5.0-1) in Debian results in two include directories being returned:
```
-I/usr/include/x86_64-linux-gnu -I/usr/include
```
|
2023-01-15 13:48:07 +01:00 |
|
Hugo van Kemenade
|
2ae55ccbda
|
Improve exception traceback readability
|
2022-12-30 00:07:52 +02:00 |
|
Hugo van Kemenade
|
3ffd2b2b8f
|
Double quotes for old CPython on Windows
|
2022-10-28 13:02:19 +03:00 |
|
Mark Mayo
|
69baeccf2e
|
some pylint warnings
Fixed some pylint issues
|
2022-10-13 15:20:11 +13:00 |
|
Hugo van Kemenade
|
7d8b2fb19c
|
Move some static config to setup.cfg
|
2022-09-12 10:25:18 +03:00 |
|
pre-commit-ci[bot]
|
aba0859db9
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2022-07-18 06:17:10 +00:00 |
|
Andrew Murray
|
08db23c61c
|
Do not quote Pillow version for setuptools >= 60
|
2022-07-18 16:16:06 +10:00 |
|
Hugo van Kemenade
|
6801a255a3
|
Add support for Python 3.11
|
2022-07-15 13:42:36 +03:00 |
|
Andrew Murray
|
0c1720d358
|
Hide stderr from --keep-system-libs
|
2022-05-03 09:19:09 +10:00 |
|
Andrew Murray
|
6ec9dfb9c0
|
If an exception is raised, try again without system paths
|
2022-04-26 11:14:31 -06:00 |
|
James Hilliard
|
9ea4624704
|
Search pkg-config system libs/cflags.
We need to search the system paths as well from pkg-config for
some packages to be found properly.
|
2022-04-26 11:12:52 -06:00 |
|
Hugo van Kemenade
|
ee85e387ba
|
Remove redundant parentheses
|
2022-04-10 23:39:54 +03:00 |
|
Andrew Murray
|
72b7ab54bd
|
pre-commit autoupdate --freeze
|
2022-03-04 16:42:24 +11:00 |
|
Andrew Murray
|
4d1d2c9855
|
Merge pull request #5807 from DWesl/tkimaging-on-cygwin
Use the Windows method to get TCL functions on Cygwin
|
2021-12-30 00:08:31 +11:00 |
|
Andrew Murray
|
722126aa0a
|
Use latin1 encoding to decode bytes
|
2021-12-05 15:59:27 +11:00 |
|
Andrew Murray
|
2ce7dd5ef6
|
Moved macOS SDK logic into a separate method
|
2021-11-11 20:51:13 +11:00 |
|
Andrew Murray
|
3b701dcc16
|
Only prefer command line tools SDK on macOS over the default
|
2021-11-11 20:47:46 +11:00 |
|
DWesl
|
29b92391bc
|
Suggestion: use 'var in tuple' instead of chained comparisons.
|
2021-11-03 21:26:55 -04:00 |
|
pre-commit-ci[bot]
|
b542da8eb5
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2021-11-03 17:16:23 +00:00 |
|
DWesl
|
c8391aaa4b
|
Use the Windows functions to get TCL functions on Cygwin.
This is related to linking semantics, so Cygwin should follow the Windows codepath.
|
2021-11-03 13:03:55 -04:00 |
|
Andrew Murray
|
2ae150ddb9
|
Merge pull request #5793 from landfillbaby/patch-1
Fix compilation on Termux
|
2021-10-31 17:49:46 +11:00 |
|
pre-commit-ci[bot]
|
f246049c4a
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2021-10-24 11:39:10 +00:00 |
|
Lucy Phipps
|
e3c8ef980b
|
fix compilation on Termux
|
2021-10-24 12:38:13 +01:00 |
|
Hugo van Kemenade
|
a44e8e626d
|
Use declarative package configuration
|
2021-10-21 09:41:34 +03:00 |
|
Hugo van Kemenade
|
a8c18d0817
|
Rename master to main
|
2021-10-15 17:30:05 +03:00 |
|
Andrew Murray
|
e7270eb5a1
|
Prefer command line tools SDK on macOS
|
2021-07-21 22:45:35 +10:00 |
|
Hugo van Kemenade
|
e7d1b2f4cb
|
Add support for Python 3.10
|
2021-07-01 13:29:44 +03:00 |
|
Hugo van Kemenade
|
fdfef46460
|
Add Twitter to PyPI project URLs
|
2021-06-29 15:27:32 +03:00 |
|
Andrew Murray
|
b8c8375d0c
|
Use python3 in shebang line
|
2021-04-09 19:10:36 +10:00 |
|
Hugo van Kemenade
|
cafd389770
|
Merge pull request #5359 from nulano/libtiff-cmake
|
2021-04-01 12:03:42 +03:00 |
|
nulano
|
7c48f12207
|
add explanatory comment for USE_WIN32_FILEIO
|
2021-03-26 02:54:11 +01:00 |
|
nulano
|
f4deb4df30
|
compile libtiff with cmake
(cherry picked from commit 3f17d61fed513ac6bb569ac687c77db1564f056f)
|
2021-03-24 21:31:07 +01:00 |
|
nulano
|
e4cc42265d
|
add Raqm build configuration info to build summary
|
2021-02-27 16:52:46 +01:00 |
|