add perl-* new packages
This commit is contained in:
@@ -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 perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes")
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Test-MockModule</Name>
|
||||
<Homepage>http://search.cpan.org/dist/Test-MockModule/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Artistic-2</License>
|
||||
<License>GPLv1</License>
|
||||
<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>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Super</Dependency>
|
||||
<Dependency>perl-Test-Pod</Dependency>
|
||||
<Dependency>perl-Test-Pod-Coverage</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Test-MockModule</Name>
|
||||
<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>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-01-24</Date>
|
||||
<Version>0.11</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Test-MockModule</Name>
|
||||
<Summary xml:lang="tr">Birim test için bir modüldeki altprogramları geçersiz kılın.</Summary>
|
||||
<Description xml:lang="tr">perl-Test-MockModule birim test amaçları için diğer paketlerdeki altprogramları geçici olarak yeniden tanımlamanıza izin verir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user