Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyparsing to version 3.0.9 #9

Merged
merged 5 commits into from Aug 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 7 additions & 6 deletions recipe/meta.yaml
@@ -1,17 +1,16 @@
{% set version = "3.0.4" %}
{% set version = "3.0.9" %}

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

source:
url: https://pypi.io/packages/source/p/pyparsing/pyparsing-{{ version }}.tar.gz
sha256: e0df773d7fa2240322daae7805626dfc5f2d5effb34e1a7be2702c99cfb9f6b1
sha256: 2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb

build:
number: 0
skip: True # [py<36]
noarch: python
skip: True # [py<37]
script: {{ PYTHON }} -m pip install . -vv

requirements:
Expand All @@ -20,15 +19,17 @@ requirements:
- pip
- setuptools
- wheel
- flit-core >=3.2
varlackc marked this conversation as resolved.
Show resolved Hide resolved
# flit-core requires tomli
- tomli
run:
- python >=3.6
- python

test:
imports:
- pyparsing
requires:
- pip
- python <3.10
commands:
- pip check

Expand Down