pkgsrc/archivers/py-lz4/PLIST
adam ea62c6e059 py-lz4: updated to 3.0.2
v3.0.2:
This release removes py3c from the codebase and strips out unused Python 2 support code. No functional changes are included with this release.

v3.0.1:
This release fixes an issue that prevented the OSX wheels from being published to PyPi, and contains no functional changes.

v3.0.0:
This release:
* Drops support for Python 2 (although some dead code remains for future removal)
* Adds streams support thanks to the hard work of @tSed
* Fixes a performance bug with the frame bindings - thanks to @bjonen for the careful report and reproducer
* Adds Python 3.8 support
2020-05-16 08:31:37 +00:00

25 lines
899 B
Text

@comment $NetBSD: PLIST,v 1.7 2020/05/16 08:31:37 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/lz4/__init__.py
${PYSITELIB}/lz4/__init__.pyc
${PYSITELIB}/lz4/__init__.pyo
${PYSITELIB}/lz4/_version.so
${PYSITELIB}/lz4/block/__init__.py
${PYSITELIB}/lz4/block/__init__.pyc
${PYSITELIB}/lz4/block/__init__.pyo
${PYSITELIB}/lz4/block/_block.so
${PYSITELIB}/lz4/frame/__init__.py
${PYSITELIB}/lz4/frame/__init__.pyc
${PYSITELIB}/lz4/frame/__init__.pyo
${PYSITELIB}/lz4/frame/_frame.so
${PYSITELIB}/lz4/stream/__init__.py
${PYSITELIB}/lz4/stream/__init__.pyc
${PYSITELIB}/lz4/stream/__init__.pyo
${PYSITELIB}/lz4/stream/_stream.so
${PYSITELIB}/lz4/version.py
${PYSITELIB}/lz4/version.pyc
${PYSITELIB}/lz4/version.pyo