49 lines
1.9 KiB
XML
49 lines
1.9 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>python-jsonschema</Name>
|
||
<Homepage>https://pypi.python.org/pypi/jsonschema</Homepage>
|
||
<Packager>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>BSD</License>
|
||
<IsA>library</IsA>
|
||
<Summary>An implementation of JSON Schema validation for Python</Summary>
|
||
<Description>An implementation of JSON Schema validation for Python</Description>
|
||
<Archive sha1sum="fbca135887b3c79e7f08fff6a34fef053746151b" type="targz">http://repository.timesys.com/buildsources/p/python-jsonschema/python-jsonschema-3.2.0/jsonschema-3.2.0.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>python3-devel</Dependency>
|
||
<Dependency>python3-setuptools-scm</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>python-jsonschema</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>python3</Dependency>
|
||
<Dependency>python3-idna</Dependency>
|
||
<Dependency>python3-setuptools</Dependency>
|
||
<Dependency>python3-pyrsistent</Dependency>
|
||
<Dependency>python3-importlib_metadata</Dependency>
|
||
<Dependency>python3-attrs</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
|
||
<Path fileType="doc">/usr/share/doc/python-jsonschema</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="1">
|
||
<Date>2022-01-09</Date>
|
||
<Version>3.2.0</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|