Commit Graph

52 Commits

Author SHA1 Message Date
Christoph Reiter
7c67d9c465 Make sure every package using a C/C++ compiler depends on one
The "cc" virtual package provides the environment default compiler.
2022-01-08 17:11:16 +01:00
Christoph Reiter
da4ff0cce2 pywin32: rebuild
autobuild didn't pull in the mingw-w64 update
2021-11-12 22:49:55 +01:00
Jeremy Drake
92fc9a88e3 pywin32: enable bits and ifilter extensions 2021-11-07 13:03:37 -08:00
Jeremy Drake
78f5f66f78 pywin32: fix problematic patch
Remove infinite recursion from ThisAsIID method.  Disable a workaround
for broken header in Vista SDK that is not broken in MINGW-w64.
2021-11-05 17:34:17 -07:00
Raed Rizqie
751c300e95 Update PKGBUILD 2021-10-22 03:43:53 +08:00
Raed Rizqie
1697c82b09 Update mingw-w64-python-pywin32/002-com-extensions-fix.patch
Co-authored-by: jeremyd2019 <github@jdrake.com>
2021-10-22 03:25:10 +08:00
Raed Rizqie
500ff37a25 Update mingw-w64-python-pywin32/PKGBUILD
Co-authored-by: jeremyd2019 <github@jdrake.com>
2021-10-22 02:00:00 +08:00
Raed Rizqie
6a6a7b89ca Update mingw-w64-python-pywin32/PKGBUILD
Co-authored-by: jeremyd2019 <github@jdrake.com>
2021-10-22 01:59:46 +08:00
Raed Rizqie
179b4d492e Update mingw-w64-python-pywin32/PKGBUILD
Co-authored-by: jeremyd2019 <github@jdrake.com>
2021-10-22 01:37:05 +08:00
Raed Rizqie
5536839c5a Update mingw-w64-python-pywin32/PKGBUILD
Co-authored-by: jeremyd2019 <github@jdrake.com>
2021-10-22 01:36:30 +08:00
Raed Rizqie
797c805106 pywin32 302-2 2021-10-21 17:22:15 +08:00
Raed Rizqie
7a2d2564fc update 2021-10-12 17:41:33 +08:00
Raed Rizqie
1028ded6a8 Update to b302
-Disable clang build
-Disable adsi module coz adsiid stub is incomplete
-Link to static gcc, stdc++ and winpthread to avoid dll import error issue
2021-10-12 04:01:16 +08:00
jeremyd2019
a5f2cb8381 pywin32: remove clangarm64
It doesn't build there, apparently it sets up some preprocessor definitions for AMD64.  https://github.com/msys2/MINGW-packages/pull/9750#discussion_r725698079
2021-10-10 14:22:48 -07:00
Christoph Reiter
6a7f250c84 pywin32: workaround broken os.add_dll_directory
Disable it, so it takes the fallback path used for older Python
versions.

Fixes #9751
2021-10-10 22:10:30 +02:00
Christoph Reiter
e6d71a2865 pywin32: bump pkgrel 2021-10-10 21:17:52 +02:00
Raed Rizqie
2ce6929eca updates 2021-10-11 01:54:18 +08:00
Raed Rizqie
d08d7c60d7 clang build fix 2021-10-10 23:41:53 +08:00
Raed Rizqie
66d1fc1a12 fix clang build 2021-10-10 18:26:49 +08:00
Raed Rizqie
f550fb052e Update PKGBUILD 2021-10-10 16:18:14 +08:00
Raed Rizqie
9d8daeaf6a Update PKGBUILD 2021-10-10 16:09:50 +08:00
Raed Rizqie
eda615bec1 Create 007-pyhandle_fix.patch 2021-10-10 16:09:35 +08:00
Raed Rizqie
dbfc062953 Try fixing clang build 2021-10-10 15:45:16 +08:00
Raed Rizqie
3846d633ed Update PKGBUILD 2021-10-06 01:44:36 +08:00
Raed Rizqie
36ec5548a8 Update 006-mapi-headers-fix.patch 2021-10-06 01:44:31 +08:00
Raed Rizqie
b834416ec3 fix patches 2021-10-06 01:09:22 +08:00
Raed Rizqie
18036410eb Create 006-mapi-headers-fix.patch 2021-10-06 01:08:57 +08:00
Raed Rizqie
b259d08019 Update PKGBUILD 2021-10-06 00:41:40 +08:00
Raed Rizqie
9e33772c18 Update PKGBUILD 2021-10-06 00:31:01 +08:00
Raed Rizqie
f10da9e7aa cleanup 2021-10-06 00:30:57 +08:00
Raed Rizqie
df1f603c97 Create 005-swig-fix.patch 2021-10-06 00:30:35 +08:00
Raed Rizqie
c640e9b28e Create 004-isapi-fix.patch 2021-10-06 00:30:29 +08:00
Raed Rizqie
5b93912aef Create 003-win32-extensions-fix.patch 2021-10-06 00:30:01 +08:00
Raed Rizqie
a4d7f31425 Create 002-com-extensions-fix.patch 2021-10-06 00:29:55 +08:00
Raed Rizqie
f8bc7223aa Update 001-compile-and-setup-fixes.patch 2021-10-06 00:29:24 +08:00
Christoph Reiter
5ddac0fd79 pywin32: drop py2 package 2021-06-27 17:15:01 +02:00
Joan Karadimov
d3bf624dad python-pywin32: Fix more compilation errors
- update to 228
- drop Python 2 support
- fix some MAPI compilation problems
- simplfy the patch file for dependencies
- drop the patch file for min/max
- disable some modules
2021-06-27 17:12:59 +02:00
Joan Karadimov
266b4488a6 python-pywin32: Handle SEH try-except blocks 2021-06-27 17:10:00 +02:00
Joan Karadimov
2d91ba3ef5 python-pywin32: Fix multiple compilation issues
- ignore Windows SDKs installed by Visual Studio
- avoid compilation errors via compiler flags
- extract min/max patches to a separate file
- fix more min/max calls
- move module dependency fixes to a separate patch file
- add more missing module dependencies
- generate static import libraries for pywintypes and pythoncom
- remove the python version suffixes from dependencies
- update to version 225
2021-06-27 17:09:57 +02:00
Christoph Reiter
81bf16586c Enable clang64 for everything 2021-04-25 19:30:11 +02:00
Christoph Reiter
efa44d23cc ucrt all the things 2021-04-01 21:08:55 +02:00
Jeremy Drake
071ea74cab use splitpkg template in packages that fail to build 2021-02-12 13:33:03 -08:00
Christoph Reiter
4d8828efed Make pkgbase of all packages match the name of the PKGBUILD directory (#2878)
This either changes the pkgbase to match the directory name
or the other way around.

The motivation for this is to make it possible to automatically generate
an URL to the PKGBUILD file from the package information alone.
2017-09-12 14:25:41 +03:00
Yusuke Sasaki
7c803d2668 add pkgbase entry 2016-03-07 00:33:13 +09:00
Viktor Szakats
e32a40cc92 switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 20:55:26 +01:00
Alexey Pavlov
04ac84c2a9 Remove groups from mingw packages. 2015-07-07 10:23:54 +03:00
Renato Silva
d716f19b9b python-pywin32: Reorganize the patches. 2015-04-09 21:16:42 -03:00
Renato Silva
fee927e9f4 python-pywin32: Build several extensions.
The extensions below are now building. Most of them are Python DLLs (pyd file
extension) except for pywintypes27 and perfmondata which are regular DLLs.
Windows Vista headers (0x0600) are now used. Note that <pdh.h> currently needs
fixing before building win32pdh.

    * pywintypes27
    * mmapfile
    * odbc
    * perfmon
    * perfmondata
    * timer
    * win2kras
    * win32clipboard
    * win32console
    * win32cred
    * win32crypt
    * win32event
    * win32evtlog
    * win32file
    * win32inet
    * win32job
    * win32lz
    * win32net
    * win32pdh
    * win32pipe
    * win32print
    * win32process
    * win32profile
    * win32ras
    * win32security
    * win32service
    * win32trace
    * win32transaction
    * win32ts
    * win32wnet
    * _win32sysloader
2015-04-09 21:16:41 -03:00
Renato Silva
337b0494ad python-pywin32: Build pywintypes and move a bit forward. 2015-04-09 21:16:40 -03:00
Renato Silva
04fd9a2c9b python-pywin32: Some more progress towards building. 2015-03-28 23:50:56 -03:00