perl-Test-Needs:first release

This commit is contained in:
blue-devil
2020-01-11 18:00:15 +00:00
parent 502f2c3994
commit 8d5641b71a
3 changed files with 75 additions and 0 deletions
@@ -0,0 +1,23 @@
#!/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 pisitools
from pisi.actionsapi import get
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("README", "LICENSE")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Test-Needs</Name>
<Homepage>https://metacpan.org/pod/Test::Needs</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Perl 5</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Test::Needs - Skip tests when modules not available</Summary>
<Description>Skip test scripts if modules are not available. The requested modules will be loaded, and optionally have their versions checked. If the module is missing, the test script will be skipped. Modules that are found but fail to compile will exit with an error rather than skip.</Description>
<Archive sha1sum="a5536540c4ebb5eb8fa7b663276d3df9d705b2fe" type="targz">https://cpan.metacpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002006.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Test-Needs</Name>
<Summary>Test::Needs - Skip tests when modules not available</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-07</Date>
<Version>0.002006</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-Needs</Name>
<Summary xml:lang="tr">Bu perl modülü, olmayan perl modülü için hata vermez.</Summary>
<Description xml:lang="tr">perl-Test-Needs, olmayan perl modülü için hata vermeyen bir Perl modülüdür.</Description>
</Source>
</PISI>