Merge pull request #7484 from blue-devil/master

python and perl modules
This commit is contained in:
Kamil ATLI
2020-01-11 20:24:40 +03:00
committed by GitHub
44 changed files with 441 additions and 92 deletions
+12 -1
View File
@@ -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>docutils</Name>
@@ -33,6 +33,9 @@
<Package>
<Name>python-docutils</Name>
<Summary>Docutils module for python</Summary>
<RuntimeDependencies>
<Dependency release="current">docutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2*</Path>
</Files>
@@ -42,6 +45,7 @@
<Name>python3-docutils</Name>
<Summary>Docutils module for python3</Summary>
<RuntimeDependencies>
<Dependency release="current">docutils</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
@@ -50,6 +54,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-01-11</Date>
<Version>0.15.2</Version>
<Comment>Rebuilt w/ py3.8.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2019-12-07</Date>
<Version>0.15.2</Version>
@@ -5,10 +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
WorkDir="AnyEvent-I3-%s" % get.srcVERSION()
from pisi.actionsapi import get
def setup():
perlmodules.configure()
@@ -16,12 +14,10 @@ def setup():
def build():
perlmodules.make()
#def check():
# perlmodules.make("test")
def check():
perlmodules.make("test")
def install():
perlmodules.install()
#pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples")
pisitools.dodoc("Changes", "README")
pisitools.dodoc("Changes", "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-I3</Name>
@@ -9,23 +9,26 @@
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>This module connects to the i3 window manager using the UNIX socket based IPC interface it provides.</Summary>
<Description>This module connects to the i3 window manager using the UNIX socket based
IPC interface it provides (if enabled in the configuration file). You can
then subscribe to events or send messages and receive their replies.</Description>
<Description>This module connects to the i3 window manager using the UNIX socket based IPC interface it provides (if enabled in the configuration file). You can then subscribe to events or send messages and receive their replies.</Description>
<Archive sha1sum="1a0c3461836de7c7baf79ce99bef7e685e245a97" type="targz">https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Event</Dependency>
<!-- check dependencies -->
<Dependency>perl-JSON-XS</Dependency>
<Dependency>perl-AnyEvent</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-AnyEvent-I3</Name>
<Summary>This module connects to the i3 window manager using the UNIX socket based IPC interface it provides.</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Event</Dependency>
<Dependency>perl-JSON-XS</Dependency>
<Dependency>perl-AnyEvent</Dependency>
</RuntimeDependencies>
<Files>
@@ -36,6 +39,13 @@ then subscribe to events or send messages and receive their replies.</Descriptio
</Package>
<History>
<Update release="2">
<Date>2020-01-02</Date>
<Version>0.17</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-06-21</Date>
<Version>0.17</Version>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak i3 pencere yöneticisine bağlanır.</Summary>
<Description xml:lang="tr">Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak (yapılandırma dosyasında etkinse) i3 pencere yöneticisine bağlanır. Daha sonra etkinliklere abone olabilir veya mesaj gönderebilir ve cevaplarını alabilirsiniz.</Description>
</Source>
</PISI>
</PISI>
@@ -19,4 +19,4 @@ def build():
def install():
perlmodules.install()
pisitools.dodoc("Changes")
pisitools.dodoc("Changes", "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-Archive-Zip</Name>
@@ -9,11 +9,12 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Perl interface to ZIP archive files</Summary>
<Description>The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. This module uses the Compress::Zlib library to read and write the compressed streams inside the files.</Description>
<Archive sha1sum="8900c3f288bddec63b429b8f038c71e4f745fbe1" type="targz">http://www.cpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.60.tar.gz</Archive>
<Archive sha1sum="50955cbeb51c2ee8587b1350ee20b4a5f4619079" type="targz">https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.67.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-MockModule</Dependency>
@@ -22,6 +23,7 @@
<Package>
<Name>perl-Archive-Zip</Name>
<Summary>Perl interface to ZIP archive files</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -34,6 +36,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-02</Date>
<Version>1.67</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>1.60</Version>
@@ -6,4 +6,4 @@
<Description xml:lang="tr">Bu modül, Perl programlarının Zip arşiv dosyalarını oluşturmasını, düzenlemesini ve okumasını sağlar. Dosyaların içindeki akımları okumak ve yazmak için Compress:Zlib kütüphanesini kullanır.</Description>
<Description xml:lang="es">El módulo Archive::Zip permite a programas Perl la creación, manipulación, lectura y escritura de archivos comprimidos ZIP. Este módulo utiliza la librería Compress::Zlib para leer y escribir los flujos (streams) comprimidos dentro de los archivos.</Description>
</Source>
</PISI>
</PISI>
@@ -21,4 +21,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("MANIFEST","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-GSSAPI</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Perl extension providing access to the GSSAPIv2 library</Summary>
<Description>perl-GSSAPI module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT.</Description>
@@ -25,6 +26,7 @@
<Package>
<Name>perl-GSSAPI</Name>
<Summary>Perl extension providing access to the GSSAPIv2 library</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>mit-kerberos</Dependency>
@@ -37,6 +39,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>0.28</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>0.28</Version>
@@ -5,6 +5,7 @@
# 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
@@ -12,6 +13,7 @@ WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
def setup():
perlmodules.configure()
pisitools.dosed("Makefile", "CCFLAGS =", "CCFLAGS = -Wno-unused-result")
def build():
perlmodules.make()
@@ -22,3 +24,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes", "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-JSON-XS</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>JSON serialising/deserialising, done correctly and fast</Summary>
@@ -16,18 +17,19 @@
<Archive sha1sum="bba1939f8f402a110c80e19e068ffb3f980e23df" type="targz">http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.02.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Canary-Stability</Dependency>
<Dependency>perl-common-sense</Dependency>
<Dependency>perl-Canary-Stability</Dependency>
<Dependency>perl-Types-Serialiser</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-JSON-XS</Name>
<Summary>JSON serialising/deserialising, done correctly and fast</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Canary-Stability</Dependency>
<Dependency>perl-common-sense</Dependency>
<Dependency>perl-Canary-Stability</Dependency>
<Dependency>perl-Types-Serialiser</Dependency>
</RuntimeDependencies>
<Files>
@@ -40,10 +42,17 @@
</Package>
<History>
<Update release="6">
<Date>2020-01-02</Date>
<Version>4.02</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2019-06-22</Date>
<Version>4.02</Version>
<Comment>Versiyon bump</Comment>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
@@ -76,4 +85,4 @@
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Doğru ve hızlı, JSON serileştirme/geri elde etme kitaplığı</Summary>
<Description xml:lang="tr">Bu modül Perl veri yapılarını JSON'a çevirir, tam tersini de yapabilir. Birincil amacı doğru çalışmak, ikincil amacı ise hızlı olmaktır. İkinciyi sağlamak için C dilinde yazılmıştır.</Description>
</Source>
</PISI>
</PISI>
@@ -5,6 +5,7 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -20,3 +21,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes")
@@ -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-Pod-Coverage</Name>
@@ -9,6 +9,7 @@
<Email>admin@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<License>GPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
@@ -17,26 +18,35 @@
<Archive sha1sum="1d235e670f478168fcbe43aeea1994536ec6e4f6" type="targz">http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Pod-Coverage-0.23.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Devel-Symdump</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Devel-Symdump</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Pod-Coverage</Name>
<Summary>Checks if the documentation of a module is comprehensive</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Devel-Symdump</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Devel-Symdump</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<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>0.23</Version>
<Comment>Rebuilt.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-08-19</Date>
<Version>0.23</Version>
@@ -5,5 +5,4 @@
<Summary xml:lang="tr">Bir modülün belgelendirmesinin kapsamını kontrol eder</Summary>
<Description xml:lang="tr">perl-Pod-Coverage bir modülün belgelendirmesinin kapsamını kontrol eden bir Perl modülüdür.</Description>
</Source>
</PISI>
</PISI>
@@ -19,4 +19,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes")
pisitools.dodoc("Changes", "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-Sub-Identify</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic-2</License>
<PartOf>programming.language.perl</PartOf>
<License>GPLv1</License>
<IsA>library</IsA>
<Summary>Perl module to retrieve names of code references</Summary>
@@ -22,6 +23,7 @@
<Package>
<Name>perl-Sub-Identify</Name>
<Summary>Perl module to retrieve names of code references</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-Pod</Dependency>
@@ -34,6 +36,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-01-02</Date>
<Version>0.14</Version>
<Comment>Rebuilt</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2018-07-26</Date>
<Version>0.14</Version>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Kod referanslarının adlarını almak için Perl modülü</Summary>
<Description xml:lang="tr">perl-Sub-Identify, introspection mekanizmasıyla kod referanslarının adlarını almaya yarayan bir Perl modülüdür.</Description>
</Source>
</PISI>
</PISI>
@@ -19,4 +19,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes")
pisitools.dodoc("Changes", "LICENSE", "README")
+12 -2
View File
@@ -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-Super</Name>
@@ -10,10 +10,11 @@
</Packager>
<License>Artistic-2</License>
<License>GPLv1</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Control superclass method dispatch.</Summary>
<Description>Control superclass method dispatch.</Description>
<Archive sha1sum="b4eccae36828cf81f27e349c4528735d13804949" type="targz">http://www.cpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20141117.tar.gz</Archive>
<Archive sha1sum="3ee8a97c631caad1adb9dab9bbed8478bbad2f95" type="targz">https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20190531.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Sub-Identify</Dependency>
@@ -23,6 +24,7 @@
<Package>
<Name>perl-Super</Name>
<Summary>Control superclass method dispatch.</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Sub-Identify</Dependency>
@@ -31,10 +33,18 @@
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-01-02</Date>
<Version>20190531</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2018-07-26</Date>
<Version>20141117</Version>
@@ -3,6 +3,6 @@
<Source>
<Name>perl-Super</Name>
<Summary xml:lang="tr">Üst sınıf yönteminin gönderilmesini denetle.</Summary>
<Description xml:lang="tr">Üst sınıf yönteminin gönderilmesini denetle.</Description>
<Description xml:lang="tr">perl-Super, ust sınıf yönteminin gönderilmesini denetler.</Description>
</Source>
</PISI>
</PISI>
@@ -19,4 +19,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes")
pisitools.dodoc("Changes", "LICENSE", "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-Test-MockModule</Name>
@@ -10,35 +10,41 @@
</Packager>
<License>Artistic-2</License>
<License>GPLv1</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Override subroutines in a module for unit testing.</Summary>
<Description>Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing.</Description>
<Archive sha1sum="a6d6dca16483a9e6fd57838e36ba94fa2e5b26e4" type="targz">http://www.cpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-0.11.tar.gz</Archive>
<Archive sha1sum="9208ccb864dad19da805b45dd9b6247fa3d619e2" type="targz">https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.171.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Super</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-Test-Warnings</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Test-MockModule</Name>
<Summary>Override subroutines in a module for unit testing.</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Super</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
<Dependency>perl-Module-Build</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-01-02</Date>
<Version>0.171.0</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2018-07-26</Date>
<Version>0.11</Version>
@@ -5,6 +5,7 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -20,3 +21,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes", "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-Test-Pod-Coverage</Name>
@@ -9,6 +9,7 @@
<Email>admin@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Check for pod coverage in your distribution</Summary>
<Description>perl-Test-Pod-Coverage checks for pod coverage in your distribution.</Description>
@@ -20,6 +21,7 @@
</Source>
<Package>
<Name>perl-Test-Pod-Coverage</Name>
<Summary>Check for pod coverage in your distribution</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Pod-Coverage</Dependency>
@@ -27,10 +29,18 @@
<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>1.10</Version>
<Comment>Rebuilt.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-09-08</Date>
<Version>1.10</Version>
@@ -5,5 +5,4 @@
<Summary xml:lang="tr">Dağıtımınızın POD kapsamını kontrol eder</Summary>
<Description xml:lang="tr">perl-Test-Pod-Coverage dağıtımınızın POD kapsamını kontrol eden Perl modülüdür.</Description>
</Source>
</PISI>
</PISI>
@@ -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 = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -21,3 +21,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes", "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-Test-Pod</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>A perl module to check for errors in POD files</Summary>
<Description>Check POD files for errors or warnings in a test file, using Pod::Simple.</Description>
@@ -20,16 +21,25 @@
<Package>
<Name>perl-Test-Pod</Name>
<Summary>A perl module to check for errors in POD files</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>1.52</Version>
<Comment>Rebuilt.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-08-19</Date>
<Version>1.52</Version>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Pod dosyalarında hata olup olmadığını kontrol eden bir Perl Modülü</Summary>
<Description xml:lang="tr">Test::Pod, Pod::Simple modülünü kullanarak POD dosyalarında hata ya da uyarı olup olmadığını kontrol etmeye yarayan bir Perl modülüdür.</Description>
</Source>
</PISI>
</PISI>
@@ -22,3 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes", "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-Types-Serialiser</Name>
@@ -9,6 +9,7 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR.</Summary>
@@ -36,6 +37,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-02</Date>
<Version>1.0</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>1.0</Version>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>perl-Types-Serialiser</Name>
<Summary xml:lang="en">This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR.</Summary>
<Description xml:lang="en">This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other.</Description>
<Summary xml:lang="tr">JSON ve CBOR gibi genel serileştirme biçemleri tarafından kullanılan bazı yeni veriyapıları sunar.</Summary>
<Description xml:lang="tr">perl-Types-Serialiser, JSON ve CBOR gibi genel serileştirme biçemleri tarafından kullanılan bazı yeni veriyapıları sunar..</Description>
</Source>
</PISI>
</PISI>
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("LICENSE", "README", "Changes")
pisitools.dodoc("LICENSE", "README", "Changes")
@@ -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-common-sense</Name>
@@ -31,6 +31,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-02</Date>
<Version>3.74</Version>
<Comment>Rebuilt and translation fix</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>3.74</Version>
@@ -2,6 +2,7 @@
<PISI>
<Source>
<Name>perl-common-sense</Name>
<Summary xml:lang="tr">Perl programları için kabul edilebilir öntanımlılar içerir</Summary>
<Summary xml:lang="tr">Perl programları için kabul edilebilir öntanımlar içerir</Summary>
<Description xml:lang="tr">perl-common-sense, perl programları için kabul edilebilir öntanımlar içeren bir perl kütüphanesidir.</Description>
</Source>
</PISI>
@@ -0,0 +1,30 @@
#!/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 shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing")
pythonmodules.compile()
# it takes hours to run test, run with caution!
#def check():
# pythonmodules.run("runtests.py -vv --no-pyregr")
def install():
pythonmodules.install()
for dirs in ["Doc", "Demos", "tests"]:
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*")
pisitools.rename("usr/bin/cygdb", "cygdb-py2")
pisitools.rename("usr/bin/cython", "cython-py2")
pisitools.rename("usr/bin/cythonize", "cythonize-py2")
@@ -0,0 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cython</Name>
<Homepage>https://cython.org/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>programming.language.python3</PartOf>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>C extensions for the Python</Summary>
<Description>Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
<Archive sha1sum="db2286ea3b3a6060c4294f9c3df652c5b4f60fca" type="targz">https://github.com/cython/cython/archive/0.29.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>cython</Name>
<Summary>C extensions for the Python</Summary>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/cython</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2019-12-31</Date>
<Version>0.29.14</Version>
<Comment>Rebuilt</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2019-12-07</Date>
<Version>0.29.14</Version>
<Comment>Split packages</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2019-11-11</Date>
<Version>0.29.14</Version>
<Comment>Ver. bump</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2016-04-22</Date>
<Version>0.24</Version>
<Comment>First release</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>cython</Name>
<Summary xml:lang="tr">Python için C eklentileri</Summary>
<Description xml:lang="tr">Cython, Python için C eklentileri yazmayı kolaylaştıran bir dildir.</Description>
</Source>
</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 pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing")
pythonmodules.compile(pyVer="3")
# it takes hours to run test, run with caution!
#def check():
# pythonmodules.run("runtests.py -vv --no-pyregr", pyVer="3")
def install():
pythonmodules.install(pyVer="3")
#for dirs in ["Doc", "Demos", "tests"]:
# pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
#pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*")
@@ -0,0 +1,74 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cython3</Name>
<Homepage>https://cython.org/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>programming.language.python3</PartOf>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>C extensions for the Python3</Summary>
<Description>Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
<Archive sha1sum="db2286ea3b3a6060c4294f9c3df652c5b4f60fca" type="targz">https://github.com/cython/cython/archive/0.29.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>cython3</Name>
<Summary>C extensions for the Python3</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/cython3</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2019-12-10</Date>
<Version>0.29.14</Version>
<Comment>Rebuilt w/ py3.8.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2019-12-10</Date>
<Version>0.29.14</Version>
<Comment>Rebuilt.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2019-11-11</Date>
<Version>0.29.14</Version>
<Comment>rebuilt and split packages</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2019-11-11</Date>
<Version>0.29.14</Version>
<Comment>Ver. bump</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2016-04-22</Date>
<Version>0.24</Version>
<Comment>First release</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>cython3</Name>
<Summary xml:lang="tr">Python3 için C eklentileri</Summary>
<Description xml:lang="tr">Cython3, Python3 için C eklentileri yazmayı kolaylaştıran bir dildir.</Description>
</Source>
</PISI>
@@ -4,27 +4,23 @@
# 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 = "numpy-%s" % get.srcVERSION()
NUMPY_FCONFIG = "config_fc --fcompiler=gnu95"
f2py_docs = "%s/%s/f2py_docs" % (get.docDIR(), get.srcNAME())
shelltools.export("LDFLAGS", "%s -shared" % get.LDFLAGS())
shelltools.export("ATLAS", "None")
shelltools.export("PTATLAS", "None")
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
def build():
pythonmodules.compile(NUMPY_FCONFIG, pyVer="3")
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(NUMPY_FCONFIG, pyVer="3")
#pisitools.doman("doc/f2py/f2py.1")
#pisitools.insinto(f2py_docs, "doc/f2py/*.txt")
pisitools.dodoc("LICENSE.txt", "THANKS.txt")
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
for dirs in ["doc"]:
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
@@ -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-numpy</Name>
@@ -8,44 +8,57 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<License>BSD</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<Summary>The fundamental package needed for scientific computing with Python</Summary>
<Description>Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities.</Description>
<Archive sha1sum="e4917f6848f4065a70788b954332f1eb87b81989" type="targz">https://github.com/numpy/numpy/releases/download/v1.15.0/numpy-1.15.0.tar.gz</Archive>
<Archive sha1sum="e5039bd773c5aa0eb964f6dbb00c9e654a89e294" type="targz">https://github.com/numpy/numpy/archive/v1.18.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-nose</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>libgfortran</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>lapack-devel</Dependency>
<Dependency>python3-nose</Dependency>
<Dependency>cblas-devel</Dependency>
<Dependency>cython3</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">numpy-1.0.1-f2py.patch</Patch>
<Patch level="1">001-fix-test_multiarray.patch</Patch>
<Patch level="1">002-fix_PyUnicodeObject.patch</Patch>
<Patch level="1">09d2c51fa1d09b17060a8545b925f4dded9dedb1.patch</Patch>
<Patch level="1">4234b6b13e3ee9da6fc1c24e9e8c442d77587837.patch</Patch>
<Patch level="1">f2ac38f09ff258339ef44572a3abba02019e1f55.patch</Patch>-->
</Patches>
</Source>
<Package>
<Name>python3-numpy</Name>
<Summary>The fundamental package needed for scientific computing with Python</Summary>
<RuntimeDependencies>
<Dependency>blas</Dependency>
<Dependency>lapack</Dependency>
<Dependency>python3</Dependency>
<Dependency>lapack</Dependency>
<Dependency>blas</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE*</Path>
</Files>
</Package>
<Package>
<Name>python3-numpy-docs</Name>
<Summary>Documentation files for python3-numpy</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-numpy</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-numpy/doc</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-01-11</Date>
<Version>1.18.1</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-08-14</Date>
<Version>1.15.0</Version>
@@ -1,9 +1,15 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>numpy</Name>
<Name>python3-numpy</Name>
<Summary xml:lang="tr">Python ile bilimsel hesaplama için ihtiyaç duyulan temel paket</Summary>
<Description xml:lang="es">Numpy contiene un potente objeto de array N-dimensional, funciones sofisticadas (broadcasting), herramientas para la integración de código C/C++ y Fortran, y facilidades útiles de algebra lineal, transformación Fourier, y número aleatorios.</Description>
<Description xml:lang="tr">Numpy, N-boyutlu güçlü bir dizi, gelişmiş fonksiyonlar, C/C++ ve Fortran kodunu entegre etmek için araçlar, doğrusal cebir ve rastgele sayı özelliği içerir.</Description>
</Source>
<Package>
<Name>python3-numpy-docs</Name>
<Summary xml:lang="tr">python3-numpy için belgelendirme dosyaları</Summary>
<Description xml:lang="tr">python3-numpy-docs, python3-numpy için belgelendirme dosyalarını içerir.</Description>
</Package>
</PISI>