Files
pkgsrc-ng/databases/py-pymysql/PLIST
2016-01-21 23:40:00 +01:00

112 lines
4.9 KiB
Plaintext

@comment $NetBSD: PLIST,v 1.2 2015/04/01 02:16:26 rodent Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pymysql/__init__.py
${PYSITELIB}/pymysql/__init__.pyc
${PYSITELIB}/pymysql/__init__.pyo
${PYSITELIB}/pymysql/_compat.py
${PYSITELIB}/pymysql/_compat.pyc
${PYSITELIB}/pymysql/_compat.pyo
${PYSITELIB}/pymysql/_socketio.py
${PYSITELIB}/pymysql/_socketio.pyc
${PYSITELIB}/pymysql/_socketio.pyo
${PYSITELIB}/pymysql/charset.py
${PYSITELIB}/pymysql/charset.pyc
${PYSITELIB}/pymysql/charset.pyo
${PYSITELIB}/pymysql/connections.py
${PYSITELIB}/pymysql/connections.pyc
${PYSITELIB}/pymysql/connections.pyo
${PYSITELIB}/pymysql/constants/CLIENT.py
${PYSITELIB}/pymysql/constants/CLIENT.pyc
${PYSITELIB}/pymysql/constants/CLIENT.pyo
${PYSITELIB}/pymysql/constants/COMMAND.py
${PYSITELIB}/pymysql/constants/COMMAND.pyc
${PYSITELIB}/pymysql/constants/COMMAND.pyo
${PYSITELIB}/pymysql/constants/ER.py
${PYSITELIB}/pymysql/constants/ER.pyc
${PYSITELIB}/pymysql/constants/ER.pyo
${PYSITELIB}/pymysql/constants/FIELD_TYPE.py
${PYSITELIB}/pymysql/constants/FIELD_TYPE.pyc
${PYSITELIB}/pymysql/constants/FIELD_TYPE.pyo
${PYSITELIB}/pymysql/constants/FLAG.py
${PYSITELIB}/pymysql/constants/FLAG.pyc
${PYSITELIB}/pymysql/constants/FLAG.pyo
${PYSITELIB}/pymysql/constants/SERVER_STATUS.py
${PYSITELIB}/pymysql/constants/SERVER_STATUS.pyc
${PYSITELIB}/pymysql/constants/SERVER_STATUS.pyo
${PYSITELIB}/pymysql/constants/__init__.py
${PYSITELIB}/pymysql/constants/__init__.pyc
${PYSITELIB}/pymysql/constants/__init__.pyo
${PYSITELIB}/pymysql/converters.py
${PYSITELIB}/pymysql/converters.pyc
${PYSITELIB}/pymysql/converters.pyo
${PYSITELIB}/pymysql/cursors.py
${PYSITELIB}/pymysql/cursors.pyc
${PYSITELIB}/pymysql/cursors.pyo
${PYSITELIB}/pymysql/err.py
${PYSITELIB}/pymysql/err.pyc
${PYSITELIB}/pymysql/err.pyo
${PYSITELIB}/pymysql/tests/__init__.py
${PYSITELIB}/pymysql/tests/__init__.pyc
${PYSITELIB}/pymysql/tests/__init__.pyo
${PYSITELIB}/pymysql/tests/base.py
${PYSITELIB}/pymysql/tests/base.pyc
${PYSITELIB}/pymysql/tests/base.pyo
${PYSITELIB}/pymysql/tests/test_DictCursor.py
${PYSITELIB}/pymysql/tests/test_DictCursor.pyc
${PYSITELIB}/pymysql/tests/test_DictCursor.pyo
${PYSITELIB}/pymysql/tests/test_SSCursor.py
${PYSITELIB}/pymysql/tests/test_SSCursor.pyc
${PYSITELIB}/pymysql/tests/test_SSCursor.pyo
${PYSITELIB}/pymysql/tests/test_basic.py
${PYSITELIB}/pymysql/tests/test_basic.pyc
${PYSITELIB}/pymysql/tests/test_basic.pyo
${PYSITELIB}/pymysql/tests/test_connection.py
${PYSITELIB}/pymysql/tests/test_connection.pyc
${PYSITELIB}/pymysql/tests/test_connection.pyo
${PYSITELIB}/pymysql/tests/test_cursor.py
${PYSITELIB}/pymysql/tests/test_cursor.pyc
${PYSITELIB}/pymysql/tests/test_cursor.pyo
${PYSITELIB}/pymysql/tests/test_example.py
${PYSITELIB}/pymysql/tests/test_example.pyc
${PYSITELIB}/pymysql/tests/test_example.pyo
${PYSITELIB}/pymysql/tests/test_issues.py
${PYSITELIB}/pymysql/tests/test_issues.pyc
${PYSITELIB}/pymysql/tests/test_issues.pyo
${PYSITELIB}/pymysql/tests/test_load_local.py
${PYSITELIB}/pymysql/tests/test_load_local.pyc
${PYSITELIB}/pymysql/tests/test_load_local.pyo
${PYSITELIB}/pymysql/tests/test_nextset.py
${PYSITELIB}/pymysql/tests/test_nextset.pyc
${PYSITELIB}/pymysql/tests/test_nextset.pyo
${PYSITELIB}/pymysql/tests/thirdparty/__init__.py
${PYSITELIB}/pymysql/tests/thirdparty/__init__.pyc
${PYSITELIB}/pymysql/tests/thirdparty/__init__.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/__init__.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/__init__.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/__init__.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/capabilities.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/capabilities.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/capabilities.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.pyo
${PYSITELIB}/pymysql/times.py
${PYSITELIB}/pymysql/times.pyc
${PYSITELIB}/pymysql/times.pyo
${PYSITELIB}/pymysql/util.py
${PYSITELIB}/pymysql/util.pyc
${PYSITELIB}/pymysql/util.pyo