pkgsrc/devel/py-cogapp/PLIST
yhardy 406b033890 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.
2023-07-22 21:46:57 +00:00

35 lines
1.2 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2023/07/22 21:46:57 yhardy Exp $
bin/cog-${PYVERSSUFFIX}
bin/cog-${PYVERSSUFFIX}.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/cogapp/__init__.py
${PYSITELIB}/cogapp/__init__.pyc
${PYSITELIB}/cogapp/__init__.pyo
${PYSITELIB}/cogapp/__main__.py
${PYSITELIB}/cogapp/__main__.pyc
${PYSITELIB}/cogapp/__main__.pyo
${PYSITELIB}/cogapp/backward.py
${PYSITELIB}/cogapp/backward.pyc
${PYSITELIB}/cogapp/backward.pyo
${PYSITELIB}/cogapp/cogapp.py
${PYSITELIB}/cogapp/cogapp.pyc
${PYSITELIB}/cogapp/cogapp.pyo
${PYSITELIB}/cogapp/makefiles.py
${PYSITELIB}/cogapp/makefiles.pyc
${PYSITELIB}/cogapp/makefiles.pyo
${PYSITELIB}/cogapp/test_cogapp.py
${PYSITELIB}/cogapp/test_cogapp.pyc
${PYSITELIB}/cogapp/test_cogapp.pyo
${PYSITELIB}/cogapp/test_makefiles.py
${PYSITELIB}/cogapp/test_makefiles.pyc
${PYSITELIB}/cogapp/test_makefiles.pyo
${PYSITELIB}/cogapp/test_whiteutils.py
${PYSITELIB}/cogapp/test_whiteutils.pyc
${PYSITELIB}/cogapp/test_whiteutils.pyo
${PYSITELIB}/cogapp/whiteutils.py
${PYSITELIB}/cogapp/whiteutils.pyc
${PYSITELIB}/cogapp/whiteutils.pyo