Skip to content

Commit

Permalink
Merge pull request #158 from ocefpaf/3.4.2
Browse files Browse the repository at this point in the history
conda-smithy v3.4.2
  • Loading branch information
scopatz authored Sep 4, 2019
2 parents 3b7baee + cd73010 commit 55b977d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ -z "$CONFIG" ]; then
fi

if [ -z "${DOCKER_IMAGE}" ]; then
SHYAML_INSTALLED="$(shyaml --version || echo NO)"
SHYAML_INSTALLED="$(shyaml -h || echo NO)"
if [ "${SHYAML_INSTALLED}" == "NO" ]; then
echo "WARNING: DOCKER_IMAGE variable not set and shyaml not installed. Falling back to condaforge/linux-anvil-comp7"
DOCKER_IMAGE="condaforge/linux-anvil-comp7"
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @conda-forge/Core
* @conda-forge/Core
15 changes: 0 additions & 15 deletions .github/CONTRIBUTING.md

This file was deleted.

25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

4 changes: 2 additions & 2 deletions build-locally.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# This file has been generated by conda-smithy in order to build the recipe
# locally.
Expand Down Expand Up @@ -55,4 +55,4 @@ def main(args=None):


if __name__ == "__main__":
main()
main()
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{% set version = "3.4.1" %}
{% set version = "3.4.2" %}

package:
name: conda-smithy
version: {{ version }}

source:
url: https://github.com/conda-forge/conda-smithy/releases/download/v{{ version }}/conda-smithy-{{ version }}.tar.gz
sha256: 073038fd08a0a29887f20445b13d6a9ed84dfeacf1324a2aacbac9d490905a00
sha256: 994d8a3e841879bda8637ffb170cbe8132f28623575817f1c8d66d54ef7a3eab
patches:
- 1102.diff

build:
number: 1
number: 0
noarch: python
script:
- "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
- "{{ PYTHON }} -m pip install . --no-deps -vv"
- rm -f "${PREFIX}/bin/conda" # [not win]
- del /f /q "%PREFIX%\\Scripts\\conda" # [win]
entry_points:
Expand Down

0 comments on commit 55b977d

Please sign in to comment.