CVS log for pkgsrc/devel/py-wasm/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / py-wasm
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Apr 12 21:37:07 2025 UTC (8 days, 20 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -5
lines
Fix PLIST after py-setuptools update; bump depends and revision
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:30 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.7: preferred, colored
Changes since revision 1.7: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Apr 30 13:45:50 2024 UTC (11 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -7
lines
py-wasm: convert to wheel.mk.
Bump PKGREVISION.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:41:09 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2
lines
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:48 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 8 22:06:38 2020 UTC (4 years, 6 months ago) by khorben
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
py-wasm: fix "make reinstall"
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Sep 29 20:02:09 2020 UTC (4 years, 6 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3
lines
py-wasm: Try a different fix.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 29 19:28:11 2020 UTC (4 years, 6 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
py-wasm: Fix DEPENDS.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 29 01:36:09 2020 UTC (4 years, 6 months ago) by khorben
Branches: MAIN
py-wasm: import version 1.2
Python module capable of decoding and disassembling WebAssembly modules
and bytecode, according to the MVP specification of the WASM binary
format.
As there is no official text format defined yet, the text format
implemented doesn't correspond to any existing definition and is a
simple `mnemonic op1, op2, ...` format. Functions are formatted in a
way similar to how Google Chrome does in the debug console.
CVSweb <webmaster@jp.NetBSD.org>