Port details |
- py-dparse Parser for Python dependency files
- 0.6.4 textproc =2 0.6.3_1Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- 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
- ¦ ¦ ¦ ¦
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatch>0 : devel/py-hatch@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-packaging>0 : devel/py-packaging@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-pipenv>=0 : devel/py-pipenv@py311
- py311-poetry>=0 : devel/py-poetry@py311
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.4 14 Nov 2024 06:37:53 |
Kai Knoblich (kai) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
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 |
Kai Knoblich (kai) |
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 |
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> |
0.5.1 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) |
0.5.1 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 ) |
0.5.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.1 09 Dec 2020 11:16:31 |
kai |
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 |
kai |
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 |
kai |
[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 |