From 6f4a6e13d6aa336250a71052d9c3009fa2d775f0 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 16 Jan 2020 00:15:10 +0300 Subject: [PATCH] python3-markups:version bump and translations added --- .../python3/python3-markups/actions.py | 8 +------ .../python3/python3-markups/pspec.xml | 22 ++++++++++++++----- .../python3/python3-markups/translations.xml | 8 +++++++ 3 files changed, 25 insertions(+), 13 deletions(-) create mode 100644 programming/language/python3/python3-markups/translations.xml diff --git a/programming/language/python3/python3-markups/actions.py b/programming/language/python3/python3-markups/actions.py index fd8c69a641..5be154bb00 100644 --- a/programming/language/python3/python3-markups/actions.py +++ b/programming/language/python3/python3-markups/actions.py @@ -4,15 +4,9 @@ # See the file http://www.gnu.org/copyleft/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools - def build(): pythonmodules.compile(pyVer = "3") def install(): - pythonmodules.install(pyVer="3") - - pisitools.dodoc("LICENSE.md", "README.md") - - + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-markups/pspec.xml b/programming/language/python3/python3-markups/pspec.xml index 4d9b918a85..8688396b5b 100644 --- a/programming/language/python3/python3-markups/pspec.xml +++ b/programming/language/python3/python3-markups/pspec.xml @@ -1,3 +1,5 @@ + + python3-markups @@ -7,11 +9,13 @@ groni@pisilinux.org BSD + programming.language.python3 + library Wrapper around various text markups - Wrapper around various text markups - https://pypi.python.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz + This module provides a wrapper around various text markup languages. + https://github.com/retext-project/pymarkups/archive/3.0.0.tar.gz - python3-devel + python3-devel python3-setuptools @@ -19,15 +23,21 @@ python3-markups Wrapper around various text markups - python3 + python3 - /usr/bin /usr/lib /usr/share/doc + + 2020-01-15 + 3.0.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-30 2.6.11 @@ -57,4 +67,4 @@ groni@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python3/python3-markups/translations.xml b/programming/language/python3/python3-markups/translations.xml new file mode 100644 index 0000000000..e343db9d68 --- /dev/null +++ b/programming/language/python3/python3-markups/translations.xml @@ -0,0 +1,8 @@ + + + + python3-markups + Çesitli metin "markup"ları için sarmalayıcı python yordamları. + python3-markups, çesitli markup dilleri için sarmalayıcı python yordamları sunar. + + \ No newline at end of file