Merge pull request #10012 from suvari/master

virtualbox: rebuild for kernel, cloud-init: new package and dependenc…
This commit is contained in:
Kamil ATLI
2022-01-11 22:30:11 +03:00
committed by GitHub
22 changed files with 5067 additions and 1656 deletions
@@ -202,6 +202,13 @@
</Package>
<History>
<Update release="50">
<Date>2022-01-11</Date>
<Version>6.1.30</Version>
<Comment>rebuild for kernel.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="49">
<Date>2021-11-23</Date>
<Version>6.1.30</Version>
+13 -3
View File
@@ -13,8 +13,8 @@
<IsA>app:gui</IsA>
<Summary>Clementine is a modern music player and library organizer</Summary>
<Description>Clementine is a modern music player and library organiser. Clementine is a port of Amarok 1.4, with some features rewritten to take advantage of Qt5.</Description>
<Archive sha1sum="3482bb950798e508ef75be3ccf6acc3c81eeedc7" type="tarxz">
https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1-740-g5705d4fd8/clementine-1.4.0rc1-740-g5705d4fd8.tar.xz
<Archive sha1sum="7f223c446d7f6b723759f89ea9509b4466bfd6fd" type="tarxz">
https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1-772-g245f64a88/clementine-1.4.0rc1-772-g245f64a88.tar.xz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -57,6 +57,7 @@
<Dependency>libechonest-devel</Dependency>
<Dependency>libmygpo-qt-devel</Dependency>
<Dependency>google-sparsehash</Dependency>
<Dependency>libprojectM-devel</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>qt5-designer-devel</Dependency>
@@ -80,7 +81,7 @@
<Name>clementine</Name>
<RuntimeDependencies>
<Dependency>glew</Dependency>
<Dependency>mesa</Dependency>
<!-- <Dependency>mesa</Dependency> -->
<Dependency>zlib</Dependency>
<Dependency>fftw3</Dependency>
<Dependency>glib2</Dependency>
@@ -100,6 +101,7 @@
<Dependency>libnotify</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>liblastfm</Dependency>
<Dependency>libprojectM</Dependency>
<Dependency>libmygpo-qt</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>libchromaprint</Dependency>
@@ -108,6 +110,7 @@
<Dependency>gst-plugins-ugly</Dependency>
<Dependency>gst-plugins-good</Dependency>
<Dependency>gst-plugins-base</Dependency>
<Dependency>libprojectM-pulseaudio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -116,6 +119,13 @@
</Package>
<History>
<Update release="11">
<Date>2022-01-09</Date>
<Version>1.4.0_rc1.772</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2021-11-04</Date>
<Version>1.4.0_rc1.740</Version>
+25
View File
@@ -0,0 +1,25 @@
#!/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 get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
#autotools.autoreconf("-vif")
autotools.configure("--prefix=/usr --disable-static --enable-gles --enable-sdl --enable-threading --enable-qt")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
#def check():
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*")
+96
View File
@@ -0,0 +1,96 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libprojectM</Name>
<Homepage>http://projectm.sourceforge.net</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>An advanced MilkDrop-compatible music visualization library</Summary>
<Description>libprojectM is an iterative music visualization library which uses OpenGL for hardware acceleration. It is a reimplementation of Winamp visualization plug-in MilkDrop which uses 3D graphics hardware, combined with iterative image-based rendering techniques and compatible with MilkDrop presets.</Description>
<Archive sha1sum="570a8a49f03a85ad0a8fe12c8c097df80b1f8c85" type="targz">https://github.com/projectM-visualizer/projectm/releases/download/v3.1.12/projectM-3.1.12.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>libsdl2-devel</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>freeglut-devel</Dependency>
<Dependency>libvisual-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libprojectM</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>libsdl2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/projectM-unittest</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/projectM/</Path>
<Path fileType="library">/usr/lib/libprojectM.so*</Path>
</Files>
</Package>
<Package>
<Name>libprojectM-devel</Name>
<Summary>Development files for libprojectM</Summary>
<RuntimeDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency release="current">libprojectM</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libprojectM-sdl</Name>
<Summary>ProjectM support for sdl</Summary>
<RuntimeDependencies>
<Dependency>libsdl2</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>jack-audio-connection-kit</Dependency>
<Dependency release="current">libprojectM</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/projectMSDL</Path>
</Files>
</Package>
<Package>
<Name>libprojectM-pulseaudio</Name>
<Summary>ProjectM support for Pulseaudio</Summary>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency release="current">libprojectM</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="man">/usr/share/man/man1/projectM-pulseaudio.1</Path>
<Path fileType="executable">/usr/bin/projectM-pulseaudio</Path>
<Path fileType="data">/usr/share/applications/projectM-pulseaudio.desktop</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-09</Date>
<Version>3.1.12</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libprojectM</Name>
<Summary xml:lang="tr">MilkDrop uyumlu müzik görselleştirme kitaplığı</Summary>
<Description xml:lang="tr">libprojectM, donanım hızlandırma kullanılarak OpenGL ile müzik görselleştirme işlemini yapan bir kitaplıktır.</Description>
</Source>
<Package>
<Name>libprojectM-devel</Name>
<Summary xml:lang="tr">libprojectM için geliştirme dosyaları</Summary>
</Package>
</PISI>
+27
View File
@@ -0,0 +1,27 @@
#!/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
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def check():
pass
#pythonmodules.run("setup.py test", pyVer="3")
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
# unneeded systemd service file
pisitools.removeDir("/etc/systemd/system/sshd-keygen@.service.d/disable-sshd-keygen-if-cloud-init-active.conf")
pisitools.removeDir("/lib/systemd/")
pisitools.dodoc("LICENSE", "README*")
+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cloud-init</Name>
<Homepage>https://cloud-init.io</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:console</IsA>
<Summary>The standard for customising cloud instances</Summary>
<Description>The standard for customising cloud instances</Description>
<Archive sha1sum="df0aa2fe7b2bb7a3ec61ecca77e2f7565c522cd3" type="targz">https://launchpad.net/cloud-init/trunk/21.4/+download/cloud-init-21.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>dhclient</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-Jinja2</Dependency>
<Dependency>python3-PyYAML</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-configobj</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>cloud-init</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>dhclient</Dependency>
<Dependency>python3-Jinja2</Dependency>
<Dependency>python3-PyYAML</Dependency>
<Dependency>python-oauthlib</Dependency>
<Dependency>python-netifaces</Dependency>
<Dependency>python-configobj</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-configobj</Dependency>
<Dependency>python-jsonschema</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
<Path fileType="library">/usr/lib/cloud-init</Path>
<Path fileType="data">/lib/udev/rules.d</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="doc">/usr/share/doc/cloud-init</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-09</Date>
<Version>21.4</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>cloud-init</Name>
<Summary xml:lang="tr">Bulut örneklerini özelleştirme standardı</Summary>
<Description xml:lang="tr">Bulut örneklerini özelleştirme standardı</Description>
<Description xml:lang="fr">La norme pour la personnalisation des instances cloud</Description>
</Source>
</PISI>
+4469 -1651
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
310aee838efd1a590bc4c2e810fd7514875980a8
f6694a8552c28d9f5bf5517b692d1fb3bf083701
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
c4c960dfa81f5a829566c34019720c91c4238c30
4d0fc93ccf845a2de04bb000c56aef4c11e56229
@@ -0,0 +1,25 @@
#!/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
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def check():
pass
#pythonmodules.run("setup.py test", pyVer="3")
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE", "README*")
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-configobj</Name>
<Homepage>https://github.com/DiffSK/configobj</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Simple config file reader and writer</Summary>
<Description>Simple config file reader and writer</Description>
<Archive sha1sum="c5cfba5c39d4e4b53cec5d24bc76f132861faa12" type="zip">https://github.com/DiffSK/configobj/archive/refs/heads/master.zip</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-configobj</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-six</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
<Path fileType="doc">/usr/share/doc/python-configobj</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-09</Date>
<Version>5.0.6</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,25 @@
#!/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
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def check():
pass
#pythonmodules.run("setup.py test", pyVer="3")
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("COPYING", "README*")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-jsonpatch</Name>
<Homepage>https://github.com/stefankoegl/python-json-patch</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>An implementation of the JSON Patch format</Summary>
<Description>An implementation of the JSON Patch format</Description>
<Archive sha1sum="274c2bda9fcf5edcc4082d2ec8d13059466a7f28" type="targz">https://github.com/stefankoegl/python-json-patch/archive/refs/tags/v1.32.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-jsonpatch</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-six</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
<Path fileType="doc">/usr/share/doc/python-jsonpatch</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-09</Date>
<Version>1.32</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,25 @@
#!/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
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def check():
pass
#pythonmodules.run("setup.py test", pyVer="3")
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("COPYING", "README*")
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-jsonschema</Name>
<Homepage>https://pypi.python.org/pypi/jsonschema</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>An implementation of JSON Schema validation for Python</Summary>
<Description>An implementation of JSON Schema validation for Python</Description>
<Archive sha1sum="fbca135887b3c79e7f08fff6a34fef053746151b" type="targz">http://repository.timesys.com/buildsources/p/python-jsonschema/python-jsonschema-3.2.0/jsonschema-3.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-jsonschema</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-idna</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-pyrsistent</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
<Dependency>python3-attrs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
<Path fileType="doc">/usr/share/doc/python-jsonschema</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-09</Date>
<Version>3.2.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,25 @@
#!/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
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def check():
pass
#pythonmodules.run("setup.py test", pyVer="3")
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE", "README*")
@@ -0,0 +1,42 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-netifaces</Name>
<Homepage>https://alastairs-place.net/netifaces/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Portable module to access network interface information in Python</Summary>
<Description>Portable module to access network interface information in Python</Description>
<Archive sha1sum="c1dd2b481a0101eb518bf47bdf40ea53ab61ca62" type="targz">https://files.pythonhosted.org/packages/a6/91/86a6eac449ddfae239e93ffc1918cf33fd9bab35c04d1e963b311e347a73/netifaces-0.11.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-netifaces</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
<Path fileType="doc">/usr/share/doc/python-netifaces</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-09</Date>
<Version>0.11.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,25 @@
#!/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
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def check():
pass
#pythonmodules.run("setup.py test", pyVer="3")
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE", "README*")
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-oauthlib</Name>
<Homepage>https://python-oauthlib.io</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A generic, spec-compliant, thorough implementation of the OAuth request-signing logic</Summary>
<Description>A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.</Description>
<Archive sha1sum="f6efa66f6106b069b5c0e0cf8cc677e4e96c91ca" type="targz">https://files.pythonhosted.org/packages/9e/84/001a3f8d9680f3b26d5e7711e13d5ff92e4b511766a72ac6b4a4e5f06796/oauthlib-3.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-oauthlib</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-cryptography</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
<Path fileType="doc">/usr/share/doc/python-oauthlib</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-09</Date>
<Version>3.1.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>