Files
main/programming/language/python3/python3-cryptography/pspec.xml
T
2024-04-10 11:21:18 +03:00

125 lines
4.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-cryptography</Name>
<Homepage>https://cryptography.io/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Cryptographic recipes for Python3</Summary>
<Description>A package designed to expose cryptographic recipes and primitives to Python developers</Description>
<Archive sha1sum="addac31bac3fa0f6b2c6fced2a23df0cf66162ae" type="targz">https://files.pythonhosted.org/packages/13/9e/a55763a32d340d7b06d045753c186b690e7d88780cafce5f88cb931536be/cryptography-42.0.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<!-- documentation dependencies -->
<Dependency>python3-sphinx</Dependency>
<Dependency>python3-cffi</Dependency>
<Dependency>python3-iso8601</Dependency>
<Dependency>python3-cryptography</Dependency>
<Dependency>python3-sphinx_rtd_theme</Dependency>
<Dependency>python3-setuptools-rust</Dependency>
<Dependency>python3-sphinxcontrib-jquery</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-cryptography</Name>
<Summary>Cryptographic recipes 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-cryptography/LICENSE</Path>
<Path fileType="doc">/usr/share/doc/python3-cryptography/README.rst</Path>
<Path fileType="doc">/usr/share/doc/python3-cryptography/PKG-INFO</Path>
</Files>
</Package>
<Package>
<Name>python3-cryptography-docs</Name>
<Summary>Documentation files for python3-cryptography</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-cryptography</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-cryptography/html</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2024-04-10</Date>
<Version>42.0.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2023-10-22</Date>
<Version>41.0.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2023-03-31</Date>
<Version>40.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2021-10-28</Date>
<Version>3.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-08-30</Date>
<Version>3.1</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-05-16</Date>
<Version>2.9.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-04-22</Date>
<Version>2.9.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-04-07</Date>
<Version>2.9</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-11-06</Date>
<Version>2.8</Version>
<Comment>First pisi release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>