notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
py-requirements-detector Find and list requirements of a Python project
1.2.2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-04-05 17:37:25
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
Also Listed In: python
License: MIT
WWW:
https://github.com/landscapeio/requirements-detector
Description:
Requirements Detector is a simple Python tool which attempts to find and list the requirements of a Python project. When run from the root of a Python project, it will try to ascertain which libraries and the versions of those libraries that the project depends on. It uses the following methods in order, in the root of the project: 1. Parse setup.py (if this is successful, the remaining steps are skipped) 2. Parse pyproject.yoml (if a tool.poetry.dependencies section is found, the remaining steps are skipped) 3. Parse requirements.txt or requirements.pip 4. Parse all *.txt and *.pip files inside a folder called requirements 5. Parse all files in the root folder matching *requirements*.txt or reqs.txt (so for example, pip_requirements.txt would match, as would requirements_common.txt)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}requirements-detector>0:devel/py-requirements-detector@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-requirements-detector/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-requirements-detector
  • pkg install py39-requirements-detector
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 py39-requirements-detector listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-requirements-detector
Package flavors (<flavor>: <package>)
  • py39: py39-requirements-detector
distinfo:
TIMESTAMP = 1685162192 SHA256 (requirements_detector-1.2.2.tar.gz) = 3642cd7a5b261d79536c36bb7ecacf2adabd902d2e0e42bfb2ba82515da10501 SIZE (requirements_detector-1.2.2.tar.gz) = 16451

Packages (timestamps in pop-ups are UTC):
py39-requirements-detector
ABIlatestquarterly
FreeBSD:12:aarch64-1.2.2
FreeBSD:12:amd641.2.21.2.2
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i3861.2.21.2.2
FreeBSD:12:mips--
FreeBSD:12:mips64--
FreeBSD:12:powerpc64--
FreeBSD:13:aarch641.2.21.2.2
FreeBSD:13:amd641.2.21.2.2
FreeBSD:13:armv6-1.2.2
FreeBSD:13:armv71.2.21.2.2
FreeBSD:13:i3861.2.21.2.2
FreeBSD:13:mips--
FreeBSD:13:mips64--
FreeBSD:13:powerpc64-1.2.2
FreeBSD:13:riscv64--
FreeBSD:14:aarch641.2.21.2.2
FreeBSD:14:amd641.2.21.2.2
FreeBSD:14:armv6--
FreeBSD:14:armv71.2.21.2.2
FreeBSD:14:i3861.2.21.2.2
FreeBSD:14:mips--
FreeBSD:14:mips64--
FreeBSD:14:powerpc641.2.21.2.2
FreeBSD:14:riscv64--
FreeBSD:15:amd641.2.2-
FreeBSD:15:armv6--
FreeBSD:15:armv71.2.2-
FreeBSD:15:i3861.2.2-
FreeBSD:15:mips64--
FreeBSD:15:powerpc641.2.2-
FreeBSD:15:riscv64--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-poetry-core>=1.0.0 : devel/py-poetry-core@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-astroid>=2.0<3 : devel/py-astroid@py39
  2. py39-packaging>=21.3 : devel/py-packaging@py39
  3. py39-semver>=3.0.0<4 : devel/py-semver@py39
  4. py39-toml>=0.10.2<0.11 : textproc/py-toml@py39
  5. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/py-prospector

Configuration Options:
No options to configure
Options name:
devel_py-requirements-detector
USES:
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/r/requirements_detector/
  2. https://pypi.org/packages/source/r/requirements_detector/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.2
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
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>
1.2.2
27 May 2023 23:44:03
commit hash: a9bfe775eb4b755bca4c8a495620c5c52f9916cbcommit hash: a9bfe775eb4b755bca4c8a495620c5c52f9916cbcommit hash: a9bfe775eb4b755bca4c8a495620c5c52f9916cbcommit hash: a9bfe775eb4b755bca4c8a495620c5c52f9916cb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-requirements-detector: Update to 1.2.2

Changes:	https://github.com/landscapeio/requirements-detector/commits/master
1.2.1
27 Apr 2023 15:46:15
commit hash: 50e53d3367b33e85e6b9acbe949eb17943a9ee04commit hash: 50e53d3367b33e85e6b9acbe949eb17943a9ee04commit hash: 50e53d3367b33e85e6b9acbe949eb17943a9ee04commit hash: 50e53d3367b33e85e6b9acbe949eb17943a9ee04 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-requirements-detector: Update to 1.2.1

Changes:	https://github.com/landscapeio/requirements-detector/commits/master
1.1.0
05 Apr 2023 17:29:40
commit hash: d17af72d4fbb4031c69b983602471ecfdce9e67ecommit hash: d17af72d4fbb4031c69b983602471ecfdce9e67ecommit hash: d17af72d4fbb4031c69b983602471ecfdce9e67ecommit hash: d17af72d4fbb4031c69b983602471ecfdce9e67e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-requirements-detector: Add py-requirements-detector 1.1.0

Requirements Detector is a simple Python tool which attempts to find and list
the requirements of a Python project.

When run from the root of a Python project, it will try to ascertain which
libraries and the versions of those libraries that the project depends on.

It uses the following methods in order, in the root of the project:
 1. Parse setup.py (if this is successful, the remaining steps are skipped)
 2. Parse pyproject.yoml (if a tool.poetry.dependencies section is found, the
    remaining steps are skipped)
 3. Parse requirements.txt or requirements.pip
 4. Parse all *.txt and *.pip files inside a folder called requirements
 5. Parse all files in the root folder matching *requirements*.txt or reqs.txt
    (so for example, pip_requirements.txt would match, as would
    requirements_common.txt)

Number of commits found: 4