44 lines
1.7 KiB
XML
44 lines
1.7 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="93d4e9d58f911d342c68973a75542375ef8021ab" type="targz">https://github.com/pyca/cryptography/archive/2.8.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python-setuptools</Dependency>
|
|
<Dependency>python-devel</Dependency>
|
|
<Dependency>openssl-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python-cryptography</Name>
|
|
<Summary>Cryptographic recipes for Python</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python-cffi</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python2*</Path>
|
|
<Path fileType="doc">/usr/share/doc/python-cryptography</Path>
|
|
</Files>
|
|
</Package>
|
|
<History>
|
|
<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> |