python3-sphinxcontrib-websupport:first release
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/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
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
#def check():
|
||||
# pythonmodules.compile("test", pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install("-O1", pyVer="3")
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-sphinxcontrib-websupport</Name>
|
||||
<Homepage>https://www.sphinx-doc.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Sphinx API for Web Apps</Summary>
|
||||
<Description>python3-sphinxcontrib-websupport is the Sphinx documentation generator.</Description>
|
||||
<Archive sha1sum="5675e157af122cfab6abd4b14f80cb360b6c307a" type="targz">https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<!-- check dependency -->
|
||||
<!--<Dependency>python3-sqlalchemy</Dependency>
|
||||
<Dependency>python3-docutils</Dependency>
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<Dependency>python3-xapian</Dependency>
|
||||
<Dependency>python3-whoosh</Dependency>
|
||||
<Dependency>python3-Jinja2</Dependency>
|
||||
<Dependency>python3-six</Dependency>-->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-sphinxcontrib-websupport</Name>
|
||||
<Summary>sphinxcontrib-websupport module for python</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-sphinxcontrib-websupport</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2019-12-13</Date>
|
||||
<Version>1.1.2</Version>
|
||||
<Comment>Rebuilt w/ py3.8</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-11-13</Date>
|
||||
<Version>1.1.2</Version>
|
||||
<Comment>First pisi 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-sphinxcontrib-websupport</Name>
|
||||
<Summary xml:lang="tr">python3-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir.</Summary>
|
||||
<Description xml:lang="tr">python3-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. python3-sphinxcontrib-websupport, ağ uygulamalarınız için Sphinx ile bütünleşebilen python apisi sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user