Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,19 @@ +name : python-mypy_extensions +version : 0.4.1 +release : 1 +source : + - https://files.pythonhosted.org/packages/c2/92/3cc05d1206237d54db7b2565a58080a909445330b4f90a6436302a49f0f8/mypy_extensions-0.4.1.tar.gz : 37e0e956f41369209a3d5f34580150bcacfabaa57b33a15c0b25f4b5725e0812 +license : MIT +component : programming.python +summary : Experimental type system extensions for programs checked with the mypy typechecker +description: | + The “mypy_extensions” module defines experimental extensions to the standard “typing” module + that are supported by the mypy typechecker. +builddeps : + - pkgconfig(python3) +rundeps : + - python-mypy +build : | + %python3_setup +install : | + %python3_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,42 @@ + + + python-mypy_extensions + + Justin Berthault + justin.berthault@zaclys.net + + MIT + programming.python + Experimental type system extensions for programs checked with the mypy typechecker + The “mypy_extensions” module defines experimental extensions to the standard “typing” module +that are supported by the mypy typechecker. + + https://solus-project.com/sources/README.Solus + + + python-mypy_extensions + Experimental type system extensions for programs checked with the mypy typechecker + The “mypy_extensions” module defines experimental extensions to the standard “typing” module +that are supported by the mypy typechecker. + + programming.python + + /usr/lib/python3.6/site-packages/__pycache__/mypy_extensions.cpython-36.pyc + /usr/lib/python3.6/site-packages/mypy_extensions-0.4.1-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/mypy_extensions-0.4.1-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/mypy_extensions-0.4.1-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/mypy_extensions-0.4.1-py3.6.egg-info/requires.txt + /usr/lib/python3.6/site-packages/mypy_extensions-0.4.1-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/mypy_extensions.py + + + + + 2018-11-19 + 0.4.1 + Packaging update + Justin Berthault + justin.berthault@zaclys.net + + + \ No newline at end of file