54 lines
2.0 KiB
XML
54 lines
2.0 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-pycrypto</Name>
|
|
<Homepage>https://www.dlitz.net/software/pycrypto/</Homepage>
|
|
<Packager>
|
|
<Name>Blue DeviL</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>PD</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Python3 pycrypto module</Summary>
|
|
<Description>A collection of cryptographic algorithms and protocols, implemented for use from Python2.</Description>
|
|
<Archive sha1sum="aeda3ed41caf1766409d4efc689b9ca30ad6aeb2" type="targz">https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>gmp-devel</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-pycrypto</Name>
|
|
<Summary>Python3 pycrypto module</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>gmp</Dependency>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
<Path fileType="doc">/usr/share/doc/python3-pycrypto</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2021-10-28</Date>
|
|
<Version>2.6.1</Version>
|
|
<Comment>First pisi release</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2019-11-21</Date>
|
|
<Version>2.7a.1</Version>
|
|
<Comment>First pisi release</Comment>
|
|
<Name>Blue DeviL</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|