Info2: << Package: python-potr-py%type_pkg[python] Version: 1.0.1 Revision: 1 Type: python (2.7) Description: Python implementation of the OTR protocol DescDetail: << python-potr is a pure python implementation of the OTR protocol (Off-the-Record encryption, see the OTR website for more information). This gives developers the flexibility to implement OTR encryption for their python-based Instant Messaging clients. A gajim-otr plugin will be available in the next major Gajim release to provide IM encryption independently of the underlying chat protocol. This package also includes the command line utility 'convertkey' for converting the old OTR file format to the new one. << Maintainer: None License: LGPL Homepage: https://github.com/afflux/pure-python-otr/ # Source: https://github.com/afflux/pure-python-otr/tarball/%v SourceRename: python-potr-%v.tar.gz SourceDirectory: python-otr-pure-python-otr-0253377 Source-Checksum: SHA256(2e8c291d7ccd129961cb466ce711d6c38e7fe61cfa0d7a05884929016bc646ad) # Depends: << pycrypto-py%type_pkg[python] (>= 2.1), python%type_pkg[python] << BuildDepends: setuptools-tng-py%type_pkg[python] # run_test.sh available after 1.0.1 #PatchScript: << # perl -pi -e 's|python|%p/bin/python%type_raw[python]|g' run_test.sh #<< CompileScript: %p/bin/python%type_raw[python] setup.py build InfoTest: << TestScript: PYTHONPATH="%b/src" %p/bin/python%type_raw[python] tests/testBasic.py || exit 2 << InstallScript: << %p/bin/python%type_raw[python] setup.py install --root=%d install -d %i/bin install -p -m0755 %b/src/tools/convertkey.py %i/bin/convertkey-py%type_pkg[python] perl -pi -e 's;#!/usr/bin/python2;#!%p/bin/python%type_raw[python];' %i/bin/convertkey-py%type_pkg[python] << DocFiles: CHANGELOG LICENSE README.md PostInstScript: << update-alternatives --install %p/bin/convertkey convertkey %p/bin/convertkey-py%type_pkg[python] %type_pkg[python] << PreRmScript: << update-alternatives --remove convertkey %p/bin/convertkey-py%type_pkg[python] << <<