Merge branch '4fury-c3440d8/master'
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Algorithm-Diff</Name>
|
||||
<Homepage>https://metacpan.org/pod/Algorithm::Diff</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>perl Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>Compute `intelligent' differences between two files / lists.</Summary>
|
||||
<Description>This is a module for computing the difference between two files, two strings, or any other two lists of things.</Description>
|
||||
<Archive sha1sum="a915d868177ee3859eb835f0747fdea03a424b55" type="targz">https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Algorithm-Diff-1.201.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Algorithm-Diff</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>1.201</Version>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -2,11 +2,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
@@ -19,5 +17,3 @@ def check():
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes", "README")
|
||||
@@ -1,22 +1,21 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-AnyEvent-I3</Name>
|
||||
<Homepage>https://metacpan.org/release/AnyEvent-I3</Homepage>
|
||||
<Homepage>https://metacpan.org/pod/AnyEvent::I3</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<License>perl</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>
|
||||
<Archive sha1sum="1a0c3461836de7c7baf79ce99bef7e685e245a97" type="targz">https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.17.tar.gz</Archive>
|
||||
<Summary>Communicate with the i3 window manager.</Summary>
|
||||
<Description>This module connects to the i3 window manager using the UNIX socket based IPC interface it provides.</Description>
|
||||
<Archive sha1sum="228f12c4355aae838e9346176d4912be77db30fc" type="targz">https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.19.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Event</Dependency>
|
||||
<!-- check dependencies -->
|
||||
<Dependency>perl-JSON-XS</Dependency>
|
||||
<Dependency>perl-AnyEvent</Dependency>
|
||||
@@ -32,14 +31,19 @@
|
||||
<Dependency>perl-AnyEvent</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/perl5</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>0.19</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2024-05-14</Date>
|
||||
<Version>0.17</Version>
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Mouse</Name>
|
||||
<Homepage>https://metacpan.org/pod/Mouse</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>perl Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>A Moose compatible object system.</Summary>
|
||||
<Description>pass</Description>
|
||||
<Archive sha1sum="dc99a8e0f3b70e21bc0306d212070102fb07de35" type="targz">https://cpan.metacpan.org/authors/id/S/SK/SKAJI/Mouse-v2.5.11.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl-Test-Fatal</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-Test-Requires</Dependency>
|
||||
<Dependency>perl-Test-Exception</Dependency>
|
||||
<Dependency>perl-Test-LeakTrace</Dependency>
|
||||
<Dependency>perl-Module-Build-XSUtil</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Mouse</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>2.5.11</Version>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Test-Differences</Name>
|
||||
<Homepage>https://metacpan.org/pod/Test::Differences</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>perl Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>Test strings and data structures and show differences if not ok.</Summary>
|
||||
<Description>pass</Description>
|
||||
<Archive sha1sum="9652152f9ae3457272f3cfc76feaea7a125af003" type="targz">https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/Test-Differences-0.71.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl-Text-Diff</Dependency>
|
||||
<Dependency>perl-Capture-Tiny</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Test-Differences</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl-Text-Diff</Dependency>
|
||||
<Dependency>perl-Capture-Tiny</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>0.71</Version>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Test-LeakTrace</Name>
|
||||
<Homepage>https://metacpan.org/pod/Test::LeakTrace</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>perl Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>Traces memory leaks.</Summary>
|
||||
<Description>Test::LeakTrace provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks.</Description>
|
||||
<Archive sha1sum="882d5eb1c1ba5efbbc92f9d93568cef8d640a57f" type="targz">https://cpan.metacpan.org/authors/id/L/LE/LEEJO/Test-LeakTrace-0.17.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Test-LeakTrace</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>0.17</Version>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Text-Diff</Name>
|
||||
<Homepage>https://metacpan.org/pod/Text::Diff</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>perl Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>Perform diffs on files and record sets.</Summary>
|
||||
<Description>pass</Description>
|
||||
<Archive sha1sum="bd762ce99fbde3a6d921366258c807c20582de59" type="targz">https://cpan.metacpan.org/authors/id/N/NE/NEILB/Text-Diff-1.45.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl-Algorithm-Diff</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Text-Diff</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl-Algorithm-Diff</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>1.45</Version>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-X11-XCB</Name>
|
||||
<Homepage>https://metacpan.org/pod/X11::XCB</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>perl Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>Perl bindings for libxcb.</Summary>
|
||||
<Description>These bindings wrap libxcb and provide a nice object oriented interface to its methods.</Description>
|
||||
<Archive sha1sum="ffdc1070c7464017c523723cbd40b1c4a1be3ae6" type="targz">https://cpan.metacpan.org/authors/id/Z/ZH/ZHMYLOVE/X11-XCB-0.23.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xcb-proto</Dependency>
|
||||
<Dependency>perl-Mouse</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>perl-Try-Tiny</Dependency>
|
||||
<Dependency>xcb-util-devel</Dependency>
|
||||
<Dependency>perl-Test-Deep</Dependency>
|
||||
<Dependency>perl-Data-Dump</Dependency>
|
||||
<Dependency>perl-XML-Simple</Dependency>
|
||||
<Dependency>perl-XML-Descent</Dependency>
|
||||
<Dependency>xcb-util-wm-devel</Dependency>
|
||||
<Dependency>perl-Test-Exception</Dependency>
|
||||
<Dependency>perl-XS-Object-Magic</Dependency>
|
||||
<Dependency>perl-ExtUtils-Depends</Dependency>
|
||||
<Dependency>perl-ExtUtils-PkgConfig</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-X11-XCB</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>xcb-util</Dependency>
|
||||
<Dependency>perl-Mouse</Dependency>
|
||||
<Dependency>xcb-util-wm</Dependency>
|
||||
<Dependency>perl-Try-Tiny</Dependency>
|
||||
<Dependency>perl-Data-Dump</Dependency>
|
||||
<Dependency>perl-XML-Simple</Dependency>
|
||||
<Dependency>perl-XML-Descent</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>0.23</Version>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-XML-Descent</Name>
|
||||
<Homepage>https://github.com/AndyA/XML--Descent</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>perl Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>Recursive descent XML parsing.</Summary>
|
||||
<Description>pass</Description>
|
||||
<Archive sha1sum="2fc6982334be5ea11e6c3436e82915ccd715e452" type="targz">https://www.cpan.org/authors/id/A/AN/ANDYA/XML-Descent-1.04.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl-Test-Pod</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-XML-TokeParser</Dependency>
|
||||
<Dependency>perl-Test-Differences</Dependency>
|
||||
<Dependency>perl-Test-Pod-Coverage</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-XML-Descent</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl-XML-TokeParser</Dependency>
|
||||
<Dependency>perl-Test-Differences</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>1.04</Version>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-XML-TokeParser</Name>
|
||||
<Homepage>https://metacpan.org/pod/XML::TokeParser</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>perl Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>Simplified interface to XML::Parser.</Summary>
|
||||
<Description>XML::TokeParser provides a procedural interface to XML::Parser. XML::TokeParser splits its XML input up into "tokens," each corresponding to an XML::Parser event.</Description>
|
||||
<Archive sha1sum="d2267f1f416ecc96b67ad57c7748f29438d87bf3" type="targz">https://cpan.metacpan.org/authors/id/P/PO/PODMASTER/XML-TokeParser-0.05.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl-XML-Parser</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-XML-TokeParser</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl-XML-Parser</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>0.05</Version>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-XS-Object-Magic</Name>
|
||||
<Homepage>https://metacpan.org/pod/XS::Object::Magic</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>perl Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<Summary>Opaque, extensible XS pointer backed objects using sv_magic.</Summary>
|
||||
<Description>pass</Description>
|
||||
<Archive sha1sum="de7169804d63400fdf020e129bb3fa80e46c5a6e" type="targz">https://cpan.metacpan.org/authors/id/E/ET/ETHER/XS-Object-Magic-0.05.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl-Test-Fatal</Dependency>
|
||||
<Dependency>perl-ExtUtils-Depends</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-XS-Object-Magic</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-02-06</Date>
|
||||
<Version>0.05</Version>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import python3modules
|
||||
|
||||
def build():
|
||||
python3modules.compile(pyVer = "3")
|
||||
|
||||
def install():
|
||||
python3modules.install(pyVer = "3")
|
||||
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-setuptools-gettext</Name>
|
||||
<Homepage>https://github.com/breezy-team/setuptools-gettext</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary>Setuptools plugin for building mo files.</Summary>
|
||||
<Description>This plugin adds build_mo, clean_mo and install_mo subcommands for setup.py as well as hooking those into standard commands.</Description>
|
||||
<Archive sha1sum="a517851984f783175a2976f3b05270965a8d0d31" type="targz">https://files.pythonhosted.org/packages/source/s/setuptools_gettext/setuptools_gettext-0.1.14.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-wheel</Dependency>
|
||||
<Dependency>python3-installer</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level='1'></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-setuptools-gettext</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-02-09</Date>
|
||||
<Version>0.1.14</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user