python3-sphinxcontrib-jquery
This commit is contained in:
+406512
-406388
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
72abf00d5c0f7cc64392489ad9cae6d8cc0246e8
|
||||
39286e3e3172a1cc773d27dc08f09c2a1a93eb18
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
3aca86f972f15026f47b30dc499723c40781e573
|
||||
c08a70bf3f91b4d1555cd26b10794a7792abccb0
|
||||
@@ -24,4 +24,4 @@ def install():
|
||||
pisitools.dohtml("docs/_build/html/*")
|
||||
|
||||
#for dirs in ["vectors"]:
|
||||
# pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
|
||||
# pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
|
||||
|
||||
@@ -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 python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-sphinxcontrib-jquery</Name>
|
||||
<Homepage>https://pypi.org/project/sphinxcontrib-jquery/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Extension to include jQuery on newer Sphinx releases</Summary>
|
||||
<Icon>python3-sphinxcontrib-jquery</Icon>
|
||||
<Description>Extension to include jQuery on newer Sphinx releases</Description>
|
||||
<Archive sha1sum="4044974d0e0d806e2f559ed6d9b78b9555792961" type="targz">https://files.pythonhosted.org/packages/de/f3/aa67467e051df70a6330fe7770894b3e4f09436dea6881ae0b4f3d87cad8/sphinxcontrib-jquery-4.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<Dependency>python3-pytest</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>python3-sphinxcontrib-jquery.patch</Patch>
|
||||
<Patch level="1">python3-sphinxcontrib-jquery.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-sphinxcontrib-jquery</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<Dependency>python3-pytest</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-10-22</Date>
|
||||
<Version>4.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-sphinxcontrib-jquery</Name>
|
||||
<Summary xml:lang="tr">Extension to include jQuery on newer Sphinx releases</Summary>
|
||||
<Description xml:lang="tr">Extension to include jQuery on newer Sphinx releases</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user