Merge pull request #10039 from suvari/master

new packages: persepolis, python-setproctitle, some rebuilds..
This commit is contained in:
Kamil ATLI
2022-02-05 19:13:13 +03:00
committed by GitHub
26 changed files with 326 additions and 43 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
<Update release="6">
<Date>2022-01-18</Date>
<Version>1.4.1</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
+1 -1
View File
@@ -60,7 +60,7 @@
<Update release="2">
<Date>2022-01-18</Date>
<Version>0.9.0</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -73,7 +73,7 @@
<Update release="2">
<Date>2022-01-18</Date>
<Version>0.5.90</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
+1 -1
View File
@@ -62,7 +62,7 @@
<Update release="2">
<Date>2022-01-18</Date>
<Version>0.9.0</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
+1 -1
View File
@@ -54,7 +54,7 @@
<Update release="6">
<Date>2022-01-18</Date>
<Version>10.2_2.0.1</Version>
<Comment>Version Bump</Comment>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
+1 -1
View File
@@ -51,7 +51,7 @@
<Update release="2">
<Date>2022-01-18</Date>
<Version>3.6.0</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
+1 -1
View File
@@ -98,7 +98,7 @@
<Update release="4">
<Date>2022-01-18</Date>
<Version>2.50.0</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
+1 -1
View File
@@ -48,7 +48,7 @@
<Update release="3">
<Date>2022-01-18</Date>
<Version>1.5</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
+2 -2
View File
@@ -19,7 +19,7 @@
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>iso-codes</Dependency>
<Dependency>iso-codes-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>cppunit-devel</Dependency>
@@ -56,7 +56,7 @@
<History>
<Update release="3">
<Date>2022-01-18</Date>
<Date>2022-02-05</Date>
<Version>10.4.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
@@ -127,7 +127,7 @@
<Update release="3">
<Date>2022-01-18</Date>
<Version>4.1</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
+1 -1
View File
@@ -65,7 +65,7 @@
<Update release="3">
<Date>2022-01-18</Date>
<Version>4.1</Version>
<Comment>Version bump</Comment>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
+1 -1
View File
@@ -49,7 +49,7 @@
<Update release="6">
<Date>2022-01-18</Date>
<Version>0.2.2</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
+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 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*")
+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>persepolis</Name>
<Homepage>https://persepolisdm.github.io</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL3</License>
<IsA>library</IsA>
<Summary>Qt front-end for aria2 download manager</Summary>
<Description>Persepolis is a Download Manager and a GUI For aria2.</Description>
<Archive sha1sum="3a71d3b089eb36c8b043bc0ae2cae77eac24a307" type="targz">https://github.com/persepolisdm/persepolis/archive/refs/tags/3.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>aria2-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-psutil</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-qt5-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-youtube_dl</Dependency>
<Dependency>python-setproctitle</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>sound-theme-freedesktop</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>persepolis</Name>
<RuntimeDependencies>
<Dependency>aria2</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>python3</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>python3-qt5</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-youtube_dl</Dependency>
<Dependency>python-setproctitle</Dependency>
<Dependency>sound-theme-freedesktop</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="doc">/usr/share/doc/persepolis</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-02-05</Date>
<Version>3.2.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+147 -21
View File
@@ -66652,7 +66652,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="en">Development files for libkdcraw</Summary>
<Summary xml:lang="tr">libkdcraw için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="39">libkdcraw</Dependency>
<Dependency release="40">libkdcraw</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>libraw-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
@@ -66665,6 +66665,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="40">
<Date>2022-02-05</Date>
<Version>21.12.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="39">
<Date>2022-01-10</Date>
<Version>21.12.1</Version>
@@ -132227,7 +132234,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Update release="6">
<Date>2022-01-18</Date>
<Version>1.4.1</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -143187,7 +143194,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Update release="2">
<Date>2022-01-18</Date>
<Version>0.9.0</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -143266,7 +143273,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Update release="2">
<Date>2022-01-18</Date>
<Version>0.5.90</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -143334,7 +143341,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Update release="2">
<Date>2022-01-18</Date>
<Version>0.9.0</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -143672,7 +143679,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<PartOf>desktop.misc</PartOf>
<Summary xml:lang="en">Gromit-MPX is a multi-pointer GTK3 port of the original Gromit desktop annotation tool.</Summary>
<Description xml:lang="en">It enables graphical annotations with several pointers at once and is A LOT faster than its predecessor since it uses the XCOMPOSITE extension where available.</Description>
<Archive type="targz" sha1sum="0374a738652d83f5566ce7bae22931e361a4bb20" name="1.4.tar.gz">https://github.com/bk138/gromit-mpx/archive/1.4.tar.gz</Archive>
<Archive type="targz" sha1sum="d39edd12725f53a75048897b14bc6fad989d9b65" name="1.4.1.tar.gz">https://github.com/bk138/gromit-mpx/archive/refs/tags/1.4.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -143703,6 +143710,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="2">
<Date>2022-02-05</Date>
<Version>1.4.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-12-26</Date>
<Version>1.4</Version>
@@ -178719,7 +178733,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Update release="6">
<Date>2022-01-18</Date>
<Version>10.2_2.0.1</Version>
<Comment>Version Bump</Comment>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
@@ -189677,7 +189691,7 @@ cleaner, which will allow to add new features in the future.</Description>
<Summary xml:lang="tr">Linux üzerinde mp3 etiketlerini düzenlemenizi sağlayan bir araç</Summary>
<Description xml:lang="en">Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkeys Audio (.ape) and WavPack (wv).</Description>
<Description xml:lang="tr">Puddletag programı, kolay görünümü sayesinde mp3 etiketlerinde rahatça değişiklik yapabilmenizi sağlar. ID3v1, ID3v2, mp4, ogg, flac,mps, ape, wv formatlarını destekler.</Description>
<Archive type="targz" sha1sum="26f199586f69eeeaab544e4302ab8ea00afe102d" name="2.1.0.tar.gz">https://github.com/puddletag/puddletag/archive/refs/tags/2.1.0.tar.gz</Archive>
<Archive type="targz" sha1sum="0e620f7ee1543ccdd54e3e73f00e71b4488da19f" name="puddletag-2.1.1.tar.gz">https://files.pythonhosted.org/packages/source/p/puddletag/puddletag-2.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-qt5</Dependency>
<Dependency>python3-devel</Dependency>
@@ -189703,6 +189717,13 @@ cleaner, which will allow to add new features in the future.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2022-02-05</Date>
<Version>2.1.1</Version>
<Comment>Minor ver. bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-02-04</Date>
<Version>2.1.0</Version>
@@ -189758,7 +189779,7 @@ cleaner, which will allow to add new features in the future.</Description>
<Update release="2">
<Date>2022-01-18</Date>
<Version>3.6.0</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -189932,7 +189953,7 @@ cleaner, which will allow to add new features in the future.</Description>
<Update release="4">
<Date>2022-01-18</Date>
<Version>2.50.0</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -199997,7 +200018,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Update release="3">
<Date>2022-01-18</Date>
<Version>1.5</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -204554,7 +204575,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>iso-codes</Dependency>
<Dependency>iso-codes-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>cppunit-devel</Dependency>
@@ -204589,7 +204610,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Package>
<History>
<Update release="3">
<Date>2022-01-18</Date>
<Date>2022-02-05</Date>
<Version>10.4.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
@@ -204740,7 +204761,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Update release="3">
<Date>2022-01-18</Date>
<Version>4.1</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -205873,7 +205894,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Update release="3">
<Date>2022-01-18</Date>
<Version>4.1</Version>
<Comment>Version bump</Comment>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -210152,7 +210173,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Update release="6">
<Date>2022-01-18</Date>
<Version>0.2.2</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
@@ -227058,6 +227079,69 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>persepolis</Name>
<Homepage>https://persepolisdm.github.io</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL3</License>
<IsA>library</IsA>
<PartOf>network.download</PartOf>
<Summary xml:lang="en">Qt front-end for aria2 download manager</Summary>
<Description xml:lang="en">Persepolis is a Download Manager and a GUI For aria2.</Description>
<Archive type="targz" sha1sum="3a71d3b089eb36c8b043bc0ae2cae77eac24a307" name="3.2.0.tar.gz">https://github.com/persepolisdm/persepolis/archive/refs/tags/3.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>aria2-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-psutil</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-qt5-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-youtube_dl</Dependency>
<Dependency>python-setproctitle</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>sound-theme-freedesktop</Dependency>
</BuildDependencies>
<SourceURI>network/download/persepolis/pspec.xml</SourceURI>
</Source>
<Package>
<Name>persepolis</Name>
<RuntimeDependencies>
<Dependency>aria2</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>python3</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>python3-qt5</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-youtube_dl</Dependency>
<Dependency>python-setproctitle</Dependency>
<Dependency>sound-theme-freedesktop</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="doc">/usr/share/doc/persepolis</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-02-05</Date>
<Version>3.2.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>prozilla</Name>
@@ -267213,7 +267297,9 @@ complete albums that you have purchased from Amazon.</Description>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">D-Bus Python bindings</Summary>
<Summary xml:lang="tr">D-Bus için Python bağlayıcıları</Summary>
<Description xml:lang="en">dbus-python provides a Python module which wraps the D-Bus programming API.</Description>
<Description xml:lang="tr">dbus-python, D-Bus için Python bağlayıcılarını içerir.</Description>
<Archive type="targz" sha1sum="ab94729c940f0d95dde2503a96e5c3e2f4644b76" name="dbus-python-1.2.18.tar.gz">https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>dbus-glib-devel</Dependency>
@@ -268402,6 +268488,46 @@ complete albums that you have purchased from Amazon.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python-setproctitle</Name>
<Homepage>https://github.com/dvarrazzo/py-setproctitle</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Allows a python process to change its process title</Summary>
<Description xml:lang="en">Allows a python process to change its process title</Description>
<Archive type="targz" sha1sum="bdcd4b65f16fe6f53f58ee32cea0532d6839c103" name="setproctitle-1.2.2.tar.gz">https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-1.2.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python-setproctitle/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python-setproctitle</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python-setproctitle</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-09</Date>
<Version>1.2.2</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-aiml</Name>
@@ -274248,7 +274374,7 @@ complete albums that you have purchased from Amazon.</Description>
<Update release="3">
<Date>2022-01-18</Date>
<Version>0.6.1</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -279195,7 +279321,7 @@ complete albums that you have purchased from Amazon.</Description>
<Update release="3">
<Date>2021-01-18</Date>
<Version>6.1.1</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>Pisilinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
@@ -285399,7 +285525,7 @@ complete albums that you have purchased from Amazon.</Description>
<Update release="2">
<Date>2022-01-18</Date>
<Version>5.12.0</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -289363,7 +289489,7 @@ provide integrated access to the cloud providers services.</Description>
<Update release="2">
<Date>2022-01-18</Date>
<Version>6.5.3</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -312819,7 +312945,7 @@ contacts, tasks, and calendar information.</Summary>
<Update release="2">
<Date>2022-01-18</Date>
<Version>1.0.4</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
+1 -1
View File
@@ -1 +1 @@
1a58136b6e8f2f52d9575d8530a988d8f15d39d6
80707e7adfb23ab8424abc17b8669d12dcb053f9
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
5555139d934fe3d63c29da6d255f57071cb44742
1d098a66f3c96c790ff2120660f6eefeba8a6ff9
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>dbus-python</Name>
<Name>dbus-python3</Name>
<Summary xml:lang="tr">D-Bus için Python bağlayıcıları</Summary>
<Description xml:lang="tr">dbus-python, D-Bus için Python bağlayıcılarını içerir.</Description>
</Source>
</PISI>
</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("COPYRIGHT", "README*")
@@ -0,0 +1,42 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-setproctitle</Name>
<Homepage>https://github.com/dvarrazzo/py-setproctitle</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Allows a python process to change its process title</Summary>
<Description>Allows a python process to change its process title</Description>
<Archive sha1sum="bdcd4b65f16fe6f53f58ee32cea0532d6839c103" type="targz">https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-1.2.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-setproctitle</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python-setproctitle</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-09</Date>
<Version>1.2.2</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -37,7 +37,7 @@
<Update release="3">
<Date>2022-01-18</Date>
<Version>0.6.1</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
@@ -39,7 +39,7 @@
<Update release="3">
<Date>2021-01-18</Date>
<Version>6.1.1</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>Pisilinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
+1 -1
View File
@@ -53,7 +53,7 @@
<Update release="2">
<Date>2022-01-18</Date>
<Version>5.12.0</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
+1 -1
View File
@@ -56,7 +56,7 @@
<Update release="2">
<Date>2022-01-18</Date>
<Version>6.5.3</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
+1 -1
View File
@@ -72,7 +72,7 @@
<Update release="2">
<Date>2022-01-18</Date>
<Version>1.0.4</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>