123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-pyblock</Name>
- <Homepage>http://git.fedoraproject.org/git/pyblock.git</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>GPLv2</License>
- <License>GPLv3</License>
- <IsA>library</IsA>
- <Summary>Python modules for dealing with block devices</Summary>
- <Description>The pyblock contains Python modules for dealing with block devices.</Description>
- <Archive sha1sum="036fdebb7fb67a13f702a55735cf2f65cff37bd2" type="tarbz2">http://pkgs.fedoraproject.org/repo/pkgs/python-pyblock/pyblock-0.53.tar.bz2/f6d33a8362dee358517d0a9e2ebdd044/pyblock-0.53.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>device-mapper-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>dmraid-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">fix-underlinking.patch</Patch>
- <Patch>build.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>python-pyblock</Name>
- <Summary>Python modules for dealing with block devices</Summary>
- <RuntimeDependencies>
- <Dependency>device-mapper</Dependency>
- <Dependency>dmraid</Dependency>
- <Dependency>python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-01-20</Date>
- <Version>0.53</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-08-19</Date>
- <Version>0.53</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2017-03-05</Date>
- <Version>0.53</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-25</Date>
- <Version>0.53</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.53</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-23</Date>
- <Version>0.53</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|