Port details |
- py-line-profiler Line-by-line profiler for Python
- 4.1.3 devel =2 4.1.3Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-08-10 04:18:30
- Last Update: 2024-04-29 07:21:42
- Commit Hash: 7c731e1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/pyutils/line_profiler
- Description:
- line_profiler is a module for doing line-by-line profiling of functions.
kernprof is a convenient script for running either line_profiler or the Python
standard library's cProfile or profile modules, depending on what is available.
- ¦ ¦ ¦ ¦
- 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}line-profiler>0:devel/py-line-profiler@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-line-profiler/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-line-profiler
- pkg install py39-line-profiler
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-line-profiler listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-line-profiler
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1714366087
SHA256 (line_profiler-4.1.3.tar.gz) = e5f1123c3672c3218ba063c23bd64a51159e44649fed6780b993c781fb5ed318
SIZE (line_profiler-4.1.3.tar.gz) = 196850
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:
-
- py39-scikit-build>0 : devel/py-scikit-build@py39
- cmake : devel/cmake-core
- py39-cython3>=0 : lang/cython3@py39
- cython-3.9 : lang/cython@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-coverage>=5.3 : devel/py-coverage@py39
- py39-ipython>=0.13 : devel/ipython@py39
- py39-pytest-cov>=3.0.0 : devel/py-pytest-cov@py39
- py39-ubelt>=1.3.4 : devel/py-ubelt@py39
- py39-xdoctest>=1.1.3 : devel/py-xdoctest@py39
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-line-profiler
- USES:
- 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 |
4.1.3 29 Apr 2024 07:21:42 |
Yuri Victorovich (yuri) |
devel/py-line-profiler: update 4.1.2 → 4.1.3
Reported by: portscout |
4.1.2 12 Mar 2024 19:42:09 |
Yuri Victorovich (yuri) |
devel/py-line-profiler: update 4.1.1 → 4.1.2
Reported by: portscout |
4.1.1 22 Aug 2023 06:55:34 |
Yuri Victorovich (yuri) |
devel/py-line-profiler: Update 4.1.0 → 4.1.1
Reported by: portscout |
4.1.0 21 Aug 2023 17:22:51 |
Yuri Victorovich (yuri) |
devel/py-line-profiler: Update 4.0.3 → 4.1.0
Reported by: portscout |
4.0.3 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> |
4.0.3 06 Mar 2023 09:19:17 |
Yuri Victorovich (yuri) |
devel/py-line-profiler: Update 3.5.1 → 4.0.3
Reported by: portscout |
3.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 |
3.5.1 09 Sep 2022 21:02:04 |
Daniel Engberg (diizzy) |
*/*: Update path set in BUILD_DEPENDS for CMake in more ports
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
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.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 ) |
3.5.1 10 Aug 2022 04:17:31 |
Yuri Victorovich (yuri) |
devel/py-line-profiler: New port: Line-by-line profiler for Python |