perl-HTML-Parser:ver bump
This commit is contained in:
@@ -10,16 +10,20 @@ from pisi.actionsapi import perlmodules
|
|||||||
|
|
||||||
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
perlmodules.configure()
|
perlmodules.configure()
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
perlmodules.make()
|
perlmodules.make()
|
||||||
|
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
perlmodules.make("test")
|
perlmodules.make("test")
|
||||||
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
perlmodules.install()
|
perlmodules.install()
|
||||||
|
|
||||||
pisitools.dodoc("Changes","README")
|
pisitools.dodoc("Changes","README")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>HTML Parser</Summary>
|
<Summary>HTML Parser</Summary>
|
||||||
<Description>The HTML-Parser distribution is a collection of modules that parse and extract information from HTML documents.</Description>
|
<Description>The HTML-Parser distribution is a collection of modules that parse and extract information from HTML documents.</Description>
|
||||||
<Archive sha1sum="ee6116722f2a91d6c3d305103d820c8a4bb8f9cc" type="targz">https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.73.tar.gz</Archive>
|
<Archive sha1sum="4749d8e01758af386852b12fe1d2ada95f838ab6" type="targz">https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.75.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>perl-Test-Pod</Dependency>
|
<Dependency>perl-Test-Pod</Dependency>
|
||||||
@@ -36,6 +36,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2020-08-30</Date>
|
||||||
|
<Version>3.75</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2020-08-30</Date>
|
<Date>2020-08-30</Date>
|
||||||
<Version>3.73</Version>
|
<Version>3.73</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user