Up to [cvs.NetBSD.org] / pkgsrc / devel / py-cogapp
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jul 22 21:46:57 2023 UTC (2 months ago) by yhardy
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
devel/py-cogapp: update to py[0-9]*-cogapp-3.3.0 Version 3.3.0, November 19 2021 * Added the --check option to check whether files would change if run again, for use in continuous integration scenarios. Version 3.2.0, November 7 2021 * Added the -P option to use print() instead of cog.outl() for code output. Version 3.1.0, August 31 2021 * Fix a problem with Python 3.8.10 and 3.9.5 that require absolute paths in sys.path (issue #16). * Python 3.9 and 3.10 are supported. Version 3.0.0, April 2 2019 * Dropped support for Pythons 2.6, 3.3, and 3.4. * Errors occurring during content generation now print accurate tracebacks, showing the correct filename, line number, and source line. * Cog can now (again?) be run as just ãà×Äogãàon the command line. * The -p PROLOGUE option was added to specify Python text to prepend to embedded code. Thanks, Anders Hovmöller. * Wildcards in command line arguments will be expanded by cog to help on Windows. Thanks, Hugh Perkins. * When using implicitly imported "cog", a new module is made for each run. This is important when using the cog API multi-threaded. Thanks, Daniel Murdin. * Moved development to GitHub.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:19 2021 UTC (22 months, 4 weeks ago) by nia
Branch: MAIN
CVS Tags: 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,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:03 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 7 09:21:18 2018 UTC (5 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
py-cogapp: added version 2.5.1 Cog is a file generation tool. It lets you use pieces of Python code as generators in your source files to generate whatever text you need.