===> Building for py312-curl-7.45.6 * Building wheel... /opt/pkg/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() Using curl-config (libcurl 8.12.1) Using SSL library: OpenSSL/LibreSSL/BoringSSL running bdist_wheel running build running build_py creating build/lib.macosx-12.3-arm64-cpython-312/curl copying python/curl/__init__.py -> build/lib.macosx-12.3-arm64-cpython-312/curl running build_ext building 'pycurl' extension creating build/temp.macosx-12.3-arm64-cpython-312/src clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/docstrings.c -o build/temp.macosx-12.3-arm64-cpython-312/src/docstrings.o clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/easy.c -o build/temp.macosx-12.3-arm64-cpython-312/src/easy.o src/easy.c:112:9: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] curl_formfree(self->httppost); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2634:18: note: 'curl_formfree' has been explicitly marked deprecated here CURL_EXTERN void CURL_DEPRECATED(7.56.0, "Use curl_mime_free()") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easy.c:398:39: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] curl_easy_setopt(dup->handle, CURLOPT_IOCTLDATA, dup); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1594:3: note: 'CURLOPT_IOCTLDATA' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ 2 warnings generated. clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/easycb.c -o build/temp.macosx-12.3-arm64-cpython-312/src/easycb.o clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/easyinfo.c -o build/temp.macosx-12.3-arm64-cpython-312/src/easyinfo.o src/easyinfo.c:145:10: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations] case CURLINFO_LASTSOCKET: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2919:24: note: 'CURLINFO_LASTSOCKET' has been explicitly marked deprecated here CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyinfo.c:207:10: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] case CURLINFO_CONTENT_LENGTH_DOWNLOAD: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2898:24: note: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' has been explicitly marked deprecated here CURL_DEPRECATED(7.55.0, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyinfo.c:208:10: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations] case CURLINFO_CONTENT_LENGTH_UPLOAD: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2903:24: note: 'CURLINFO_CONTENT_LENGTH_UPLOAD' has been explicitly marked deprecated here CURL_DEPRECATED(7.55.0, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyinfo.c:212:10: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations] case CURLINFO_SIZE_DOWNLOAD: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2881:24: note: 'CURLINFO_SIZE_DOWNLOAD' has been explicitly marked deprecated here CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_DOWNLOAD_T") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyinfo.c:213:10: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations] case CURLINFO_SIZE_UPLOAD: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2877:24: note: 'CURLINFO_SIZE_UPLOAD' has been explicitly marked deprecated here CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyinfo.c:214:10: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations] case CURLINFO_SPEED_DOWNLOAD: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2885:24: note: 'CURLINFO_SPEED_DOWNLOAD' has been explicitly marked deprecated here CURL_DEPRECATED(7.55.0, "Use CURLINFO_SPEED_DOWNLOAD_T") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyinfo.c:215:10: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations] case CURLINFO_SPEED_UPLOAD: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2889:24: note: 'CURLINFO_SPEED_UPLOAD' has been explicitly marked deprecated here CURL_DEPRECATED(7.55.0, "Use CURLINFO_SPEED_UPLOAD_T") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ 7 warnings generated. clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/easyopt.c -o build/temp.macosx-12.3-arm64-cpython-312/src/easyopt.o src/easyopt.c:94:10: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] case CURLOPT_EGDSOCKET: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1380:3: note: 'CURLOPT_EGDSOCKET' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:102:10: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] case CURLOPT_RANDOM_FILE: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1376:3: note: 'CURLOPT_RANDOM_FILE' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:164:18: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] CLEAR_OBJECT(CURLOPT_HTTPPOST, self->httppost); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1210:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:164:18: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] CLEAR_OBJECT(CURLOPT_HTTPPOST, self->httppost); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1210:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:246:10: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] case CURLOPT_EGDSOCKET: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1380:3: note: 'CURLOPT_EGDSOCKET' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:260:10: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] case CURLOPT_RANDOM_FILE: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1376:3: note: 'CURLOPT_RANDOM_FILE' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:295:10: warning: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations] case CURLOPT_SOCKS5_GSSAPI_SERVICE: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1750:3: note: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:627:19: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] res = curl_formadd(&post, &last, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2598:26: note: 'curl_formadd' has been explicitly marked deprecated here CURL_EXTERN CURLFORMcode CURL_DEPRECATED(7.56.0, "Use curl_mime_init()") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:628:32: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] CURLFORM_COPYNAME, nstr, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2524:28: note: 'CURLFORM_COPYNAME' has been explicitly marked deprecated here CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:629:32: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] CURLFORM_NAMELENGTH, (long) nlen, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2526:28: note: 'CURLFORM_NAMELENGTH' has been explicitly marked deprecated here CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:630:32: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] CURLFORM_COPYCONTENTS, cstr, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2527:28: note: 'CURLFORM_COPYCONTENTS' has been explicitly marked deprecated here CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:631:32: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] CURLFORM_CONTENTSLENGTH, (long) clen, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2529:28: note: 'CURLFORM_CONTENTSLENGTH' has been explicitly marked deprecated here CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:694:28: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] if (val != CURLFORM_COPYCONTENTS && ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2527:28: note: 'CURLFORM_COPYCONTENTS' has been explicitly marked deprecated here CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:695:28: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] val != CURLFORM_FILE && ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2533:28: note: 'CURLFORM_FILE' has been explicitly marked deprecated here CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:696:28: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] val != CURLFORM_FILENAME && ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2541:28: note: 'CURLFORM_FILENAME' has been explicitly marked deprecated here CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:697:28: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] val != CURLFORM_CONTENTTYPE && ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2539:28: note: 'CURLFORM_CONTENTTYPE' has been explicitly marked deprecated here CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:698:28: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] val != CURLFORM_BUFFER && ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2535:28: note: 'CURLFORM_BUFFER' has been explicitly marked deprecated here CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:699:28: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] val != CURLFORM_BUFFERPTR) ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2536:28: note: 'CURLFORM_BUFFERPTR' has been explicitly marked deprecated here CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:717:28: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] if (val == CURLFORM_COPYCONTENTS) { ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2527:28: note: 'CURLFORM_COPYCONTENTS' has been explicitly marked deprecated here CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:719:39: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] forms[k].option = CURLFORM_CONTENTSLENGTH; ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2529:28: note: 'CURLFORM_CONTENTSLENGTH' has been explicitly marked deprecated here CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:722:35: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] } else if (val == CURLFORM_BUFFERPTR) { ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2536:28: note: 'CURLFORM_BUFFERPTR' has been explicitly marked deprecated here CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:752:39: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] forms[k].option = CURLFORM_BUFFERLENGTH; ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2537:28: note: 'CURLFORM_BUFFERLENGTH' has been explicitly marked deprecated here CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:758:19: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] res = curl_formadd(&post, &last, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2598:26: note: 'curl_formadd' has been explicitly marked deprecated here CURL_EXTERN CURLFORMcode CURL_DEPRECATED(7.56.0, "Use curl_mime_init()") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:759:32: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] CURLFORM_COPYNAME, nstr, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2524:28: note: 'CURLFORM_COPYNAME' has been explicitly marked deprecated here CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:760:32: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] CURLFORM_NAMELENGTH, (long) nlen, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2526:28: note: 'CURLFORM_NAMELENGTH' has been explicitly marked deprecated here CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:761:32: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] CURLFORM_ARRAY, forms, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2531:28: note: 'CURLFORM_ARRAY' has been explicitly marked deprecated here CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:778:42: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] res = curl_easy_setopt(self->handle, CURLOPT_HTTPPOST, post); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1210:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:791:5: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] curl_formfree(post); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2634:18: note: 'curl_formfree' has been explicitly marked deprecated here CURL_EXTERN void CURL_DEPRECATED(7.56.0, "Use curl_mime_free()") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:922:10: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] case CURLOPT_PROGRESSFUNCTION: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1309:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:926:40: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] curl_easy_setopt(self->handle, CURLOPT_PROGRESSFUNCTION, pro_cb); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1309:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:945:10: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] case CURLOPT_IOCTLFUNCTION: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1592:3: note: 'CURLOPT_IOCTLFUNCTION' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:949:40: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] curl_easy_setopt(self->handle, CURLOPT_IOCTLFUNCTION, ioctl_cb); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1592:3: note: 'CURLOPT_IOCTLFUNCTION' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:950:40: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] curl_easy_setopt(self->handle, CURLOPT_IOCTLDATA, self); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1594:3: note: 'CURLOPT_IOCTLDATA' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/easyopt.c:1148:23: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] if (option == CURLOPT_HTTPPOST) { ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1210:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ 34 warnings generated. clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/easyperform.c -o build/temp.macosx-12.3-arm64-cpython-312/src/easyperform.o clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/module.c -o build/temp.macosx-12.3-arm64-cpython-312/src/module.o src/module.c:418:22: warning: 'CURLSSLBACKEND_NSS' is deprecated: since 8.3.0. [-Wdeprecated-declarations] case CURLSSLBACKEND_NSS: ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:157:41: note: 'CURLSSLBACKEND_NSS' has been explicitly marked deprecated here CURLSSLBACKEND_NSS CURL_DEPRECATED(8.3.0, "") = 3, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:779:32: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] insint_c(d, "FORM_BUFFER", CURLFORM_BUFFER); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2535:28: note: 'CURLFORM_BUFFER' has been explicitly marked deprecated here CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:780:35: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] insint_c(d, "FORM_BUFFERPTR", CURLFORM_BUFFERPTR); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2536:28: note: 'CURLFORM_BUFFERPTR' has been explicitly marked deprecated here CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:781:34: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] insint_c(d, "FORM_CONTENTS", CURLFORM_COPYCONTENTS); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2527:28: note: 'CURLFORM_COPYCONTENTS' has been explicitly marked deprecated here CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:782:30: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] insint_c(d, "FORM_FILE", CURLFORM_FILE); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2533:28: note: 'CURLFORM_FILE' has been explicitly marked deprecated here CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:783:37: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] insint_c(d, "FORM_CONTENTTYPE", CURLFORM_CONTENTTYPE); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2539:28: note: 'CURLFORM_CONTENTTYPE' has been explicitly marked deprecated here CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:784:34: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] insint_c(d, "FORM_FILENAME", CURLFORM_FILENAME); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2541:28: note: 'CURLFORM_FILENAME' has been explicitly marked deprecated here CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:851:24: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] insint_c(d, "PUT", CURLOPT_PUT); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1300:3: note: 'CURLOPT_PUT' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:865:29: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] insint_c(d, "HTTPPOST", CURLOPT_HTTPPOST); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1210:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:896:37: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] insint_c(d, "PROGRESSFUNCTION", CURLOPT_PROGRESSFUNCTION); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1309:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:923:32: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] insint_c(d, "RANDOM_FILE", CURLOPT_RANDOM_FILE); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1376:3: note: 'CURLOPT_RANDOM_FILE' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:924:30: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] insint_c(d, "EGDSOCKET", CURLOPT_EGDSOCKET); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1380:3: note: 'CURLOPT_EGDSOCKET' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:940:41: warning: 'CURLOPT_DNS_USE_GLOBAL_CACHE' is deprecated: since 7.11.1. Use CURLOPT_SHARE [-Wdeprecated-declarations] insint_c(d, "DNS_USE_GLOBAL_CACHE", CURLOPT_DNS_USE_GLOBAL_CACHE); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1436:3: note: 'CURLOPT_DNS_USE_GLOBAL_CACHE' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_DNS_USE_GLOBAL_CACHE, CURLOPTTYPE_LONG, 91, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:972:34: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] insint_c(d, "IOCTLFUNCTION", CURLOPT_IOCTLFUNCTION); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1592:3: note: 'CURLOPT_IOCTLFUNCTION' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:1070:30: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] insint_c(d, "PROTOCOLS", CURLOPT_PROTOCOLS); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1761:3: note: 'CURLOPT_PROTOCOLS' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:1071:36: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] insint_c(d, "REDIR_PROTOCOLS", CURLOPT_REDIR_PROTOCOLS); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1767:3: note: 'CURLOPT_REDIR_PROTOCOLS' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:1112:42: warning: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations] insint_c(d, "SOCKS5_GSSAPI_SERVICE", CURLOPT_SOCKS5_GSSAPI_SERVICE); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1750:3: note: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:1133:35: warning: 'CURLOPT_SSL_ENABLE_NPN' is deprecated: since 7.86.0. Has no function [-Wdeprecated-declarations] insint_c(d, "SSL_ENABLE_NPN", CURLOPT_SSL_ENABLE_NPN); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1914:3: note: 'CURLOPT_SSL_ENABLE_NPN' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_SSL_ENABLE_NPN, CURLOPTTYPE_LONG, 225, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:1096:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:1326:32: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations] insint_c(d, "SIZE_UPLOAD", CURLINFO_SIZE_UPLOAD); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2877:24: note: 'CURLINFO_SIZE_UPLOAD' has been explicitly marked deprecated here CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:1327:34: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations] insint_c(d, "SIZE_DOWNLOAD", CURLINFO_SIZE_DOWNLOAD); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2881:24: note: 'CURLINFO_SIZE_DOWNLOAD' has been explicitly marked deprecated here CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_DOWNLOAD_T") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:1328:35: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations] insint_c(d, "SPEED_DOWNLOAD", CURLINFO_SPEED_DOWNLOAD); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2885:24: note: 'CURLINFO_SPEED_DOWNLOAD' has been explicitly marked deprecated here CURL_DEPRECATED(7.55.0, "Use CURLINFO_SPEED_DOWNLOAD_T") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:1329:33: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations] insint_c(d, "SPEED_UPLOAD", CURLINFO_SPEED_UPLOAD); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2889:24: note: 'CURLINFO_SPEED_UPLOAD' has been explicitly marked deprecated here CURL_DEPRECATED(7.55.0, "Use CURLINFO_SPEED_UPLOAD_T") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:1334:44: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] insint_c(d, "CONTENT_LENGTH_DOWNLOAD", CURLINFO_CONTENT_LENGTH_DOWNLOAD); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2898:24: note: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' has been explicitly marked deprecated here CURL_DEPRECATED(7.55.0, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:1335:42: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations] insint_c(d, "CONTENT_LENGTH_UPLOAD", CURLINFO_CONTENT_LENGTH_UPLOAD); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2903:24: note: 'CURLINFO_CONTENT_LENGTH_UPLOAD' has been explicitly marked deprecated here CURL_DEPRECATED(7.55.0, ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ src/module.c:1358:31: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations] insint_c(d, "LASTSOCKET", CURLINFO_LASTSOCKET); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:2919:24: note: 'CURLINFO_LASTSOCKET' has been explicitly marked deprecated here CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ 25 warnings generated. clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/multi.c -o build/temp.macosx-12.3-arm64-cpython-312/src/multi.o src/multi.c:578:11: warning: 'curl_multi_socket_all' is deprecated: since 7.19.5. Use curl_multi_socket_action() [-Wdeprecated-declarations] res = curl_multi_socket_all(self->multi_handle, &running); ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/multi.h:325:23: note: 'curl_multi_socket_all' has been explicitly marked deprecated here CURL_EXTERN CURLMcode CURL_DEPRECATED(7.19.5, "Use curl_multi_socket_action()") ^ /Users/pbulk/build/www/py-curl/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ 1 warning generated. clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/oscompat.c -o build/temp.macosx-12.3-arm64-cpython-312/src/oscompat.o clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/pythoncompat.c -o build/temp.macosx-12.3-arm64-cpython-312/src/pythoncompat.o clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/share.c -o build/temp.macosx-12.3-arm64-cpython-312/src/share.o clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/stringcompat.c -o build/temp.macosx-12.3-arm64-cpython-312/src/stringcompat.o clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/threadsupport.c -o build/temp.macosx-12.3-arm64-cpython-312/src/threadsupport.o clang -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -DPYCURL_VERSION=\"7.45.6\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/pkg/include -I/opt/pkg/include/python3.12 -c src/util.c -o build/temp.macosx-12.3-arm64-cpython-312/src/util.o clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 -I/opt/pkg/include -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include/python3.12 build/temp.macosx-12.3-arm64-cpython-312/src/docstrings.o build/temp.macosx-12.3-arm64-cpython-312/src/easy.o build/temp.macosx-12.3-arm64-cpython-312/src/easycb.o build/temp.macosx-12.3-arm64-cpython-312/src/easyinfo.o build/temp.macosx-12.3-arm64-cpython-312/src/easyopt.o build/temp.macosx-12.3-arm64-cpython-312/src/easyperform.o build/temp.macosx-12.3-arm64-cpython-312/src/module.o build/temp.macosx-12.3-arm64-cpython-312/src/multi.o build/temp.macosx-12.3-arm64-cpython-312/src/oscompat.o build/temp.macosx-12.3-arm64-cpython-312/src/pythoncompat.o build/temp.macosx-12.3-arm64-cpython-312/src/share.o build/temp.macosx-12.3-arm64-cpython-312/src/stringcompat.o build/temp.macosx-12.3-arm64-cpython-312/src/threadsupport.o build/temp.macosx-12.3-arm64-cpython-312/src/util.o -L/opt/pkg/lib -L/opt/pkg/lib -L/opt/pkg/lib -lssl -lcrypto -lcurl -o build/lib.macosx-12.3-arm64-cpython-312/pycurl.so installing to build/bdist.macosx-12.3-arm64/wheel running install running install_lib creating build/bdist.macosx-12.3-arm64/wheel creating build/bdist.macosx-12.3-arm64/wheel/curl copying build/lib.macosx-12.3-arm64-cpython-312/curl/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./curl copying build/lib.macosx-12.3-arm64-cpython-312/pycurl.so -> build/bdist.macosx-12.3-arm64/wheel/. running install_data creating build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data creating build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12 copying AUTHORS -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12 copying ChangeLog -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12 copying COPYING-LGPL -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12 copying COPYING-MIT -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12 copying INSTALL.rst -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12 copying README.rst -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12 copying RELEASE-NOTES.rst -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12 creating build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples copying examples/basicfirst.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples copying examples/file_upload.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples copying examples/linksys.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples copying examples/multi-socket_action-select.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples copying examples/opensocketexception.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples copying examples/retriever-multi.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples copying examples/retriever.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples copying examples/sfquery.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples copying examples/smtp.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples copying examples/ssh_keyfunction.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples copying examples/xmlrpc_curl.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples creating build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/file_upload_buffer.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/file_upload_real.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/file_upload_real_fancy.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/follow_redirect.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/form_post.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/get.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/get_python2.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/get_python2_https.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/get_python3.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/get_python3_https.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/put_buffer.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/put_file.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/response_headers.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/response_info.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart copying examples/quickstart/write_file.py -> build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart running install_egg_info running egg_info writing pycurl.egg-info/PKG-INFO writing dependency_links to pycurl.egg-info/dependency_links.txt writing top-level names to pycurl.egg-info/top_level.txt reading manifest file 'pycurl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'src/Makefile' warning: no previously-included files found matching 'tests/fake-curl/libcurl/*.so' adding license file 'COPYING-LGPL' adding license file 'COPYING-MIT' adding license file 'AUTHORS' writing manifest file 'pycurl.egg-info/SOURCES.txt' Copying pycurl.egg-info to build/bdist.macosx-12.3-arm64/wheel/./pycurl-7.45.6-py3.12.egg-info running install_scripts creating build/bdist.macosx-12.3-arm64/wheel/pycurl-7.45.6.dist-info/WHEEL creating '/Users/pbulk/build/www/py-curl/work/pycurl-7.45.6/dist/.tmp-h_pg3g6a/pycurl-7.45.6-cp312-cp312-macosx_12_0_arm64.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it adding 'pycurl.so' adding 'curl/__init__.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/AUTHORS' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/COPYING-LGPL' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/COPYING-MIT' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/ChangeLog' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/INSTALL.rst' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/README.rst' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/RELEASE-NOTES.rst' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/basicfirst.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/file_upload.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/linksys.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/multi-socket_action-select.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/opensocketexception.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/retriever-multi.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/retriever.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/sfquery.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/smtp.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/ssh_keyfunction.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/xmlrpc_curl.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/file_upload_buffer.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/file_upload_real.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/file_upload_real_fancy.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/follow_redirect.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/form_post.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/get.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/get_python2.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/get_python2_https.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/get_python3.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/get_python3_https.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/put_buffer.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/put_file.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/response_headers.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/response_info.py' adding 'pycurl-7.45.6.data/data/share/doc/pycurl3.12/examples/quickstart/write_file.py' adding 'pycurl-7.45.6.dist-info/licenses/AUTHORS' adding 'pycurl-7.45.6.dist-info/licenses/COPYING-LGPL' adding 'pycurl-7.45.6.dist-info/licenses/COPYING-MIT' adding 'pycurl-7.45.6.dist-info/METADATA' adding 'pycurl-7.45.6.dist-info/WHEEL' adding 'pycurl-7.45.6.dist-info/top_level.txt' adding 'pycurl-7.45.6.dist-info/RECORD' removing build/bdist.macosx-12.3-arm64/wheel Successfully built pycurl-7.45.6-cp312-cp312-macosx_12_0_arm64.whl