python3-markups:version bump and translations added
This commit is contained in:
@@ -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")
|
||||
@@ -1,3 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-markups</Name>
|
||||
@@ -7,11 +9,13 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Wrapper around various text markups</Summary>
|
||||
<Description>Wrapper around various text markups</Description>
|
||||
<Archive sha1sum="4fb4cb6c46eac3dea20d38f9df70f375f73bdd2e" type="targz">https://pypi.python.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz</Archive>
|
||||
<Description>This module provides a wrapper around various text markup languages.</Description>
|
||||
<Archive sha1sum="b77938559c1f53885a39f74295a8934cc671bdfb" type="targz">https://github.com/retext-project/pymarkups/archive/3.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
|
||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -19,15 +23,21 @@
|
||||
<Name>python3-markups</Name>
|
||||
<Summary>Wrapper around various text markups</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="3.6.0">python3</Dependency>
|
||||
<Dependency versionFrom="3.8.0">python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>3.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-30</Date>
|
||||
<Version>2.6.11</Version>
|
||||
@@ -57,4 +67,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-markups</Name>
|
||||
<Summary xml:lang="tr">Çesitli metin "markup"ları için sarmalayıcı python yordamları.</Summary>
|
||||
<Description xml:lang="tr">python3-markups, çesitli markup dilleri için sarmalayıcı python yordamları sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user