Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,17 @@ +name : python-commonmark +version : 0.9.1 +release : 1 +source : + - https://github.com/readthedocs/commonmark.py/archive/0.9.1.tar.gz : b5d5be6af35a183c3f915d714b31b61e6918894051114419f9ac0bbb715bf4c6 +license : BSD-3-Clause +component : programming.python +summary : A Python CommonMark parser +description: | + commonmark.py is a pure Python port of jgm's commonmark.js, a Markdown parser and renderer for the CommonMark specification, using only native modules. +replaces : + - cmark +setup : | + %python3_setup +install : | + %python3_install + mv $installdir/usr/bin/cmark $installdir/usr/bin/cmark-python Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,79 @@ + + + python-commonmark + + Campbell Jones + dev@serebit.com + + BSD-3-Clause + programming.python + A Python CommonMark parser + commonmark.py is a pure Python port of jgm's commonmark.js, a Markdown parser and renderer for the CommonMark specification, using only native modules. + + https://getsol.us/sources/README.Solus + + + python-commonmark + A Python CommonMark parser + commonmark.py is a pure Python port of jgm's commonmark.js, a Markdown parser and renderer for the CommonMark specification, using only native modules. + + programming.python + + /usr/bin/cmark-python + /usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/PKG-INFO + /usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/SOURCES.txt + /usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/dependency_links.txt + /usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/entry_points.txt + /usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/requires.txt + /usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/top_level.txt + /usr/lib/python3.7/site-packages/commonmark/__init__.py + /usr/lib/python3.7/site-packages/commonmark/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/__pycache__/blocks.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/__pycache__/cmark.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/__pycache__/common.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/__pycache__/dump.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/__pycache__/entitytrans.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/__pycache__/inlines.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/__pycache__/main.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/__pycache__/node.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/__pycache__/normalize_reference.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/blocks.py + /usr/lib/python3.7/site-packages/commonmark/cmark.py + /usr/lib/python3.7/site-packages/commonmark/common.py + /usr/lib/python3.7/site-packages/commonmark/dump.py + /usr/lib/python3.7/site-packages/commonmark/entitytrans.py + /usr/lib/python3.7/site-packages/commonmark/inlines.py + /usr/lib/python3.7/site-packages/commonmark/main.py + /usr/lib/python3.7/site-packages/commonmark/node.py + /usr/lib/python3.7/site-packages/commonmark/normalize_reference.py + /usr/lib/python3.7/site-packages/commonmark/render/__init__.py + /usr/lib/python3.7/site-packages/commonmark/render/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/render/__pycache__/html.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/render/__pycache__/renderer.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/render/__pycache__/rst.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/render/html.py + /usr/lib/python3.7/site-packages/commonmark/render/renderer.py + /usr/lib/python3.7/site-packages/commonmark/render/rst.py + /usr/lib/python3.7/site-packages/commonmark/tests/__init__.py + /usr/lib/python3.7/site-packages/commonmark/tests/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-37.pyc + /usr/lib/python3.7/site-packages/commonmark/tests/rst_tests.py + /usr/lib/python3.7/site-packages/commonmark/tests/run_spec_tests.py + /usr/lib/python3.7/site-packages/commonmark/tests/unit_tests.py + + + cmark + + + + + 2020-09-18 + 0.9.1 + Packaging update + Campbell Jones + dev@serebit.com + + + \ No newline at end of file