conda-forge / pyspark-feedstock

A conda-smithy repository for pyspark.
BSD 3-Clause "New" or "Revised" License
4 stars 11 forks source link

Spark 2.3.0 is out #8

Closed ostrokach closed 6 years ago

conda-forge-linter commented 6 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.

parente commented 6 years ago

Thanks for the PR @ostrokach.

parente commented 6 years ago

@conda-forge-admin please rerender

parente commented 6 years ago

Build failing with C:\projects\pyspark-feedstock\recipe: C2122 Found invalid license family "Apache 2.0" due to conda/conda-verify#38.

parente commented 6 years ago

@ostrokach I think a workaround until the conda-verify PR is worked out is to add a license_family key under about in the meta.yaml and set it to Apache (Ref: https://github.com/conda/conda-build/blob/53aaa0ff24de55d8b44aa9a8a366a549ce0a4636/conda_build/license_family.py#L16 and https://github.com/conda/conda-build/blob/53aaa0ff24de55d8b44aa9a8a366a549ce0a4636/conda_build/license_family.py#L16).

djsutherland commented 6 years ago

@parente That would work (and you should probably do that anyway), but @isuruf pulled the conda-verify 3 packages for now, so a rebuild should also Just Work. I just hit the re-build button on Appveyor.

parente commented 6 years ago

Thanks @dougalsutherland.