python3-*

This commit is contained in:
Rmys
2021-05-27 11:06:14 +03:00
parent accb5f18cf
commit d2c1413a48
16 changed files with 262953 additions and 262444 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/env 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 pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*", "README*")
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-typogrify</Name>
<Homepage>https://pypi.org/project/typogrify/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>app</IsA>
<Summary>filters to make caring about typography on the web a bit easier</Summary>
<Description>filters to make caring about typography on the web a bit easier</Description>
<Archive sha1sum="4eed33df74c694ae953469b75012043ce5783477" type="targz">https://files.pythonhosted.org/packages/8a/bf/64959d6187d42472acb846bcf462347c9124952c05bd57e5769d5f28f9a6/typogrify-2.0.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-smartypants</Dependency>
</BuildDependencies>
-->
<!--
<Patches>
<Patch>python3-typogrify.patch</Patch>
<Patch level="1">python3-typogrify.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-typogrify</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-smartypants</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-05-26</Date>
<Version>2.0.7</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-typogrify</Name>
<Summary xml:lang="tr">filters to make caring about typography on the web a bit easier</Summary>
<Description xml:lang="tr">filters to make caring about typography on the web a bit easier</Description>
</Source>
</PISI>