Files
main/programming/language/python3/python3-rdflib/pspec.xml
T
2021-10-12 15:41:11 +03:00

51 lines
1.9 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="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>