notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-dparse Parser for Python dependency files
0.6.4 textproc on this many watch lists=2 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.3_1Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-09-03 15:23:25
Last Update: 2024-11-14 06:37:53
Commit Hash: ec52a7a
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://github.com/pyupio/dparse
Description:
Parses and updates Python dependency files. Following files are supported: * requirements.txt * conda.yml * tox.ini * Pipfile * Pifile.lock
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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}dparse>0:textproc/py-dparse@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-dparse/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-dparse
  • pkg install py311-dparse
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-dparse listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dparse
Package flavors (<flavor>: <package>)
  • py311: py311-dparse
distinfo:
TIMESTAMP = 1731238545 SHA256 (dparse-0.6.4.tar.gz) = 90b29c39e3edc36c6284c82c4132648eaf28a01863eb3c231c2512196132201a SIZE (dparse-0.6.4.tar.gz) = 27912

Packages (timestamps in pop-ups are UTC):
py37-dparse
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.5.1-----
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 
py39-dparse
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--0.6.3--0.6.30.6.30.6.3
FreeBSD:14:latest--0.5.1--0.5.1-0.5.1
FreeBSD:14:quarterly-----0.6.30.6.30.6.3
FreeBSD:15:latest--n/a-n/a0.6.30.6.30.6.3
 
py311-dparse
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.3_10.6.4-0.6.3_1----
FreeBSD:13:quarterly0.6.3_10.6.3_1-0.6.3_10.6.3_1---
FreeBSD:14:latest0.6.3_10.6.4-0.6.3_1----
FreeBSD:14:quarterly0.6.3_10.6.3_1-0.6.3_10.6.3_1---
FreeBSD:15:latest0.6.3_10.6.4n/a0.6.3_1n/a---
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatch>0 : devel/py-hatch@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-pytest>=7,1 : devel/py-pytest@py311
  2. python3.11 : lang/python311
Runtime dependencies:
  1. py311-packaging>0 : devel/py-packaging@py311
  2. py311-pyyaml>=0 : devel/py-pyyaml@py311
  3. py311-pipenv>=0 : devel/py-pipenv@py311
  4. py311-poetry>=0 : devel/py-poetry@py311
  5. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py311-dparse-0.6.4: CONDA=on: Enable support for Conda YML parsing PIPENV=on: Enable support to update Python Pipfiles POETRY=on: Enable support for parsing "poetry.lock" files ===> Use 'make config' to modify these settings
Options name:
textproc_py-dparse
USES:
cpe python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/dparse/
  2. https://pypi.org/packages/source/d/dparse/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.4
14 Nov 2024 06:37:53
commit hash: ec52a7ab4857e963d9580d5b520fbadf38d3939fcommit hash: ec52a7ab4857e963d9580d5b520fbadf38d3939fcommit hash: ec52a7ab4857e963d9580d5b520fbadf38d3939fcommit hash: ec52a7ab4857e963d9580d5b520fbadf38d3939f files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
textproc/py-dparse: Update to 0.6.4

* Switch to the PEP517 build framework

* Introduce an additional default option POETRY to reflect the settings
  as noted in pyproject.toml.

Changelog:

https://github.com/pyupio/dparse/compare/0.6.3...0.6.4
0.6.3_1
21 Jul 2024 16:55:40
commit hash: 180cd7365c99492bcd78a06b5070190e6f950245commit hash: 180cd7365c99492bcd78a06b5070190e6f950245commit hash: 180cd7365c99492bcd78a06b5070190e6f950245commit hash: 180cd7365c99492bcd78a06b5070190e6f950245 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/python.mk: Introduce PY_TOMLI

- Convert ports to use PY_TOMLI to simplify Makefile.

The minimal version is set to 2.0.1 because it is required by multiple ports
such as devel/py-poetry.
The upper bound of version is set to 3 because it is limited by devel/py-poetry.

With hat:	python
0.6.3_1
07 Jul 2024 08:05:33
commit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml

- Bump PORTREVISION of dependent ports for dependency change
0.6.3
31 Aug 2023 11:18:01
commit hash: 1bdf5449997cb2ab330504f221f3c5d4b83cab17commit hash: 1bdf5449997cb2ab330504f221f3c5d4b83cab17commit hash: 1bdf5449997cb2ab330504f221f3c5d4b83cab17commit hash: 1bdf5449997cb2ab330504f221f3c5d4b83cab17 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
textproc/py-dparse: Update to 0.6.3

* Add CPE related entries

* Introduce CONDA option to reflect the settings as defined
  in "setup.py"

* Simplify Makefile by switching to USE_PYTHON=pytest

Changelog since 0.5.1:

https://github.com/pyupio/dparse/compare/0.5.1...0.6.3

PR:		270923 [1]
Reported by:	Hubert Tournier [1]
MFH:		2023Q3
Security:	83b29e3f-886f-439f-b9a8-72e014479ff9
0.5.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit This port version is marked as vulnerable.
Rene Ladan (rene) search for other commits by this committer
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>
0.5.1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit This port version is marked as vulnerable.
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.5.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.5.1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.5.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.5.1
09 Dec 2020 11:16:31
Revision:557369Original commit files touched by this commit This port version is marked as vulnerable.
kai search for other commits by this committer
textproc/py-dparse: Update to 0.5.1

* Add default option PIPENV to reflect the requirements given in setup.py.

Changelog:

https://github.com/pyupio/dparse/blob/0.5.1/HISTORY.rst
0.5.0
30 Mar 2020 15:28:52
Revision:529898Original commit files touched by this commit This port version is marked as vulnerable.
kai search for other commits by this committer
textproc/py-dparse: Update to 0.5.0

* Adjust "do-test" target accordingly as the issue with pinned test
  dependencies was fixed by upstream. [1]

Changelog:

* Dropped Python 2.7, 3.3, 3.4 support
* Removed six package
* Removed pinned dependencies of tests [1]
* Dropped setup.py tests support in favor of tox

https://github.com/pyupio/dparse/blob/0.5.0/HISTORY.rst
0.4.1
03 Sep 2019 14:42:17
Revision:510951Original commit files touched by this commit This port version is marked as vulnerable.
kai search for other commits by this committer
[NEW PORT]: textproc/py-dparse

Parses and updates Python dependency files. Following files are supported:

* requirements.txt
* conda.yml
* tox.ini
* Pipfile
* Pifile.lock

WWW: https://github.com/pyupio/dparse

Number of commits found: 13