Files
main/programming/language/python3/python3-lazy-object-proxy/pspec.xml
T
2020-09-24 20:45:06 +02:00

45 lines
1.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-lazy-object-proxy</Name>
<Homepage>https://github.com/ionelmc/python-lazy-object-proxy</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv2</License>
<IsA>library</IsA>
<Summary>A fast and thorough lazy object proxy.</Summary>
<Description>python3-lazy-object-proxy provides a fast and thorough lazy object proxy.</Description>
<Archive sha1sum="a5bff3b7a9c847484e0ae10b2fc126f1108020d4" type="targz">https://github.com/ionelmc/python-lazy-object-proxy/archive/v1.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-lazy-object-proxy</Name>
<Summary>A fast and thorough lazy object proxy.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-24</Date>
<Version>1.5.1</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>