74 lines
2.8 KiB
XML
74 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-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="e37f171361b555b72eb640521480c9f5380b1ee0" type="targz">https://github.com/pyca/cryptography/archive/2.9.1.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>openssl-devel</Dependency>
|
|
<!-- documentation dependencies -->
|
|
<Dependency>python3-sphinx</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-cryptography</Name>
|
|
<Summary>Cryptographic recipes for Python3</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3-cffi</Dependency>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/python3-cryptography/README.rst</Path>
|
|
<Path fileType="doc">/usr/share/doc/python3-cryptography/LICENSE</Path>
|
|
<Path fileType="library">/usr/lib/python3*</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="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> |