Page MenuHomeSolus

D9681.id23442.diff
No OneTemporary

D9681.id23442.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,15 @@
+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.
+build : |
+ %python3_setup
+install : |
+ %python3_install
+ mv $installdir/usr/bin/cmark $installdir/usr/bin/cmark-python
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,76 @@
+<PISI>
+ <Source>
+ <Name>python-commonmark</Name>
+ <Packager>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">A Python CommonMark parser</Summary>
+ <Description xml:lang="en">commonmark.py is a pure Python port of jgm&apos;s commonmark.js, a Markdown parser and renderer for the CommonMark specification, using only native modules.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-commonmark</Name>
+ <Summary xml:lang="en">A Python CommonMark parser</Summary>
+ <Description xml:lang="en">commonmark.py is a pure Python port of jgm&apos;s commonmark.js, a Markdown parser and renderer for the CommonMark specification, using only native modules.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/cmark-python</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark-0.9.1-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/__pycache__/blocks.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/__pycache__/cmark.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/__pycache__/common.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/__pycache__/dump.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/__pycache__/entitytrans.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/__pycache__/inlines.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/__pycache__/main.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/__pycache__/node.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/__pycache__/normalize_reference.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/blocks.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/cmark.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/common.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/dump.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/entitytrans.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/inlines.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/main.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/node.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/normalize_reference.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/render/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/render/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/render/__pycache__/html.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/render/__pycache__/renderer.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/render/__pycache__/rst.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/render/html.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/render/renderer.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/render/rst.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/tests/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/tests/rst_tests.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/tests/run_spec_tests.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/commonmark/tests/unit_tests.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-09-19</Date>
+ <Version>0.9.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 7:51 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5820882
Default Alt Text
D9681.id23442.diff (7 KB)

Event Timeline