./devel/py-cogapp, Code generator for executing Python snippets in source files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.0, Package name: py310-cogapp-3.3.0, Maintainer: pkgsrc-users

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.


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 25.551 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-22 23:46:57 by Yorick Hardy | Files touched by this commit (3) | Package updated
Log message:
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 “cog” 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.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
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
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2018-08-07 11:21:18 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
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.