pkgsrc/graphics/py-qrcode/PLIST
rodent b155c66880 Version 5.1
pkgsrc changes
--------------
Fix Python interpreter in installed file. Rename bin and man files using
PYVERSSUFFIX in post-install. Add ALTERNATIVES file. Fix PKGMANDIR in setup.py.

ChangeLog
===========

* Make ``qr`` script work in Windows.
* Fixed print_ascii function in Python 3.
* Out-of-bounds code version numbers are handled more consistently with a
  ValueError.
* Much better test coverage (now only officially supporting Python 2.6+)
2014-11-09 16:52:14 +00:00

60 lines
2.1 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2014/11/09 16:52:14 rodent Exp $
bin/qr${PYVERSSUFFIX}
${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}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/qrcode/__init__.py
${PYSITELIB}/qrcode/__init__.pyc
${PYSITELIB}/qrcode/__init__.pyo
${PYSITELIB}/qrcode/base.py
${PYSITELIB}/qrcode/base.pyc
${PYSITELIB}/qrcode/base.pyo
${PYSITELIB}/qrcode/console_scripts.py
${PYSITELIB}/qrcode/console_scripts.pyc
${PYSITELIB}/qrcode/console_scripts.pyo
${PYSITELIB}/qrcode/constants.py
${PYSITELIB}/qrcode/constants.pyc
${PYSITELIB}/qrcode/constants.pyo
${PYSITELIB}/qrcode/exceptions.py
${PYSITELIB}/qrcode/exceptions.pyc
${PYSITELIB}/qrcode/exceptions.pyo
${PYSITELIB}/qrcode/image/__init__.py
${PYSITELIB}/qrcode/image/__init__.pyc
${PYSITELIB}/qrcode/image/__init__.pyo
${PYSITELIB}/qrcode/image/base.py
${PYSITELIB}/qrcode/image/base.pyc
${PYSITELIB}/qrcode/image/base.pyo
${PYSITELIB}/qrcode/image/pil.py
${PYSITELIB}/qrcode/image/pil.pyc
${PYSITELIB}/qrcode/image/pil.pyo
${PYSITELIB}/qrcode/image/pure.py
${PYSITELIB}/qrcode/image/pure.pyc
${PYSITELIB}/qrcode/image/pure.pyo
${PYSITELIB}/qrcode/image/svg.py
${PYSITELIB}/qrcode/image/svg.pyc
${PYSITELIB}/qrcode/image/svg.pyo
${PYSITELIB}/qrcode/main.py
${PYSITELIB}/qrcode/main.pyc
${PYSITELIB}/qrcode/main.pyo
${PYSITELIB}/qrcode/tests/__init__.py
${PYSITELIB}/qrcode/tests/__init__.pyc
${PYSITELIB}/qrcode/tests/__init__.pyo
${PYSITELIB}/qrcode/tests/svg.py
${PYSITELIB}/qrcode/tests/svg.pyc
${PYSITELIB}/qrcode/tests/svg.pyo
${PYSITELIB}/qrcode/tests/test_example.py
${PYSITELIB}/qrcode/tests/test_example.pyc
${PYSITELIB}/qrcode/tests/test_example.pyo
${PYSITELIB}/qrcode/tests/test_qrcode.py
${PYSITELIB}/qrcode/tests/test_qrcode.pyc
${PYSITELIB}/qrcode/tests/test_qrcode.pyo
${PYSITELIB}/qrcode/tests/test_script.py
${PYSITELIB}/qrcode/tests/test_script.pyc
${PYSITELIB}/qrcode/tests/test_script.pyo
${PYSITELIB}/qrcode/util.py
${PYSITELIB}/qrcode/util.pyc
${PYSITELIB}/qrcode/util.pyo
${PKGMANDIR}/man1/qr${PYVERSSUFFIX}.1