[pypy-commit] pypy allow-forcing-no-embed: package: allow suppressing embedded dependencies with an envvar

2019-10-28 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: allow-forcing-no-embed Changeset: r97875:bf745505226d Date: 2019-10-28 09:47 +0100 http://bitbucket.org/pypy/pypy/changeset/bf745505226d/ Log:package: allow suppressing embedded dependencies with an envvar diff --git a/pypy/tool/release/packa

[pypy-commit] pypy py3.5-mac-embedding: build_cffi_imports: use cpu count rather than cpu count + 1

2017-10-10 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5-mac-embedding Changeset: r92704:05b4d8cf38cc Date: 2017-10-10 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/05b4d8cf38cc/ Log:build_cffi_imports: use cpu count rather than cpu count + 1 For consistency with the regular tr

[pypy-commit] pypy py3.5-mac-embedding: osx root patch: remove printout from common code paths

2017-10-10 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5-mac-embedding Changeset: r92703:e3423154d0f1 Date: 2017-10-10 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/e3423154d0f1/ Log:osx root patch: remove printout from common code paths We shouldn't print out anything if the r

[pypy-commit] pypy py3.5-mac-embedding: add support for hashing the fetched archive and verifying it, and patching sources

2017-10-10 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5-mac-embedding Changeset: r92693:397dbd08c702 Date: 2017-10-07 15:05 +0200 http://bitbucket.org/pypy/pypy/changeset/397dbd08c702/ Log:add support for hashing the fetched archive and verifying it, and patching sources diff --git a

[pypy-commit] pypy py3.5-mac-embedding: ssl: add custom libressl patch that makes it fall back to the OS X roots

2017-10-10 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5-mac-embedding Changeset: r92694:edfc27431cae Date: 2017-10-07 15:04 +0200 http://bitbucket.org/pypy/pypy/changeset/edfc27431cae/ Log:ssl: add custom libressl patch that makes it fall back to the OS X roots diff --git a/lib_pypy/

[pypy-commit] pypy py3.5-mac-embedding: default to embedding dependencies on OS X

2017-10-10 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5-mac-embedding Changeset: r92696:c26613e63483 Date: 2017-10-07 15:03 +0200 http://bitbucket.org/pypy/pypy/changeset/c26613e63483/ Log:default to embedding dependencies on OS X diff --git a/pypy/tool/release/package.py b/pypy/tool/release

[pypy-commit] pypy py3.5-mac-embedding: merge py3.5 into py3.5-mac-embedding

2017-10-10 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5-mac-embedding Changeset: r92695:1dae3639ba33 Date: 2017-10-07 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/1dae3639ba33/ Log:merge py3.5 into py3.5-mac-embedding diff too long, truncating to 2000 out of 50513 lines diff --git a

[pypy-commit] pypy py3.5-mac-embedding: add support to package.py for embedding libraries not included with OS X

2017-07-14 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5-mac-embedding Changeset: r91870:ed548e40171b Date: 2017-07-14 17:52 +0200 http://bitbucket.org/pypy/pypy/changeset/ed548e40171b/ Log:add support to package.py for embedding libraries not included with OS X diff --git a/.hgignore

[pypy-commit] pypy py3.5-mac-embedding: fix building against latest LibreSSL

2017-07-14 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5-mac-embedding Changeset: r91869:47576a3f87dc Date: 2017-07-14 17:59 +0200 http://bitbucket.org/pypy/pypy/changeset/47576a3f87dc/ Log:fix building against latest LibreSSL diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/cryptography.py

[pypy-commit] pypy py3.5: Fix translation on OS X (and likely FreeBSD as well)

2017-06-01 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5 Changeset: r91479:86914a929334 Date: 2017-05-31 22:05 +0200 http://bitbucket.org/pypy/pypy/changeset/86914a929334/ Log:Fix translation on OS X (and likely FreeBSD as well) BSDs don't provide SCHED_BATCH, so remove the assert tha

[pypy-commit] pypy py3.5: Use correct keyword argument for strftime() routines in datetime

2017-05-16 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5 Changeset: r91313:4e110113b03d Date: 2017-05-16 16:12 +0200 http://bitbucket.org/pypy/pypy/changeset/4e110113b03d/ Log:Use correct keyword argument for strftime() routines in datetime The argument is specified as 'format' on doc

[pypy-commit] pypy py3.5: hgignore: ignore pypy3-c everywhere and libpypy on OS X

2017-04-19 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5 Changeset: r91091:48a6e79c2d32 Date: 2017-04-18 23:04 +0200 http://bitbucket.org/pypy/pypy/changeset/48a6e79c2d32/ Log:hgignore: ignore pypy3-c everywhere and libpypy on OS X diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgi

[pypy-commit] pypy py3.5-mac-translate: Add checks for posix_fadvise() and posix_fallocate()

2017-04-18 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5-mac-translate Changeset: r91079:4e08bb45b11b Date: 2017-04-18 12:55 +0200 http://bitbucket.org/pypy/pypy/changeset/4e08bb45b11b/ Log:Add checks for posix_fadvise() and posix_fallocate() macOS Sierra does not define these, and CP

[pypy-commit] pypy py3.5-mac-translate: Add check for HAVE_DIRENT_H

2017-04-18 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: py3.5-mac-translate Changeset: r91080:b66e14493a7b Date: 2017-04-18 12:57 +0200 http://bitbucket.org/pypy/pypy/changeset/b66e14493a7b/ Log:Add check for HAVE_DIRENT_H _posixsubprocess.c uses this symbol to optionally include the

[pypy-commit] pypy default: drop -mmacosx-version-min=10.4 when building on Mac OS X

2011-06-20 Thread danchr
Author: Dan Villiom Podlaski Christiansen Branch: Changeset: r45031:f117157bb039 Date: 2011-06-10 16:02 +0200 http://bitbucket.org/pypy/pypy/changeset/f117157bb039/ Log:drop -mmacosx-version-min=10.4 when building on Mac OS X Just passing -mmacosx-version-min isn't sufficient for en