Merge pull request #7416 from blue-devil/master
rebuilts, version bumps and first releases
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="AnyEvent-%s" % get.srcVERSION()
|
||||
|
||||
@@ -22,4 +22,4 @@ def check():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes", "COPYING", "README")
|
||||
pisitools.dodoc("Changes", "COPYING", "README")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-AnyEvent</Name>
|
||||
@@ -8,12 +8,11 @@
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>Artistic</License>
|
||||
<License>unknown</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>AnyEvent - provide framework for multiple event loops</Summary>
|
||||
<Description>AnyEvent provides an identical interface to multiple event loops. This allows module authors to utilise an event loop without forcing module users to use the same event loop (as only a single event loop can coexist peacefully at any one time).</Description>
|
||||
<Archive sha1sum="b3e0d76c5c0a29577ab1da35ce2fd62965656e9e" type="targz">https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-7.15.tar.gz</Archive>
|
||||
<Archive sha1sum="6aa1247d79a5617ca52786ea15c59fb915d299b8" type="targz">https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-7.17.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Event</Dependency>
|
||||
@@ -34,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>7.17</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-06-21</Date>
|
||||
<Version>7.15</Version>
|
||||
@@ -42,4 +48,4 @@
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -19,4 +19,4 @@ def check():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("README", "Changes")
|
||||
pisitools.dodoc("README", "LICENSE")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-AppConfig</Name>
|
||||
@@ -9,6 +9,7 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Perl/CPAN AppConfig module - Read configuration files and parse command line arguments</Summary>
|
||||
<Description>Perl/CPAN AppConfig module - Read configuration files and parse command line arguments</Description>
|
||||
@@ -32,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-07</Date>
|
||||
<Version>1.71</Version>
|
||||
<Comment>Rebuild for new toolchain</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-11-16</Date>
|
||||
<Version>1.71</Version>
|
||||
@@ -40,4 +48,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-AppConfig</Name>
|
||||
<Summary xml:lang="tr">Perl/CPAN AppConfig module - Read configuration files and parse command line arguments</Summary>
|
||||
<Description xml:lang="tr">Perl/CPAN AppConfig module - Read configuration files and parse command line arguments</Description>
|
||||
<Summary xml:lang="tr">Perl/CPAN AppConfig modülü </Summary>
|
||||
<Description xml:lang="tr">Perl/CPAN AppConfig modülü - Komut satırı argümanlarını ve ayar dosyalarını okuyabilen ve çözümleyebilen bir perl betiğidir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
@@ -20,4 +20,5 @@ def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
perlmodules.install()
|
||||
pisitools.dodoc("README*")
|
||||
@@ -1,3 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Canary-Stability</Name>
|
||||
@@ -10,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules</Summary>
|
||||
<Description>CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules</Description>
|
||||
<Archive sha1sum="9d3c5476081da9200ef59cacafea55bd011b6d8a" type="targz">https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2012.tar.gz</Archive>
|
||||
<Archive sha1sum="b20e8478a0658634e12d2cbc33b449450760af19" type="targz">https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -30,6 +32,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>2013</Version>
|
||||
<Comment>Version bump, translation added.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-04-20</Date>
|
||||
<Version>2012</Version>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Canary-Stability</Name>
|
||||
<Summary xml:lang="tr">Schmorp modülleri için perl uyumluluğunu deneteleyebilen Perl modülü</Summary>
|
||||
<Description xml:lang="tr">Bu modül, schmorp modülleri için perl uyumluluğunu deneteleyebilmektedir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -19,4 +19,4 @@ def check():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("README", "Changes", "LICENSE")
|
||||
pisitools.dodoc("README", "LICENSE")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Capture-Tiny</Name>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Perl module to capture stdout and stderr from Perl, XS or external programs</Summary>
|
||||
<Description>perl-Capture-Tiny is a Perl module to capture stdout and stderr from Perl, XS or external programs.</Description>
|
||||
<Archive sha1sum="eadc8810b426a444ef6cb963810a09ecb2932243" type="targz">http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.46.tar.gz</Archive>
|
||||
<Archive sha1sum="35e08cb2d811334afdebf3bca64ff3bd7a7ef560" type="targz">https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -31,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>0.48</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-07-26</Date>
|
||||
<Version>0.46</Version>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Capture-Tiny</Name>
|
||||
<Summary xml:lang="tr">Standart çıktı ve hata akışlarının yakalamaya yarayan Perl modülü</Summary>
|
||||
<Summary xml:lang="tr">Standart çıktı ve hata akışlarını yakalamaya yarayan Perl modülü</Summary>
|
||||
<Description xml:lang="tr">perl-Capture-Tiny, Perl, XS veya harici programların standart çıktı ve hata akışlarının yakalanmasını sağlayan bir Perl modülüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -21,3 +21,4 @@ def check():
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
pisitools.dodoc("Changes", "README*", "SIGNATURE")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Devel-Symdump</Name>
|
||||
@@ -20,16 +20,25 @@
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>perl-Devel-Symdump</Name>
|
||||
<Summary>Dump symbol names or the symbol table</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>2.18</Version>
|
||||
<Comment>Rebuilt.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-07-26</Date>
|
||||
<Version>2.18</Version>
|
||||
|
||||
@@ -5,5 +5,4 @@
|
||||
<Summary xml:lang="tr">Sembol isimlerinin veya sembol tablosunun dökümünü verir</Summary>
|
||||
<Description xml:lang="tr">perl-Devel-Symdump sembol isimlerinin veya sembol tablosunun dökümünü veren bir Perl modülüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
</PISI>
|
||||
@@ -22,4 +22,4 @@ def check():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("ANNOUNCE", "README", "TODO" )
|
||||
pisitools.dodoc("ANNOUNCE", "README")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Event</Name>
|
||||
@@ -10,6 +10,7 @@
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Event loop processing module in Perl</Summary>
|
||||
<Description>The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the handling of events so that they may be dispatched in priority order when it is safe for callbacks to execute.</Description>
|
||||
@@ -21,6 +22,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>perl-Event</Name>
|
||||
<Summary>Event loop processing module in Perl</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -32,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-07</Date>
|
||||
<Version>1.27</Version>
|
||||
<Comment>Rebuild for new toolchain</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-09-06</Date>
|
||||
<Version>1.27</Version>
|
||||
@@ -40,4 +49,4 @@
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Perl için olay döngüsü işleme modülü</Summary>
|
||||
<Description xml:lang="tr">Event modülü çeşitli türde olayları izlemek için merkezi bir olanak sağlamakta ve bu olaylar meydana geldiğinde sisteme geri çağırım (callback) uyarmaktadır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -13,32 +13,9 @@ def setup():
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
#def check():
|
||||
#perlmodules.make("test")
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("README", "Changes")
|
||||
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Authoring.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Platform::Windows.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Platform::VMS.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::ConfigData.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::PPMMaker.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Compat.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Notes.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Platform::VOS.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Platform::Unix.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Platform::aix.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Platform::cygwin.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Cookbook.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Base.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Platform::Default.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Bundling.3pm")
|
||||
pisitools.remove("/usr/share/man/man1/config_data.1")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Platform::os2.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::API.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Platform::MacOS.3pm")
|
||||
pisitools.remove("/usr/share/man/man3/Module::Build::Platform::darwin.3pm")
|
||||
pisitools.dodoc("README", "LICENSE*")
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Module-Build</Name>
|
||||
<Homepage>http://search.cpan.org/~crenz/Module-Find</Homepage>
|
||||
<Homepage>https://metacpan.org/pod/Module::Build</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Build and install Perl modules.</Summary>
|
||||
<Description>perl-Module-Build Module::Build is a system for building, testing, and installing Perl modules.</Description>
|
||||
<Archive sha1sum="bb8efab85305c95068dac877e1cfe4c3000271ab" type="targz">http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4220.tar.gz</Archive>
|
||||
<Archive sha1sum="a31d20eb918870732b3974b0c9f680adbd5b0b20" type="targz">https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4229.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>0.4229</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-09-02</Date>
|
||||
<Version>0.4220</Version>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Module-Build</Name>
|
||||
<Summary xml:lang="tr">Build and install Perl modules.</Summary>
|
||||
<Description xml:lang="tr">perl-Module-Find, Module::Build is a system for building, testing, and installing Perl modules.</Description>
|
||||
<Summary xml:lang="tr">Per modüllerini inşa eder ve sisteme yükler</Summary>
|
||||
<Description xml:lang="tr">perl-Module-Find, Module::Build Perl modüllerini yapan, test eden ve yükleyen bir sistemdir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
#!/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 perlmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME())
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("README", "LICENCE")
|
||||
shelltools.chmod("examples/*", 0644)
|
||||
pisitools.insinto(examples, "examples/*")
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Test-Warnings</Name>
|
||||
<Homepage>https://metacpan.org/release/Test-Warnings</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>Perl 5</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Perl module to test for warnings and the lack of them</Summary>
|
||||
<Description>perl-Test-Warnings is a Perl module to test for warnings and the lack of them.</Description>
|
||||
<Archive sha1sum="0f3235cbdeec6cbb08d71b6446e0c981f5dbddd4" type="targz">https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.028.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Test-Warnings</Name>
|
||||
<Summary>Perl module to test for warnings and the lack of them</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>0.028</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>perl-Test-Warnings</Name>
|
||||
<Summary xml:lang="tr">Bu perl modülü, perl için uyarılar üretir.</Summary>
|
||||
<Description xml:lang="tr">perl-Test-Warnings, perl için uyarılar üreten bir Perl modülüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -11,7 +11,4 @@ def build():
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
pisitools.rename("/usr/bin/wsdump.py", "wsdump2.py")
|
||||
|
||||
pisitools.dodoc("MANIFEST*", "ChangeLog", "README*", "LICENSE")
|
||||
pisitools.rename("/usr/bin/wsdump.py", "wsdump-py2.py")
|
||||
@@ -1,19 +1,22 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-websocket-client</Name>
|
||||
<Homepage>https://github.com/liris/websocket-client</Homepage>
|
||||
<Homepage>https://github.com/websocket-client/websocket-client</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>WebSocket client library for Python</Summary>
|
||||
<Description>websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions.</Description>
|
||||
<Archive sha1sum="ff0b8c989cecf823b8b5b7f1bf7d417c9a7a1509" type="targz">https://github.com/liris/websocket-client/archive/v0.48.0.tar.gz</Archive>
|
||||
<Archive sha1sum="cab0a4f817bb19ea0a2e314eeb5b46eccd1a6320" type="targz">https://github.com/websocket-client/websocket-client/archive/v0.57.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -21,16 +24,24 @@
|
||||
<Name>python-websocket-client</Name>
|
||||
<Summary>WebSocket client library for Python</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin/wsdump-py2.py</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-websocket-client</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2019-12-26</Date>
|
||||
<Version>0.57.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-29</Date>
|
||||
<Version>0.48.0</Version>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-websocket-client</Name>
|
||||
<Summary xml:lang="tr">Python icin ag soketleri kitapligi</Summary>
|
||||
<Description xml:lang="tr">python-websocket-client, WebSocket icin dusuk seviye apiler sunar. Tum apiler senkron yordamlardir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -4,15 +4,12 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="%s-%s" % (get.srcNAME().split("-")[1], get.srcVERSION())
|
||||
|
||||
def build():
|
||||
shelltools.system('sed -i "s:pygmentize:&3:g" setup.py')
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
@@ -20,5 +17,5 @@ def install():
|
||||
|
||||
#pisitools.dohtml("docs/build/*")
|
||||
#pisitools.insinto("/usr/share/doc/%s/src/" % get.srcNAME(),"docs/src/*")
|
||||
pisitools.insinto("/usr/share/man", "doc/pygmentize.1", "pygmentize3.1")
|
||||
pisitools.insinto("/usr/share/man/man1", "doc/pygmentize.1", "pygmentize.1")
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-Pygments</Name>
|
||||
@@ -9,10 +9,11 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A syntax highlighting package written in Python</Summary>
|
||||
<Description>python-Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code.</Description>
|
||||
<Archive sha1sum="5c6714bd6fd950c1478889f7b72fc7f6771d5163" type="targz">https://pypi.python.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz</Archive>
|
||||
<Archive sha1sum="6d2dc431070cdfe1bb48b7684aadca56b5c522ed" type="targz">https://files.pythonhosted.org/packages/cb/9f/27d4844ac5bf158a33900dbad7985951e2910397998e85712da03ce125f0/Pygments-2.5.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -21,6 +22,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-Pygments</Name>
|
||||
<Summary>A syntax highlighting package written in Python</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -40,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2019-12-29</Date>
|
||||
<Version>2.5.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-01-27</Date>
|
||||
<Version>2.2.0</Version>
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
<Package>
|
||||
<Name>python-Pygments-docs</Name>
|
||||
<Summary xml:lang="tr">python3-Pygments için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python3-Pygments-docs, python3-Pygments için belgelendirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
@@ -12,4 +12,4 @@ def build():
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("PKG-INFO")
|
||||
pisitools.dodoc("LICENSE*")
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-backports-ssl-match-hostname</Name>
|
||||
@@ -7,10 +9,10 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>PSF-2.2</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>The ssl.match_hostname() function from Python 3.4</Summary>
|
||||
<Description>The ssl.match_hostname() function from Python 3.4</Description>
|
||||
<Archive sha1sum="0567c136707a5f53b95aa793b79cc8d5c61d8e22" type="targz">https://pypi.python.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz</Archive>
|
||||
<IsA>library</IsA>
|
||||
<Summary>The ssl.match_hostname() function from Python 3.7</Summary>
|
||||
<Description>The ssl.match_hostname() function from Python 3.7</Description>
|
||||
<Archive sha1sum="b832201f353ad35215fd5132857ac9bbb55b77c1" type="targz">https://files.pythonhosted.org/packages/ff/2b/8265224812912bc5b7a607c44bf7b027554e1b9775e9ee0de8032e3de4b2/backports.ssl_match_hostname-3.7.0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -19,17 +21,24 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-backports-ssl-match-hostname</Name>
|
||||
<Summary>The ssl.match_hostname() function from Python 3.4</Summary>
|
||||
<Summary>The ssl.match_hostname() function from Python 3.7</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python*</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-backports-ssl-match-hostname</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>3.7.0.1</Version>
|
||||
<Comment>Built w/ py3.8 and version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-08-19</Date>
|
||||
<Version>3.5.0.1</Version>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-backports-ssl-match-hostname</Name>
|
||||
<Summary xml:lang="tr">Python3.7 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamı</Summary>
|
||||
<Description xml:lang="tr">python3-backports-ssl-match-hostname, Python3.7 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamını sağlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -5,12 +5,9 @@
|
||||
# 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("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-chardet</Name>
|
||||
@@ -9,9 +9,10 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Chardet: The Universal Character Encoding Detector</Summary>
|
||||
<Description>Chardet: The Universal Character Encoding Detector</Description>
|
||||
<Description>Character encoding auto-detection in Python. As smart as your browser. Open source.</Description>
|
||||
<Archive sha1sum="bf740348e002581b026dc4af47d56479097c1fcd" type="targz">https://github.com/chardet/chardet/archive/3.0.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -21,28 +22,36 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-chardet</Name>
|
||||
<Summary>Chardet: The Universal Character Encoding Detector</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin/chardetect</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-chardet</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2018-08-15</Date>
|
||||
<Update release="3">
|
||||
<Date>2019-12-24</Date>
|
||||
<Version>3.0.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Comment>Rebuilt w/ py3.8.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-08-29</Date>
|
||||
<Version>3.0.4</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-05-22</Date>
|
||||
<Version>3.0.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-chardet</Name>
|
||||
<Summary xml:lang="tr">Chardet: The Universal Character Encoding Detector</Summary>
|
||||
<Description xml:lang="tr">Chardet: The Universal Character Encoding Detector</Description>
|
||||
<Summary xml:lang="tr">Chardet: Evrensel Karakter Kodlaması Bulucusu(The Universal Character Encoding Detector)</Summary>
|
||||
<Description xml:lang="tr">python3-chardet, python3 ile karakter kodlaması yapabilmeyi sağlayan ve karakter kodlamasını otomatik bulabilmeyi saglayan bir python3 bağlayıcısıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -12,4 +12,4 @@ def build():
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("CHANGELOG*", "LICENSE*", "MANIFEST*", "PKG-INFO", "README*")
|
||||
pisitools.dodoc("LICENSE*")
|
||||
@@ -1,3 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-colorama</Name>
|
||||
@@ -7,14 +9,16 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Cross-platform colored terminal text.</Summary>
|
||||
<Description>Python API for cross-platform colored terminal text.</Description>
|
||||
<Archive type="targz" sha1sum="3ab1a3cf1d35332f995acc444c120b6543776b73">https://files.pythonhosted.org/packages/e6/76/257b53926889e2835355d74fec73d82662100135293e17d382e2b74d1669/colorama-0.3.9.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="0dab6b65fe79f82551dbcc65a4560dfc2c36965f">https://github.com/tartley/colorama/archive/0.4.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-colorama</Name>
|
||||
<Summary>Cross-platform colored terminal text.</Summary>
|
||||
@@ -22,24 +26,39 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-colorama</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-19</Date>
|
||||
<Update release="6">
|
||||
<Date>2019-12-24</Date>
|
||||
<Version>0.4.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue DeviL</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-29</Date>
|
||||
<Version>0.3.9</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-02-26</Date>
|
||||
<Version>0.3.9</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-01</Date>
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>0.3.7</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
<Comment>Rebuild for new toolchain</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-colorama</Name>
|
||||
<Summary xml:lang="tr">Uçbirim metinlerini renklendirebilen python3 modülüdür.</Summary>
|
||||
<Description xml:lang="tr">python-colorama, uçbirim metinlerini renklendirebilen python3 modülüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -5,12 +5,9 @@
|
||||
# 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("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-idna</Name>
|
||||
@@ -9,10 +9,10 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>app</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Internationalized Domain Names in Applications (IDNA)</Summary>
|
||||
<Description>Internationalized Domain Names in Applications (IDNA)</Description>
|
||||
<Archive sha1sum="57ba57f2b48b89be80a13f7c728ff6d3db23952a" type="targz">https://github.com/kjd/idna/archive/v2.7.tar.gz</Archive>
|
||||
<Description>Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing.</Description>
|
||||
<Archive sha1sum="7ca7e073f13574f51ddcfa3cc1a2e5789e895d9b" type="targz">https://github.com/kjd/idna/archive/v2.8.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -21,16 +21,24 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-idna</Name>
|
||||
<Summary>Internationalized Domain Names in Applications (IDNA)</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-idna</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2019-12-24</Date>
|
||||
<Version>2.8</Version>
|
||||
<Comment>Version bump and built w/ py3.8</Comment>
|
||||
<Name>Blue DeviL</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-08-15</Date>
|
||||
<Version>2.7</Version>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-idna</Name>
|
||||
<Summary xml:lang="tr">Internationalized Domain Names in Applications (IDNA)</Summary>
|
||||
<Description xml:lang="tr">Internationalized Domain Names in Applications (IDNA)</Description>
|
||||
<Summary xml:lang="tr">IDNA protokolünü desktekleyen python kitaplığıdır.</Summary>
|
||||
<Description xml:lang="tr">RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
@@ -5,12 +5,13 @@
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
pisitools.cflags.add("-Wno-stringop-truncation")
|
||||
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -L/var/pisi/python3-3.8.1-8/work/temp/lib -lbz2 -lpthread -ldl")
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("LICENSE", "README.rst", "INSTALL.rst")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-psutil</Name>
|
||||
@@ -9,27 +9,35 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A cross-platform process utilities module for Python</Summary>
|
||||
<Description>python3-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat.</Description>
|
||||
<Archive sha1sum="faf0d71382253b413ec984dea2f8579180954e10" type="targz">https://github.com/giampaolo/psutil/archive/release-5.4.6.tar.gz</Archive>
|
||||
<Archive sha1sum="9ea8f25fe66897d9a2354708e769da530fb4687d" type="targz">https://github.com/giampaolo/psutil/archive/release-5.6.7.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
|
||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-psutil</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="3.6.0">python3</Dependency>
|
||||
<Dependency versionFrom="3.8.0">python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-psutil</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-01-07</Date>
|
||||
<Version>5.6.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-19</Date>
|
||||
<Version>5.4.6</Version>
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-pyparsing</Name>
|
||||
<Homepage>https://github.com/pyparsing/pyparsing/</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python3 parsing module</Summary>
|
||||
<Description>The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.</Description>
|
||||
<Archive sha1sum="4a7ff3a0a81e02a8cfd61072dfd2624d0be27b3a" type="targz">https://github.com/pyparsing/pyparsing/archive/pyparsing_2.4.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-pyparsing</Name>
|
||||
<Summary>Python3 parsing module</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-pyparsing</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>2.4.6</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-pyparsing</Name>
|
||||
<Summary xml:lang="tr">Python3 cözümleme modülü.</Summary>
|
||||
<Description xml:lang="tr">python3-pyparsing modülü lex/yacc yaklaşımı veya regex dışında basit dilbilgisi yaratma ve çalıştırmak için alternatif bir yaklaşım sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-pytz</Name>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>World Timezone Definitions for Python</Summary>
|
||||
<Description>python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported.</Description>
|
||||
<Archive sha1sum="2119b042bf55014976b904934653597f52475dfa" type="targz">https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz</Archive>
|
||||
<Archive sha1sum="fc320b8b76a6067f16bbc3b8c365766978b5252f" type="targz">https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-2019.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -22,9 +22,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-pytz</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Summary>World Timezone Definitions for Python</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-pytz</Path>
|
||||
@@ -32,6 +30,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2019-12-27</Date>
|
||||
<Version>2019.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-01-29</Date>
|
||||
<Version>2018.4</Version>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
# 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")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-requests</Name>
|
||||
@@ -8,9 +8,11 @@
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>ergunsalman@hotmail.com</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
||||
<Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description>
|
||||
<License>MIT</License>
|
||||
<Archive sha1sum="c22ed0a553f8dc37e5c2a965048d81a5ccfaff95" type="targz">https://files.pythonhosted.org/packages/01/62/ddcf76d1d19885e8579acb1b1df26a852b03472c0e46d2b959a714c90608/requests-2.22.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -23,6 +25,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-requests</Name>
|
||||
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-idna</Dependency>
|
||||
@@ -30,12 +33,19 @@
|
||||
<Dependency>python3-chardet</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-requests</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2019-12-24</Date>
|
||||
<Version>2.22.0</Version>
|
||||
<Comment>Rebuilt w/ py3.8 and added translations.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2019-07-11</Date>
|
||||
<Version>2.22.0</Version>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-requests</Name>
|
||||
<Summary xml:lang="tr">Requests insanlar için yapılmış basit bir HTTP kitaplığıdır.</Summary>
|
||||
<Description xml:lang="tr">Requests HTTP/1.1 isteklerini çok basit bir şekilde göndermenize olanak tanıyan bir python kitaplığıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-six</Name>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Python 2 and 3 compatibility utilities.</Summary>
|
||||
<Description>python-six provides simple utilities for wrapping over differences between Python 2 and Python 3.</Description>
|
||||
<Archive sha1sum="3647372a0e104e7b53bd477762392024e1083ac0" type="targz">https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz</Archive>
|
||||
<Archive sha1sum="e6c12160e3da5e164dac9846a1f171fca24e1a8c" type="targz">https://files.pythonhosted.org/packages/94/3e/edcf6fef41d89187df7e38e868b2dd2182677922b600e880baad7749c865/six-1.13.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-six</Name>
|
||||
<Summary>Python 2 and 3 compatibility utilities.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -31,6 +32,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2019-12-11</Date>
|
||||
<Version>1.13.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue DeviL</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2018-08-06</Date>
|
||||
<Version>1.11.0</Version>
|
||||
|
||||
@@ -5,12 +5,9 @@
|
||||
# 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("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-urllib3</Name>
|
||||
@@ -8,11 +8,12 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Python</License>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Yet another Python urllib</Summary>
|
||||
<Description>Yet another Python urllib</Description>
|
||||
<Archive sha1sum="8d1e5fded3c2e64132a2b01f5d7f14692dde1806" type="targz">https://github.com/shazow/urllib3/archive/1.23.tar.gz</Archive>
|
||||
<Summary>urllib3 is a powerful, sanity-friendly HTTP client for Python.</Summary>
|
||||
<Description>urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries.</Description>
|
||||
<Archive sha1sum="e47468a95c66d5eed276facc776027b86b390dcf" type="targz">https://github.com/urllib3/urllib3/archive/1.25.7.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -21,18 +22,26 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-urllib3</Name>
|
||||
<Summary>urllib3 is a powerful, sanity-friendly HTTP client for Python.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-urllib3</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2019-12-24</Date>
|
||||
<Version>1.25.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-08-15</Date>
|
||||
<Date>2018-08-30</Date>
|
||||
<Version>1.23</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-urllib3</Name>
|
||||
<Summary xml:lang="tr">Yet another Python urllib</Summary>
|
||||
<Description xml:lang="tr">Yet another Python urllib</Description>
|
||||
<Name>python3-urllib3</Name>
|
||||
<Summary xml:lang="tr">urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır.</Summary>
|
||||
<Description xml:lang="tr">urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır. urllib3 Python standart kütüphanesinde bulunmayan kritik özellikleri içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
@@ -4,12 +4,9 @@
|
||||
# See the file http://www.gnu.org/copyleft/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("MANIFEST*", "ChangeLog", "README*", "LICENSE")
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -1,34 +1,45 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-websocket-client</Name>
|
||||
<Homepage>https://github.com/liris/websocket-client</Homepage>
|
||||
<Homepage>https://github.com/websocket-client/websocket-client</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>WebSocket client library for Python</Summary>
|
||||
<Description>websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions.</Description>
|
||||
<Archive sha1sum="ff0b8c989cecf823b8b5b7f1bf7d417c9a7a1509" type="targz">https://github.com/liris/websocket-client/archive/v0.48.0.tar.gz</Archive>
|
||||
<Archive sha1sum="cab0a4f817bb19ea0a2e314eeb5b46eccd1a6320" type="targz">https://github.com/websocket-client/websocket-client/archive/v0.57.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>python3-websocket-client</Name>
|
||||
<Summary>WebSocket client library for Python</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="3.6.0">python3</Dependency>
|
||||
<Dependency>python3-six</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin/wsdump.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-websocket-client</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-12-26</Date>
|
||||
<Version>0.57.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-08-19</Date>
|
||||
<Version>0.48.0</Version>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-websocket-client</Name>
|
||||
<Summary xml:lang="tr">Python3 icin ag soketleri kitapligi</Summary>
|
||||
<Description xml:lang="tr">python3-websocket-client, WebSocket icin dusuk seviye apiler sunar. Tum apiler senkron yordamlardir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -5,9 +5,11 @@
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
import glob
|
||||
|
||||
def setup():
|
||||
pisitools.dosed("setup.py", "etc/bash_completion.d", "../etc/bash_completion.d")
|
||||
pisitools.dosed("setup.py", "etc/fish/completions", "../etc/fish/completions")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = "3")
|
||||
pythonmodules.install(pyVer = "3")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-youtube_dl</Name>
|
||||
@@ -13,28 +13,44 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Youtube Video Downloader</Summary>
|
||||
<Description>Youtube Video Downloader</Description>
|
||||
<Archive sha1sum="fb390aee1ac6ff81b1dfccf40c4aa468ab9762a8" type="targz">https://github.com/ytdl-org/youtube-dl/releases/download/2019.10.22/youtube-dl-2019.10.22.tar.gz</Archive>
|
||||
<Archive sha1sum="45800d02502281c0e05ca8734a98ca9e7d926782" type="targz">https://yt-dl.org/downloads/2020.01.01/youtube-dl-2020.01.01.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
|
||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-youtube_dl</Name>
|
||||
<Summary>Youtube Video Downloader</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="3.6.0">python3</Dependency>
|
||||
<Dependency versionFrom="3.8.0">python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/etc</Path>
|
||||
<Path fileType="data">/usr/lib/python3.6/site-packages</Path>
|
||||
<Path fileType="data">/etc/bash_completion.d</Path>
|
||||
<Path fileType="data">/etc/fish</Path>
|
||||
<Path fileType="data">/usr/lib/python3*</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/man/man1</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/doc/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2020-01-10</Date>
|
||||
<Version>2020.01.01</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2019-12-26</Date>
|
||||
<Version>2019.12.25</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2019-10-28</Date>
|
||||
<Version>2019.10.22</Version>
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
<Source>
|
||||
<Name>python3-youtube_dl</Name>
|
||||
<Summary xml:lang="tr">Youtube video indirici.</Summary>
|
||||
<Description xml:lang="tr">Youtube'dan video indirmeyi sağlayan bir uygulama.</Description>
|
||||
<Description xml:lang="tr">Youtube ve benzeri video oynatan sitelerden video indirmeyi sağlayan bir uygulama.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user