python3-pallets-sphinx-themes:first pisi rel.

This commit is contained in:
blue-devil
2020-02-20 19:53:59 +03:00
parent 38a6bfae2c
commit 17d65b4627
3 changed files with 69 additions and 0 deletions
@@ -0,0 +1,15 @@
#!/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 pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pallets-sphinx-themes</Name>
<Homepage>https://github.com/pallets/pallets-sphinx-themes</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv3</License>
<IsA>library</IsA>
<Summary>Sphinx themes for Pallets and related projects.</Summary>
<Description>python3-pallets-sphinx-themes provides sphinx themes for Pallets and related projects.</Description>
<Archive sha1sum="c6a00bfdbd30041f7af74f31b5e31626754b1f8b" type="targz">https://github.com/pallets/pallets-sphinx-themes/archive/1.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pallets-sphinx-themes</Name>
<Summary>Sphinx themes for Pallets and related projects.</Summary>
<RuntimeDependencies>
<Dependency>python3-importlib_metadata</Dependency>
<Dependency>python3-sphinx</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pallets-sphinx-themes</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-18</Date>
<Version>1.2.3</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pallets-sphinx-themes</Name>
<Summary xml:lang="tr">Pallets ve benzeri projeler için sphinx teması.</Summary>
<Description xml:lang="tr">python3-pallets-sphinx-themes, pallets ve benzeri projeler için sphinx teması sağlar.</Description>
</Source>
</PISI>