Skip to content

Commit

Permalink
[bot-automerge] copier v9.3.0 (#22)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 1, 2024
2 parents 7f3ddd7 + 7acf1be commit 48c16cc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -10,6 +6,3 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set name = "copier" %}
{% set version = "9.2.0" %}
{% set version = "9.3.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/copier-{{ version }}.tar.gz
sha256: 4ed9012579923955d3fc61d049568907fabe6d9a47e5f871236c6aae0b7472f1
sha256: 99adf780b1f044f94538bcd5f694850b11ed40957fd866ce2cb19ee2b4e82dca

build:
entry_points:
- copier = copier.cli:CopierApp.run
script: {{ PYTHON }} -m pip install . -vv
number: 1
number: 0
noarch: python

requirements:
Expand Down

0 comments on commit 48c16cc

Please sign in to comment.