From ecef7a506ccbf31bbbdc0369d17f1d09543e0442 Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Wed, 13 Jul 2022 13:58:00 +1000 Subject: [PATCH] all: Remove all setup.py files. These are unused and will be replaced with manifest.py. Signed-off-by: Jim Mussared --- micropython/test.support/setup.py | 24 ------------ micropython/uaiohttpclient/setup.py | 24 ------------ micropython/ucontextlib/setup.py | 24 ------------ micropython/udnspkt/setup.py | 24 ------------ micropython/umqtt.robust/setup.py | 24 ------------ micropython/umqtt.simple/setup.py | 24 ------------ micropython/upip/setup.py | 24 ------------ micropython/upysh/setup.py | 24 ------------ micropython/urllib.urequest/setup.py | 24 ------------ micropython/utarfile/setup.py | 24 ------------ micropython/xmltok/setup.py | 24 ------------ python-ecosys/urequests/setup.py | 24 ------------ python-stdlib/__future__/setup.py | 24 ------------ python-stdlib/_markupbase/setup.py | 25 ------------- python-stdlib/abc/setup.py | 24 ------------ python-stdlib/argparse/setup.py | 24 ------------ python-stdlib/base64/setup.py | 25 ------------- python-stdlib/binascii/setup.py | 24 ------------ python-stdlib/bisect/setup.py | 29 --------------- python-stdlib/cgi/setup.py | 24 ------------ python-stdlib/cmd/setup.py | 24 ------------ .../collections.defaultdict/setup.py | 24 ------------ python-stdlib/collections.deque/setup.py | 24 ------------ python-stdlib/collections/setup.py | 24 ------------ python-stdlib/contextlib/setup.py | 25 ------------- python-stdlib/copy/setup.py | 24 ------------ python-stdlib/curses.ascii/setup.py | 24 ------------ python-stdlib/datetime/setup.py | 24 ------------ python-stdlib/email.charset/setup.py | 29 --------------- python-stdlib/email.encoders/setup.py | 31 ---------------- python-stdlib/email.errors/setup.py | 24 ------------ python-stdlib/email.feedparser/setup.py | 30 --------------- python-stdlib/email.header/setup.py | 31 ---------------- python-stdlib/email.internal/setup.py | 37 ------------------- python-stdlib/email.message/setup.py | 33 ----------------- python-stdlib/email.parser/setup.py | 30 --------------- python-stdlib/email.utils/setup.py | 35 ------------------ python-stdlib/errno/setup.py | 24 ------------ python-stdlib/fnmatch/setup.py | 24 ------------ python-stdlib/functools/setup.py | 24 ------------ python-stdlib/getopt/setup.py | 25 ------------- python-stdlib/glob/setup.py | 25 ------------- python-stdlib/gzip/setup.py | 24 ------------ python-stdlib/hashlib/setup.py | 24 ------------ python-stdlib/heapq/setup.py | 24 ------------ python-stdlib/hmac/setup.py | 25 ------------- python-stdlib/html.entities/setup.py | 24 ------------ python-stdlib/html.parser/setup.py | 30 --------------- python-stdlib/html/setup.py | 25 ------------- python-stdlib/http.client/setup.py | 32 ---------------- python-stdlib/inspect/setup.py | 24 ------------ python-stdlib/io/setup.py | 24 ------------ python-stdlib/itertools/setup.py | 24 ------------ python-stdlib/json/setup.py | 18 --------- python-stdlib/locale/setup.py | 24 ------------ python-stdlib/logging/setup.py | 24 ------------ python-stdlib/operator/setup.py | 24 ------------ python-stdlib/os.path/setup.py | 24 ------------ python-stdlib/os/setup.py | 24 ------------ python-stdlib/pickle/setup.py | 24 ------------ python-stdlib/pkg_resources/setup.py | 24 ------------ python-stdlib/pkgutil/setup.py | 25 ------------- python-stdlib/pprint/setup.py | 24 ------------ python-stdlib/pystone/setup.py | 24 ------------ python-stdlib/pystone_lowmem/setup.py | 24 ------------ python-stdlib/quopri/setup.py | 24 ------------ python-stdlib/random/setup.py | 24 ------------ python-stdlib/shutil/setup.py | 24 ------------ python-stdlib/socket/setup.py | 24 ------------ python-stdlib/ssl/setup.py | 24 ------------ python-stdlib/stat/setup.py | 24 ------------ python-stdlib/string/setup.py | 24 ------------ python-stdlib/struct/setup.py | 24 ------------ python-stdlib/test.pystone/setup.py | 24 ------------ python-stdlib/textwrap/setup.py | 24 ------------ python-stdlib/threading/setup.py | 24 ------------ python-stdlib/timeit/setup.py | 31 ---------------- python-stdlib/traceback/setup.py | 24 ------------ python-stdlib/types/setup.py | 13 ------- python-stdlib/unittest/setup.py | 25 ------------- python-stdlib/urllib.parse/setup.py | 29 --------------- python-stdlib/uu/setup.py | 25 ------------- python-stdlib/warnings/setup.py | 24 ------------ unix-ffi/_libc/setup.py | 24 ------------ unix-ffi/fcntl/setup.py | 25 ------------- unix-ffi/ffilib/setup.py | 24 ------------ unix-ffi/gettext/setup.py | 25 ------------- unix-ffi/machine/setup.py | 25 ------------- unix-ffi/multiprocessing/setup.py | 25 ------------- unix-ffi/os/setup.py | 25 ------------- unix-ffi/pwd/setup.py | 25 ------------- unix-ffi/re-pcre/setup.py | 25 ------------- unix-ffi/select/setup.py | 25 ------------- unix-ffi/signal/setup.py | 25 ------------- unix-ffi/sqlite3/setup.py | 25 ------------- unix-ffi/time/setup.py | 25 ------------- unix-ffi/tty/setup.py | 24 ------------ unix-ffi/ucurses/setup.py | 25 ------------- 98 files changed, 2452 deletions(-) delete mode 100644 micropython/test.support/setup.py delete mode 100644 micropython/uaiohttpclient/setup.py delete mode 100644 micropython/ucontextlib/setup.py delete mode 100644 micropython/udnspkt/setup.py delete mode 100644 micropython/umqtt.robust/setup.py delete mode 100644 micropython/umqtt.simple/setup.py delete mode 100644 micropython/upip/setup.py delete mode 100644 micropython/upysh/setup.py delete mode 100644 micropython/urllib.urequest/setup.py delete mode 100644 micropython/utarfile/setup.py delete mode 100644 micropython/xmltok/setup.py delete mode 100644 python-ecosys/urequests/setup.py delete mode 100644 python-stdlib/__future__/setup.py delete mode 100644 python-stdlib/_markupbase/setup.py delete mode 100644 python-stdlib/abc/setup.py delete mode 100644 python-stdlib/argparse/setup.py delete mode 100644 python-stdlib/base64/setup.py delete mode 100644 python-stdlib/binascii/setup.py delete mode 100644 python-stdlib/bisect/setup.py delete mode 100644 python-stdlib/cgi/setup.py delete mode 100644 python-stdlib/cmd/setup.py delete mode 100644 python-stdlib/collections.defaultdict/setup.py delete mode 100644 python-stdlib/collections.deque/setup.py delete mode 100644 python-stdlib/collections/setup.py delete mode 100644 python-stdlib/contextlib/setup.py delete mode 100644 python-stdlib/copy/setup.py delete mode 100644 python-stdlib/curses.ascii/setup.py delete mode 100644 python-stdlib/datetime/setup.py delete mode 100644 python-stdlib/email.charset/setup.py delete mode 100644 python-stdlib/email.encoders/setup.py delete mode 100644 python-stdlib/email.errors/setup.py delete mode 100644 python-stdlib/email.feedparser/setup.py delete mode 100644 python-stdlib/email.header/setup.py delete mode 100644 python-stdlib/email.internal/setup.py delete mode 100644 python-stdlib/email.message/setup.py delete mode 100644 python-stdlib/email.parser/setup.py delete mode 100644 python-stdlib/email.utils/setup.py delete mode 100644 python-stdlib/errno/setup.py delete mode 100644 python-stdlib/fnmatch/setup.py delete mode 100644 python-stdlib/functools/setup.py delete mode 100644 python-stdlib/getopt/setup.py delete mode 100644 python-stdlib/glob/setup.py delete mode 100644 python-stdlib/gzip/setup.py delete mode 100644 python-stdlib/hashlib/setup.py delete mode 100644 python-stdlib/heapq/setup.py delete mode 100644 python-stdlib/hmac/setup.py delete mode 100644 python-stdlib/html.entities/setup.py delete mode 100644 python-stdlib/html.parser/setup.py delete mode 100644 python-stdlib/html/setup.py delete mode 100644 python-stdlib/http.client/setup.py delete mode 100644 python-stdlib/inspect/setup.py delete mode 100644 python-stdlib/io/setup.py delete mode 100644 python-stdlib/itertools/setup.py delete mode 100644 python-stdlib/json/setup.py delete mode 100644 python-stdlib/locale/setup.py delete mode 100644 python-stdlib/logging/setup.py delete mode 100644 python-stdlib/operator/setup.py delete mode 100644 python-stdlib/os.path/setup.py delete mode 100644 python-stdlib/os/setup.py delete mode 100644 python-stdlib/pickle/setup.py delete mode 100644 python-stdlib/pkg_resources/setup.py delete mode 100644 python-stdlib/pkgutil/setup.py delete mode 100644 python-stdlib/pprint/setup.py delete mode 100644 python-stdlib/pystone/setup.py delete mode 100644 python-stdlib/pystone_lowmem/setup.py delete mode 100644 python-stdlib/quopri/setup.py delete mode 100644 python-stdlib/random/setup.py delete mode 100644 python-stdlib/shutil/setup.py delete mode 100644 python-stdlib/socket/setup.py delete mode 100644 python-stdlib/ssl/setup.py delete mode 100644 python-stdlib/stat/setup.py delete mode 100644 python-stdlib/string/setup.py delete mode 100644 python-stdlib/struct/setup.py delete mode 100644 python-stdlib/test.pystone/setup.py delete mode 100644 python-stdlib/textwrap/setup.py delete mode 100644 python-stdlib/threading/setup.py delete mode 100644 python-stdlib/timeit/setup.py delete mode 100644 python-stdlib/traceback/setup.py delete mode 100644 python-stdlib/types/setup.py delete mode 100644 python-stdlib/unittest/setup.py delete mode 100644 python-stdlib/urllib.parse/setup.py delete mode 100644 python-stdlib/uu/setup.py delete mode 100644 python-stdlib/warnings/setup.py delete mode 100644 unix-ffi/_libc/setup.py delete mode 100644 unix-ffi/fcntl/setup.py delete mode 100644 unix-ffi/ffilib/setup.py delete mode 100644 unix-ffi/gettext/setup.py delete mode 100644 unix-ffi/machine/setup.py delete mode 100644 unix-ffi/multiprocessing/setup.py delete mode 100644 unix-ffi/os/setup.py delete mode 100644 unix-ffi/pwd/setup.py delete mode 100644 unix-ffi/re-pcre/setup.py delete mode 100644 unix-ffi/select/setup.py delete mode 100644 unix-ffi/signal/setup.py delete mode 100644 unix-ffi/sqlite3/setup.py delete mode 100644 unix-ffi/time/setup.py delete mode 100644 unix-ffi/tty/setup.py delete mode 100644 unix-ffi/ucurses/setup.py diff --git a/micropython/test.support/setup.py b/micropython/test.support/setup.py deleted file mode 100644 index e24879af..00000000 --- a/micropython/test.support/setup.py +++ /dev/null @@ -1,24 +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-test.support", - version="0.1.3", - description="test.support module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["test"], -) diff --git a/micropython/uaiohttpclient/setup.py b/micropython/uaiohttpclient/setup.py deleted file mode 100644 index 86e7ac5b..00000000 --- a/micropython/uaiohttpclient/setup.py +++ /dev/null @@ -1,24 +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-uaiohttpclient", - version="0.5.1", - description="HTTP client module for MicroPython uasyncio module", - long_description=open("README").read(), - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["uaiohttpclient"], -) diff --git a/micropython/ucontextlib/setup.py b/micropython/ucontextlib/setup.py deleted file mode 100644 index aac090f6..00000000 --- a/micropython/ucontextlib/setup.py +++ /dev/null @@ -1,24 +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-ucontextlib", - version="0.1.1", - description="ucontextlib module for MicroPython", - long_description="Minimal subset of contextlib for MicroPython low-memory ports", - 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="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["ucontextlib"], -) diff --git a/micropython/udnspkt/setup.py b/micropython/udnspkt/setup.py deleted file mode 100644 index f0c8c062..00000000 --- a/micropython/udnspkt/setup.py +++ /dev/null @@ -1,24 +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-udnspkt", - version="0.1", - description="Make and parse DNS packets (Sans I/O approach).", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["udnspkt"], -) diff --git a/micropython/umqtt.robust/setup.py b/micropython/umqtt.robust/setup.py deleted file mode 100644 index f0f23ed8..00000000 --- a/micropython/umqtt.robust/setup.py +++ /dev/null @@ -1,24 +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-umqtt.robust", - version="1.0.1", - description='Lightweight MQTT client for MicroPython ("robust" version).', - long_description=open("README.rst").read(), - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - author_email="micro-python@googlegroups.com", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="MIT", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["umqtt"], -) diff --git a/micropython/umqtt.simple/setup.py b/micropython/umqtt.simple/setup.py deleted file mode 100644 index 4da36993..00000000 --- a/micropython/umqtt.simple/setup.py +++ /dev/null @@ -1,24 +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-umqtt.simple", - version="1.3.4", - description="Lightweight MQTT client for MicroPython.", - long_description=open("README.rst").read(), - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - author_email="micro-python@googlegroups.com", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="MIT", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["umqtt"], -) diff --git a/micropython/upip/setup.py b/micropython/upip/setup.py deleted file mode 100644 index 5e8ff0b2..00000000 --- a/micropython/upip/setup.py +++ /dev/null @@ -1,24 +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-upip", - version="1.2.4", - description="Simple package manager for MicroPython.", - long_description="Simple self-hosted package manager for MicroPython (requires usocket, ussl, uzlib, uctypes builtin modules). Compatible only with packages without custom setup.py code.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["upip", "upip_utarfile"], -) diff --git a/micropython/upysh/setup.py b/micropython/upysh/setup.py deleted file mode 100644 index c1608d31..00000000 --- a/micropython/upysh/setup.py +++ /dev/null @@ -1,24 +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-upysh", - version="0.6.1", - description="Minimalistic file shell using native Python syntax.", - long_description="Minimalistic file shell using native Python syntax.", - 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=["upysh"], -) diff --git a/micropython/urllib.urequest/setup.py b/micropython/urllib.urequest/setup.py deleted file mode 100644 index 5652f54b..00000000 --- a/micropython/urllib.urequest/setup.py +++ /dev/null @@ -1,24 +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-urllib.urequest", - version="0.6", - description="urllib.urequest module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - author_email="micro-python@googlegroups.com", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="MIT", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["urllib"], -) diff --git a/micropython/utarfile/setup.py b/micropython/utarfile/setup.py deleted file mode 100644 index a3d8a862..00000000 --- a/micropython/utarfile/setup.py +++ /dev/null @@ -1,24 +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-utarfile", - version="0.3.2", - description="utarfile module for MicroPython", - long_description="Lightweight tarfile module subset", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["utarfile"], -) diff --git a/micropython/xmltok/setup.py b/micropython/xmltok/setup.py deleted file mode 100644 index 8b8b237c..00000000 --- a/micropython/xmltok/setup.py +++ /dev/null @@ -1,24 +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-xmltok", - version="0.2", - description="xmltok module for MicroPython", - long_description="Simple XML tokenizer", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["xmltok"], -) diff --git a/python-ecosys/urequests/setup.py b/python-ecosys/urequests/setup.py deleted file mode 100644 index 51f1158e..00000000 --- a/python-ecosys/urequests/setup.py +++ /dev/null @@ -1,24 +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-urequests", - version="0.7", - description="urequests module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["urequests"], -) diff --git a/python-stdlib/__future__/setup.py b/python-stdlib/__future__/setup.py deleted file mode 100644 index 9195f702..00000000 --- a/python-stdlib/__future__/setup.py +++ /dev/null @@ -1,24 +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-future", - version="0.0.3", - description="Dummy __future__ 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=["__future__"], -) diff --git a/python-stdlib/_markupbase/setup.py b/python-stdlib/_markupbase/setup.py deleted file mode 100644 index b0c3a6d4..00000000 --- a/python-stdlib/_markupbase/setup.py +++ /dev/null @@ -1,25 +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-_markupbase", - version="3.3.3-1", - description="CPython _markupbase module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["_markupbase"], - install_requires=["micropython-re-pcre"], -) diff --git a/python-stdlib/abc/setup.py b/python-stdlib/abc/setup.py deleted file mode 100644 index 384dfd52..00000000 --- a/python-stdlib/abc/setup.py +++ /dev/null @@ -1,24 +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-abc", - version="0.0.1", - description="Dummy abc 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=["abc"], -) diff --git a/python-stdlib/argparse/setup.py b/python-stdlib/argparse/setup.py deleted file mode 100644 index f43ebd5d..00000000 --- a/python-stdlib/argparse/setup.py +++ /dev/null @@ -1,24 +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-argparse", - version="0.4", - description="argparse module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Damien George", - 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=["argparse"], -) diff --git a/python-stdlib/base64/setup.py b/python-stdlib/base64/setup.py deleted file mode 100644 index bb306611..00000000 --- a/python-stdlib/base64/setup.py +++ /dev/null @@ -1,25 +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-base64", - version="3.3.3-4", - description="CPython base64 module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["base64"], - install_requires=["micropython-binascii", "micropython-re-pcre", "micropython-struct"], -) diff --git a/python-stdlib/binascii/setup.py b/python-stdlib/binascii/setup.py deleted file mode 100644 index 1d8e2343..00000000 --- a/python-stdlib/binascii/setup.py +++ /dev/null @@ -1,24 +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-binascii", - version="2.4.0-5", - description="PyPy binascii module ported to MicroPython", - long_description="This is a module ported from PyPy standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="PyPy Developers", - author_email="pypy-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="MIT", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["binascii"], -) diff --git a/python-stdlib/bisect/setup.py b/python-stdlib/bisect/setup.py deleted file mode 100644 index bc6f3204..00000000 --- a/python-stdlib/bisect/setup.py +++ /dev/null @@ -1,29 +0,0 @@ -import sys - -# Remove current dir from sys.path, otherwise distutils will peek up our -# module instead of system. -sys.path.pop(0) -from setuptools import setup - - -def desc_dummy(name): - return "Dummy %s module to MicroPython" % name - - -def desc_cpython(name): - return "CPython %s module ported to MicroPython" % name - - -NAME = "bisect" - -setup( - name="micropython-" + NAME, - version="0.5", - description=desc_cpython(NAME), - url="https://github.com/micropython/micropython/issues/405", - author="CPython Developers", - maintainer="MicroPython Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - py_modules=[NAME], -) diff --git a/python-stdlib/cgi/setup.py b/python-stdlib/cgi/setup.py deleted file mode 100644 index 0e5ac351..00000000 --- a/python-stdlib/cgi/setup.py +++ /dev/null @@ -1,24 +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-cgi", - version="3.3.3-2", - description="CPython cgi module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["cgi"], -) diff --git a/python-stdlib/cmd/setup.py b/python-stdlib/cmd/setup.py deleted file mode 100644 index 788a7e59..00000000 --- a/python-stdlib/cmd/setup.py +++ /dev/null @@ -1,24 +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-cmd", - version="3.4.0-2", - description="CPython cmd module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["cmd"], -) diff --git a/python-stdlib/collections.defaultdict/setup.py b/python-stdlib/collections.defaultdict/setup.py deleted file mode 100644 index aa0003f7..00000000 --- a/python-stdlib/collections.defaultdict/setup.py +++ /dev/null @@ -1,24 +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-collections.defaultdict", - version="0.3", - description="collections.defaultdict module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - author_email="micro-python@googlegroups.com", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="MIT", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["collections"], -) diff --git a/python-stdlib/collections.deque/setup.py b/python-stdlib/collections.deque/setup.py deleted file mode 100644 index 72dcb00d..00000000 --- a/python-stdlib/collections.deque/setup.py +++ /dev/null @@ -1,24 +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-collections.deque", - version="0.1.3", - description="collections.deque module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["collections"], -) diff --git a/python-stdlib/collections/setup.py b/python-stdlib/collections/setup.py deleted file mode 100644 index 0be48b26..00000000 --- a/python-stdlib/collections/setup.py +++ /dev/null @@ -1,24 +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-collections", - version="0.1.2", - description="collections module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["collections"], -) diff --git a/python-stdlib/contextlib/setup.py b/python-stdlib/contextlib/setup.py deleted file mode 100644 index eb375a75..00000000 --- a/python-stdlib/contextlib/setup.py +++ /dev/null @@ -1,25 +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-contextlib", - version="3.4.2-4", - description="CPython contextlib module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["contextlib"], - install_requires=["micropython-ucontextlib", "micropython-collections"], -) diff --git a/python-stdlib/copy/setup.py b/python-stdlib/copy/setup.py deleted file mode 100644 index 45fd26eb..00000000 --- a/python-stdlib/copy/setup.py +++ /dev/null @@ -1,24 +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-copy", - version="3.3.3-2", - description="CPython copy module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["copy"], -) diff --git a/python-stdlib/curses.ascii/setup.py b/python-stdlib/curses.ascii/setup.py deleted file mode 100644 index 9bcd9dd4..00000000 --- a/python-stdlib/curses.ascii/setup.py +++ /dev/null @@ -1,24 +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.ascii", - version="3.4.2-1", - description="CPython curses.ascii module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["curses"], -) diff --git a/python-stdlib/datetime/setup.py b/python-stdlib/datetime/setup.py deleted file mode 100644 index e925aa2f..00000000 --- a/python-stdlib/datetime/setup.py +++ /dev/null @@ -1,24 +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-datetime", - version="4.0.0", - description="datetime module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["datetime"], -) diff --git a/python-stdlib/email.charset/setup.py b/python-stdlib/email.charset/setup.py deleted file mode 100644 index 774c3d4d..00000000 --- a/python-stdlib/email.charset/setup.py +++ /dev/null @@ -1,29 +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-email.charset", - version="0.5.1", - description="CPython email.charset module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["email"], - install_requires=[ - "micropython-functools", - "micropython-email.encoders", - "micropython-email.errors", - ], -) diff --git a/python-stdlib/email.encoders/setup.py b/python-stdlib/email.encoders/setup.py deleted file mode 100644 index 3b871a78..00000000 --- a/python-stdlib/email.encoders/setup.py +++ /dev/null @@ -1,31 +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-email.encoders", - version="0.5.1", - description="CPython email.encoders module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["email"], - install_requires=[ - "micropython-base64", - "micropython-binascii", - "micropython-quopri", - "micropython-re-pcre", - "micropython-string", - ], -) diff --git a/python-stdlib/email.errors/setup.py b/python-stdlib/email.errors/setup.py deleted file mode 100644 index e1f9d9da..00000000 --- a/python-stdlib/email.errors/setup.py +++ /dev/null @@ -1,24 +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-email.errors", - version="0.5.1", - description="CPython email.errors module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["email"], -) diff --git a/python-stdlib/email.feedparser/setup.py b/python-stdlib/email.feedparser/setup.py deleted file mode 100644 index 6922e29d..00000000 --- a/python-stdlib/email.feedparser/setup.py +++ /dev/null @@ -1,30 +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-email.feedparser", - version="0.5.1", - description="CPython email.feedparser module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["email"], - install_requires=[ - "micropython-re-pcre", - "micropython-email.errors", - "micropython-email.message", - "micropython-email.internal", - ], -) diff --git a/python-stdlib/email.header/setup.py b/python-stdlib/email.header/setup.py deleted file mode 100644 index e321861d..00000000 --- a/python-stdlib/email.header/setup.py +++ /dev/null @@ -1,31 +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-email.header", - version="0.5.2", - description="CPython email.header module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["email"], - install_requires=[ - "micropython-re-pcre", - "micropython-binascii", - "micropython-email.encoders", - "micropython-email.errors", - "micropython-email.charset", - ], -) diff --git a/python-stdlib/email.internal/setup.py b/python-stdlib/email.internal/setup.py deleted file mode 100644 index 2a0bf2fe..00000000 --- a/python-stdlib/email.internal/setup.py +++ /dev/null @@ -1,37 +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-email.internal", - version="0.5.1", - description="CPython email.internal module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["email"], - install_requires=[ - "micropython-re-pcre", - "micropython-base64", - "micropython-binascii", - "micropython-functools", - "micropython-string", - "micropython-calendar", - "micropython-abc", - "micropython-email.errors", - "micropython-email.header", - "micropython-email.charset", - "micropython-email.utils", - ], -) diff --git a/python-stdlib/email.message/setup.py b/python-stdlib/email.message/setup.py deleted file mode 100644 index 29453a97..00000000 --- a/python-stdlib/email.message/setup.py +++ /dev/null @@ -1,33 +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-email.message", - version="0.5.3", - description="CPython email.message module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["email"], - install_requires=[ - "micropython-re-pcre", - "micropython-uu", - "micropython-base64", - "micropython-binascii", - "micropython-email.utils", - "micropython-email.errors", - "micropython-email.charset", - ], -) diff --git a/python-stdlib/email.parser/setup.py b/python-stdlib/email.parser/setup.py deleted file mode 100644 index b12dece4..00000000 --- a/python-stdlib/email.parser/setup.py +++ /dev/null @@ -1,30 +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-email.parser", - version="0.5.1", - description="CPython email.parser module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["email"], - install_requires=[ - "micropython-warnings", - "micropython-email.feedparser", - "micropython-email.message", - "micropython-email.internal", - ], -) diff --git a/python-stdlib/email.utils/setup.py b/python-stdlib/email.utils/setup.py deleted file mode 100644 index 552b2fd0..00000000 --- a/python-stdlib/email.utils/setup.py +++ /dev/null @@ -1,35 +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-email.utils", - version="3.3.3-2", - description="CPython email.utils module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["email"], - install_requires=[ - "micropython-os", - "micropython-re-pcre", - "micropython-base64", - "micropython-random", - "micropython-datetime", - "micropython-urllib.parse", - "micropython-warnings", - "micropython-quopri", - "micropython-email.charset", - ], -) diff --git a/python-stdlib/errno/setup.py b/python-stdlib/errno/setup.py deleted file mode 100644 index 5683a91d..00000000 --- a/python-stdlib/errno/setup.py +++ /dev/null @@ -1,24 +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-errno", - version="0.1.4", - description="errno module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["errno"], -) diff --git a/python-stdlib/fnmatch/setup.py b/python-stdlib/fnmatch/setup.py deleted file mode 100644 index 06331a9c..00000000 --- a/python-stdlib/fnmatch/setup.py +++ /dev/null @@ -1,24 +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-fnmatch", - version="0.6.0", - description="CPython fnmatch module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["fnmatch"], -) diff --git a/python-stdlib/functools/setup.py b/python-stdlib/functools/setup.py deleted file mode 100644 index 76f28ebd..00000000 --- a/python-stdlib/functools/setup.py +++ /dev/null @@ -1,24 +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-functools", - version="0.0.7", - description="functools module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["functools"], -) diff --git a/python-stdlib/getopt/setup.py b/python-stdlib/getopt/setup.py deleted file mode 100644 index 52382c36..00000000 --- a/python-stdlib/getopt/setup.py +++ /dev/null @@ -1,25 +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-getopt", - version="3.3.3-1", - description="CPython getopt module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["getopt"], - install_requires=["micropython-os"], -) diff --git a/python-stdlib/glob/setup.py b/python-stdlib/glob/setup.py deleted file mode 100644 index 171b56aa..00000000 --- a/python-stdlib/glob/setup.py +++ /dev/null @@ -1,25 +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-glob", - version="0.5.2", - description="CPython glob module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["glob"], - install_requires=["micropython-os", "micropython-re-pcre", "micropython-fnmatch"], -) diff --git a/python-stdlib/gzip/setup.py b/python-stdlib/gzip/setup.py deleted file mode 100644 index 2a890a6b..00000000 --- a/python-stdlib/gzip/setup.py +++ /dev/null @@ -1,24 +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-gzip", - version="0.1.1", - description="gzip module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["gzip"], -) diff --git a/python-stdlib/hashlib/setup.py b/python-stdlib/hashlib/setup.py deleted file mode 100644 index b7ca591a..00000000 --- a/python-stdlib/hashlib/setup.py +++ /dev/null @@ -1,24 +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-hashlib", - version="2.4.0-4", - description="PyPy hashlib module ported to MicroPython", - long_description="This is a module ported from PyPy standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="PyPy Developers", - author_email="pypy-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="MIT", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["hashlib"], -) diff --git a/python-stdlib/heapq/setup.py b/python-stdlib/heapq/setup.py deleted file mode 100644 index b8405165..00000000 --- a/python-stdlib/heapq/setup.py +++ /dev/null @@ -1,24 +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-heapq", - version="0.9.3", - description="CPython heapq module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["heapq"], -) diff --git a/python-stdlib/hmac/setup.py b/python-stdlib/hmac/setup.py deleted file mode 100644 index 141f21e5..00000000 --- a/python-stdlib/hmac/setup.py +++ /dev/null @@ -1,25 +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-hmac", - version="3.4.2-3", - description="CPython hmac module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["hmac"], - install_requires=["micropython-warnings", "micropython-hashlib"], -) diff --git a/python-stdlib/html.entities/setup.py b/python-stdlib/html.entities/setup.py deleted file mode 100644 index ff0a1a5b..00000000 --- a/python-stdlib/html.entities/setup.py +++ /dev/null @@ -1,24 +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-html.entities", - version="3.3.3-1", - description="CPython html.entities module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["html"], -) diff --git a/python-stdlib/html.parser/setup.py b/python-stdlib/html.parser/setup.py deleted file mode 100644 index 7223243d..00000000 --- a/python-stdlib/html.parser/setup.py +++ /dev/null @@ -1,30 +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-html.parser", - version="3.3.3-2", - description="CPython html.parser module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["html"], - install_requires=[ - "micropython-_markupbase", - "micropython-warnings", - "micropython-html.entities", - "micropython-re-pcre", - ], -) diff --git a/python-stdlib/html/setup.py b/python-stdlib/html/setup.py deleted file mode 100644 index bded97e8..00000000 --- a/python-stdlib/html/setup.py +++ /dev/null @@ -1,25 +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-html", - version="3.3.3-2", - description="CPython html module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["html"], - install_requires=["micropython-string"], -) diff --git a/python-stdlib/http.client/setup.py b/python-stdlib/http.client/setup.py deleted file mode 100644 index 9015355b..00000000 --- a/python-stdlib/http.client/setup.py +++ /dev/null @@ -1,32 +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-http.client", - version="0.5.1", - description="CPython http.client module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["http"], - install_requires=[ - "micropython-email.parser", - "micropython-email.message", - "micropython-socket", - "micropython-collections", - "micropython-urllib.parse", - "micropython-warnings", - ], -) diff --git a/python-stdlib/inspect/setup.py b/python-stdlib/inspect/setup.py deleted file mode 100644 index 6ad820e0..00000000 --- a/python-stdlib/inspect/setup.py +++ /dev/null @@ -1,24 +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-inspect", - version="0.1.2", - description="inspect module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["inspect"], -) diff --git a/python-stdlib/io/setup.py b/python-stdlib/io/setup.py deleted file mode 100644 index 84d4b4f4..00000000 --- a/python-stdlib/io/setup.py +++ /dev/null @@ -1,24 +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-io", - version="0.1", - description="Dummy io 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=["io"], -) diff --git a/python-stdlib/itertools/setup.py b/python-stdlib/itertools/setup.py deleted file mode 100644 index 634f35b2..00000000 --- a/python-stdlib/itertools/setup.py +++ /dev/null @@ -1,24 +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-itertools", - version="0.2.3", - description="itertools module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["itertools"], -) diff --git a/python-stdlib/json/setup.py b/python-stdlib/json/setup.py deleted file mode 100644 index 67bd8fce..00000000 --- a/python-stdlib/json/setup.py +++ /dev/null @@ -1,18 +0,0 @@ -# import sys -# Remove current dir from sys.path, otherwise distutils will peek up our -# copy module instead of system. -# sys.path.pop(0) -from setuptools import setup - -setup( - name="micropython-json", - version="0.1", - description="CPython json package ported to MicroPython", - url="https://github.com/micropython/micropython/issues/405", - author="CPython Developers", - maintainer="MicroPython Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - install_requires=["micropython-re-pcre"], - packages=["json"], -) diff --git a/python-stdlib/locale/setup.py b/python-stdlib/locale/setup.py deleted file mode 100644 index 670a2718..00000000 --- a/python-stdlib/locale/setup.py +++ /dev/null @@ -1,24 +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-locale", - version="0.0.2", - description="Dummy locale 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=["locale"], -) diff --git a/python-stdlib/logging/setup.py b/python-stdlib/logging/setup.py deleted file mode 100644 index a2b3350b..00000000 --- a/python-stdlib/logging/setup.py +++ /dev/null @@ -1,24 +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-logging", - version="0.3", - description="logging module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["logging"], -) diff --git a/python-stdlib/operator/setup.py b/python-stdlib/operator/setup.py deleted file mode 100644 index 3cbf116e..00000000 --- a/python-stdlib/operator/setup.py +++ /dev/null @@ -1,24 +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-operator", - version="0.1.1", - description="operator module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["operator"], -) diff --git a/python-stdlib/os.path/setup.py b/python-stdlib/os.path/setup.py deleted file mode 100644 index 3801ab37..00000000 --- a/python-stdlib/os.path/setup.py +++ /dev/null @@ -1,24 +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-os.path", - version="0.1.3", - description="os.path module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - author_email="micro-python@googlegroups.com", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="MIT", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["os"], -) diff --git a/python-stdlib/os/setup.py b/python-stdlib/os/setup.py deleted file mode 100644 index e39806fd..00000000 --- a/python-stdlib/os/setup.py +++ /dev/null @@ -1,24 +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-os", - version="0.6", - description="os module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - author_email="micro-python@googlegroups.com", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="MIT", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["os"], -) diff --git a/python-stdlib/pickle/setup.py b/python-stdlib/pickle/setup.py deleted file mode 100644 index f0c7dfb7..00000000 --- a/python-stdlib/pickle/setup.py +++ /dev/null @@ -1,24 +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-pickle", - version="0.1", - description="Dummy pickle 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=["pickle"], -) diff --git a/python-stdlib/pkg_resources/setup.py b/python-stdlib/pkg_resources/setup.py deleted file mode 100644 index 2f3cd6e2..00000000 --- a/python-stdlib/pkg_resources/setup.py +++ /dev/null @@ -1,24 +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-pkg_resources", - version="0.2.1", - description="pkg_resources module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["pkg_resources"], -) diff --git a/python-stdlib/pkgutil/setup.py b/python-stdlib/pkgutil/setup.py deleted file mode 100644 index eb92e754..00000000 --- a/python-stdlib/pkgutil/setup.py +++ /dev/null @@ -1,25 +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-pkgutil", - version="0.1.1", - description="pkgutil module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["pkgutil"], - install_requires=["micropython-pkg_resources"], -) diff --git a/python-stdlib/pprint/setup.py b/python-stdlib/pprint/setup.py deleted file mode 100644 index 124046d3..00000000 --- a/python-stdlib/pprint/setup.py +++ /dev/null @@ -1,24 +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-pprint", - version="0.0.4", - description="Dummy pprint 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=["pprint"], -) diff --git a/python-stdlib/pystone/setup.py b/python-stdlib/pystone/setup.py deleted file mode 100644 index 86f8cc65..00000000 --- a/python-stdlib/pystone/setup.py +++ /dev/null @@ -1,24 +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-pystone", - version="3.4.2-2", - description="CPython pystone module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["pystone"], -) diff --git a/python-stdlib/pystone_lowmem/setup.py b/python-stdlib/pystone_lowmem/setup.py deleted file mode 100644 index 21614b5c..00000000 --- a/python-stdlib/pystone_lowmem/setup.py +++ /dev/null @@ -1,24 +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-pystone_lowmem", - version="3.4.2-4", - description="CPython pystone_lowmem module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["pystone_lowmem"], -) diff --git a/python-stdlib/quopri/setup.py b/python-stdlib/quopri/setup.py deleted file mode 100644 index 780778df..00000000 --- a/python-stdlib/quopri/setup.py +++ /dev/null @@ -1,24 +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-quopri", - version="0.5.1", - description="CPython quopri module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["quopri"], -) diff --git a/python-stdlib/random/setup.py b/python-stdlib/random/setup.py deleted file mode 100644 index 3b1acdc5..00000000 --- a/python-stdlib/random/setup.py +++ /dev/null @@ -1,24 +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-random", - version="0.2", - description="Dummy random 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=["random"], -) diff --git a/python-stdlib/shutil/setup.py b/python-stdlib/shutil/setup.py deleted file mode 100644 index b133bacd..00000000 --- a/python-stdlib/shutil/setup.py +++ /dev/null @@ -1,24 +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-shutil", - version="0.0.3", - description="shutil module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["shutil"], -) diff --git a/python-stdlib/socket/setup.py b/python-stdlib/socket/setup.py deleted file mode 100644 index 50566728..00000000 --- a/python-stdlib/socket/setup.py +++ /dev/null @@ -1,24 +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-socket", - version="0.5.2", - description="socket module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["socket"], -) diff --git a/python-stdlib/ssl/setup.py b/python-stdlib/ssl/setup.py deleted file mode 100644 index 1c38e2c7..00000000 --- a/python-stdlib/ssl/setup.py +++ /dev/null @@ -1,24 +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-ssl", - version="0.1", - description="Dummy ssl 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=["ssl"], -) diff --git a/python-stdlib/stat/setup.py b/python-stdlib/stat/setup.py deleted file mode 100644 index f7b084e2..00000000 --- a/python-stdlib/stat/setup.py +++ /dev/null @@ -1,24 +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-stat", - version="0.5.1", - description="CPython stat module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["stat"], -) diff --git a/python-stdlib/string/setup.py b/python-stdlib/string/setup.py deleted file mode 100644 index 5c8ee89b..00000000 --- a/python-stdlib/string/setup.py +++ /dev/null @@ -1,24 +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-string", - version="0.1.1", - description="string module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["string"], -) diff --git a/python-stdlib/struct/setup.py b/python-stdlib/struct/setup.py deleted file mode 100644 index f10cbd5d..00000000 --- a/python-stdlib/struct/setup.py +++ /dev/null @@ -1,24 +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-struct", - version="0.1.1", - description="struct module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["struct"], -) diff --git a/python-stdlib/test.pystone/setup.py b/python-stdlib/test.pystone/setup.py deleted file mode 100644 index fc18526d..00000000 --- a/python-stdlib/test.pystone/setup.py +++ /dev/null @@ -1,24 +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-test.pystone", - version="1.0.1", - description="CPython test.pystone module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["test"], -) diff --git a/python-stdlib/textwrap/setup.py b/python-stdlib/textwrap/setup.py deleted file mode 100644 index 08583e4a..00000000 --- a/python-stdlib/textwrap/setup.py +++ /dev/null @@ -1,24 +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-textwrap", - version="3.4.2-1", - description="CPython textwrap module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["textwrap"], -) diff --git a/python-stdlib/threading/setup.py b/python-stdlib/threading/setup.py deleted file mode 100644 index 31693ea1..00000000 --- a/python-stdlib/threading/setup.py +++ /dev/null @@ -1,24 +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-threading", - version="0.1", - description="threading module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["threading"], -) diff --git a/python-stdlib/timeit/setup.py b/python-stdlib/timeit/setup.py deleted file mode 100644 index 7f17d7f0..00000000 --- a/python-stdlib/timeit/setup.py +++ /dev/null @@ -1,31 +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-timeit", - version="3.3.3-3", - description="CPython timeit module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["timeit"], - install_requires=[ - "micropython-getopt", - "micropython-itertools", - "micropython-linecache", - "micropython-time", - "micropython-traceback", - ], -) diff --git a/python-stdlib/traceback/setup.py b/python-stdlib/traceback/setup.py deleted file mode 100644 index db2999c8..00000000 --- a/python-stdlib/traceback/setup.py +++ /dev/null @@ -1,24 +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-traceback", - version="0.3", - description="traceback module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["traceback"], -) diff --git a/python-stdlib/types/setup.py b/python-stdlib/types/setup.py deleted file mode 100644 index e9d2877c..00000000 --- a/python-stdlib/types/setup.py +++ /dev/null @@ -1,13 +0,0 @@ -from distutils.core import setup - -setup( - name="micropython-types", - version="0.0.1", - description="CPython types module ported to MicroPython", - url="https://github.com/micropython/micropython/issues/405", - author="CPython Developers", - maintainer="MicroPython Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - py_modules=["types"], -) diff --git a/python-stdlib/unittest/setup.py b/python-stdlib/unittest/setup.py deleted file mode 100644 index d1604f81..00000000 --- a/python-stdlib/unittest/setup.py +++ /dev/null @@ -1,25 +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-unittest", - version="0.9.0", - description="unittest module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["unittest"], - install_requires=["micropython-argparse", "micropython-fnmatch"], -) diff --git a/python-stdlib/urllib.parse/setup.py b/python-stdlib/urllib.parse/setup.py deleted file mode 100644 index 403d4259..00000000 --- a/python-stdlib/urllib.parse/setup.py +++ /dev/null @@ -1,29 +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-urllib.parse", - version="0.5.2", - description="CPython urllib.parse module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["urllib"], - install_requires=[ - "micropython-re-pcre", - "micropython-collections", - "micropython-collections.defaultdict", - ], -) diff --git a/python-stdlib/uu/setup.py b/python-stdlib/uu/setup.py deleted file mode 100644 index 29fe8ebf..00000000 --- a/python-stdlib/uu/setup.py +++ /dev/null @@ -1,25 +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-uu", - version="0.5.1", - description="CPython uu module ported to MicroPython", - long_description="This is a module ported from CPython standard library to be compatible with\nMicroPython interpreter. Usually, this means applying small patches for\nfeatures not supported (yet, or at all) in MicroPython. Sometimes, heavier\nchanges are required. Note that CPython modules are written with availability\nof vast resources in mind, and may not work for MicroPython ports with\nlimited heap. If you are affected by such a case, please help reimplement\nthe module from scratch.", - url="https://github.com/micropython/micropython-lib", - author="CPython Developers", - author_email="python-dev@python.org", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="Python", - cmdclass={"sdist": sdist_upip.sdist}, - py_modules=["uu"], - install_requires=["micropython-binascii", "micropython-os"], -) diff --git a/python-stdlib/warnings/setup.py b/python-stdlib/warnings/setup.py deleted file mode 100644 index c93512ad..00000000 --- a/python-stdlib/warnings/setup.py +++ /dev/null @@ -1,24 +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-warnings", - version="0.1.1", - description="warnings module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["warnings"], -) diff --git a/unix-ffi/_libc/setup.py b/unix-ffi/_libc/setup.py deleted file mode 100644 index a2530cc5..00000000 --- a/unix-ffi/_libc/setup.py +++ /dev/null @@ -1,24 +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-libc", - version="0.3.1", - description="MicroPython FFI helper module (deprecated)", - long_description="MicroPython FFI helper module (deprecated, replaced by micropython-ffilib).", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["_libc"], -) diff --git a/unix-ffi/fcntl/setup.py b/unix-ffi/fcntl/setup.py deleted file mode 100644 index 93fd0613..00000000 --- a/unix-ffi/fcntl/setup.py +++ /dev/null @@ -1,25 +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-fcntl", - version="0.0.4", - description="fcntl module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["fcntl"], - install_requires=["micropython-ffilib"], -) diff --git a/unix-ffi/ffilib/setup.py b/unix-ffi/ffilib/setup.py deleted file mode 100644 index 4cfc15be..00000000 --- a/unix-ffi/ffilib/setup.py +++ /dev/null @@ -1,24 +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-ffilib", - version="0.1.3", - description="MicroPython FFI helper module", - long_description="MicroPython FFI helper module to easily interface with underlying shared libraries", - url="https://github.com/micropython/micropython-lib", - author="Damien George", - 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=["ffilib"], -) diff --git a/unix-ffi/gettext/setup.py b/unix-ffi/gettext/setup.py deleted file mode 100644 index f5cc76fb..00000000 --- a/unix-ffi/gettext/setup.py +++ /dev/null @@ -1,25 +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-gettext", - version="0.1", - description="gettext module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Riccardo Magliocchetti", - 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=["gettext"], - install_requires=["micropython-ffilib"], -) diff --git a/unix-ffi/machine/setup.py b/unix-ffi/machine/setup.py deleted file mode 100644 index 88ecafaf..00000000 --- a/unix-ffi/machine/setup.py +++ /dev/null @@ -1,25 +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-machine", - version="0.2.1", - description="machine module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - author_email="micro-python@googlegroups.com", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="MIT", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["machine"], - install_requires=["micropython-ffilib", "micropython-os", "micropython-signal"], -) diff --git a/unix-ffi/multiprocessing/setup.py b/unix-ffi/multiprocessing/setup.py deleted file mode 100644 index 62497ea1..00000000 --- a/unix-ffi/multiprocessing/setup.py +++ /dev/null @@ -1,25 +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-multiprocessing", - version="0.1.2", - description="multiprocessing module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["multiprocessing"], - install_requires=["micropython-os", "micropython-select", "micropython-pickle"], -) diff --git a/unix-ffi/os/setup.py b/unix-ffi/os/setup.py deleted file mode 100644 index 9d4219da..00000000 --- a/unix-ffi/os/setup.py +++ /dev/null @@ -1,25 +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-os", - version="0.6", - description="os module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - author_email="micro-python@googlegroups.com", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="MIT", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["os"], - install_requires=["micropython-ffilib", "micropython-errno", "micropython-stat"], -) diff --git a/unix-ffi/pwd/setup.py b/unix-ffi/pwd/setup.py deleted file mode 100644 index 81183693..00000000 --- a/unix-ffi/pwd/setup.py +++ /dev/null @@ -1,25 +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-pwd", - version="0.1", - description="pwd module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Riccardo Magliocchetti", - 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=["pwd"], - install_requires=["micropython-ffilib"], -) diff --git a/unix-ffi/re-pcre/setup.py b/unix-ffi/re-pcre/setup.py deleted file mode 100644 index f624e625..00000000 --- a/unix-ffi/re-pcre/setup.py +++ /dev/null @@ -1,25 +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-re-pcre", - version="0.2.5", - description="re-pcre module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["re"], - install_requires=["micropython-ffilib"], -) diff --git a/unix-ffi/select/setup.py b/unix-ffi/select/setup.py deleted file mode 100644 index 887b5b9d..00000000 --- a/unix-ffi/select/setup.py +++ /dev/null @@ -1,25 +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-select", - version="0.3", - description="select module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["select"], - install_requires=["micropython-os", "micropython-ffilib"], -) diff --git a/unix-ffi/signal/setup.py b/unix-ffi/signal/setup.py deleted file mode 100644 index d1332834..00000000 --- a/unix-ffi/signal/setup.py +++ /dev/null @@ -1,25 +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-signal", - version="0.3.2", - description="signal module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["signal"], - install_requires=["micropython-ffilib"], -) diff --git a/unix-ffi/sqlite3/setup.py b/unix-ffi/sqlite3/setup.py deleted file mode 100644 index 79226dd2..00000000 --- a/unix-ffi/sqlite3/setup.py +++ /dev/null @@ -1,25 +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-sqlite3", - version="0.2.4", - description="sqlite3 module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - 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=["sqlite3"], - install_requires=["micropython-ffilib"], -) diff --git a/unix-ffi/time/setup.py b/unix-ffi/time/setup.py deleted file mode 100644 index c3ad0332..00000000 --- a/unix-ffi/time/setup.py +++ /dev/null @@ -1,25 +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-time", - version="0.5", - description="time module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["time"], - install_requires=["micropython-ffilib"], -) diff --git a/unix-ffi/tty/setup.py b/unix-ffi/tty/setup.py deleted file mode 100644 index 199c37e9..00000000 --- a/unix-ffi/tty/setup.py +++ /dev/null @@ -1,24 +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-tty", - version="1.0.1", - description="tty module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - 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=["tty"], -) diff --git a/unix-ffi/ucurses/setup.py b/unix-ffi/ucurses/setup.py deleted file mode 100644 index 04dbde75..00000000 --- a/unix-ffi/ucurses/setup.py +++ /dev/null @@ -1,25 +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-ucurses", - version="0.1.2", - description="ucurses module for MicroPython", - long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.", - url="https://github.com/micropython/micropython-lib", - author="Paul Sokolovsky", - author_email="micro-python@googlegroups.com", - maintainer="micropython-lib Developers", - maintainer_email="micro-python@googlegroups.com", - license="MIT", - cmdclass={"sdist": sdist_upip.sdist}, - packages=["ucurses"], - install_requires=["micropython-os", "micropython-tty", "micropython-select"], -)