Sun May 8 07:22:24 2016 UTC ()
Import wip/py-future as devel/py-future.

future is the missing compatibility layer between Python 2 and Python 3.
It allows you to use a single, clean Python 3.x-compatible codebase to
support both Python 2 and Python 3 with minimal overhead.


(wen)
diff -r0 -r1.1 pkgsrc/devel/py-future/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-future/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-future/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-future/distinfo

File Added: pkgsrc/devel/py-future/DESCR
future is the missing compatibility layer between Python 2 and Python 3.
It allows you to use a single, clean Python 3.x-compatible codebase to
support both Python 2 and Python 3 with minimal overhead.

File Added: pkgsrc/devel/py-future/Makefile
# $NetBSD: Makefile,v 1.1 2016/05/08 07:22:24 wen Exp $

DISTNAME=	future-0.15.2
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_PYPI:=f/future/}

MAINTAINER=	gde@llew.me
HOMEPAGE=	https://python-future.org/
COMMENT=	Clean single-source support for Python 3 and 2
LICENSE=	mit

USE_LANGUAGES=	# none

.include "../../lang/python/pyversion.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/py-future/PLIST
@comment $NetBSD: PLIST,v 1.1 2016/05/08 07:22:24 wen Exp $
bin/futurize
bin/pasteurize
${PYSITELIB}/future/__init__.py
${PYSITELIB}/future/__init__.pyc
${PYSITELIB}/future/__init__.pyo
${PYSITELIB}/future/backports/__init__.py
${PYSITELIB}/future/backports/__init__.pyc
${PYSITELIB}/future/backports/__init__.pyo
${PYSITELIB}/future/backports/_markupbase.pyc
${PYSITELIB}/future/backports/_markupbase.pyo
${PYSITELIB}/future/backports/datetime.pyc
${PYSITELIB}/future/backports/datetime.pyo
${PYSITELIB}/future/backports/misc.pyc
${PYSITELIB}/future/backports/misc.pyo
${PYSITELIB}/future/backports/socket.pyc
${PYSITELIB}/future/backports/socket.pyo
${PYSITELIB}/future/backports/socketserver.pyc
${PYSITELIB}/future/backports/socketserver.pyo
${PYSITELIB}/future/backports/total_ordering.pyc
${PYSITELIB}/future/backports/total_ordering.pyo
${PYSITELIB}/future/backports/urllib/__init__.py
${PYSITELIB}/future/backports/urllib/__init__.pyc
${PYSITELIB}/future/backports/urllib/__init__.pyo
${PYSITELIB}/future/backports/urllib/error.pyc
${PYSITELIB}/future/backports/urllib/error.pyo
${PYSITELIB}/future/backports/urllib/parse.pyc
${PYSITELIB}/future/backports/urllib/parse.pyo
${PYSITELIB}/future/backports/urllib/request.pyc
${PYSITELIB}/future/backports/urllib/request.pyo
${PYSITELIB}/future/backports/urllib/response.pyc
${PYSITELIB}/future/backports/urllib/response.pyo
${PYSITELIB}/future/backports/urllib/robotparser.pyc
${PYSITELIB}/future/backports/urllib/robotparser.pyo
${PYSITELIB}/future/backports/xmlrpc/__init__.py
${PYSITELIB}/future/backports/xmlrpc/__init__.pyc
${PYSITELIB}/future/backports/xmlrpc/__init__.pyo
${PYSITELIB}/future/backports/xmlrpc/client.pyc
${PYSITELIB}/future/backports/xmlrpc/client.pyo
${PYSITELIB}/future/backports/xmlrpc/server.pyc
${PYSITELIB}/future/backports/xmlrpc/server.pyo
${PYSITELIB}/future/builtins/__init__.py
${PYSITELIB}/future/builtins/__init__.pyc
${PYSITELIB}/future/builtins/__init__.pyo
${PYSITELIB}/future/builtins/disabled.pyc
${PYSITELIB}/future/builtins/disabled.pyo
${PYSITELIB}/future/builtins/iterators.pyc
${PYSITELIB}/future/builtins/iterators.pyo
${PYSITELIB}/future/builtins/misc.pyc
${PYSITELIB}/future/builtins/misc.pyo
${PYSITELIB}/future/builtins/newnext.pyc
${PYSITELIB}/future/builtins/newnext.pyo
${PYSITELIB}/future/builtins/newround.pyc
${PYSITELIB}/future/builtins/newround.pyo
${PYSITELIB}/future/builtins/newsuper.pyc
${PYSITELIB}/future/builtins/newsuper.pyo
${PYSITELIB}/future/moves/__init__.py
${PYSITELIB}/future/moves/__init__.pyc
${PYSITELIB}/future/moves/__init__.pyo
${PYSITELIB}/future/moves/_dummy_thread.pyc
${PYSITELIB}/future/moves/_dummy_thread.pyo
${PYSITELIB}/future/moves/_markupbase.pyc
${PYSITELIB}/future/moves/_markupbase.pyo
${PYSITELIB}/future/moves/_thread.pyc
${PYSITELIB}/future/moves/_thread.pyo
${PYSITELIB}/future/moves/builtins.pyc
${PYSITELIB}/future/moves/builtins.pyo
${PYSITELIB}/future/moves/collections.pyc
${PYSITELIB}/future/moves/collections.pyo
${PYSITELIB}/future/moves/configparser.pyc
${PYSITELIB}/future/moves/configparser.pyo
${PYSITELIB}/future/moves/copyreg.pyc
${PYSITELIB}/future/moves/copyreg.pyo
${PYSITELIB}/future/moves/itertools.pyc
${PYSITELIB}/future/moves/itertools.pyo
${PYSITELIB}/future/moves/pickle.pyc
${PYSITELIB}/future/moves/pickle.pyo
${PYSITELIB}/future/moves/queue.pyc
${PYSITELIB}/future/moves/queue.pyo
${PYSITELIB}/future/moves/reprlib.pyc
${PYSITELIB}/future/moves/reprlib.pyo
${PYSITELIB}/future/moves/socketserver.pyc
${PYSITELIB}/future/moves/socketserver.pyo
${PYSITELIB}/future/moves/subprocess.pyc
${PYSITELIB}/future/moves/subprocess.pyo
${PYSITELIB}/future/moves/sys.pyc
${PYSITELIB}/future/moves/sys.pyo
${PYSITELIB}/future/moves/winreg.pyc
${PYSITELIB}/future/moves/winreg.pyo
${PYSITELIB}/future/moves/xmlrpc/__init__.py
${PYSITELIB}/future/moves/xmlrpc/__init__.pyc
${PYSITELIB}/future/moves/xmlrpc/__init__.pyo
${PYSITELIB}/future/moves/xmlrpc/client.pyc
${PYSITELIB}/future/moves/xmlrpc/client.pyo
${PYSITELIB}/future/moves/xmlrpc/server.pyc
${PYSITELIB}/future/moves/xmlrpc/server.pyo
${PYSITELIB}/future/standard_library/__init__.py
${PYSITELIB}/future/standard_library/__init__.pyc
${PYSITELIB}/future/standard_library/__init__.pyo
${PYSITELIB}/future/tests/__init__.py
${PYSITELIB}/future/tests/__init__.pyc
${PYSITELIB}/future/tests/__init__.pyo
${PYSITELIB}/future/tests/base.pyc
${PYSITELIB}/future/tests/base.pyo
${PYSITELIB}/future/types/__init__.py
${PYSITELIB}/future/types/__init__.pyc
${PYSITELIB}/future/types/__init__.pyo
${PYSITELIB}/future/types/newbytes.pyc
${PYSITELIB}/future/types/newbytes.pyo
${PYSITELIB}/future/types/newdict.pyc
${PYSITELIB}/future/types/newdict.pyo
${PYSITELIB}/future/types/newint.pyc
${PYSITELIB}/future/types/newint.pyo
${PYSITELIB}/future/types/newlist.pyc
${PYSITELIB}/future/types/newlist.pyo
${PYSITELIB}/future/types/newmemoryview.pyc
${PYSITELIB}/future/types/newmemoryview.pyo
${PYSITELIB}/future/types/newobject.pyc
${PYSITELIB}/future/types/newobject.pyo
${PYSITELIB}/future/types/newopen.pyc
${PYSITELIB}/future/types/newopen.pyo
${PYSITELIB}/future/types/newrange.pyc
${PYSITELIB}/future/types/newrange.pyo
${PYSITELIB}/future/types/newstr.pyc
${PYSITELIB}/future/types/newstr.pyo
${PYSITELIB}/future/utils/__init__.py
${PYSITELIB}/future/utils/__init__.pyc
${PYSITELIB}/future/utils/__init__.pyo
${PYSITELIB}/future/utils/surrogateescape.pyc
${PYSITELIB}/future/utils/surrogateescape.pyo
${PYSITELIB}/libfuturize/__init__.py
${PYSITELIB}/libfuturize/__init__.pyc
${PYSITELIB}/libfuturize/__init__.pyo
${PYSITELIB}/libfuturize/fixer_util.pyc
${PYSITELIB}/libfuturize/fixer_util.pyo
${PYSITELIB}/libfuturize/main.pyc
${PYSITELIB}/libfuturize/main.pyo
${PYSITELIB}/libpasteurize/__init__.py
${PYSITELIB}/libpasteurize/__init__.pyc
${PYSITELIB}/libpasteurize/__init__.pyo
${PYSITELIB}/libpasteurize/main.pyc
${PYSITELIB}/libpasteurize/main.pyo
${PYSITELIB}/past/__init__.py
${PYSITELIB}/past/__init__.pyc
${PYSITELIB}/past/__init__.pyo
${PYSITELIB}/past/builtins/__init__.py
${PYSITELIB}/past/builtins/__init__.pyc
${PYSITELIB}/past/builtins/__init__.pyo
${PYSITELIB}/past/builtins/misc.pyc
${PYSITELIB}/past/builtins/misc.pyo
${PYSITELIB}/past/builtins/noniterators.pyc
${PYSITELIB}/past/builtins/noniterators.pyo
${PYSITELIB}/past/tests/__init__.py
${PYSITELIB}/past/tests/__init__.pyc
${PYSITELIB}/past/tests/__init__.pyo
${PYSITELIB}/past/translation/__init__.py
${PYSITELIB}/past/translation/__init__.pyc
${PYSITELIB}/past/translation/__init__.pyo
${PYSITELIB}/past/types/__init__.py
${PYSITELIB}/past/types/__init__.pyc
${PYSITELIB}/past/types/__init__.pyo
${PYSITELIB}/past/types/basestring.pyc
${PYSITELIB}/past/types/basestring.pyo
${PYSITELIB}/past/types/olddict.pyc
${PYSITELIB}/past/types/olddict.pyo
${PYSITELIB}/past/types/oldstr.pyc
${PYSITELIB}/past/types/oldstr.pyo
${PYSITELIB}/past/utils/__init__.py
${PYSITELIB}/past/utils/__init__.pyc
${PYSITELIB}/past/utils/__init__.pyo
${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.py
${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.pyc
${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.pyo
${PLIST.py2x}${PYSITELIB}/_markupbase/__init__.py
${PLIST.py2x}${PYSITELIB}/_markupbase/__init__.pyc
${PLIST.py2x}${PYSITELIB}/_markupbase/__init__.pyo
${PLIST.py2x}${PYSITELIB}/_thread/__init__.py
${PLIST.py2x}${PYSITELIB}/_thread/__init__.pyc
${PLIST.py2x}${PYSITELIB}/_thread/__init__.pyo
${PLIST.py2x}${PYSITELIB}/builtins/__init__.py
${PLIST.py2x}${PYSITELIB}/builtins/__init__.pyc
${PLIST.py2x}${PYSITELIB}/builtins/__init__.pyo
${PLIST.py2x}${PYSITELIB}/configparser/__init__.py
${PLIST.py2x}${PYSITELIB}/configparser/__init__.pyc
${PLIST.py2x}${PYSITELIB}/configparser/__init__.pyo
${PLIST.py2x}${PYSITELIB}/copyreg/__init__.py
${PLIST.py2x}${PYSITELIB}/copyreg/__init__.pyc
${PLIST.py2x}${PYSITELIB}/copyreg/__init__.pyo
${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PLIST.py2x}${PYSITELIB}/future/backports/_markupbase.py
${PLIST.py2x}${PYSITELIB}/future/backports/datetime.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/__init__.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/__init__.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/__init__.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/_encoded_words.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/_encoded_words.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/_encoded_words.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/_header_value_parser.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/_header_value_parser.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/_header_value_parser.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/_parseaddr.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/_parseaddr.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/_parseaddr.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/_policybase.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/_policybase.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/_policybase.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/base64mime.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/base64mime.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/base64mime.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/charset.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/charset.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/charset.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/encoders.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/encoders.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/encoders.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/errors.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/errors.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/errors.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/feedparser.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/feedparser.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/feedparser.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/generator.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/generator.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/generator.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/header.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/header.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/header.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/headerregistry.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/headerregistry.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/headerregistry.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/iterators.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/iterators.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/iterators.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/message.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/message.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/message.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/__init__.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/__init__.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/__init__.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/application.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/application.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/application.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/audio.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/audio.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/audio.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/base.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/base.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/base.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/image.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/image.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/image.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/message.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/message.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/message.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/multipart.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/multipart.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/multipart.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/nonmultipart.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/nonmultipart.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/nonmultipart.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/text.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/text.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/mime/text.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/parser.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/parser.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/parser.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/policy.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/policy.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/policy.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/quoprimime.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/quoprimime.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/quoprimime.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/email/utils.py
${PLIST.py2x}${PYSITELIB}/future/backports/email/utils.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/email/utils.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/html/__init__.py
${PLIST.py2x}${PYSITELIB}/future/backports/html/__init__.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/html/__init__.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/html/entities.py
${PLIST.py2x}${PYSITELIB}/future/backports/html/entities.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/html/entities.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/html/parser.py
${PLIST.py2x}${PYSITELIB}/future/backports/html/parser.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/html/parser.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/http/__init__.py
${PLIST.py2x}${PYSITELIB}/future/backports/http/__init__.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/http/__init__.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/http/client.py
${PLIST.py2x}${PYSITELIB}/future/backports/http/client.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/http/client.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/http/cookiejar.py
${PLIST.py2x}${PYSITELIB}/future/backports/http/cookiejar.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/http/cookiejar.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/http/cookies.py
${PLIST.py2x}${PYSITELIB}/future/backports/http/cookies.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/http/cookies.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/http/server.py
${PLIST.py2x}${PYSITELIB}/future/backports/http/server.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/http/server.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/misc.py
${PLIST.py2x}${PYSITELIB}/future/backports/socket.py
${PLIST.py2x}${PYSITELIB}/future/backports/socketserver.py
${PLIST.py2x}${PYSITELIB}/future/backports/test/__init__.py
${PLIST.py2x}${PYSITELIB}/future/backports/test/__init__.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/test/__init__.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/test/badcert.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/badkey.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/dh512.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/https_svn_python_org_root.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/keycert.passwd.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/keycert.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/keycert2.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/nokia.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/nullbytecert.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/nullcert.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/pystone.py
${PLIST.py2x}${PYSITELIB}/future/backports/test/pystone.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/test/pystone.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/test/sha256.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_cert.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_key.passwd.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_key.pem
${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_servers.py
${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_servers.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/test/ssl_servers.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/test/support.py
${PLIST.py2x}${PYSITELIB}/future/backports/test/support.pyc
${PLIST.py2x}${PYSITELIB}/future/backports/test/support.pyo
${PLIST.py2x}${PYSITELIB}/future/backports/total_ordering.py
${PLIST.py2x}${PYSITELIB}/future/backports/urllib/error.py
${PLIST.py2x}${PYSITELIB}/future/backports/urllib/parse.py
${PLIST.py2x}${PYSITELIB}/future/backports/urllib/request.py
${PLIST.py2x}${PYSITELIB}/future/backports/urllib/response.py
${PLIST.py2x}${PYSITELIB}/future/backports/urllib/robotparser.py
${PLIST.py2x}${PYSITELIB}/future/backports/xmlrpc/client.py
${PLIST.py2x}${PYSITELIB}/future/backports/xmlrpc/server.py
${PLIST.py2x}${PYSITELIB}/future/builtins/disabled.py
${PLIST.py2x}${PYSITELIB}/future/builtins/iterators.py
${PLIST.py2x}${PYSITELIB}/future/builtins/misc.py
${PLIST.py2x}${PYSITELIB}/future/builtins/newnext.py
${PLIST.py2x}${PYSITELIB}/future/builtins/newround.py
${PLIST.py2x}${PYSITELIB}/future/builtins/newsuper.py
${PLIST.py2x}${PYSITELIB}/future/moves/_dummy_thread.py
${PLIST.py2x}${PYSITELIB}/future/moves/_markupbase.py
${PLIST.py2x}${PYSITELIB}/future/moves/_thread.py
${PLIST.py2x}${PYSITELIB}/future/moves/builtins.py
${PLIST.py2x}${PYSITELIB}/future/moves/collections.py
${PLIST.py2x}${PYSITELIB}/future/moves/configparser.py
${PLIST.py2x}${PYSITELIB}/future/moves/copyreg.py
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/__init__.py
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/__init__.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/__init__.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/dumb.py
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/dumb.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/dumb.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/gnu.py
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/gnu.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/gnu.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/ndbm.py
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/ndbm.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/dbm/ndbm.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/html/__init__.py
${PLIST.py2x}${PYSITELIB}/future/moves/html/__init__.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/html/__init__.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/html/entities.py
${PLIST.py2x}${PYSITELIB}/future/moves/html/entities.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/html/entities.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/html/parser.py
${PLIST.py2x}${PYSITELIB}/future/moves/html/parser.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/html/parser.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/http/__init__.py
${PLIST.py2x}${PYSITELIB}/future/moves/http/__init__.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/http/__init__.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/http/client.py
${PLIST.py2x}${PYSITELIB}/future/moves/http/client.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/http/client.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/http/cookiejar.py
${PLIST.py2x}${PYSITELIB}/future/moves/http/cookiejar.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/http/cookiejar.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/http/cookies.py
${PLIST.py2x}${PYSITELIB}/future/moves/http/cookies.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/http/cookies.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/http/server.py
${PLIST.py2x}${PYSITELIB}/future/moves/http/server.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/http/server.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/itertools.py
${PLIST.py2x}${PYSITELIB}/future/moves/pickle.py
${PLIST.py2x}${PYSITELIB}/future/moves/queue.py
${PLIST.py2x}${PYSITELIB}/future/moves/reprlib.py
${PLIST.py2x}${PYSITELIB}/future/moves/socketserver.py
${PLIST.py2x}${PYSITELIB}/future/moves/subprocess.py
${PLIST.py2x}${PYSITELIB}/future/moves/sys.py
${PLIST.py2x}${PYSITELIB}/future/moves/test/__init__.py
${PLIST.py2x}${PYSITELIB}/future/moves/test/__init__.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/test/__init__.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/test/support.py
${PLIST.py2x}${PYSITELIB}/future/moves/test/support.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/test/support.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/__init__.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/__init__.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/__init__.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/colorchooser.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/colorchooser.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/colorchooser.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/commondialog.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/commondialog.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/commondialog.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/constants.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/constants.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/constants.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dialog.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dialog.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dialog.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dnd.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dnd.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/dnd.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/filedialog.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/filedialog.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/filedialog.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/font.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/font.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/font.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/messagebox.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/messagebox.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/messagebox.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/scrolledtext.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/scrolledtext.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/scrolledtext.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/simpledialog.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/simpledialog.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/simpledialog.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/tix.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/tix.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/tix.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/ttk.py
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/ttk.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/tkinter/ttk.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/__init__.py
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/__init__.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/__init__.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/error.py
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/error.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/error.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/parse.py
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/parse.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/parse.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/request.py
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/request.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/request.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/response.py
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/response.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/response.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/robotparser.py
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/robotparser.pyc
${PLIST.py2x}${PYSITELIB}/future/moves/urllib/robotparser.pyo
${PLIST.py2x}${PYSITELIB}/future/moves/winreg.py
${PLIST.py2x}${PYSITELIB}/future/moves/xmlrpc/client.py
${PLIST.py2x}${PYSITELIB}/future/moves/xmlrpc/server.py
${PLIST.py2x}${PYSITELIB}/future/tests/base.py
${PLIST.py2x}${PYSITELIB}/future/types/newbytes.py
${PLIST.py2x}${PYSITELIB}/future/types/newdict.py
${PLIST.py2x}${PYSITELIB}/future/types/newint.py
${PLIST.py2x}${PYSITELIB}/future/types/newlist.py
${PLIST.py2x}${PYSITELIB}/future/types/newmemoryview.py
${PLIST.py2x}${PYSITELIB}/future/types/newobject.py
${PLIST.py2x}${PYSITELIB}/future/types/newopen.py
${PLIST.py2x}${PYSITELIB}/future/types/newrange.py
${PLIST.py2x}${PYSITELIB}/future/types/newstr.py
${PLIST.py2x}${PYSITELIB}/future/utils/surrogateescape.py
${PLIST.py2x}${PYSITELIB}/html/__init__.py
${PLIST.py2x}${PYSITELIB}/html/__init__.pyc
${PLIST.py2x}${PYSITELIB}/html/__init__.pyo
${PLIST.py2x}${PYSITELIB}/html/entities.py
${PLIST.py2x}${PYSITELIB}/html/entities.pyc
${PLIST.py2x}${PYSITELIB}/html/entities.pyo
${PLIST.py2x}${PYSITELIB}/html/parser.py
${PLIST.py2x}${PYSITELIB}/html/parser.pyc
${PLIST.py2x}${PYSITELIB}/html/parser.pyo
${PLIST.py2x}${PYSITELIB}/http/__init__.py
${PLIST.py2x}${PYSITELIB}/http/__init__.pyc
${PLIST.py2x}${PYSITELIB}/http/__init__.pyo
${PLIST.py2x}${PYSITELIB}/http/client.py
${PLIST.py2x}${PYSITELIB}/http/client.pyc
${PLIST.py2x}${PYSITELIB}/http/client.pyo
${PLIST.py2x}${PYSITELIB}/http/cookiejar.py
${PLIST.py2x}${PYSITELIB}/http/cookiejar.pyc
${PLIST.py2x}${PYSITELIB}/http/cookiejar.pyo
${PLIST.py2x}${PYSITELIB}/http/cookies.py
${PLIST.py2x}${PYSITELIB}/http/cookies.pyc
${PLIST.py2x}${PYSITELIB}/http/cookies.pyo
${PLIST.py2x}${PYSITELIB}/http/server.py
${PLIST.py2x}${PYSITELIB}/http/server.pyc
${PLIST.py2x}${PYSITELIB}/http/server.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixer_util.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/__init__.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/__init__.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/__init__.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_basestring.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_basestring.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_basestring.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_bytes.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_bytes.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_bytes.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_cmp.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_cmp.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_cmp.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_execfile.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_execfile.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_execfile.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_next_call.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_next_call.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_next_call.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_object.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_object.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_object.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_raise.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_raise.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_raise.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.py
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyc
${PLIST.py2x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyo
${PLIST.py2x}${PYSITELIB}/libfuturize/main.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/__init__.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/__init__.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/__init__.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/feature_base.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/feature_base.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/feature_base.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_division.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_division.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_division.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_features.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_features.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_features.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_next.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_next.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_next.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_throw.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_throw.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_throw.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.py
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyc
${PLIST.py2x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyo
${PLIST.py2x}${PYSITELIB}/libpasteurize/main.py
${PLIST.py2x}${PYSITELIB}/past/builtins/misc.py
${PLIST.py2x}${PYSITELIB}/past/builtins/noniterators.py
${PLIST.py2x}${PYSITELIB}/past/types/basestring.py
${PLIST.py2x}${PYSITELIB}/past/types/olddict.py
${PLIST.py2x}${PYSITELIB}/past/types/oldstr.py
${PLIST.py2x}${PYSITELIB}/queue/__init__.py
${PLIST.py2x}${PYSITELIB}/queue/__init__.pyc
${PLIST.py2x}${PYSITELIB}/queue/__init__.pyo
${PLIST.py2x}${PYSITELIB}/reprlib/__init__.py
${PLIST.py2x}${PYSITELIB}/reprlib/__init__.pyc
${PLIST.py2x}${PYSITELIB}/reprlib/__init__.pyo
${PLIST.py2x}${PYSITELIB}/socketserver/__init__.py
${PLIST.py2x}${PYSITELIB}/socketserver/__init__.pyc
${PLIST.py2x}${PYSITELIB}/socketserver/__init__.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/__init__.py
${PLIST.py2x}${PYSITELIB}/tkinter/__init__.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/__init__.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/colorchooser.py
${PLIST.py2x}${PYSITELIB}/tkinter/colorchooser.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/colorchooser.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/commondialog.py
${PLIST.py2x}${PYSITELIB}/tkinter/commondialog.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/commondialog.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/constants.py
${PLIST.py2x}${PYSITELIB}/tkinter/constants.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/constants.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/dialog.py
${PLIST.py2x}${PYSITELIB}/tkinter/dialog.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/dialog.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/dnd.py
${PLIST.py2x}${PYSITELIB}/tkinter/dnd.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/dnd.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/filedialog.py
${PLIST.py2x}${PYSITELIB}/tkinter/filedialog.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/filedialog.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/font.py
${PLIST.py2x}${PYSITELIB}/tkinter/font.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/font.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/messagebox.py
${PLIST.py2x}${PYSITELIB}/tkinter/messagebox.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/messagebox.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/scrolledtext.py
${PLIST.py2x}${PYSITELIB}/tkinter/scrolledtext.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/scrolledtext.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/simpledialog.py
${PLIST.py2x}${PYSITELIB}/tkinter/simpledialog.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/simpledialog.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/tix.py
${PLIST.py2x}${PYSITELIB}/tkinter/tix.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/tix.pyo
${PLIST.py2x}${PYSITELIB}/tkinter/ttk.py
${PLIST.py2x}${PYSITELIB}/tkinter/ttk.pyc
${PLIST.py2x}${PYSITELIB}/tkinter/ttk.pyo
${PLIST.py2x}${PYSITELIB}/winreg/__init__.py
${PLIST.py2x}${PYSITELIB}/winreg/__init__.pyc
${PLIST.py2x}${PYSITELIB}/winreg/__init__.pyo
${PLIST.py2x}${PYSITELIB}/xmlrpc/__init__.py
${PLIST.py2x}${PYSITELIB}/xmlrpc/__init__.pyc
${PLIST.py2x}${PYSITELIB}/xmlrpc/__init__.pyo
${PLIST.py2x}${PYSITELIB}/xmlrpc/client.py
${PLIST.py2x}${PYSITELIB}/xmlrpc/client.pyc
${PLIST.py2x}${PYSITELIB}/xmlrpc/client.pyo
${PLIST.py2x}${PYSITELIB}/xmlrpc/server.py
${PLIST.py2x}${PYSITELIB}/xmlrpc/server.pyc
${PLIST.py2x}${PYSITELIB}/xmlrpc/server.pyo
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PLIST.py3x}${PYSITELIB}/future/backports/_markupbase.py
${PLIST.py3x}${PYSITELIB}/future/backports/datetime.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/__init__.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/__init__.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/__init__.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/_encoded_words.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/_encoded_words.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/_header_value_parser.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/_header_value_parser.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/_parseaddr.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/_parseaddr.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/_policybase.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/_policybase.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/base64mime.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/base64mime.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/charset.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/charset.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/encoders.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/encoders.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/errors.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/errors.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/feedparser.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/feedparser.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/generator.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/generator.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/header.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/header.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/headerregistry.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/headerregistry.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/iterators.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/iterators.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/message.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/message.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/parser.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/parser.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/policy.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/policy.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/quoprimime.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/quoprimime.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/utils.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/utils.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/_encoded_words.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/_header_value_parser.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/_parseaddr.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/_policybase.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/base64mime.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/charset.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/encoders.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/errors.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/feedparser.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/generator.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/header.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/headerregistry.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/iterators.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/message.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/__init__.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/__init__.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/__init__.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/application.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/application.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/audio.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/audio.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/base.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/base.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/image.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/image.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/message.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/message.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/multipart.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/multipart.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/nonmultipart.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/nonmultipart.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/text.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/text.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/application.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/audio.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/base.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/image.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/message.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/multipart.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/nonmultipart.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/mime/text.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/parser.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/policy.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/quoprimime.py
${PLIST.py3x}${PYSITELIB}/future/backports/email/utils.py
${PLIST.py3x}${PYSITELIB}/future/backports/html/__init__.py
${PLIST.py3x}${PYSITELIB}/future/backports/html/__init__.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/html/__init__.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/html/entities.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/html/entities.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/html/parser.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/html/parser.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/html/entities.py
${PLIST.py3x}${PYSITELIB}/future/backports/html/parser.py
${PLIST.py3x}${PYSITELIB}/future/backports/http/__init__.py
${PLIST.py3x}${PYSITELIB}/future/backports/http/__init__.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/http/__init__.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/http/client.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/http/client.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/http/cookiejar.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/http/cookiejar.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/http/cookies.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/http/cookies.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/http/server.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/http/server.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/http/client.py
${PLIST.py3x}${PYSITELIB}/future/backports/http/cookiejar.py
${PLIST.py3x}${PYSITELIB}/future/backports/http/cookies.py
${PLIST.py3x}${PYSITELIB}/future/backports/http/server.py
${PLIST.py3x}${PYSITELIB}/future/backports/misc.py
${PLIST.py3x}${PYSITELIB}/future/backports/socket.py
${PLIST.py3x}${PYSITELIB}/future/backports/socketserver.py
${PLIST.py3x}${PYSITELIB}/future/backports/test/__init__.py
${PLIST.py3x}${PYSITELIB}/future/backports/test/__init__.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/test/__init__.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/test/pystone.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/test/pystone.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_servers.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_servers.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/test/support.pyc
${PLIST.py3x}${PYSITELIB}/future/backports/test/support.pyo
${PLIST.py3x}${PYSITELIB}/future/backports/test/badcert.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/badkey.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/dh512.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/https_svn_python_org_root.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/keycert.passwd.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/keycert.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/keycert2.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/nokia.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/nullbytecert.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/nullcert.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/pystone.py
${PLIST.py3x}${PYSITELIB}/future/backports/test/sha256.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_cert.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_key.passwd.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_key.pem
${PLIST.py3x}${PYSITELIB}/future/backports/test/ssl_servers.py
${PLIST.py3x}${PYSITELIB}/future/backports/test/support.py
${PLIST.py3x}${PYSITELIB}/future/backports/total_ordering.py
${PLIST.py3x}${PYSITELIB}/future/backports/urllib/error.py
${PLIST.py3x}${PYSITELIB}/future/backports/urllib/parse.py
${PLIST.py3x}${PYSITELIB}/future/backports/urllib/request.py
${PLIST.py3x}${PYSITELIB}/future/backports/urllib/response.py
${PLIST.py3x}${PYSITELIB}/future/backports/urllib/robotparser.py
${PLIST.py3x}${PYSITELIB}/future/backports/xmlrpc/client.py
${PLIST.py3x}${PYSITELIB}/future/backports/xmlrpc/server.py
${PLIST.py3x}${PYSITELIB}/future/builtins/disabled.py
${PLIST.py3x}${PYSITELIB}/future/builtins/iterators.py
${PLIST.py3x}${PYSITELIB}/future/builtins/misc.py
${PLIST.py3x}${PYSITELIB}/future/builtins/newnext.py
${PLIST.py3x}${PYSITELIB}/future/builtins/newround.py
${PLIST.py3x}${PYSITELIB}/future/builtins/newsuper.py
${PLIST.py3x}${PYSITELIB}/future/moves/_dummy_thread.py
${PLIST.py3x}${PYSITELIB}/future/moves/_markupbase.py
${PLIST.py3x}${PYSITELIB}/future/moves/_thread.py
${PLIST.py3x}${PYSITELIB}/future/moves/builtins.py
${PLIST.py3x}${PYSITELIB}/future/moves/collections.py
${PLIST.py3x}${PYSITELIB}/future/moves/configparser.py
${PLIST.py3x}${PYSITELIB}/future/moves/copyreg.py
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/__init__.py
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/__init__.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/__init__.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/dumb.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/dumb.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/gnu.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/gnu.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/ndbm.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/ndbm.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/dumb.py
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/gnu.py
${PLIST.py3x}${PYSITELIB}/future/moves/dbm/ndbm.py
${PLIST.py3x}${PYSITELIB}/future/moves/html/__init__.py
${PLIST.py3x}${PYSITELIB}/future/moves/html/__init__.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/html/__init__.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/html/entities.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/html/entities.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/html/parser.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/html/parser.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/html/entities.py
${PLIST.py3x}${PYSITELIB}/future/moves/html/parser.py
${PLIST.py3x}${PYSITELIB}/future/moves/http/__init__.py
${PLIST.py3x}${PYSITELIB}/future/moves/http/__init__.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/http/__init__.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/http/client.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/http/client.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/http/cookiejar.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/http/cookiejar.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/http/cookies.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/http/cookies.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/http/server.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/http/server.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/http/client.py
${PLIST.py3x}${PYSITELIB}/future/moves/http/cookiejar.py
${PLIST.py3x}${PYSITELIB}/future/moves/http/cookies.py
${PLIST.py3x}${PYSITELIB}/future/moves/http/server.py
${PLIST.py3x}${PYSITELIB}/future/moves/itertools.py
${PLIST.py3x}${PYSITELIB}/future/moves/pickle.py
${PLIST.py3x}${PYSITELIB}/future/moves/queue.py
${PLIST.py3x}${PYSITELIB}/future/moves/reprlib.py
${PLIST.py3x}${PYSITELIB}/future/moves/socketserver.py
${PLIST.py3x}${PYSITELIB}/future/moves/subprocess.py
${PLIST.py3x}${PYSITELIB}/future/moves/sys.py
${PLIST.py3x}${PYSITELIB}/future/moves/test/__init__.py
${PLIST.py3x}${PYSITELIB}/future/moves/test/__init__.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/test/__init__.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/test/support.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/test/support.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/test/support.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/__init__.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/__init__.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/__init__.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/colorchooser.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/colorchooser.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/commondialog.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/commondialog.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/constants.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/constants.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dialog.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dialog.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dnd.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dnd.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/filedialog.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/filedialog.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/font.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/font.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/messagebox.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/messagebox.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/scrolledtext.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/scrolledtext.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/simpledialog.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/simpledialog.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/tix.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/tix.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/ttk.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/ttk.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/colorchooser.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/commondialog.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/constants.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dialog.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/dnd.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/filedialog.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/font.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/messagebox.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/scrolledtext.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/simpledialog.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/tix.py
${PLIST.py3x}${PYSITELIB}/future/moves/tkinter/ttk.py
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/__init__.py
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/__init__.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/__init__.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/error.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/error.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/parse.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/parse.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/request.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/request.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/response.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/response.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/robotparser.pyc
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/robotparser.pyo
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/error.py
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/parse.py
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/request.py
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/response.py
${PLIST.py3x}${PYSITELIB}/future/moves/urllib/robotparser.py
${PLIST.py3x}${PYSITELIB}/future/moves/winreg.py
${PLIST.py3x}${PYSITELIB}/future/moves/xmlrpc/client.py
${PLIST.py3x}${PYSITELIB}/future/moves/xmlrpc/server.py
${PLIST.py3x}${PYSITELIB}/future/tests/base.py
${PLIST.py3x}${PYSITELIB}/future/types/newbytes.py
${PLIST.py3x}${PYSITELIB}/future/types/newdict.py
${PLIST.py3x}${PYSITELIB}/future/types/newint.py
${PLIST.py3x}${PYSITELIB}/future/types/newlist.py
${PLIST.py3x}${PYSITELIB}/future/types/newmemoryview.py
${PLIST.py3x}${PYSITELIB}/future/types/newobject.py
${PLIST.py3x}${PYSITELIB}/future/types/newopen.py
${PLIST.py3x}${PYSITELIB}/future/types/newrange.py
${PLIST.py3x}${PYSITELIB}/future/types/newstr.py
${PLIST.py3x}${PYSITELIB}/future/utils/surrogateescape.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixer_util.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/__init__.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/__init__.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/__init__.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_basestring.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_basestring.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_bytes.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_bytes.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_cmp.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_cmp.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_execfile.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_execfile.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_next_call.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_next_call.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_object.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_object.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_raise.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_raise.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyc
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.pyo
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_UserDict.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_absolute_import.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_basestring.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_bytes.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_cmp.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_division_safe.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_execfile.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_builtins.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_future_standard_library_urllib.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_metaclass.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_next_call.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_object.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_oldstr_wrap.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_order___future__imports.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_print_with_import.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_raise.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_remove_old__future__imports.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_keep_u.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_unicode_literals_import.py
${PLIST.py3x}${PYSITELIB}/libfuturize/fixes/fix_xrange_with_import.py
${PLIST.py3x}${PYSITELIB}/libfuturize/main.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/__init__.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/__init__.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/__init__.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/feature_base.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/feature_base.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_division.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_division.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_features.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_features.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_next.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_next.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_throw.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_throw.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyc
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.pyo
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/feature_base.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all__future__imports.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_all_future_builtins.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_add_future_standard_library_import.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_annotations.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_division.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_features.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_fullargspec.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_future_builtins.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_getcwd.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_imports2.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_kwargs.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_memoryview.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_metaclass.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_newstyle.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_next.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_printfunction.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_raise_.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_throw.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/fixes/fix_unpacking.py
${PLIST.py3x}${PYSITELIB}/libpasteurize/main.py
${PLIST.py3x}${PYSITELIB}/past/builtins/misc.py
${PLIST.py3x}${PYSITELIB}/past/builtins/noniterators.py
${PLIST.py3x}${PYSITELIB}/past/types/basestring.py
${PLIST.py3x}${PYSITELIB}/past/types/olddict.py
${PLIST.py3x}${PYSITELIB}/past/types/oldstr.py

File Added: pkgsrc/devel/py-future/distinfo
$NetBSD: distinfo,v 1.1 2016/05/08 07:22:24 wen Exp $

SHA1 (future-0.15.2.tar.gz) = 431bf8ff160e8e785a2f76c3e57c1b6c2b13b41a
RMD160 (future-0.15.2.tar.gz) = 6ed4c6ce80b367724103b3b99a4643180c3f5fa0
SHA512 (future-0.15.2.tar.gz) = 24a0eaf70795efe1644b098c5abbcb0103d9172a5243721f0d26b1cbd108872b6c0616180da8f5507855ddfc7b26bb10a606a64e59d307d39042b346700f77ee
Size (future-0.15.2.tar.gz) = 1583441 bytes