diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e61aa2..8b4ef2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ # This file was generated automatically from conda-smithy. To update this configuration, # update the conda-forge.yml and/or the recipe/meta.yaml. -# -*- mode: yaml -*- +# -*- mode: jinja-yaml -*- version: 2 diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 595f8b5..71a4242 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -33,9 +33,9 @@ CONDARC mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 + conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 + conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/README.md b/README.md index c6bb6ab..c1c5e7c 100644 --- a/README.md +++ b/README.md @@ -143,5 +143,5 @@ In order to produce a uniquely identifiable distribution: Feedstock Maintainers ===================== -* [@conda-forge/Core](https://github.com/conda-forge/Core/) +* [@conda-forge/core](https://github.com/conda-forge/core/) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5625469..42aed2d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -9,7 +9,7 @@ source: sha256: 09a8d296cf768f5b5188896e8421e47635e233228801730bd2a5040fb0148b17 build: - number: 0 + number: 1 noarch: python script: - {{ PYTHON }} -m pip install . --no-deps -vv @@ -25,18 +25,19 @@ requirements: - pip run: - python >=3.6 + - setuptools - conda >=4.2 - conda-build >=3.18.3 - jinja2 - requests - - pycrypto - - git + - pycryptodome - gitpython + - git - pygithub <2 - ruamel.yaml >=0.16 - - toolz - - vsts-python-api - conda-forge-pinning + - vsts-python-api + - toolz - scrypt - license-expression - libarchive @@ -52,10 +53,9 @@ test: about: home: https://github.com/conda-forge/conda-smithy license: BSD-3-Clause - license_family: BSD license_file: LICENSE.txt summary: The tool for managing conda-forge feedstocks extra: recipe-maintainers: - - conda-forge/Core + - conda-forge/core