python3-pycryptodome:moved from contrib

This commit is contained in:
blue-devil
2020-05-19 16:30:17 +03:00
parent 0dfd876482
commit 34f47f4ff7
3 changed files with 70 additions and 0 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def build():
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pycryptodome</Name>
<Homepage>https://www.pycryptodome.org/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A self-contained Python package of low-level cryptographic primitives</Summary>
<Description>PyCryptodome is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1)</Description>
<Archive sha1sum="65c17bda5729dd849a5673e5d1c6e96448a7f970" type="targz">https://github.com/Legrandin/pycryptodome/archive/v3.9.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pycryptodome</Name>
<Summary>A self-contained Python package of low-level cryptographic primitives</Summary>
<RuntimeDependencies>
<!-- For faster public key operations we need GMP in our system. -->
<Dependency>python3</Dependency>
<Dependency>gmp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pycryptodome</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-21</Date>
<Version>3.9.7</Version>
<Comment>First release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pycryptodome</Name>
<Summary xml:lang="tr">Düşük seviye kriptografik ilkeler içeren python3 paketidir.</Summary>
<Description xml:lang="tr">PyCrypto'dan çatallanan PyCryptodome düşük seviye kriptografik ilkeler içeren bir python3 kitaplığıdır.</Description>
</Source>
</PISI>