92 lines
3.6 KiB
XML
92 lines
3.6 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python-cryptography</Name>
|
|
<Homepage>https://cryptography.io/</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python</PartOf>
|
|
<License>Apache</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Cryptographic recipes for Python</Summary>
|
|
<Description>A package designed to expose cryptographic recipes and primitives to Python developers</Description>
|
|
<Archive sha1sum="bb3313bda2ef9b379a2acc17845fcf2ec87e02da" type="targz">https://github.com/pyca/cryptography/archive/2.9.2.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python-cffi</Dependency>
|
|
<Dependency>python-devel</Dependency>
|
|
<Dependency>openssl-devel</Dependency>
|
|
<Dependency>python-pycparser</Dependency>
|
|
<Dependency>python-setuptools</Dependency>
|
|
<!-- documentation dependencies
|
|
<Dependency>python-sphinxcontrib-websupport</Dependency>
|
|
<Dependency>python-sphinx-alabaster-theme</Dependency>
|
|
<Dependency>python-snowballstemmer</Dependency>
|
|
<Dependency>python-imagesize</Dependency>
|
|
<Dependency>python-requests</Dependency>
|
|
<Dependency>python-certifi</Dependency>
|
|
<Dependency>python-sphinx</Dependency>
|
|
<Dependency>python-typing</Dependency>
|
|
<Dependency>python-Babel</Dependency>
|
|
-->
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python-cryptography</Name>
|
|
<Summary>Cryptographic recipes for Python</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python</Dependency>
|
|
<Dependency>python-cffi</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python2*</Path>
|
|
<Path fileType="doc">/usr/share/doc/python-cryptography/README.rst</Path>
|
|
<Path fileType="doc">/usr/share/doc/python-cryptography/LICENSE</Path>
|
|
</Files>
|
|
</Package>
|
|
<!--
|
|
<Package>
|
|
<Name>python-cryptography-docs</Name>
|
|
<Summary>Documentation files for python-cryptography</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">python-cryptography</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/python-cryptography/html</Path>
|
|
</Files>
|
|
</Package>
|
|
-->
|
|
<History>
|
|
<Update release="4">
|
|
<Date>2020-05-18</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-08</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> |