pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py-mypy



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 28 08:19:10 UTC 2021

Modified Files:
        pkgsrc/lang/py-mypy: Makefile PLIST distinfo

Log Message:
py-mypy: updated to 0.800

Mypy 0.800 was released. This release adds Python 3.9 support, typing usability improvements (PEP 585 and PEP 604), and other features and bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/py-mypy/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/py-mypy/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/py-mypy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-mypy/Makefile
diff -u pkgsrc/lang/py-mypy/Makefile:1.19 pkgsrc/lang/py-mypy/Makefile:1.20
--- pkgsrc/lang/py-mypy/Makefile:1.19   Mon Nov  9 13:36:24 2020
+++ pkgsrc/lang/py-mypy/Makefile        Thu Jan 28 08:19:09 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/11/09 13:36:24 adam Exp $
+# $NetBSD: Makefile,v 1.20 2021/01/28 08:19:09 adam Exp $
 
-DISTNAME=      mypy-0.790
+DISTNAME=      mypy-0.800
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mypy/}

Index: pkgsrc/lang/py-mypy/PLIST
diff -u pkgsrc/lang/py-mypy/PLIST:1.15 pkgsrc/lang/py-mypy/PLIST:1.16
--- pkgsrc/lang/py-mypy/PLIST:1.15      Mon Nov  9 13:36:24 2020
+++ pkgsrc/lang/py-mypy/PLIST   Thu Jan 28 08:19:09 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2020/11/09 13:36:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2021/01/28 08:19:09 adam Exp $
 bin/dmypy-${PYVERSSUFFIX}
 bin/mypy-${PYVERSSUFFIX}
 bin/mypyc-${PYVERSSUFFIX}
@@ -205,6 +205,7 @@ ${PYSITELIB}/mypy/plugins/default.pyo
 ${PYSITELIB}/mypy/plugins/enums.py
 ${PYSITELIB}/mypy/plugins/enums.pyc
 ${PYSITELIB}/mypy/plugins/enums.pyo
+${PYSITELIB}/mypy/py.typed
 ${PYSITELIB}/mypy/reachability.py
 ${PYSITELIB}/mypy/reachability.pyc
 ${PYSITELIB}/mypy/reachability.pyo
@@ -343,6 +344,9 @@ ${PYSITELIB}/mypy/test/data.pyo
 ${PYSITELIB}/mypy/test/helpers.py
 ${PYSITELIB}/mypy/test/helpers.pyc
 ${PYSITELIB}/mypy/test/helpers.pyo
+${PYSITELIB}/mypy/test/test_find_sources.py
+${PYSITELIB}/mypy/test/test_find_sources.pyc
+${PYSITELIB}/mypy/test/test_find_sources.pyo
 ${PYSITELIB}/mypy/test/testapi.py
 ${PYSITELIB}/mypy/test/testapi.pyc
 ${PYSITELIB}/mypy/test/testapi.pyo
@@ -436,6 +440,9 @@ ${PYSITELIB}/mypy/test/testtypegen.pyo
 ${PYSITELIB}/mypy/test/testtypes.py
 ${PYSITELIB}/mypy/test/testtypes.pyc
 ${PYSITELIB}/mypy/test/testtypes.pyo
+${PYSITELIB}/mypy/test/testutil.py
+${PYSITELIB}/mypy/test/testutil.pyc
+${PYSITELIB}/mypy/test/testutil.pyo
 ${PYSITELIB}/mypy/test/typefixture.py
 ${PYSITELIB}/mypy/test/typefixture.pyc
 ${PYSITELIB}/mypy/test/typefixture.pyo
@@ -504,6 +511,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2/_win
 ${PYSITELIB}/mypy/typeshed/stdlib/2/abc.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/ast.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/atexit.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/builtins.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/cPickle.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/cStringIO.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/collections.pyi
@@ -513,7 +521,55 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2/cook
 ${PYSITELIB}/mypy/typeshed/stdlib/2/copy_reg.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/dircache.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/archive_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/bcppcompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/ccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/cmd.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist_dumb.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist_msi.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist_packager.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist_rpm.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/bdist_wininst.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/build.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/build_clib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/build_ext.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/build_py.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/build_scripts.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/check.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/clean.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/config.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install_data.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install_egg_info.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install_headers.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install_lib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/install_scripts.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/register.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/sdist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/command/upload.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/config.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/core.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/cygwinccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/debug.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/dep_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/dir_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/dist.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/emxccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/errors.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/extension.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/fancy_getopt.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/file_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/filelist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/log.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/msvccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/spawn.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/sysconfig.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/text_file.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/unixccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/distutils/version.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/dummy_thread.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/email/MIMEText.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/email/__init__.pyi
@@ -571,6 +627,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2/mult
 ${PYSITELIB}/mypy/typeshed/stdlib/2/multiprocessing/process.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/multiprocessing/util.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/mutex.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/ntpath.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/nturl2path.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/os/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/os/path.pyi
@@ -579,6 +636,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2/pipe
 ${PYSITELIB}/mypy/typeshed/stdlib/2/platform.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/popen2.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/posix.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2/posixpath.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/random.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/re.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2/repr.pyi
@@ -627,6 +685,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/_random.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/_typeshed/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/_typeshed/wsgi.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2and3/_typeshed/xml.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/_warnings.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/_weakref.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/_weakrefset.pyi
@@ -642,7 +701,6 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/binascii.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/binhex.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/bisect.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/builtins.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/bz2.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/cProfile.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/calendar.pyi
@@ -670,52 +728,6 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/decimal.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/difflib.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/dis.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/archive_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/bcppcompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/ccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/cmd.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/bdist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/bdist_dumb.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/bdist_msi.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/bdist_packager.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/bdist_rpm.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/bdist_wininst.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/build.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/build_clib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/build_ext.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/build_py.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/build_scripts.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/check.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/clean.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/config.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/install.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/install_data.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/install_headers.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/install_lib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/install_scripts.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/register.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/command/sdist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/core.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/cygwinccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/debug.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/dep_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/dir_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/dist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/errors.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/extension.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/fancy_getopt.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/file_util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/filelist.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/log.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/msvccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/spawn.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/sysconfig.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/text_file.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/unixccompiler.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/util.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/version.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/doctest.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/dummy_threading.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/ensurepip/__init__.pyi
@@ -762,7 +774,6 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/msvcrt.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/netrc.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/nis.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/ntpath.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/numbers.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/opcode.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/operator.pyi
@@ -774,7 +785,6 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/pkgutil.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/plistlib.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/poplib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/2and3/posixpath.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/pprint.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/profile.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/pstats.pyi
@@ -840,8 +850,12 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/NodeFilter.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/domreg.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/expatbuilder.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/minicompat.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/minidom.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/pulldom.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/dom/xmlbuilder.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementPath.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementTree.pyi
@@ -858,7 +872,6 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/zipfile.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/zipimport.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/2and3/zlib.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/3.6/secrets.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3.7/_py_abc.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3.7/contextvars.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3.7/dataclasses.pyi
@@ -918,6 +931,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/asyn
 ${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/windows_events.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/windows_utils.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/atexit.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/builtins.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/collections/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/collections/abc.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/compileall.pyi
@@ -932,6 +946,55 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/
 ${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/dumb.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/gnu.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/ndbm.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/archive_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/bcppcompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/ccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/cmd.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist_dumb.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist_msi.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist_packager.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist_rpm.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/bdist_wininst.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/build.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/build_clib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/build_ext.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/build_py.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/build_scripts.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/check.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/clean.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/config.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install_data.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install_egg_info.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install_headers.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install_lib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/install_scripts.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/register.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/sdist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/command/upload.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/config.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/core.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/cygwinccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/debug.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/dep_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/dir_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/dist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/errors.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/extension.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/fancy_getopt.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/file_util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/filelist.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/log.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/msvccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/spawn.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/sysconfig.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/text_file.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/unixccompiler.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/util.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/distutils/version.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/email/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/email/charset.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/email/contentmanager.pyi
@@ -992,6 +1055,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/iter
 ${PYSITELIB}/mypy/typeshed/stdlib/3/json/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/json/decoder.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/json/encoder.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/json/tool.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/lzma.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/macurl2path.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/__init__.pyi
@@ -1008,6 +1072,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/mult
 ${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/spawn.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/synchronize.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/nntplib.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/ntpath.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/nturl2path.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/os/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/os/path.pyi
@@ -1015,12 +1080,14 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/path
 ${PYSITELIB}/mypy/typeshed/stdlib/3/pipes.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/platform.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/posix.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/posixpath.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/queue.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/random.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/re.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/reprlib.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/resource.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/runpy.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/secrets.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/selectors.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/shelve.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/shlex.pyi
@@ -1072,16 +1139,20 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/winr
 ${PYSITELIB}/mypy/typeshed/stdlib/3/xmlrpc/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/xmlrpc/client.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/xmlrpc/server.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/xxlimited.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/zipapp.pyi
 ${PYSITELIB}/mypy/typeshed/tests/check_consistent.py
 ${PYSITELIB}/mypy/typeshed/tests/check_consistent.pyc
 ${PYSITELIB}/mypy/typeshed/tests/check_consistent.pyo
-${PYSITELIB}/mypy/typeshed/tests/mypy_selftest.py
-${PYSITELIB}/mypy/typeshed/tests/mypy_selftest.pyc
-${PYSITELIB}/mypy/typeshed/tests/mypy_selftest.pyo
+${PYSITELIB}/mypy/typeshed/tests/mypy_self_check.py
+${PYSITELIB}/mypy/typeshed/tests/mypy_self_check.pyc
+${PYSITELIB}/mypy/typeshed/tests/mypy_self_check.pyo
 ${PYSITELIB}/mypy/typeshed/tests/mypy_test.py
 ${PYSITELIB}/mypy/typeshed/tests/mypy_test.pyc
 ${PYSITELIB}/mypy/typeshed/tests/mypy_test.pyo
+${PYSITELIB}/mypy/typeshed/tests/mypy_test_suite.py
+${PYSITELIB}/mypy/typeshed/tests/mypy_test_suite.pyc
+${PYSITELIB}/mypy/typeshed/tests/mypy_test_suite.pyo
 ${PYSITELIB}/mypy/typeshed/tests/pytype_test.py
 ${PYSITELIB}/mypy/typeshed/tests/pytype_test.pyc
 ${PYSITELIB}/mypy/typeshed/tests/pytype_test.pyo
@@ -1163,61 +1234,6 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
 ${PYSITELIB}/mypy/typeshed/third_party/2/tornado/testing.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2/tornado/util.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2/tornado/web.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/AES.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/ARC2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/ARC4.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/Blowfish.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/CAST.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/DES.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/DES3.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/XOR.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/blockalgo.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/HMAC.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/MD2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/MD4.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/MD5.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/RIPEMD.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/SHA.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/SHA224.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/SHA256.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/SHA384.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/SHA512.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/hashalgo.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Protocol/AllOrNothing.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Protocol/Chaffing.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Protocol/KDF.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Protocol/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/PublicKey/DSA.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/PublicKey/ElGamal.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/PublicKey/RSA.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/PublicKey/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/PublicKey/pubkey.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaAccumulator.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaGenerator.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Random/Fortuna/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Random/OSRNG/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Random/OSRNG/fallback.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Random/OSRNG/posix.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Random/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Random/random.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Signature/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Util/Counter.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Util/RFC1751.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Util/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Util/asn1.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Util/number.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Util/randpool.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Util/strxor.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/pct_warnings.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/atomicwrites/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/attr/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/attr/_version_info.pyi
@@ -1343,7 +1359,9 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/hotp.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/totp.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/x509.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/x509/__init__.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/x509/extensions.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/x509/oid.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/dateparser.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/datetimerange/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/__init__.pyi
@@ -1360,7 +1378,9 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/deprecated/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/deprecated/classic.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/deprecated/sphinx.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/emoji.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/emoji/__init__.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/emoji/core.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/emoji/unicode_codes.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/first.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/app.pyi
@@ -1390,7 +1410,6 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/any_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/any_test_pb2.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/api_pb2.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/compiler/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/compiler/plugin_pb2.pyi
@@ -1405,13 +1424,12 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/decoder.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/encoder.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/enum_type_wrapper.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/extension_dict.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/message_listener.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/python_message.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/well_known_types.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/internal/wire_format.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/json_format.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/map_proto2_unittest_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/map_unittest_pb2.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/message.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/message_factory.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/reflection.pyi
@@ -1419,23 +1437,9 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/source_context_pb2.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/struct_pb2.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/symbol_database.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/test_messages_proto2_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/test_messages_proto3_pb2.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/timestamp_pb2.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/type_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/unittest_arena_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/unittest_custom_options_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/unittest_import_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/unittest_import_public_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/unittest_mset_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/unittest_mset_wire_format_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/unittest_no_arena_import_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/unittest_no_arena_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/unittest_no_generic_services_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/unittest_pb2.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/unittest_proto3_arena_pb2.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/util/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/util/json_format_proto3_pb2.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/wrappers_pb2.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/itsdangerous.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/__init__.pyi
@@ -1462,8 +1466,36 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/utils.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/visitor.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/__init__.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/__meta__.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/blockparser.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/blockprocessors.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/core.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/__init__.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/abbr.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/admonition.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/attr_list.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/codehilite.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/def_list.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/extra.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/fenced_code.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/footnotes.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/legacy_attrs.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/legacy_em.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/md_in_html.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/meta.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/nl2br.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/sane_lists.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/smarty.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/tables.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/toc.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/extensions/wikilinks.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/inlinepatterns.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/pep562.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/postprocessors.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/preprocessors.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/serializers.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/treeprocessors.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/markdown/util.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/markupsafe/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/markupsafe/_compat.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/markupsafe/_constants.pyi
@@ -1480,6 +1512,52 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/mypy_extensions.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/nmap/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/nmap/nmap.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/__init__.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/_version.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/_winapi.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/agent.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/auth_handler.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/ber.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/buffered_pipe.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/channel.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/client.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/common.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/compress.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/config.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/dsskey.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/ecdsakey.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/ed25519key.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/file.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/hostkeys.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_curve25519.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_ecdh_nist.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_gex.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_group1.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_group14.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_group16.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/kex_gss.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/message.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/packet.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/pipe.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/pkey.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/primes.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/proxy.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/py3compat.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/rsakey.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/server.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_attr.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_client.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_file.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_handle.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_server.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/sftp_si.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/ssh_exception.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/ssh_gss.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/transport.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/util.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/paramiko/win_pageant.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/polib.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/vim/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/pyVmomi/vim/event.pyi
@@ -1641,8 +1719,8 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/serializer.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/tokens.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/_os.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/base.pyi
+${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/os.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/threadpool/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/threadpool/binary.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/aiofiles/threadpool/text.pyi
@@ -1659,6 +1737,7 @@ ${PYSITELIB}/mypy/typeshed/third_party/3
 ${PYSITELIB}/mypy/typeshed/third_party/3/filelock/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/freezegun/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/freezegun/api.pyi
+${PYSITELIB}/mypy/typeshed/third_party/3/frozendict.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/jwt/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/jwt/algorithms.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/jwt/contrib/__init__.pyi
@@ -1668,9 +1747,10 @@ ${PYSITELIB}/mypy/typeshed/third_party/3
 ${PYSITELIB}/mypy/typeshed/third_party/3/orjson.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/pkg_resources/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/pkg_resources/py31compat.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/pytest_mock/__init__.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/pytest_mock/_version.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/pytest_mock/plugin.pyi
+${PYSITELIB}/mypy/typeshed/third_party/3/pyrfc3339/__init__.pyi
+${PYSITELIB}/mypy/typeshed/third_party/3/pyrfc3339/generator.pyi
+${PYSITELIB}/mypy/typeshed/third_party/3/pyrfc3339/parser.pyi
+${PYSITELIB}/mypy/typeshed/third_party/3/pyrfc3339/utils.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/six/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi
@@ -1753,9 +1833,16 @@ ${PYSITELIB}/mypy/xml/mypy-html.css
 ${PYSITELIB}/mypy/xml/mypy-html.xslt
 ${PYSITELIB}/mypy/xml/mypy-txt.xslt
 ${PYSITELIB}/mypy/xml/mypy.xsd
+${PYSITELIB}/mypyc/README.md
 ${PYSITELIB}/mypyc/__init__.py
 ${PYSITELIB}/mypyc/__init__.pyc
 ${PYSITELIB}/mypyc/__init__.pyo
+${PYSITELIB}/mypyc/analysis/__init__.py
+${PYSITELIB}/mypyc/analysis/__init__.pyc
+${PYSITELIB}/mypyc/analysis/__init__.pyo
+${PYSITELIB}/mypyc/analysis/dataflow.py
+${PYSITELIB}/mypyc/analysis/dataflow.pyc
+${PYSITELIB}/mypyc/analysis/dataflow.pyo
 ${PYSITELIB}/mypyc/build.py
 ${PYSITELIB}/mypyc/build.pyc
 ${PYSITELIB}/mypyc/build.pyo
@@ -1815,6 +1902,7 @@ ${PYSITELIB}/mypyc/errors.py
 ${PYSITELIB}/mypyc/errors.pyc
 ${PYSITELIB}/mypyc/errors.pyo
 ${PYSITELIB}/mypyc/external/googletest/LICENSE
+${PYSITELIB}/mypyc/external/googletest/README.md
 ${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest-death-test.h
 ${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest-message.h
 ${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest-param-test.h
@@ -1860,9 +1948,6 @@ ${PYSITELIB}/mypyc/ir/__init__.pyo
 ${PYSITELIB}/mypyc/ir/class_ir.py
 ${PYSITELIB}/mypyc/ir/class_ir.pyc
 ${PYSITELIB}/mypyc/ir/class_ir.pyo
-${PYSITELIB}/mypyc/ir/const_int.py
-${PYSITELIB}/mypyc/ir/const_int.pyc
-${PYSITELIB}/mypyc/ir/const_int.pyo
 ${PYSITELIB}/mypyc/ir/func_ir.py
 ${PYSITELIB}/mypyc/ir/func_ir.pyc
 ${PYSITELIB}/mypyc/ir/func_ir.pyo
@@ -1872,6 +1957,9 @@ ${PYSITELIB}/mypyc/ir/module_ir.pyo
 ${PYSITELIB}/mypyc/ir/ops.py
 ${PYSITELIB}/mypyc/ir/ops.pyc
 ${PYSITELIB}/mypyc/ir/ops.pyo
+${PYSITELIB}/mypyc/ir/pprint.py
+${PYSITELIB}/mypyc/ir/pprint.pyc
+${PYSITELIB}/mypyc/ir/pprint.pyo
 ${PYSITELIB}/mypyc/ir/rtypes.py
 ${PYSITELIB}/mypyc/ir/rtypes.pyc
 ${PYSITELIB}/mypyc/ir/rtypes.pyo
@@ -1929,6 +2017,9 @@ ${PYSITELIB}/mypyc/irbuild/specialize.py
 ${PYSITELIB}/mypyc/irbuild/statement.py
 ${PYSITELIB}/mypyc/irbuild/statement.pyc
 ${PYSITELIB}/mypyc/irbuild/statement.pyo
+${PYSITELIB}/mypyc/irbuild/targets.py
+${PYSITELIB}/mypyc/irbuild/targets.pyc
+${PYSITELIB}/mypyc/irbuild/targets.pyo
 ${PYSITELIB}/mypyc/irbuild/util.py
 ${PYSITELIB}/mypyc/irbuild/util.pyc
 ${PYSITELIB}/mypyc/irbuild/util.pyo
@@ -1972,6 +2063,9 @@ ${PYSITELIB}/mypyc/primitives/dict_ops.p
 ${PYSITELIB}/mypyc/primitives/exc_ops.py
 ${PYSITELIB}/mypyc/primitives/exc_ops.pyc
 ${PYSITELIB}/mypyc/primitives/exc_ops.pyo
+${PYSITELIB}/mypyc/primitives/float_ops.py
+${PYSITELIB}/mypyc/primitives/float_ops.pyc
+${PYSITELIB}/mypyc/primitives/float_ops.pyo
 ${PYSITELIB}/mypyc/primitives/generic_ops.py
 ${PYSITELIB}/mypyc/primitives/generic_ops.pyc
 ${PYSITELIB}/mypyc/primitives/generic_ops.pyo
@@ -2007,6 +2101,9 @@ ${PYSITELIB}/mypyc/subtype.pyc
 ${PYSITELIB}/mypyc/subtype.pyo
 ${PYSITELIB}/mypyc/test-data/analysis.test
 ${PYSITELIB}/mypyc/test-data/commandline.test
+${PYSITELIB}/mypyc/test-data/driver/driver.py
+${PYSITELIB}/mypyc/test-data/driver/driver.pyc
+${PYSITELIB}/mypyc/test-data/driver/driver.pyo
 ${PYSITELIB}/mypyc/test-data/exceptions.test
 ${PYSITELIB}/mypyc/test-data/fixtures/ir.py
 ${PYSITELIB}/mypyc/test-data/fixtures/ir.pyc
@@ -2026,14 +2123,17 @@ ${PYSITELIB}/mypyc/test-data/irbuild-nes
 ${PYSITELIB}/mypyc/test-data/irbuild-optional.test
 ${PYSITELIB}/mypyc/test-data/irbuild-set.test
 ${PYSITELIB}/mypyc/test-data/irbuild-statements.test
+${PYSITELIB}/mypyc/test-data/irbuild-str.test
 ${PYSITELIB}/mypyc/test-data/irbuild-strip-asserts.test
 ${PYSITELIB}/mypyc/test-data/irbuild-try.test
 ${PYSITELIB}/mypyc/test-data/irbuild-tuple.test
 ${PYSITELIB}/mypyc/test-data/refcount.test
 ${PYSITELIB}/mypyc/test-data/run-bench.test
+${PYSITELIB}/mypyc/test-data/run-bools.test
 ${PYSITELIB}/mypyc/test-data/run-classes.test
 ${PYSITELIB}/mypyc/test-data/run-dicts.test
 ${PYSITELIB}/mypyc/test-data/run-exceptions.test
+${PYSITELIB}/mypyc/test-data/run-floats.test
 ${PYSITELIB}/mypyc/test-data/run-functions.test
 ${PYSITELIB}/mypyc/test-data/run-generators.test
 ${PYSITELIB}/mypyc/test-data/run-imports.test
@@ -2044,6 +2144,7 @@ ${PYSITELIB}/mypyc/test-data/run-misc.te
 ${PYSITELIB}/mypyc/test-data/run-multimodule.test
 ${PYSITELIB}/mypyc/test-data/run-mypy-sim.test
 ${PYSITELIB}/mypyc/test-data/run-primitives.test
+${PYSITELIB}/mypyc/test-data/run-python38.test
 ${PYSITELIB}/mypyc/test-data/run-sets.test
 ${PYSITELIB}/mypyc/test-data/run-strings.test
 ${PYSITELIB}/mypyc/test-data/run-traits.test
@@ -2081,6 +2182,9 @@ ${PYSITELIB}/mypyc/test/test_irbuild.pyo
 ${PYSITELIB}/mypyc/test/test_namegen.py
 ${PYSITELIB}/mypyc/test/test_namegen.pyc
 ${PYSITELIB}/mypyc/test/test_namegen.pyo
+${PYSITELIB}/mypyc/test/test_pprint.py
+${PYSITELIB}/mypyc/test/test_pprint.pyc
+${PYSITELIB}/mypyc/test/test_pprint.pyo
 ${PYSITELIB}/mypyc/test/test_refcount.py
 ${PYSITELIB}/mypyc/test/test_refcount.pyc
 ${PYSITELIB}/mypyc/test/test_refcount.pyo
@@ -2093,6 +2197,9 @@ ${PYSITELIB}/mypyc/test/test_serializati
 ${PYSITELIB}/mypyc/test/test_struct.py
 ${PYSITELIB}/mypyc/test/test_struct.pyc
 ${PYSITELIB}/mypyc/test/test_struct.pyo
+${PYSITELIB}/mypyc/test/test_subtype.py
+${PYSITELIB}/mypyc/test/test_subtype.pyc
+${PYSITELIB}/mypyc/test/test_subtype.pyo
 ${PYSITELIB}/mypyc/test/test_tuplename.py
 ${PYSITELIB}/mypyc/test/test_tuplename.pyc
 ${PYSITELIB}/mypyc/test/test_tuplename.pyo

Index: pkgsrc/lang/py-mypy/distinfo
diff -u pkgsrc/lang/py-mypy/distinfo:1.17 pkgsrc/lang/py-mypy/distinfo:1.18
--- pkgsrc/lang/py-mypy/distinfo:1.17   Mon Nov  9 13:36:24 2020
+++ pkgsrc/lang/py-mypy/distinfo        Thu Jan 28 08:19:09 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/11/09 13:36:24 adam Exp $
+$NetBSD: distinfo,v 1.18 2021/01/28 08:19:09 adam Exp $
 
-SHA1 (mypy-0.790.tar.gz) = 51ab5882129d37672be937a7631a29fe29686432
-RMD160 (mypy-0.790.tar.gz) = e0b71ede2ddea0fc91060ae4d61fc04b560de15d
-SHA512 (mypy-0.790.tar.gz) = e74dc84c38aee531ad5127c75b27c05f92a84fd008b4ea8a0edac7c93f642c7aba8c9faa3d0042a9c1608021f962012ca6c686df24dc8f4b399961b3ef080a75
-Size (mypy-0.790.tar.gz) = 2587141 bytes
+SHA1 (mypy-0.800.tar.gz) = c5630f869b3d6a221710e067d28e9b9f0708c68b
+RMD160 (mypy-0.800.tar.gz) = 6d9d3193f467a6ea3eeeed97e5ac0857359bcbab
+SHA512 (mypy-0.800.tar.gz) = d01af8f8518eb699351f572d10de9ab4af300da0f7132b8c4400f0fcf3e032af2f159b663635d92c6e51a26ae3d6106632fc5ef306c49e915db15f990a0d4e39
+Size (mypy-0.800.tar.gz) = 2644498 bytes



Home | Main Index | Thread Index | Old Index