12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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="1334933139bdfe14ae6a85fde89a48e209dad1f2" type="targz">https://github.com/zeromq/pyzmq/archive/v19.0.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cython</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>zeromq-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-pyzmq</Name>
- <Summary>PyZMQ: Python bindings for zeromq</Summary>
- <RuntimeDependencies>
- <Dependency>python</Dependency>
- <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="3">
- <Date>2020-05-18</Date>
- <Version>19.0.1</Version>
- <Comment>Patch version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <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>
|