This commit is contained in:
Rmys
2019-01-29 00:43:19 +03:00
parent 1f084f0915
commit d2cd52ce99
13 changed files with 425 additions and 40 deletions
@@ -0,0 +1,23 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
WorkDir = "MarkupSafe-%s" % get.srcVERSION()
def build():
pythonmodules.compile(pyVer="3")
def check():
pythonmodules.compile("test", pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,38 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-MarkupSafe</Name>
<Homepage>https://pypi.python.org/pypi/MarkupSafe</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Implements a XML/HTML/XHTML Markup safe string for Python</Summary>
<Description>python3-MarkupSafe, implements a unicode subclass that supports HTML strings.</Description>
<Archive sha1sum="9072e80a7faa0f49805737a48f3d871eb1c48728" type="targz">https://pypi.python.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-MarkupSafe</Name>
<Files>
<Path fileType="library">/usr/lib/python3.*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-01-20</Date>
<Version>1.0</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-MarkupSafe</Name>
<Summary xml:lang="tr">XML/HTML/XHTML markup dilleri için güvenli python karakter dizeleri gerçekleştirimi</Summary>
<Description xml:lang="tr">python3-MarkupSafe, HTML karakter dizeleri için unicode bir alt sınıf gerçekleştirimi sağlar.</Description>
</Source>
</PISI>