kopia lustrzana https://github.com/micropython/micropython-lib
top: Remove all empty packages.
rodzic
eae01bd4e4
commit
444b45e431
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.0
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.0
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.2
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.0
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.0
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=package
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.1
|
|
20
csv/setup.py
20
csv/setup.py
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.0
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.2
|
|
20
dbm/setup.py
20
dbm/setup.py
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.2
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.2
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.0
|
|
20
dis/setup.py
20
dis/setup.py
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.0
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.1
|
|
20
imp/setup.py
20
imp/setup.py
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.0
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.0
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.2
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype = dummy
|
|
||||||
type = module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.2
|
|
20
pdb/setup.py
20
pdb/setup.py
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.2
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.1
|
|
|
@ -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'])
|
|
|
@ -1,3 +0,0 @@
|
||||||
srctype=dummy
|
|
||||||
type=module
|
|
||||||
version = 0.0.1
|
|
Some files were not shown because too many files have changed in this diff Show More
Ładowanie…
Reference in New Issue