Files
main/programming/language/python/python-pyzmq/pspec.xml
T
2020-03-05 04:07:25 +03:00

53 lines
2.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-pyzmq</Name>
<Homepage>https://github.com/zeromq/pyzmq/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>PyZMQ: Python bindings for zeromq</Summary>
<Description>This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation.</Description>
<Archive sha1sum="2d538a6c4254e9c8a9781eb65f2795906ea04d38" type="targz">https://github.com/zeromq/pyzmq/archive/v19.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>zeromq-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>cython</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-pyzmq</Name>
<Summary>PyZMQ: Python bindings for zeromq</Summary>
<RuntimeDependencies>
<Dependency>zeromq</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-pyzmq</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-03-04</Date>
<Version>19.0.0</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-12-31</Date>
<Version>18.1.1</Version>
<Comment>First pisi release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>