Page MenuHomeSolus
Authored By
feskyde
Jan 18 2017, 1:26 PM
Size
6 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit.patch

From e9e82475fcfb8e0fcc6ec276602d39e47f0135b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Federico=20Dami=C3=A1n=20Schonborn?=
<federico.d.schonborn@protonmail.com>
Date: Wed, 18 Jan 2017 09:47:32 -0300
Subject: [PATCH] Initial commit
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Federico Damián Schonborn <federico.d.schonborn@protonmail.com>
---
Makefile | 1 +
package.yml | 17 ++++++++++++++
pspec_x86_64.xml | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 86 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..5fb1488
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,17 @@
+name : pymarkups
+version : 2.0.0
+release : 1
+source :
+ - https://github.com/retext-project/pymarkups/archive/2.0.0.tar.gz : 0d1ac398ecde6ec3904ec842abee7538d58a3a2d51ac2e61584a822dc6d73a06
+license : BSD-3-Clause
+component : programming.python
+summary : Wrapper around various text markups
+description: |
+ This module provides a wrapper around various text markup languages.
+ Available by default are Markdown, reStructuredText and Textile, but you can easily add your own markups.
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..62ca0b1
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,68 @@
+<PISI>
+ <Source>
+ <Name>pymarkups</Name>
+ <Packager>
+ <Name>Federico Damián Schonborn</Name>
+ <Email>federico.d.schonborn@protonmail.com</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Wrapper around various text markups</Summary>
+ <Description xml:lang="en">This module provides a wrapper around various text markup languages.
+Available by default are Markdown, reStructuredText and Textile, but you can easily add your own markups.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>pymarkups</Name>
+ <Summary xml:lang="en">Wrapper around various text markups</Summary>
+ <Description xml:lang="en">This module provides a wrapper around various text markup languages.
+Available by default are Markdown, reStructuredText and Textile, but you can easily add your own markups.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/Markups-2.0.0-py2.7.egg-info</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/abstract.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/abstract.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/common.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/common.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/markdown.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/markdown.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/mdx_mathjax.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/mdx_mathjax.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/restructuredtext.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/restructuredtext.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/textile.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/markups/textile.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/Markups-2.0.0-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/Markups-2.0.0-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/Markups-2.0.0-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/Markups-2.0.0-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/__pycache__/abstract.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/__pycache__/common.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/__pycache__/markdown.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/__pycache__/mdx_mathjax.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/__pycache__/restructuredtext.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/__pycache__/textile.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/abstract.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/common.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/markdown.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/mdx_mathjax.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/restructuredtext.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/markups/textile.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-01-18</Date>
+ <Version>2.0.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Federico Damián Schonborn</Name>
+ <Email>federico.d.schonborn@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.11.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6564
Default Alt Text
0001-Initial-commit.patch (6 KB)

Event Timeline