Skip to content

Commit

Permalink
Update civicpy to 4.0.0 (bioconda#52712)
Browse files Browse the repository at this point in the history
* Update civicpy to 4.0.0

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
2 people authored and stuber committed Feb 7, 2025
1 parent aea0282 commit 5445461
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/civicpy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{% set name = "civicpy" %}
{% set version = "3.1.2" %}
{% set version = "4.0.0" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: c702723367fec4c7cefbac86def0ef64749f12bda120300e43e6540387ce1a7b
sha256: 8f9cfea70356d6111e9469b92e1bb50a75c983e2f0002539543bd348284410f3

build:
number: 0
noarch: python
entry_points:
- civicpy=civicpy.cli:cli
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
run_exports:
- {{ pin_subpackage('civicpy', max_pin="x") }}

requirements:
host:
- pip
- python >=3.5
- setuptools
run:
- python >=3.5
- backports-datetime-fromisoformat =2.0.0
Expand Down

0 comments on commit 5445461

Please sign in to comment.