From 635ff7b2c9b99cc6cf17fc1fe3a78545c82a04c6 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Mon, 11 Nov 2019 19:49:25 -0600 Subject: [PATCH 1/4] ENH newer OSX SDKs --- recipe/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 33e5e1c..18d7c80 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -26,12 +26,14 @@ source: folder: pyqtwebengine build: - number: 0 + number: 1 skip: true # [ppc64le] run_exports: {{ pin_subpackage('pyqt', max_pin='x.x') }} requirements: + run_constrained: # [osx] + - __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx] build: # We may want to find and add a Python dbus library? # pkg-config --cflags-only-I --libs dbus-1 From 492ac4490115b799e9983e60bbcac56264db39f5 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Tue, 12 Nov 2019 01:54:32 +0000 Subject: [PATCH 2/4] MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.2, and conda-forge-pinning 2019.11.01 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 86ff937..ac943c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,6 +17,7 @@ bld.bat text eol=crlf .gitattributes linguist-generated=true .gitignore linguist-generated=true .travis.yml linguist-generated=true +.scripts linguist-generated=true LICENSE.txt linguist-generated=true README.md linguist-generated=true azure-pipelines.yml linguist-generated=true From 2d896c3ea1c4c93ca6474672a4075064cb85c8b8 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Tue, 12 Nov 2019 09:35:58 -0600 Subject: [PATCH 3/4] Skip py27 on win --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 18d7c80..a33cb94 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -27,6 +27,7 @@ source: build: number: 1 + skip: true # [win and py27] skip: true # [ppc64le] run_exports: {{ pin_subpackage('pyqt', max_pin='x.x') }} From 0cec98f969cbe9eb64b48cdd1f9430ff066b9685 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Tue, 12 Nov 2019 15:38:37 +0000 Subject: [PATCH 4/4] MNT: Re-rendered with conda-build 3.18.11, conda-smithy 3.6.2, and conda-forge-pinning 2019.11.01 --- .azure-pipelines/azure-pipelines-win.yml | 4 ---- ...pilervs2008cxx_compilervs2008python2.7.yaml | 18 ------------------ README.md | 7 ------- 3 files changed, 29 deletions(-) delete mode 100644 .ci_support/win_c_compilervs2008cxx_compilervs2008python2.7.yaml diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 72e9126..7360e9c 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -10,10 +10,6 @@ jobs: strategy: maxParallel: 4 matrix: - win_c_compilervs2008cxx_compilervs2008python2.7: - CONFIG: win_c_compilervs2008cxx_compilervs2008python2.7 - CONDA_BLD_PATH: D:\\bld\\ - UPLOAD_PACKAGES: True win_c_compilervs2015cxx_compilervs2015python3.6: CONFIG: win_c_compilervs2015cxx_compilervs2015python3.6 CONDA_BLD_PATH: D:\\bld\\ diff --git a/.ci_support/win_c_compilervs2008cxx_compilervs2008python2.7.yaml b/.ci_support/win_c_compilervs2008cxx_compilervs2008python2.7.yaml deleted file mode 100644 index 0dd4ab3..0000000 --- a/.ci_support/win_c_compilervs2008cxx_compilervs2008python2.7.yaml +++ /dev/null @@ -1,18 +0,0 @@ -c_compiler: -- vs2008 -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -cxx_compiler: -- vs2008 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- '2.7' -zip_keys: -- - python - - c_compiler - - cxx_compiler diff --git a/README.md b/README.md index 6cefcf7..4a72bcc 100644 --- a/README.md +++ b/README.md @@ -89,13 +89,6 @@ Current build status variant - - win_c_compilervs2008cxx_compilervs2008python2.7 - - - variant - - win_c_compilervs2015cxx_compilervs2015python3.6