22fc4e1b6b
Version 0.9.6: * Fix release build by including *.[ch] in Manifest.in Version 0.9.4: * Extract inline C code for syntax highlighting and easier maintenance * Fix Travis build * Always include sys/types.h (musl compatibility) Version 0.9.3: * Do not attempt to use surrogateescape unless it is available Version 0.9.2: * Fix BSD issue w/ lsattr and long attrs * Remove unreachable code Version 0.9.1: * Allow (Python 2) long for fd * Fix Python 3 bytes handling in xattr.tool * Use cffi 1.X features to build native module for faster import https://github.com/xattr/xattr/pull/47 * NOTE: Version 0.9.0 is the same, was momentarily uploaded with incomplete CHANGES.txt Version 0.8.0: * Use os.fsencode where available to better handle filesystem quirks related to surrogates * Options bugfix and compatibility module for pyxattr API Version 0.7.9: * Added xattr/tests/*.py to MANIFEST.in Version 0.7.8: * Added MANIFEST.in to ensure that the .txt files are included Version 0.7.7: * Fixed FreeBSD build
29 lines
1 KiB
Text
29 lines
1 KiB
Text
@comment $NetBSD: PLIST,v 1.5 2019/08/04 11:24:52 adam Exp $
|
|
bin/xattr-${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}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/xattr/__init__.py
|
|
${PYSITELIB}/xattr/__init__.pyc
|
|
${PYSITELIB}/xattr/__init__.pyo
|
|
${PLIST.py2x}${PYSITELIB}/xattr/_lib.so
|
|
${PLIST.py3x}${PYSITELIB}/xattr/_lib.abi3.so
|
|
${PYSITELIB}/xattr/compat.py
|
|
${PYSITELIB}/xattr/compat.pyc
|
|
${PYSITELIB}/xattr/compat.pyo
|
|
${PYSITELIB}/xattr/lib.py
|
|
${PYSITELIB}/xattr/lib.pyc
|
|
${PYSITELIB}/xattr/lib.pyo
|
|
${PYSITELIB}/xattr/lib_build.py
|
|
${PYSITELIB}/xattr/lib_build.pyc
|
|
${PYSITELIB}/xattr/lib_build.pyo
|
|
${PYSITELIB}/xattr/pyxattr_compat.py
|
|
${PYSITELIB}/xattr/pyxattr_compat.pyc
|
|
${PYSITELIB}/xattr/pyxattr_compat.pyo
|
|
${PYSITELIB}/xattr/tool.py
|
|
${PYSITELIB}/xattr/tool.pyc
|
|
${PYSITELIB}/xattr/tool.pyo
|