conda-forge / pyproj-feedstock

A conda-smithy repository for pyproj.
BSD 3-Clause "New" or "Revised" License
2 stars 15 forks source link

Skip shapely for osx & python 3.10 #111

Closed snowman2 closed 2 years ago

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

snowman2 commented 2 years ago

@conda-forge-admin please re-render.

github-actions[bot] commented 2 years ago

Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you but ran into some issues, please ping conda-forge/core for further assistance. You can also try re-rendering locally.

snowman2 commented 2 years ago

@conda-forge-admin please re-render.

github-actions[bot] commented 2 years ago

Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do.

dopplershift commented 2 years ago

This feedstock doesn't have any 3.10 builds yet...which is weird.

snowman2 commented 2 years ago

This feedstock doesn't have any 3.10 builds yet...which is weird.

Since shapely skipped the OSX & Python 3.10, I think pyproj is blocked. I think skipping shapely on osx should resolve the issue.

github-actions[bot] commented 2 years ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was passing and merged! Have a great day!

dopplershift commented 2 years ago

@snowman2 The Shapely feedstock already had the 3.10 migration merged, so that's not going to be holding up pyproj from getting PRs--it just might hold up all the builds from passing (which this PR fixes).

dopplershift commented 2 years ago

I stand corrected, I didn't realize the bot ran all the options against various architectures. Here's the failure:

2021-11-09T20:51:39.3079336Z INFO:conda_build.variants:Adding in variants from /home/runner/work/autotick-bot/autotick-bot/cf-graph/feedstocks/pyproj-feedstock/.ci_support/osx_64_numpy1.21proj8.0.1python3.10.____cpython.yaml
2021-11-09T20:51:39.3081674Z Adding in variants from /home/runner/work/autotick-bot/autotick-bot/cf-graph/feedstocks/pyproj-feedstock/.ci_support/osx_64_numpy1.21proj8.0.1python3.10.____cpython.yaml
2021-11-09T20:51:42.1260494Z 2021-11-09 20:51:42,125 WARNING  conda_forge_tick.mamba_solver || MAMBA failed to solve specs 
2021-11-09T20:51:42.1261655Z 
2021-11-09T20:51:42.1262555Z ['pytest',
2021-11-09T20:51:42.1263658Z  'shapely',
2021-11-09T20:51:42.1264584Z  'numpy',
2021-11-09T20:51:42.1266144Z  'pandas',
2021-11-09T20:51:42.1266987Z  'xarray',
2021-11-09T20:51:42.1267730Z  'proj >=8.0.1,<8.0.2.0a0',
2021-11-09T20:51:42.1268527Z  'readline >=8.1,<9.0a0',
2021-11-09T20:51:42.1269293Z  'libtiff >=4.3.0,<5.0a0',
2021-11-09T20:51:42.1270027Z  'bzip2 >=1.0.8,<2.0a0',
2021-11-09T20:51:42.1270786Z  'python_abi 3.10.* *_cp310',
2021-11-09T20:51:42.1271550Z  'libev >=4.33,<4.34.0a0',
2021-11-09T20:51:42.1272273Z  'krb5 >=1.19.2,<1.20.0a0',
2021-11-09T20:51:42.1272992Z  'c-ares >=1.18.1,<2.0a0',
2021-11-09T20:51:42.1273714Z  'tk >=8.6.11,<8.7.0a0',
2021-11-09T20:51:42.1274883Z  'libedit >=3.1.20191231,<3.2.0a0',
2021-11-09T20:51:42.1275766Z  'ncurses >=6.2,<7.0a0',
2021-11-09T20:51:42.1276537Z  'libwebp-base',
2021-11-09T20:51:42.1277289Z  'lerc >=3.0,<4.0a0',
2021-11-09T20:51:42.1278010Z  'libssh2 >=1.10.0,<2.0a0',
2021-11-09T20:51:42.1278733Z  'xz >=5.2.5,<6.0a0',
2021-11-09T20:51:42.1279482Z  'libdeflate >=1.8,<1.9.0a0',
2021-11-09T20:51:42.1280218Z  'zstd >=1.5.0,<1.6.0a0',
2021-11-09T20:51:42.1280950Z  'sqlite >=3.36.0,<4.0a0',
2021-11-09T20:51:42.1281674Z  'libffi >=3.4,<4.0a0',
2021-11-09T20:51:42.1282350Z  'proj',
2021-11-09T20:51:42.1283355Z  'jpeg >=9d,<10a',
2021-11-09T20:51:42.1284101Z  'libcurl >=7.79.1,<8.0a0',
2021-11-09T20:51:42.1284803Z  'certifi',
2021-11-09T20:51:42.1285573Z  'libnghttp2 >=1.43.0,<2.0a0',
2021-11-09T20:51:42.1286349Z  'libzlib >=1.2.11,<1.3.0a0',
2021-11-09T20:51:42.1287086Z  'python >=3.10,<3.11.0a0',
2021-11-09T20:51:42.1287828Z  'lz4-c >=1.9.3,<1.10.0a0',
2021-11-09T20:51:42.1288570Z  'openssl >=3.0.0,<4.0a0']

So with any luck this will get things progressing. :wink: