perl-Test-Requires : new pisi package

This commit is contained in:
bluedevil
2020-09-23 23:19:40 +02:00
parent 0991e6be9a
commit 0603015c1b
3 changed files with 75 additions and 0 deletions
@@ -0,0 +1,22 @@
#!/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 pisitools
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("LICENSE*", "README*")
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Test-Requires</Name>
<Homepage>https://metacpan.org/release/Test-Requires</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic-2</License>
<License>GPLv1</License>
<IsA>library</IsA>
<Summary>Checks to see if the module can be loaded.</Summary>
<Description>perl-Test-Requires is a Perl module to check if the module can be loaded.</Description>
<Archive sha1sum="75d7c705d1da8fdc9997b21a39eddfb48d880299" type="targz">https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.11.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Test-Requires</Name>
<Summary>Checks to see if the module can be loaded.</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-09-23</Date>
<Version>0.11</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-Requires</Name>
<Summary xml:lang="tr">Bir modülün yüklenip yüklenemeyeceğini denetlemek için Perl modülü</Summary>
<Description xml:lang="tr">perl-Test-Requires, bir modülün yüklenip yüklenemeyeceğini denetlemek için gerekli bir Perl modülüdür.</Description>
</Source>
</PISI>