non port: devel/py-objgraph/Makefile |
Number of commits found: 8 |
Saturday, 8 Mar 2025
|
04:05 Charlie Li (vishwin)
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
06a08e6 |
Thursday, 24 Oct 2024
|
16:08 Dmitry Marakasov (amdmi3)
devel/py-objgraph: update 3.6.1 → 3.6.2
87477ad |
Tuesday, 27 Feb 2024
|
17:40 Dmitry Marakasov (amdmi3)
devel/py-objgraph: update 3.6.0 → 3.6.1
75668a9 |
Monday, 19 Jun 2023
|
17:14 Dmitry Marakasov (amdmi3)
devel/py-objgraph: update 3.5.0 → 3.6.0
8ab4f26 |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Thursday, 8 Sep 2022
|
20:30 Dmitry Marakasov (amdmi3)
*/*: preserve all WWWs for my ports
15d936e |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 7 Apr 2022
|
18:35 Dmitry Marakasov (amdmi3)
devel/py-objgraph: add port: Draw Python object reference graphs with graphviz
objgraph is a module that lets you visually explore Python object
graphs.
WWW: https://mg.pov.lt/objgraph/
WWW: https://pypi.org/project/objgraph/
WWW: https://github.com/mgedmin/objgraph
adde89e |
Number of commits found: 8 |