perl-Test-Warnings:first pisi release

This commit is contained in:
blue-devil
2020-01-09 21:44:43 +00:00
parent d670447142
commit 31a06195e7
3 changed files with 79 additions and 0 deletions
@@ -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>