perl-JSON.

This commit is contained in:
4fury-c3440d8
2023-01-15 14:57:54 +03:00
parent 021055f29c
commit 731741aee1
3 changed files with 12 additions and 9 deletions
@@ -2,13 +2,9 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
from pisi.actionsapi import perlmodules, pisitools
def setup():
perlmodules.configure()
@@ -22,4 +18,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes", "README")
pisitools.dodoc("Changes", "README")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>JSON (JavaScript Object Notation) encoder/decoder</Summary>
<Description>This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/.</Description>
<Archive sha1sum="73cc3ebd4a6081865cb54163ebb5deaae036be75" type="targz">https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz</Archive>
<Archive sha1sum="36ec8f191a62f2ba6d752dc3602697876593eb40" type="targz">https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-JSON-XS</Dependency>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="6">
<Date>2023-01-15</Date>
<Version>4.10</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2020-01-13</Date>
<Version>4.02</Version>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">JSON (JavaScript Nesne Gösterimi) kodlayıcı/çözücü</Summary>
<Description xml:lang="tr">Bu modül JSON ve perl veri yapılarını birbirleri içerisinde dönüştürebilir. JSON için bakınız: http://www.crockford.com/JSON/.</Description>
</Source>
</PISI>
</PISI>