Files
2023-10-19 09:07:34 +03:00

75 lines
2.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pynacl</Name>
<Homepage>https://github.com/pyca/pynacl/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Python3 binding to the Networking and Cryptography (NaCl) library</Summary>
<Description>python3-pynacl PyNaCl is a Python3 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="e18c3803dd7944afd7b00c8c43c3c61fcb75136f" type="targz">https://github.com/pyca/pynacl/archive/1.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pynacl</Name>
<Summary>PyNaCl module for python3</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-cffi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pynacl</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2023-10-17</Date>
<Version>1.4.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2021-10-28</Date>
<Version>1.4.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-07-21</Date>
<Version>1.4.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2019-12-11</Date>
<Version>1.3.0</Version>
<Comment>Rebuilt</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<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>