Skip to content

Commit

Permalink
Merge pull request #11 from AnacondaRecipes/PKG-5701
Browse files Browse the repository at this point in the history
v3.2.0
  • Loading branch information
ELundby45 authored Nov 12, 2024
2 parents 08778ad + f65e343 commit b8502d2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set version = "3.1.2" %}
{% set version = "3.2.0" %}

package:
name: pyparsing
version: {{ version }}

source:
url: https://pypi.io/packages/source/p/pyparsing/pyparsing-{{ version }}.tar.gz
sha256: a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad
sha256: cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c

build:
number: 0
skip: True # [py<37]
skip: True # [py<39]
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv

requirements:
Expand All @@ -30,8 +30,10 @@ test:
requires:
- pip
- pytest
- matplotlib-base
commands:
- pip check
# skip tests that require 'railroad', unavailable
- pytest -vv . --ignore=tests/test_diagram.py -k "not (TestExamples or Test02_WithoutPackrat or Test04_WithPackrat or Test06_WithBoundedPackrat or Test08_WithUnboundedPackrat or Test09_WithLeftRecursionParsing or Test10_WithLeftRecursionParsingBoundedMemo)"

about:
Expand Down

0 comments on commit b8502d2

Please sign in to comment.