conda-forge / staged-recipes

A place to submit conda recipes before they become fully fledged conda-forge feedstocks
https://conda-forge.org
BSD 3-Clause "New" or "Revised" License
692 stars 4.76k forks source link

[Package request] aws-cdk #16166

Open yuleiwan opened 2 years ago

yuleiwan commented 2 years ago

Some links to get started

The requested package

Before submitting

jakirkham commented 2 years ago

cc @conda-forge/aws-parallelcluster (for awareness)

lukeseawalker commented 2 years ago

Hello @jakirkham, could you please check if this PR 16168 is good? Or should I submit a PR for each recipe?

EDIT The answer is here https://conda-forge.org/docs/maintainer/adding_pkgs.html#adding-multiple-packages-at-once

manics commented 2 years ago

AWS have an all-in-one package with all CDK packages: https://pypi.org/project/aws-cdk-lib/ There are some unpackaged dependencies:

However this should be a lot easier to package than the previous attempt in https://github.com/conda-forge/staged-recipes/pull/16168

$ grayskull pypi aws-cdk-lib
...
Host requirements:
  - pip
  - python

Run requirements:
  - constructs >=10.0.0,<11.0.0
  - jsii >=1.58.0,<2.0.0
  - publication >=0.0.3
  - python

RED: Missing packages
GREEN: Packages available on conda-forge