diff --git a/array/metadata.txt b/array/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/array/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/array/setup.py b/array/setup.py deleted file mode 100644 index 5dcb7e92..00000000 --- a/array/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-array', - version='0.0.0', - description='Dummy array module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['array']) diff --git a/asyncio/metadata.txt b/asyncio/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/asyncio/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/asyncio/setup.py b/asyncio/setup.py deleted file mode 100644 index 3fbbde43..00000000 --- a/asyncio/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-asyncio', - version='0.0.0', - description='Dummy asyncio module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['asyncio']) diff --git a/binhex/binhex.py b/binhex/binhex.py deleted file mode 100644 index e69de29b..00000000 diff --git a/binhex/metadata.txt b/binhex/metadata.txt deleted file mode 100644 index fda992a9..00000000 --- a/binhex/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.2 diff --git a/binhex/setup.py b/binhex/setup.py deleted file mode 100644 index 6ed9e7a3..00000000 --- a/binhex/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-binhex', - version='0.0.2', - description='Dummy binhex module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['binhex']) diff --git a/calendar/calendar.py b/calendar/calendar.py deleted file mode 100644 index e69de29b..00000000 diff --git a/calendar/metadata.txt b/calendar/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/calendar/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/calendar/setup.py b/calendar/setup.py deleted file mode 100644 index 089b5822..00000000 --- a/calendar/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-calendar', - version='0.0.1', - description='Dummy calendar module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['calendar']) diff --git a/code/code.py b/code/code.py deleted file mode 100644 index e69de29b..00000000 diff --git a/code/metadata.txt b/code/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/code/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/code/setup.py b/code/setup.py deleted file mode 100644 index 7dac8be2..00000000 --- a/code/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-code', - version='0.0.0', - description='Dummy code module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['code']) diff --git a/codecs/codecs.py b/codecs/codecs.py deleted file mode 100644 index e69de29b..00000000 diff --git a/codecs/metadata.txt b/codecs/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/codecs/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/codecs/setup.py b/codecs/setup.py deleted file mode 100644 index 602583ed..00000000 --- a/codecs/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-codecs', - version='0.0.1', - description='Dummy codecs module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['codecs']) diff --git a/codeop/codeop.py b/codeop/codeop.py deleted file mode 100644 index e69de29b..00000000 diff --git a/codeop/metadata.txt b/codeop/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/codeop/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/codeop/setup.py b/codeop/setup.py deleted file mode 100644 index 7b5b03d4..00000000 --- a/codeop/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-codeop', - version='0.0.0', - description='Dummy codeop module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['codeop']) diff --git a/concurrent.futures/concurrent/futures/__init__.py b/concurrent.futures/concurrent/futures/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/concurrent.futures/metadata.txt b/concurrent.futures/metadata.txt deleted file mode 100644 index 0dc8fe82..00000000 --- a/concurrent.futures/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=package -version = 0.0.1 diff --git a/concurrent.futures/setup.py b/concurrent.futures/setup.py deleted file mode 100644 index 80508a64..00000000 --- a/concurrent.futures/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-concurrent.futures', - version='0.0.1', - description='Dummy concurrent.futures module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - packages=['concurrent']) diff --git a/csv/csv.py b/csv/csv.py deleted file mode 100644 index e69de29b..00000000 diff --git a/csv/metadata.txt b/csv/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/csv/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/csv/setup.py b/csv/setup.py deleted file mode 100644 index a945a17e..00000000 --- a/csv/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-csv', - version='0.0.1', - description='Dummy csv module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['csv']) diff --git a/curses/metadata.txt b/curses/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/curses/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/curses/setup.py b/curses/setup.py deleted file mode 100644 index 50a087ef..00000000 --- a/curses/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-curses', - version='0.0.0', - description='Dummy curses module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['curses']) diff --git a/dbm/dbm.py b/dbm/dbm.py deleted file mode 100644 index e69de29b..00000000 diff --git a/dbm/metadata.txt b/dbm/metadata.txt deleted file mode 100644 index fda992a9..00000000 --- a/dbm/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.2 diff --git a/dbm/setup.py b/dbm/setup.py deleted file mode 100644 index 27fa29f4..00000000 --- a/dbm/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-dbm', - version='0.0.2', - description='Dummy dbm module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['dbm']) diff --git a/decimal/decimal.py b/decimal/decimal.py deleted file mode 100644 index e69de29b..00000000 diff --git a/decimal/metadata.txt b/decimal/metadata.txt deleted file mode 100644 index fda992a9..00000000 --- a/decimal/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.2 diff --git a/decimal/setup.py b/decimal/setup.py deleted file mode 100644 index de8d75fb..00000000 --- a/decimal/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-decimal', - version='0.0.2', - description='Dummy decimal module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['decimal']) diff --git a/difflib/difflib.py b/difflib/difflib.py deleted file mode 100644 index e69de29b..00000000 diff --git a/difflib/metadata.txt b/difflib/metadata.txt deleted file mode 100644 index fda992a9..00000000 --- a/difflib/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.2 diff --git a/difflib/setup.py b/difflib/setup.py deleted file mode 100644 index d005d117..00000000 --- a/difflib/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-difflib', - version='0.0.2', - description='Dummy difflib module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['difflib']) diff --git a/dis/metadata.txt b/dis/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/dis/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/dis/setup.py b/dis/setup.py deleted file mode 100644 index d6353ac6..00000000 --- a/dis/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-dis', - version='0.0.0', - description='Dummy dis module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['dis']) diff --git a/dummy_threading/metadata.txt b/dummy_threading/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/dummy_threading/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/dummy_threading/setup.py b/dummy_threading/setup.py deleted file mode 100644 index c00e93c7..00000000 --- a/dummy_threading/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-dummy_threading', - version='0.0.0', - description='Dummy dummy_threading module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['dummy_threading']) diff --git a/formatter/formatter.py b/formatter/formatter.py deleted file mode 100644 index e69de29b..00000000 diff --git a/formatter/metadata.txt b/formatter/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/formatter/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/formatter/setup.py b/formatter/setup.py deleted file mode 100644 index 727461c5..00000000 --- a/formatter/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-formatter', - version='0.0.1', - description='Dummy formatter module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['formatter']) diff --git a/fractions/fractions.py b/fractions/fractions.py deleted file mode 100644 index e69de29b..00000000 diff --git a/fractions/metadata.txt b/fractions/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/fractions/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/fractions/setup.py b/fractions/setup.py deleted file mode 100644 index 3943bbee..00000000 --- a/fractions/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-fractions', - version='0.0.1', - description='Dummy fractions module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['fractions']) diff --git a/ftplib/ftplib.py b/ftplib/ftplib.py deleted file mode 100644 index e69de29b..00000000 diff --git a/ftplib/metadata.txt b/ftplib/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/ftplib/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/ftplib/setup.py b/ftplib/setup.py deleted file mode 100644 index 1b9c2e0a..00000000 --- a/ftplib/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-ftplib', - version='0.0.1', - description='Dummy ftplib module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['ftplib']) diff --git a/getpass/getpass.py b/getpass/getpass.py deleted file mode 100644 index e69de29b..00000000 diff --git a/getpass/metadata.txt b/getpass/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/getpass/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/getpass/setup.py b/getpass/setup.py deleted file mode 100644 index 94a09ea7..00000000 --- a/getpass/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-getpass', - version='0.0.1', - description='Dummy getpass module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['getpass']) diff --git a/imaplib/imaplib.py b/imaplib/imaplib.py deleted file mode 100644 index e69de29b..00000000 diff --git a/imaplib/metadata.txt b/imaplib/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/imaplib/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/imaplib/setup.py b/imaplib/setup.py deleted file mode 100644 index 8035d0d9..00000000 --- a/imaplib/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-imaplib', - version='0.0.1', - description='Dummy imaplib module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['imaplib']) diff --git a/imp/imp.py b/imp/imp.py deleted file mode 100644 index e69de29b..00000000 diff --git a/imp/metadata.txt b/imp/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/imp/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/imp/setup.py b/imp/setup.py deleted file mode 100644 index 5d6c192a..00000000 --- a/imp/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-imp', - version='0.0.1', - description='Dummy imp module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['imp']) diff --git a/importlib/importlib.py b/importlib/importlib.py deleted file mode 100644 index e69de29b..00000000 diff --git a/importlib/metadata.txt b/importlib/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/importlib/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/importlib/setup.py b/importlib/setup.py deleted file mode 100644 index ac28d470..00000000 --- a/importlib/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-importlib', - version='0.0.0', - description='Dummy importlib module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['importlib']) diff --git a/ipaddress/ipaddress.py b/ipaddress/ipaddress.py deleted file mode 100644 index e69de29b..00000000 diff --git a/ipaddress/metadata.txt b/ipaddress/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/ipaddress/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/ipaddress/setup.py b/ipaddress/setup.py deleted file mode 100644 index 26aeed01..00000000 --- a/ipaddress/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-ipaddress', - version='0.0.1', - description='Dummy ipaddress module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['ipaddress']) diff --git a/mailbox/mailbox.py b/mailbox/mailbox.py deleted file mode 100644 index e69de29b..00000000 diff --git a/mailbox/metadata.txt b/mailbox/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/mailbox/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/mailbox/setup.py b/mailbox/setup.py deleted file mode 100644 index 389f2717..00000000 --- a/mailbox/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-mailbox', - version='0.0.1', - description='Dummy mailbox module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['mailbox']) diff --git a/mailcap/mailcap.py b/mailcap/mailcap.py deleted file mode 100644 index e69de29b..00000000 diff --git a/mailcap/metadata.txt b/mailcap/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/mailcap/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/mailcap/setup.py b/mailcap/setup.py deleted file mode 100644 index 7631904d..00000000 --- a/mailcap/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-mailcap', - version='0.0.1', - description='Dummy mailcap module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['mailcap']) diff --git a/math/metadata.txt b/math/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/math/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/math/setup.py b/math/setup.py deleted file mode 100644 index a2aab64c..00000000 --- a/math/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-math', - version='0.0.0', - description='Dummy math module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['math']) diff --git a/mimetypes/metadata.txt b/mimetypes/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/mimetypes/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/mimetypes/mimetypes.py b/mimetypes/mimetypes.py deleted file mode 100644 index e69de29b..00000000 diff --git a/mimetypes/setup.py b/mimetypes/setup.py deleted file mode 100644 index eb02b3f2..00000000 --- a/mimetypes/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-mimetypes', - version='0.0.1', - description='Dummy mimetypes module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['mimetypes']) diff --git a/nntplib/metadata.txt b/nntplib/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/nntplib/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/nntplib/nntplib.py b/nntplib/nntplib.py deleted file mode 100644 index e69de29b..00000000 diff --git a/nntplib/setup.py b/nntplib/setup.py deleted file mode 100644 index f6bcd303..00000000 --- a/nntplib/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-nntplib', - version='0.0.1', - description='Dummy nntplib module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['nntplib']) diff --git a/numbers/metadata.txt b/numbers/metadata.txt deleted file mode 100644 index fda992a9..00000000 --- a/numbers/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.2 diff --git a/numbers/numbers.py b/numbers/numbers.py deleted file mode 100644 index e69de29b..00000000 diff --git a/numbers/setup.py b/numbers/setup.py deleted file mode 100644 index d2cd04b0..00000000 --- a/numbers/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-numbers', - version='0.0.2', - description='Dummy numbers module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['numbers']) diff --git a/optparse/metadata.txt b/optparse/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/optparse/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/optparse/optparse.py b/optparse/optparse.py deleted file mode 100644 index e69de29b..00000000 diff --git a/optparse/setup.py b/optparse/setup.py deleted file mode 100644 index 3223d7fb..00000000 --- a/optparse/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-optparse', - version='0.0.1', - description='Dummy optparse module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['optparse']) diff --git a/pathlib/metadata.txt b/pathlib/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/pathlib/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/pathlib/pathlib.py b/pathlib/pathlib.py deleted file mode 100644 index e69de29b..00000000 diff --git a/pathlib/setup.py b/pathlib/setup.py deleted file mode 100644 index de14368a..00000000 --- a/pathlib/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-pathlib', - version='0.0.1', - description='Dummy pathlib module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['pathlib']) diff --git a/pdb/metadata.txt b/pdb/metadata.txt deleted file mode 100644 index fda992a9..00000000 --- a/pdb/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.2 diff --git a/pdb/pdb.py b/pdb/pdb.py deleted file mode 100644 index e69de29b..00000000 diff --git a/pdb/setup.py b/pdb/setup.py deleted file mode 100644 index 03424749..00000000 --- a/pdb/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-pdb', - version='0.0.2', - description='Dummy pdb module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['pdb']) diff --git a/pickletools/metadata.txt b/pickletools/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/pickletools/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/pickletools/pickletools.py b/pickletools/pickletools.py deleted file mode 100644 index e69de29b..00000000 diff --git a/pickletools/setup.py b/pickletools/setup.py deleted file mode 100644 index ecc13a6e..00000000 --- a/pickletools/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-pickletools', - version='0.0.1', - description='Dummy pickletools module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['pickletools']) diff --git a/platform/metadata.txt b/platform/metadata.txt deleted file mode 100644 index fda992a9..00000000 --- a/platform/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.2 diff --git a/platform/platform.py b/platform/platform.py deleted file mode 100644 index e69de29b..00000000 diff --git a/platform/setup.py b/platform/setup.py deleted file mode 100644 index fb5bb2f4..00000000 --- a/platform/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-platform', - version='0.0.2', - description='Dummy platform module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['platform']) diff --git a/poplib/metadata.txt b/poplib/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/poplib/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/poplib/poplib.py b/poplib/poplib.py deleted file mode 100644 index e69de29b..00000000 diff --git a/poplib/setup.py b/poplib/setup.py deleted file mode 100644 index 81db5c5c..00000000 --- a/poplib/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-poplib', - version='0.0.1', - description='Dummy poplib module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['poplib']) diff --git a/posixpath/metadata.txt b/posixpath/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/posixpath/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/posixpath/posixpath.py b/posixpath/posixpath.py deleted file mode 100644 index e69de29b..00000000 diff --git a/posixpath/setup.py b/posixpath/setup.py deleted file mode 100644 index 4f0d141a..00000000 --- a/posixpath/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-posixpath', - version='0.0.1', - description='Dummy posixpath module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['posixpath']) diff --git a/profile/metadata.txt b/profile/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/profile/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/profile/profile.py b/profile/profile.py deleted file mode 100644 index e69de29b..00000000 diff --git a/profile/setup.py b/profile/setup.py deleted file mode 100644 index 0004cf32..00000000 --- a/profile/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-profile', - version='0.0.1', - description='Dummy profile module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['profile']) diff --git a/pty/metadata.txt b/pty/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/pty/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/pty/pty.py b/pty/pty.py deleted file mode 100644 index e69de29b..00000000 diff --git a/pty/setup.py b/pty/setup.py deleted file mode 100644 index 8d11adc5..00000000 --- a/pty/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-pty', - version='0.0.1', - description='Dummy pty module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['pty']) diff --git a/queue/metadata.txt b/queue/metadata.txt deleted file mode 100644 index fda992a9..00000000 --- a/queue/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.2 diff --git a/queue/queue.py b/queue/queue.py deleted file mode 100644 index e69de29b..00000000 diff --git a/queue/setup.py b/queue/setup.py deleted file mode 100644 index c5d58d40..00000000 --- a/queue/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-queue', - version='0.0.2', - description='Dummy queue module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['queue']) diff --git a/readline/metadata.txt b/readline/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/readline/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/readline/readline.py b/readline/readline.py deleted file mode 100644 index e69de29b..00000000 diff --git a/readline/setup.py b/readline/setup.py deleted file mode 100644 index 1d6fef35..00000000 --- a/readline/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-readline', - version='0.0.0', - description='Dummy readline module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['readline']) diff --git a/reprlib/metadata.txt b/reprlib/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/reprlib/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/reprlib/reprlib.py b/reprlib/reprlib.py deleted file mode 100644 index e69de29b..00000000 diff --git a/reprlib/setup.py b/reprlib/setup.py deleted file mode 100644 index 916f587c..00000000 --- a/reprlib/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-reprlib', - version='0.0.1', - description='Dummy reprlib module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['reprlib']) diff --git a/runpy/metadata.txt b/runpy/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/runpy/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/runpy/runpy.py b/runpy/runpy.py deleted file mode 100644 index e69de29b..00000000 diff --git a/runpy/setup.py b/runpy/setup.py deleted file mode 100644 index 75d4d206..00000000 --- a/runpy/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-runpy', - version='0.0.1', - description='Dummy runpy module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['runpy']) diff --git a/sched/metadata.txt b/sched/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/sched/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/sched/sched.py b/sched/sched.py deleted file mode 100644 index e69de29b..00000000 diff --git a/sched/setup.py b/sched/setup.py deleted file mode 100644 index f2c314c5..00000000 --- a/sched/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-sched', - version='0.0.1', - description='Dummy sched module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['sched']) diff --git a/selectors/metadata.txt b/selectors/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/selectors/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/selectors/selectors.py b/selectors/selectors.py deleted file mode 100644 index e69de29b..00000000 diff --git a/selectors/setup.py b/selectors/setup.py deleted file mode 100644 index 685f08b5..00000000 --- a/selectors/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-selectors', - version='0.0.1', - description='Dummy selectors module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['selectors']) diff --git a/shelve/metadata.txt b/shelve/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/shelve/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/shelve/setup.py b/shelve/setup.py deleted file mode 100644 index 0b5cfb73..00000000 --- a/shelve/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-shelve', - version='0.0.1', - description='Dummy shelve module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['shelve']) diff --git a/shelve/shelve.py b/shelve/shelve.py deleted file mode 100644 index e69de29b..00000000 diff --git a/shlex/metadata.txt b/shlex/metadata.txt deleted file mode 100644 index fda992a9..00000000 --- a/shlex/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.2 diff --git a/shlex/setup.py b/shlex/setup.py deleted file mode 100644 index f4d15777..00000000 --- a/shlex/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-shlex', - version='0.0.2', - description='Dummy shlex module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['shlex']) diff --git a/shlex/shlex.py b/shlex/shlex.py deleted file mode 100644 index e69de29b..00000000 diff --git a/smtplib/metadata.txt b/smtplib/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/smtplib/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/smtplib/setup.py b/smtplib/setup.py deleted file mode 100644 index 2b501865..00000000 --- a/smtplib/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-smtplib', - version='0.0.1', - description='Dummy smtplib module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['smtplib']) diff --git a/smtplib/smtplib.py b/smtplib/smtplib.py deleted file mode 100644 index e69de29b..00000000 diff --git a/socketserver/metadata.txt b/socketserver/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/socketserver/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/socketserver/setup.py b/socketserver/setup.py deleted file mode 100644 index 84e9a041..00000000 --- a/socketserver/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-socketserver', - version='0.0.1', - description='Dummy socketserver module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['socketserver']) diff --git a/socketserver/socketserver.py b/socketserver/socketserver.py deleted file mode 100644 index e69de29b..00000000 diff --git a/statistics/metadata.txt b/statistics/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/statistics/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/statistics/setup.py b/statistics/setup.py deleted file mode 100644 index dd716f0c..00000000 --- a/statistics/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-statistics', - version='0.0.1', - description='Dummy statistics module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['statistics']) diff --git a/statistics/statistics.py b/statistics/statistics.py deleted file mode 100644 index e69de29b..00000000 diff --git a/stringprep/metadata.txt b/stringprep/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/stringprep/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/stringprep/setup.py b/stringprep/setup.py deleted file mode 100644 index 37eeb7c5..00000000 --- a/stringprep/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-stringprep', - version='0.0.1', - description='Dummy stringprep module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['stringprep']) diff --git a/stringprep/stringprep.py b/stringprep/stringprep.py deleted file mode 100644 index e69de29b..00000000 diff --git a/subprocess/metadata.txt b/subprocess/metadata.txt deleted file mode 100644 index fda992a9..00000000 --- a/subprocess/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.2 diff --git a/subprocess/setup.py b/subprocess/setup.py deleted file mode 100644 index b527ac82..00000000 --- a/subprocess/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-subprocess', - version='0.0.2', - description='Dummy subprocess module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['subprocess']) diff --git a/subprocess/subprocess.py b/subprocess/subprocess.py deleted file mode 100644 index e69de29b..00000000 diff --git a/sys/metadata.txt b/sys/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/sys/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/sys/setup.py b/sys/setup.py deleted file mode 100644 index 52d750eb..00000000 --- a/sys/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-sys', - version='0.0.0', - description='Dummy sys module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['sys']) diff --git a/sys/sys.py b/sys/sys.py deleted file mode 100644 index e69de29b..00000000 diff --git a/tarfile/metadata.txt b/tarfile/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/tarfile/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/tarfile/setup.py b/tarfile/setup.py deleted file mode 100644 index ae591e99..00000000 --- a/tarfile/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-tarfile', - version='0.0.1', - description='Dummy tarfile module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['tarfile']) diff --git a/tarfile/tarfile.py b/tarfile/tarfile.py deleted file mode 100644 index e69de29b..00000000 diff --git a/telnetlib/metadata.txt b/telnetlib/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/telnetlib/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/telnetlib/setup.py b/telnetlib/setup.py deleted file mode 100644 index dc0cdb5c..00000000 --- a/telnetlib/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-telnetlib', - version='0.0.1', - description='Dummy telnetlib module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['telnetlib']) diff --git a/telnetlib/telnetlib.py b/telnetlib/telnetlib.py deleted file mode 100644 index e69de29b..00000000 diff --git a/tempfile/metadata.txt b/tempfile/metadata.txt deleted file mode 100644 index fda992a9..00000000 --- a/tempfile/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.2 diff --git a/tempfile/setup.py b/tempfile/setup.py deleted file mode 100644 index e237e9d1..00000000 --- a/tempfile/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-tempfile', - version='0.0.2', - description='Dummy tempfile module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['tempfile']) diff --git a/tempfile/tempfile.py b/tempfile/tempfile.py deleted file mode 100644 index e69de29b..00000000 diff --git a/trace/metadata.txt b/trace/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/trace/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/trace/setup.py b/trace/setup.py deleted file mode 100644 index b91042e4..00000000 --- a/trace/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-trace', - version='0.0.1', - description='Dummy trace module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['trace']) diff --git a/trace/trace.py b/trace/trace.py deleted file mode 100644 index e69de29b..00000000 diff --git a/typing/metadata.txt b/typing/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/typing/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/typing/setup.py b/typing/setup.py deleted file mode 100644 index 2da0b623..00000000 --- a/typing/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-typing', - version='0.0.0', - description='Dummy typing module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['typing']) diff --git a/typing/typing.py b/typing/typing.py deleted file mode 100644 index e69de29b..00000000 diff --git a/urllib/setup.py b/urllib/setup.py deleted file mode 100644 index 1e2257bd..00000000 --- a/urllib/setup.py +++ /dev/null @@ -1,18 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise distutils will peek up our -# module instead of system one. -sys.path.pop(0) -sys.path.insert(0, '..') -from setuptools import setup -import metadata - -NAME = 'urllib' - -setup(name='micropython-' + NAME, - version='0.0.0', - description=metadata.desc_dummy(NAME), - url=metadata.url, - author=metadata.author_upy_devels, - author_email=metadata.author_upy_devels_email, - license='MIT', - py_modules=[NAME]) diff --git a/urllib/urllib.py b/urllib/urllib.py deleted file mode 100644 index e69de29b..00000000 diff --git a/uuid/metadata.txt b/uuid/metadata.txt deleted file mode 100644 index abee00b4..00000000 --- a/uuid/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype=dummy -type=module -version = 0.0.1 diff --git a/uuid/setup.py b/uuid/setup.py deleted file mode 100644 index e498b8e6..00000000 --- a/uuid/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-uuid', - version='0.0.1', - description='Dummy uuid module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['uuid']) diff --git a/uuid/uuid.py b/uuid/uuid.py deleted file mode 100644 index e69de29b..00000000 diff --git a/venv/metadata.txt b/venv/metadata.txt deleted file mode 100644 index 976088c8..00000000 --- a/venv/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.0 diff --git a/venv/setup.py b/venv/setup.py deleted file mode 100644 index 230747c5..00000000 --- a/venv/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-venv', - version='0.0.0', - description='Dummy venv module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['venv']) diff --git a/venv/venv.py b/venv/venv.py deleted file mode 100644 index e69de29b..00000000 diff --git a/zipfile/metadata.txt b/zipfile/metadata.txt deleted file mode 100644 index dc5f60a6..00000000 --- a/zipfile/metadata.txt +++ /dev/null @@ -1,3 +0,0 @@ -srctype = dummy -type = module -version = 0.0.1 diff --git a/zipfile/setup.py b/zipfile/setup.py deleted file mode 100644 index 7c7e4117..00000000 --- a/zipfile/setup.py +++ /dev/null @@ -1,20 +0,0 @@ -import sys -# Remove current dir from sys.path, otherwise setuptools will peek up our -# module instead of system's. -sys.path.pop(0) -from setuptools import setup -sys.path.append("..") -import sdist_upip - -setup(name='micropython-zipfile', - version='0.0.1', - description='Dummy zipfile module for MicroPython', - long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.', - url='https://github.com/micropython/micropython-lib', - author='micropython-lib Developers', - author_email='micro-python@googlegroups.com', - maintainer='micropython-lib Developers', - maintainer_email='micro-python@googlegroups.com', - license='MIT', - cmdclass={'sdist': sdist_upip.sdist}, - py_modules=['zipfile']) diff --git a/zipfile/zipfile.py b/zipfile/zipfile.py deleted file mode 100644 index e69de29b..00000000