python3-passlib:first pisi rel.

This commit is contained in:
blue-devil
2020-02-22 02:17:14 +03:00
parent c16ba2f744
commit dc01f45805
3 changed files with 65 additions and 0 deletions
@@ -0,0 +1,13 @@
#!/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 pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-passlib</Name>
<Homepage>https://bitbucket.org/ecollins/passlib</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Passlib is a password hashing library for Python 2 and 3.</Summary>
<Description>Passlib is a password hashing library for Python 2 and 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application.</Description>
<Archive sha1sum="8b64725df4a33b3c2d7d528919500d77c34f0248" type="targz">https://bitbucket.org/ecollins/passlib/get/1.7.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-passlib</Name>
<Summary>Passlib is a password hashing library for Python 2 and 3.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-passlib</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-19</Date>
<Version>1.7.2</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-passlib</Name>
<Summary xml:lang="tr">Passlib python 2 ve 3 için parola hashleri kitaplığıdır.</Summary>
<Description xml:lang="tr">python3-passlib, python 2 ve 3 için 30dan fazla parola hashleri algoritmaları kitaplığı sağlar.</Description>
</Source>
</PISI>