1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-pynacl</Name>
- <Homepage>https://github.com/pyca/pynacl/</Homepage>
- <Packager>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>Apache</License>
- <IsA>library</IsA>
- <Summary>Python binding to the Networking and Cryptography (NaCl) library</Summary>
- <Description>python-pynacl PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed.</Description>
- <Archive sha1sum="f0b09d0168e8f6fbefb0cff0d6eb26ae484bee4e" type="targz">https://github.com/pyca/pynacl/archive/1.3.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-cffi</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>python-pycparser</Dependency>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-pynacl</Name>
- <Summary>PyNaCl module for python</Summary>
- <RuntimeDependencies>
- <Dependency>python</Dependency>
- <Dependency>python-cffi</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-11-25</Date>
- <Version>1.3.0</Version>
- <Comment>First release</Comment>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|