Files
main/programming/language/python3/python3-websockets/pspec.xml
T
2020-01-16 23:52:28 +03:00

45 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-websockets</Name>
<Homepage>https://github.com/aaugustin/websockets</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>BSD3</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<Summary>Library for building WebSocket servers and clients in Python.</Summary>
<Description>websockets is a library for building WebSocket servers and clients in Python with a focus on correctness and simplicity.</Description>
<Archive sha1sum="b8ac8db73dbb1ff6a32603bd5baf4925535cb385" type="targz">https://github.com/aaugustin/websockets/archive/8.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-websockets</Name>
<Summary>Library for building WebSocket servers and clients in Python.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc/python3-websockets</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-15</Date>
<Version>8.1</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>