Skip to content

Commit b2ab914

Browse files
committed
_markupbase: Release 3.3.3-1, gzip 4k.
1 parent e0a110e commit b2ab914

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

_markupbase/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
srctype = cpython
22
type = module
3-
version = 3.3.3
3+
version = 3.3.3-1
44
depends = re-pcre

_markupbase/setup.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
import sys
22
# Remove current dir from sys.path, otherwise setuptools will peek up our
3-
# module instead of system.
3+
# module instead of system's.
44
sys.path.pop(0)
55
from setuptools import setup
6-
6+
sys.path.append("..")
7+
import optimize_upip
78

89
setup(name='micropython-_markupbase',
9-
version='3.3.3',
10+
version='3.3.3-1',
1011
description='CPython _markupbase module ported to MicroPython',
1112
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.',
12-
url='https://github.com/micropython/micropython/issues/405',
13+
url='https://github.com/micropython/micropython-lib',
1314
author='CPython Developers',
1415
author_email='python-dev@python.org',
1516
maintainer='MicroPython Developers',
1617
maintainer_email='micro-python@googlegroups.com',
1718
license='Python',
19+
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},
1820
py_modules=['_markupbase'],
1921
install_requires=['micropython-re-pcre'])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy