Up to [cvs.NetBSD.org] / pkgsrc / devel / py-cogapp
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays
py-cogapp: updated to 3.4.1 3.4.1 – March 7 2024 -------------------- - Dropped support for Python 2.7, 3.5, and 3.6, and added 3.11 and 3.12. - Removed the ``cog.py`` installed file. Use the ``cog`` command, or ``python -m cogapp`` to run cog. - Processing long files has been made much faster. Thanks, Panayiotis Gavriil. - Files listing other files to process can now be specified as ``&files_to_cog.txt`` to interpret the file names relative to the location of the list file. The existing ``@files_to_cog.txt`` syntax interprets file names relative to the current working directory. Thanks, Phil Kirkpatrick. - Support FIPS mode computers by marking our MD5 use as not related to security. Thanks, Ryan Santos. - Docs have moved to https://cog.readthedocs.io
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.
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
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.