123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-bcrypt</Name>
- <Homepage>https://github.com/pyca/bcrypt</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>Apache</License>
- <IsA>library</IsA>
- <Summary>Modern(-ish) password hashing for your software and your servers</Summary>
- <Description>python-bcrypt is a good password hashing for your software and your servers</Description>
- <Archive sha1sum="bc34050664c1b7512ea8791fd543673144521931" type="targz">https://github.com/pyca/bcrypt/archive/3.1.7.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-bcrypt</Name>
- <Summary>Modern(-ish) password hashing for your software and your servers</Summary>
- <RuntimeDependencies>
- <Dependency>python-cffi</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python2*</Path>
- <Path fileType="doc">/usr/share/doc/python-bcrypt</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2019-12-13</Date>
- <Version>3.1.7</Version>
- <Comment>Rebuilt and split packages</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="1">
- <Date>2019-11-07</Date>
- <Version>3.1.7</Version>
- <Comment>First pisi release</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|