CVS log for pkgsrc/devel/py-importlab/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / py-importlab
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 12 11:18:39 2025 UTC (11 days, 16 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2
lines
Fix PLIST after py-setuptools update; bump depends and revision
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:11 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:45:36 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
*: clean-up after python38 removal
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Aug 6 11:25:36 2024 UTC (8 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
py-importlab: not for Python 3.8 nor 3.9
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 12 17:12:00 2024 UTC (11 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2
devel/py-importlab: import py-importlab-0.8.1
Importlab is a library for Python that automatically infers
dependencies and calculates a dependency graph. It can perform
dependency ordering of a set of files, including cycle detection.
Importlab's main use case is to work with static analysis tools
that process one file at a time, ensuring that a file's dependencies
are analysed before it is.
CVSweb <webmaster@jp.NetBSD.org>