python3-rdflib new package

This commit is contained in:
Rmys
2021-10-12 15:41:11 +03:00
parent 63c20e25a0
commit b0cfe4abd1
16 changed files with 299939 additions and 299413 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-sphinx-copybutton</Name>
<Homepage>https://pypi.org/project/sphinx-copybutton/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Add a copy button to code cells in Sphinx docs</Summary>
<Description>Add a copy button to code cells in Sphinx docs</Description>
<Archive sha1sum="b48401e80d9e4bbc4cc5bc503603aba9114c3322" type="targz">https://files.pythonhosted.org/packages/d0/79/d57ca42f4be2ac21f660300a5e1a285ce42b23c45b5a4b9a21ce973a3b2f/sphinx-copybutton-0.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-sphinx</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-sphinx-copybutton.patch</Patch>
<Patch level="1">python3-sphinx-copybutton.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-sphinx-copybutton</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-sphinx</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-08-10</Date>
<Version>0.4.0</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-sphinx-copybutton</Name>
<Summary xml:lang="tr">Add a copy button to code cells in Sphinx docs</Summary>
<Description xml:lang="tr">Add a copy button to code cells in Sphinx docs</Description>
</Source>
</PISI>