Files
main/programming/language/python3/python3-simplejson/pspec.xml
T
2021-10-28 18:53:55 +03:00

60 lines
2.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-simplejson</Name>
<Homepage>https://github.com/simplejson/simplejson</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>AFL</License>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Simple, fast, extensible JSON encoder/decoder for Python.</Summary>
<Description>simplejson is a simple, fast, complete, correct and extensible JSON (http://json.org) encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.</Description>
<Archive sha1sum="e0b32ca17ab518558d7f421dbb31f8d710c20be7" type="targz">https://github.com/simplejson/simplejson/archive/v3.17.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-simplejson</Name>
<Summary>Simple, fast, extensible JSON encoder/decoder for Python.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-simplejson</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-10-28</Date>
<Version>3.17.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-07-21</Date>
<Version>3.17.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-01-24</Date>
<Version>3.17.0</Version>
<Comment>First Pisi Release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>