12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-ecdsa</Name>
- <Homepage>https://github.com/warner/python-ecdsa</Homepage>
- <Packager>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>ECDSA implementation for Python</Summary>
- <Description>This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols.</Description>
- <Archive sha1sum="b30cd3527393e262e0dd8c77423e4e8907c2936c" type="targz">https://github.com/warner/python-ecdsa/archive/python-ecdsa-0.15.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-ecdsa</Name>
- <Summary>ECDSA module for python</Summary>
- <RuntimeDependencies>
- <Dependency>python-six</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc/python-ecdsa</Path>
- <Path fileType="library">/usr/lib/python2*</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2020-01-23</Date>
- <Version>0.15</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="2">
- <Date>2019-11-21</Date>
- <Version>0.14.1</Version>
- <Comment>Ver. bump</Comment>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="1">
- <Date>2016-04-01</Date>
- <Version>0.13</Version>
- <Comment>First Pisi Release, built with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|