58 lines
2.1 KiB
XML
58 lines
2.1 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-rdflib</Name>
|
|
<Homepage>https://pypi.org/project/rdflib/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>BSD</License>
|
|
<IsA>app</IsA>
|
|
<Summary>A Python library for working with RDF, a simple yet powerful language for representing information</Summary>
|
|
<Description>A Python library for working with RDF, a simple yet powerful language for representing information</Description>
|
|
<Archive sha1sum="3302d2958a974f44bd32c67431083bf14f48f8c7" type="targz">https://files.pythonhosted.org/packages/9a/43/0a5bcaeb7cac3db3cf02ce3a2030cdbdd3d9000402cc859753951ca2596f/rdflib-6.0.1.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</BuildDependencies>
|
|
<!--
|
|
<Patches>
|
|
<Patch>python3-rdflib.patch</Patch>
|
|
<Patch level="1">python3-rdflib.patch</Patch>
|
|
</Patches>
|
|
-->
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-rdflib</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2021-10-14</Date>
|
|
<Version>6.0.1</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2021-10-09</Date>
|
|
<Version>6.0.1</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|