Skip to content

Commit

Permalink
Merge pull request #5 from AnacondaRecipes/pbs_3.0.4_20211031T033713
Browse files Browse the repository at this point in the history
pyparsing 3.0.4
  • Loading branch information
anaconda-pkg-build committed Nov 2, 2021
2 parents 5998f59 + 39dd7ad commit 1995c70
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions recipe/meta.yaml
@@ -1,45 +1,50 @@
{% set version = "2.4.7" %}
{% set version = "3.0.4" %}

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

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

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

requirements:
host:
- python
- pip
- setuptools
- wheel
run:
- python
- python >=3.6

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

about:
home: http://pyparsing.wikispaces.com/
home: https://github.com/pyparsing/pyparsing/
license: MIT
license_family: MIT
license_file: LICENSE
summary: Create and execute simple grammars
description: |
The pyparsing module is an alternative approach to creating and executing
simple grammars, vs. the traditional lex/yacc approach, or the use of
regular expressions. The pyparsing module provides a library of classes
that client code uses to construct the grammar directly in Python code.
doc_url: http://pyparsing.wikispaces.com/Documentation
dev_url: https://svn.code.sf.net/p/pyparsing/code/
doc_url: https://github.com/pyparsing/pyparsing/blob/master/docs/HowToUsePyparsing.rst
dev_url: https://github.com/pyparsing/pyparsing/

extra:
recipe-maintainers:
Expand Down

0 comments on commit 1995c70

Please sign in to comment.