Port details |
- py-pyparsing General parsing module for Python
- 3.2.0 devel =17 3.1.4Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2015-11-04 20:11:11
- Last Update: 2024-10-21 09:17:33
- Commit Hash: 37999b2
- People watching this port, also watch:: readline, libxml2, indexinfo, py311-six, p5-Digest-HMAC
- Also Listed In: python
- License: MIT
- WWW:
- https://pyparsing-docs.readthedocs.io/en/latest/
- https://github.com/pyparsing/pyparsing
- Description:
- Pyparsing is a general parsing module for Python. Grammars are implemented
directly in the client code using parsing objects, instead of externally, as
with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL,
and 4-function math.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pyparsing/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pyparsing
- pkg install py311-pyparsing
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pyparsing listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyparsing
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729240366
SHA256 (pyparsing-3.2.0.tar.gz) = cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c
SIZE (pyparsing-3.2.0.tar.gz) = 920984
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-flit-core>=3.2<4 : devel/py-flit-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- deskutils/spice-gtk
- devel/libspice-server
- devel/py-mrkd
- math/cvc5
- math/py-matplotlib
- math/sage
- science/openmolcas
-
Deleted ports which required this port:
- for Run
-
- audio/puddletag
- cad/py-ezdxf
- devel/py-mrkd
- devel/py-oslo.utils
- devel/py-pip-requirements-parser
- devel/ros-catkin_pkg
- finance/odoo
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py311-pyparsing-3.2.0:
DIAGRAMS=off: Diagram support
===> Use 'make config' to modify these settings
- Options name:
- devel_py-pyparsing
- USES:
- python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.0 21 Oct 2024 09:17:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Update to 3.2.0
Changes: https://github.com/pyparsing/pyparsing/releases |
3.1.4 08 Sep 2024 18:37:35 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Update to 3.1.4
Changes: https://github.com/pyparsing/pyparsing/releases |
3.1.2 23 Mar 2024 14:49:22 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Update to 3.1.2
Changes: https://github.com/pyparsing/pyparsing/releases |
3.1.1 16 Aug 2023 18:25:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Update to 3.1.1
- Update WWW
Changes: https://github.com/pyparsing/pyparsing/releases |
3.1.0 09 Jul 2023 10:19:20 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Update to 3.1.0
Changes: https://github.com/pyparsing/pyparsing/releases |
3.0.9_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.0.9_2 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
3.0.9_1 21 Mar 2023 19:20:58 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
3.0.9 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.9 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.9 13 May 2022 19:30:00 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Update to 3.0.9
Changes: https://github.com/pyparsing/pyparsing/releases |
3.0.8 17 Apr 2022 23:58:19 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Update to 3.0.8
Changes: https://github.com/pyparsing/pyparsing/releases |
3.0.7 25 Jan 2022 19:50:21 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Update to 3.0.7
Changes: https://github.com/pyparsing/pyparsing/releases |
3.0.6 21 Nov 2021 18:20:21 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Update to 3.0.6
Changes: https://github.com/pyparsing/pyparsing/releases |
3.0.4 05 Nov 2021 23:54:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Add DIAGRAMS option |
3.0.4 05 Nov 2021 19:14:11 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyparsing: Update to 3.0.4
Changes: https://github.com/pyparsing/pyparsing/releases |
2.4.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.7 09 Jan 2021 16:34:07 |
antoine |
Remove python 2.7 support from a few ports |
2.4.7 06 Apr 2020 17:33:31 |
sunpoet |
Update to 2.4.7
Changes: https://github.com/pyparsing/pyparsing/releases |
2.4.6 29 Dec 2019 12:54:53 |
sunpoet |
Update to 2.4.6
Changes: https://github.com/pyparsing/pyparsing/releases |
2.4.5 13 Nov 2019 23:35:14 |
sunpoet |
Update to 2.4.5
Changes: https://github.com/pyparsing/pyparsing/releases |
2.4.2 04 Nov 2019 16:01:27 |
sunpoet |
Update to 2.4.2
Changes: https://github.com/pyparsing/pyparsing/releases |
2.4.1.1 27 Jul 2019 11:54:37 |
sunpoet |
Update to 2.4.1.1
Changes: https://github.com/pyparsing/pyparsing/releases |
2.4.0 09 Apr 2019 19:05:15 |
sunpoet |
Update to 2.4.0
Changes: https://github.com/pyparsing/pyparsing/releases |
2.3.1 14 Jan 2019 15:39:03 |
sunpoet |
Update to 2.3.1
Changes: https://github.com/pyparsing/pyparsing/releases
https://github.com/pyparsing/pyparsing/blob/master/CHANGES |
2.3.0 01 Nov 2018 19:14:04 |
sunpoet |
Update to 2.3.0
- Add LICENSE_FILE
Changes: https://github.com/pyparsing/pyparsing/releases
https://github.com/pyparsing/pyparsing/blob/master/CHANGES |
2.2.2 06 Oct 2018 09:34:49 |
sunpoet |
Update to 2.2.2
Changes: https://github.com/pyparsing/pyparsing/releases
https://github.com/pyparsing/pyparsing/blob/master/CHANGES |
2.2.1 19 Sep 2018 19:55:10 |
sunpoet |
Update to 2.2.1
- Update WWW
Changes: https://github.com/pyparsing/pyparsing/releases
https://github.com/pyparsing/pyparsing/blob/master/CHANGES |
2.2.0 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
2.2.0 06 Mar 2017 15:49:36 |
sunpoet |
Update to 2.2.0
Changes: https://sourceforge.net/p/pyparsing/code/HEAD/tree/trunk/src/CHANGES |
2.1.10 19 Nov 2016 17:06:48 |
sunpoet |
- Update to 2.1.10
Changes: https://sourceforge.net/p/pyparsing/code/HEAD/tree/trunk/src/CHANGES |
2.1.5 26 Jun 2016 17:16:18 |
sunpoet |
- Update to 2.1.5
Changes: https://sourceforge.net/p/pyparsing/code/HEAD/tree/trunk/src/CHANGES |
2.1.4 19 May 2016 03:42:35 |
sunpoet |
- Update to 2.1.4
Changes: https://sourceforge.net/p/pyparsing/code/HEAD/tree/trunk/src/CHANGES |
2.1.3 14 May 2016 01:29:42 |
sunpoet |
- Update to 2.1.3
Changes: https://sourceforge.net/p/pyparsing/code/HEAD/tree/trunk/src/CHANGES |
2.1.1 23 Mar 2016 19:24:21 |
sunpoet |
- Update to 2.1.1
Changes: https://sourceforge.net/p/pyparsing/code/HEAD/tree/trunk/src/CHANGES |
2.1.0 06 Mar 2016 06:23:53 |
sunpoet |
- Update to 2.1.0
Changes: https://sourceforge.net/p/pyparsing/code/HEAD/tree/trunk/src/CHANGES |
2.0.5 04 Nov 2015 21:02:37 |
sunpoet |
- Update to 2.0.5
Changes: http://pyparsing.wikispaces.com/News
PR: 204272
Submitted by: John W. O'Brien <john@saltant.com> |
2.0.4 04 Nov 2015 20:11:01 |
sunpoet |
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile |