Skip to content

Commit

Permalink
Merge pull request #88 from regro-cf-autotick-bot/2.5.0_hed8823
Browse files Browse the repository at this point in the history
  • Loading branch information
rmax committed Jul 14, 2024
2 parents 750b3fc + 8b42a89 commit a8e17aa
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
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.

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

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

5 changes: 5 additions & 0 deletions .scripts/run_win_build.bat

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,6 +1,6 @@
{% set pkgname = "python-confluent-kafka" %}
{% set name = "confluent-kafka" %}
{% set version = "2.4.0" %}
{% set version = "2.5.0" %}

package:
name: {{ pkgname|lower }}
Expand All @@ -9,15 +9,15 @@ package:
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/confluentinc/confluent-kafka-python/archive/refs/tags/v{{ version }}.tar.gz
sha256: c5620c087fd9f3af3c2040f3a87f7bd020bb6efea7b39c38b163571182a0baf0
sha256: 4f29db32ddfb7ff56bf3c8776fa0f0377c0cc72dd36345c5c31d7dac94a8a2a9
patches:
- 0001-Fix-setup-for-windows.patch # [win]

build:
# This package does not support PyPy.
# See https://github.com/confluentinc/confluent-kafka-python/issues/1747#issuecomment-2112004625
skip: true # [python_impl == 'pypy']
number: 1
number: 0
script:
- export CFLAGS="${CFLAGS} -I${PREFIX}/include" # [unix]
- export LDFLAGS="${LDFLAGS} -I${PREFIX}/lib" # [unix]
Expand Down

0 comments on commit a8e17aa

Please sign in to comment.